Re: Need to increase performance of a query

Поиск
Список
Период
Сортировка
От Anne Rosset
Тема Re: Need to increase performance of a query
Дата
Msg-id 4C114958.4080308@collab.net
обсуждение исходный текст
Ответ на Re: Need to increase performance of a query  (Joe Conway <mail@joeconway.com>)
Ответы Re: Need to increase performance of a query
Список pgsql-performance
Joe Conway wrote:
> 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
>
>
I tried that and it didn't make any difference. Same query plan.

Anne

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

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