Re: Simply join in PostrgeSQL takes too long

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: Simply join in PostrgeSQL takes too long
Дата
Msg-id 1083260206.30065.300.camel@jester
обсуждение исходный текст
Ответ на Re: Simply join in PostrgeSQL takes too long  (Manfred Koizar <mkoi-pg@aon.at>)
Ответы Re: Simply join in PostrgeSQL takes too long  (Manfred Koizar <mkoi-pg@aon.at>)
Список pgsql-performance
On Thu, 2004-04-29 at 13:13, Manfred Koizar wrote:
> On Wed, 28 Apr 2004 08:23:35 -0400, Rod Taylor <pg@rbt.ca> wrote:
> >The below plpgsql forces the kind of algorithm we wish the planner could
> >choose. It should be fairly quick irregardless of dataset.
>
> That reminds me of hash aggregation.  So here's another idea for Vitaly:

The reason for the function is that the sort routines (hash aggregation
included) will not stop in mid-sort, although I believe that feature is
on the TODO list.

I believe Vitaly will achieve 10ms or less query times using that
function.



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

Предыдущее
От: Manfred Koizar
Дата:
Сообщение: Re: Simply join in PostrgeSQL takes too long
Следующее
От: Manfred Koizar
Дата:
Сообщение: Re: Simply join in PostrgeSQL takes too long