Re: [GENERAL] Slow query plan used

Поиск
Список
Период
Сортировка
От Wetzel, Juergen (Juergen)
Тема Re: [GENERAL] Slow query plan used
Дата
Msg-id B21CD5EA385190469D02AC8D9D60E61A640B65E1@AZ-FFEXMB02.global.avaya.com
обсуждение исходный текст
Ответ на Re: [GENERAL] Slow query plan used  (Andreas Kretschmer <andreas@a-kretschmer.de>)
Ответы Re: [GENERAL] Slow query plan used  (Andreas Kretschmer <andreas@a-kretschmer.de>)
Список pgsql-general
>> Only 130 rows out of the 30000 have ARCHIVED = 0

> in this case i would suggest a partial index:
> create index <indexname> on <tablename> (archived) where archived = 0;

Thanks, Andreas.

Sorry for the confusion about the table names.
The hint with the partial index sounds as it could solve the problem. I will test it.

Regards
Jürgen


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

Предыдущее
От: Andreas Kretschmer
Дата:
Сообщение: Re: [GENERAL] Slow query plan used
Следующее
От: Andreas Kretschmer
Дата:
Сообщение: Re: [GENERAL] Slow query plan used