Re: Hash join on int takes 8..114 seconds - Mailing list pgsql-performance

From Andrus
Subject Re: Hash join on int takes 8..114 seconds
Date
Msg-id A0AC546AB1044B089C47970B6AB4A828@andrusnotebook
Whole thread Raw
In response to Re: Hash join on int takes 8..114 seconds  (PFC <lists@peufeu.com>)
List pgsql-performance
> Just a question, what are you doing with the 20.000 result rows ?

Those rows represent monthly sales data of one item.
They are used as following:

1. Detailed sales report for month. This report can browsed in screen for
montly sales and ordering analysis.

2. Total reports. In those reports, sum( sales), sum(quantity) is used to
get total sales in day, week, month, time for item and resulting rows are
summed.

Andrus.


pgsql-performance by date:

Previous
From: Greg Smith
Date:
Subject: Re: Very Urgent : Sequences Problem
Next
From: Richard Huxton
Date:
Subject: Re: Hash join on int takes 8..114 seconds