Re: Append only tables - Mailing list pgsql-admin

From Rui DeSousa
Subject Re: Append only tables
Date
Msg-id 1B98792C-304F-4248-8B3F-7435F32B1551@crazybean.net
Whole thread Raw
In response to Re: Append only tables  (Kurt Roeckx <kurt@roeckx.be>)
Responses Re: Append only tables  (Kurt Roeckx <kurt@roeckx.be>)
List 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 by date:

Previous
From: Loai Abdallatif
Date:
Subject: Re: Problem with replication
Next
From: Kurt Roeckx
Date:
Subject: Re: Append only tables