Re: strategies for optimizing read on rather large tables

Поиск
Список
Период
Сортировка
От hubert lubaczewski
Тема Re: strategies for optimizing read on rather large tables
Дата
Msg-id 20050604114132.GB21031@eo.pl
обсуждение исходный текст
Ответ на Re: strategies for optimizing read on rather large tables  (PFC <lists@boutiquenumerique.com>)
Список pgsql-performance
On Sat, Jun 04, 2005 at 01:18:04PM +0200, PFC wrote:
> Then write your query as :
> select advert_id from acr_cache where category_id = ? and region_id = ?
> order by category_id, region_id, XXX limit 20;

this is great idea - i'll check it out definitelly.

depesz

Вложения

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

Предыдущее
От: hubert lubaczewski
Дата:
Сообщение: Re: strategies for optimizing read on rather large tables
Следующее
От: PFC
Дата:
Сообщение: Re: strategies for optimizing read on rather large tables