Re: strategies for optimizing read on rather large tables

Поиск
Список
Период
Сортировка
От PFC
Тема Re: strategies for optimizing read on rather large tables
Дата
Msg-id op.sruhbejjth1vuj@localhost
обсуждение исходный текст
Ответ на Re: strategies for optimizing read on rather large tables  (PFC <lists@boutiquenumerique.com>)
Ответы Re: strategies for optimizing read on rather large tables
Список pgsql-performance
>> select advert_id from acr_cache where category_id = ? and region_id = ?
>> order by category_id, region_id, XXX limit 20;

    don't forget to mention all the index columns in the order by, or the
planner won't use it.

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