Re: transparent use of pre-aggregated value for very large datasets

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: transparent use of pre-aggregated value for very large datasets
Дата
Msg-id 20030303012615.GA3358@wolff.to
обсуждение исходный текст
Ответ на transparent use of pre-aggregated value for very large datasets  (chaudhar@umich.edu (shahbaz))
Список pgsql-general
On Fri, Feb 28, 2003 at 17:36:33 -0800,
  shahbaz <chaudhar@umich.edu> wrote:
>
> Any pointers?  Or preferably, any hackers will to take this on?  Or,
> even better, does this already exist and I just don't know about it
> :)?

If the number of groups isn't too large, the hash aggregate system in 7.4
might speed up your query enough. By using hashes, the sort step is
avoided which will speed things up for large tables.

7.4 won't be out for a while, but the feature is already in CVS so you
can see if it will help with your problem now.

В списке pgsql-general по дате отправления:

Предыдущее
От: Rod Taylor
Дата:
Сообщение: Re: Postgresql performace question
Следующее
От: Tom Lane
Дата:
Сообщение: Re: difference between overlap and intersect using geometric types of postgresql