Re: Optimizing query?

Поиск
Список
Период
Сортировка
От hamann.w@t-online.de
Тема Re: Optimizing query?
Дата
Msg-id wolfgang-1130202101708.A0312546@amadeus3.local
обсуждение исходный текст
Ответ на Re: Optimizing query?  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: Optimizing query?  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-general
Pavel Stehule wrote:

>>
>> but maybe  https://github.com/dimitri/prefix can help
>>

Hi Pavel,

thanks - this works perfect. However, it does not seem to play well
with the optimizer, so I ended up with

select all candidates into a temp table using prefix operator
apply all other conditions by joining that temp table to original ones

Regards
Wolfgang

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

Предыдущее
От: Jeff Janes
Дата:
Сообщение: Re: trouble with upgrade from 9.0 (many schemas and tables)
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Optimizing query?