Re: [HACKERS] Wrong index choosen?

Поиск
Список
Период
Сортировка
От Matthew T. O'Connor
Тема Re: [HACKERS] Wrong index choosen?
Дата
Msg-id 410154F9.3080500@zeut.net
обсуждение исходный текст
Ответ на Re: [HACKERS] Wrong index choosen?  (Gaetano Mendola <mendola@bigfoot.com>)
Ответы Re: [HACKERS] Wrong index choosen?  (Jaime Casanova <systemguards@yahoo.com>)
Re: [HACKERS] Wrong index choosen?  (Gaetano Mendola <mendola@bigfoot.com>)
Список pgsql-performance
Gaetano Mendola wrote:
> Tom Lane wrote:
> | Given the nature of the data (login times), I'd imagine that the problem
> | is simply that he hasn't analyzed recently enough.  A bump in stats
> | target may not be needed, but he's going to have to re-analyze that
> | column often if he wants this sort of query to be estimated accurately,
> | because the fraction of entries later than a given time T is *always*
> | going to be changing.
>
> Well know that I think about it, I felt my shoulders covered by
> pg_autovacuum but looking at the log I see that table never analyzed!
> Aaargh.
>
> I already applied the patch for the autovacuum but evidently I have to
> make it more aggressive, I'm sorry that I can not made him more aggressive
> only for this table.

Yeah, the version of autovacuum in 7.4 contrib doesn't allow table
specific settings.  The patch I have sumbitted for 7.5 does, so
hopefully this will be better in the future.

You can however set the VACUUM and ANALYZE thresholds independently.
So perhpaps it will help you if you set your ANALYZE setting to be very
aggressive and your VACUUM settings to something more standard.

Matthew

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

Предыдущее
От: Gaetano Mendola
Дата:
Сообщение: Re: [HACKERS] Wrong index choosen?
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: [HACKERS] Wrong index choosen?