Re: Auto ANALYZE criteria

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Auto ANALYZE criteria
Дата
Msg-id 4C9799D50200002500035A16@gw.wicourts.gov
обсуждение исходный текст
Ответ на Auto ANALYZE criteria  (Joe Miller <joe.d.miller@gmail.com>)
Ответы Re: Auto ANALYZE criteria  (Joe Miller <joe.d.miller@gmail.com>)
Список pgsql-performance
Joe Miller <joe.d.miller@gmail.com> wrote:

> I can set up a cron job to run the ANALYZE manually, but it seems
> like the autovacuum daemon should be smart enough to figure this
> out on its own.  Deletes can have as big an impact on the stats as
> inserts and updates.

But until the deleted rows are vacuumed from the indexes, an index
scan must read all the index entries for the deleted tuples, and
visit the heap to determine that they are not visible.  Does a
manual run of ANALYZE without a VACUUM change the stats much for
you, or are you running VACUUM ANALYZE?

-Kevin

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

Предыдущее
От: Joe Miller
Дата:
Сообщение: Auto ANALYZE criteria
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Auto ANALYZE criteria