Re: Slow query on a one-tuple table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Slow query on a one-tuple table
Дата
Msg-id 18657.1568933831@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Slow query on a one-tuple table  (Luís Roberto Weck <luisroberto@siscobra.com.br>)
Ответы Re: Slow query on a one-tuple table  (MichaelDBA <MichaelDBA@sqlexec.com>)
Список pgsql-performance
=?UTF-8?Q?Lu=c3=ads_Roberto_Weck?= <luisroberto@siscobra.com.br> writes:
> As fas as autovacuum options, this is what I'm using:

> autovacuum_vacuum_scale_factor=0,

Ugh ... maybe I'm misremembering, but I *think* that has the effect
of disabling autovac completely.  You don't want zero.

Check in pg_stat_all_tables.last_autovacuum to see if anything
is happening.  If the dates seem reasonably current, then I'm wrong.

            regards, tom lane



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

Предыдущее
От: Luís Roberto Weck
Дата:
Сообщение: Re: Slow query on a one-tuple table
Следующее
От: MichaelDBA
Дата:
Сообщение: Re: Slow query on a one-tuple table