Re: Performance hit if I create multiple DBs on same instance

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Performance hit if I create multiple DBs on same instance
Дата
Msg-id 20201125170929.GB26301@momjian.us
обсуждение исходный текст
Ответ на Re: Performance hit if I create multiple DBs on same instance  (Laurenz Albe <laurenz.albe@cybertec.at>)
Список pgsql-general
On Wed, Nov 25, 2020 at 03:59:06PM +0100, Laurenz Albe wrote:
> On Tue, 2020-11-24 at 11:34 -0600, Ron wrote:
> > And if you're afraid of autovacuum and autoanalyze stealing resources, then disable them (at the table level).
> 
> Ugh, bad advice.
> 
> Better would be to VACUUM (FREEZE) these static table once, then autovacuum
> won't ever perform resource consuming activities on them again.

Yes, also, even if you never do that, autovacuum will eventually freeze
those tables and never access them again.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EnterpriseDB                             https://enterprisedb.com

  The usefulness of a cup is in its emptiness, Bruce Lee




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

Предыдущее
От: Mats Julian Olsen
Дата:
Сообщение: Re: postgres_fdw insert extremely slow
Следующее
От: Tom Lane
Дата:
Сообщение: Re: postgres_fdw insert extremely slow