Re: Need to increase performance of a query

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Need to increase performance of a query
Дата
Msg-id 4C11477A.5020909@joeconway.com
обсуждение исходный текст
Ответ на Re: Need to increase performance of a query  (Joe Conway <mail@joeconway.com>)
Ответы Re: Need to increase performance of a query
Список pgsql-performance
On 06/10/2010 01:10 PM, Joe Conway wrote:
> try:
>
> create index item_rank_null_idx on item_rank(pf_id)
> where rank IS NOT NULL AND pf_id IS NULL;

oops -- that probably should be:

create index item_rank_null_idx on item_rank(project_id)
where rank IS NOT NULL AND pf_id IS NULL;

Joe


Вложения

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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: Need to increase performance of a query
Следующее
От: Greg Smith
Дата:
Сообщение: Re: Large (almost 50%!) performance drop after upgrading to 8.4.4?