Re: When manual analyze is needed

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: When manual analyze is needed
Дата
Msg-id 3494986.1709526671@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: When manual analyze is needed  (Laurenz Albe <laurenz.albe@cybertec.at>)
Список pgsql-general
Laurenz Albe <laurenz.albe@cybertec.at> writes:
> The only things that require manual ANALYZE are
> ...

You missed one important exception: autovacuum/autoanalyze cannot
process temporary tables, because those are not accessible outside
the owning session.  So you need to do those manually if it's
important for performance.

            regards, tom lane



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

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: Guarantees/Semantics of pg_stats
Следующее
От: veem v
Дата:
Сообщение: Re: When manual analyze is needed