Re: Hash join on int takes 8..114 seconds

Поиск
Список
Период
Сортировка
От Andrus
Тема Re: Hash join on int takes 8..114 seconds
Дата
Msg-id A0AC546AB1044B089C47970B6AB4A828@andrusnotebook
обсуждение исходный текст
Ответ на Re: Hash join on int takes 8..114 seconds  (PFC <lists@peufeu.com>)
Список 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 по дате отправления:

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Very Urgent : Sequences Problem
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Hash join on int takes 8..114 seconds