Re: queries stop using indexes

Поиск
Список
Период
Сортировка
От Jonathan Vanasco
Тема Re: queries stop using indexes
Дата
Msg-id 9753DF7D-5B36-4CB4-9EC3-FFB0FC3CB432@2xlp.com
обсуждение исходный текст
Ответ на Re: queries stop using indexes  (Ragnar <gnari@hive.is>)
Список pgsql-general
On Apr 2, 2007, at 7:40 AM, Ragnar wrote:

> if you analyze the table after recreating the index, does it then stop
> using it?
>
> possibly you need to increase statistic targets on some or all
> of the index columns.
>
> a EXPLAIN ANALYZE could help figuring this out.

no, analyzing the virgin index is fine.

heavy use on the index just seems to convince the planner to not use
it -- and no amount of analyze or vaccum analyze will change that.

i'll post some verbose debugging on the queries and analyze the next
time the index blows




// Jonathan Vanasco

| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -
| SyndiClick.com
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -
|      FindMeOn.com - The cure for Multiple Web Personality Disorder
|      Web Identity Management and 3D Social Networking
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -
|      RoadSound.com - Tools For Bands, Stuff For Fans
|      Collaborative Online Management And Syndication Tools
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -



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

Предыдущее
От: Alban Hertroys
Дата:
Сообщение: Re: calling a stored procedure using sql query in 7.4
Следующее
От: Jaime Silvela
Дата:
Сообщение: Re: time series query