Re: Query with limit goes from few ms to hours

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Query with limit goes from few ms to hours
Дата
Msg-id 20121023183316.179560@gmx.com
обсуждение исходный текст
Ответ на Query with limit goes from few ms to hours  (henk de wit <henk53602@hotmail.com>)
Ответы Re: Query with limit goes from few ms to hours  (Steve Crawford <scrawford@pinpointresearch.com>)
Список pgsql-performance
henk de wit wrote:

> Well, what do you know! That did work indeed. Immediately after the
> ANALYZE on that parent table (taking only a few seconds) a fast
> plan was created and the query executed in ms again. Silly me, I
> should have tried that earlier.

Of course, if your autovacuum settings are aggressive enough, you
should gernerally not need to run ANALYZE explicitly. You should
double-check that autovacuum is turned on and configured at least as
aggressively as the default settings, or you will probably get little
surprises like this when you least expect them.

-Kevin


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

Предыдущее
От: Shaun Thomas
Дата:
Сообщение: Re: Tons of free RAM. Can't make it go away.
Следующее
От: Steve Crawford
Дата:
Сообщение: Re: Query with limit goes from few ms to hours