Re: Overriding the optimizer

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема Re: Overriding the optimizer
Дата
Msg-id c2d9e70e0512151800l5561fc04q7ee79593dcb4ea5c@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Overriding the optimizer  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Ответы Re: Overriding the optimizer
Список pgsql-performance
On 12/15/05, Christopher Kings-Lynne <chriskl@familyhealth.com.au> wrote:
> >    select * from my_table     where row_num >= 50000 and row_num < 100000
> >     and myfunc(foo, bar);
>
> You just create an index on myfunc(foo, bar)
>
> Chris
>

only if myfunc(foo, bar) is immutable...

--
regards,
Jaime Casanova
(DBA: DataBase Aniquilator ;)

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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Overriding the optimizer
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Overriding the optimizer