Re: Various performance questions

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Various performance questions
Дата
Msg-id 1067268893.460.31.camel@tokyo
обсуждение исходный текст
Ответ на Re: Various performance questions  (Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>)
Список pgsql-performance
On Mon, 2003-10-27 at 10:15, Tarhon-Onu Victor wrote:
> select count(*) from items where channel <
> 5000; will never use any of the current indexes because none matches
> your WHERE clause (channel appears now only in multicolumn indexes).

No -- a multi-column index can be used to answer queries on a prefix of
the index's column list. So an index on (channel, xyz) can be used to
answer queries on (just) "channel".

-Neil



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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Linux Filesystem Shootout
Следующее
От: Neil Conway
Дата:
Сообщение: Re: Various performance questions