Re: Append only tables

Поиск
Список
Период
Сортировка
От Rui DeSousa
Тема Re: Append only tables
Дата
Msg-id 1B98792C-304F-4248-8B3F-7435F32B1551@crazybean.net
обсуждение исходный текст
Ответ на Re: Append only tables  (Kurt Roeckx <kurt@roeckx.be>)
Ответы Re: Append only tables  (Kurt Roeckx <kurt@roeckx.be>)
Список pgsql-admin


On Mar 24, 2020, at 2:41 PM, Kurt Roeckx <kurt@roeckx.be> wrote:

I think I'll set autovacuum_freeze_max_age a lot lower than the default
200 M.

Hmm… not sure what you really want to accomplish? 

Administrating a high volume database and went the other way; with it set to 800M; however, auto vacuum set aggressively.  I don’t want to see wrap around/freeze vacuums occurring as they are more aggressive than auto vacuum, a good indicator that vacuuming is not occurring enough, and will block where normal auto vacuums will yield.  Really shouldn’t run into blocking issue unless issuing DDL statements; which the application shouldn’t do anyway.  It does happen though; despite not allowing DDLs an applicatoin developer thought it would be wise to embed statistics updating on a table.  The result is that the application would be denied but it still required a lock on the table to do so; the result is the freeze operation blocked the application.

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

Предыдущее
От: Loai Abdallatif
Дата:
Сообщение: Re: Problem with replication
Следующее
От: Kurt Roeckx
Дата:
Сообщение: Re: Append only tables