Re: Limit clause not using index

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Limit clause not using index
Дата
Msg-id 11563.1119367854@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Limit clause not using index  (Yves Vindevogel <yves.vindevogel@implements.be>)
Список pgsql-performance
Yves Vindevogel <yves.vindevogel@implements.be> writes:
>     create index ixPrintjobsLoginDescEventdateDesceventtime on
> tblPrintjobs (loginuser, desceventdate, desceventtime) ;

Hmm, that certainly looks like it should match the query.  What happens
to the EXPLAIN output if you do "set enable_sort = false"?

            regards, tom lane

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

Предыдущее
От: John A Meinel
Дата:
Сообщение: Re: Another question on indexes (drop and recreate)
Следующее
От: Yves Vindevogel
Дата:
Сообщение: Re: Another question on indexes (drop and recreate)