Re: Configure autovacuum

2024-07-04 Thread Adrian Klaver
el -Original Message- From: Adrian Klaver Sent: 04 July 2024 17:43 To: Shenavai, Manuel ; pgsql-general Subject: Re: Configure autovacuum On 7/4/24 08:16, Shenavai, Manuel wrote: We see that our DB keeps increasing under high load (many updates). We see that our DB has a size of 200G

RE: Configure autovacuum

2024-07-04 Thread Shenavai, Manuel
andom bytearray of x MB) for x minutes. We update up to 60MB per second 4) Postgres Version: 14.12-2 5) We are using default autovacuum-settings Best regards, Manuel -Original Message- From: Adrian Klaver Sent: 04 July 2024 17:43 To: Shenavai, Manuel ; pgsql-general Subject: Re: Confi

Re: Configure autovacuum

2024-07-04 Thread Adrian Klaver
Message- From: Adrian Klaver Sent: 14 June 2024 16:32 To: Shenavai, Manuel ; pgsql-general Subject: Re: Configure autovacuum On 6/13/24 23:20, Shenavai, Manuel wrote: Hi everyone, I would like to configure the autovacuum in a way that it runs very frequently (i.e. after each update-statement). I

RE: Configure autovacuum

2024-07-04 Thread Shenavai, Manuel
-Original Message- From: Adrian Klaver Sent: 14 June 2024 16:32 To: Shenavai, Manuel ; pgsql-general Subject: Re: Configure autovacuum On 6/13/24 23:20, Shenavai, Manuel wrote: > Hi everyone, > > I would like to configure the autovacuum in a way that it runs very > frequently

Re: Configure autovacuum

2024-06-14 Thread Adrian Klaver
On 6/13/24 23:20, Shenavai, Manuel wrote: Hi everyone, I would like to configure the autovacuum in a way that it runs very frequently (i.e. after each update-statement). I tried the following Why? What is the problem you are trying to solve? settings on my table: alter table mytable set

Re: Configure autovacuum

2024-06-14 Thread Ron Johnson
On Fri, Jun 14, 2024 at 2:20 AM Shenavai, Manuel wrote: > Hi everyone, > > > > I would like to configure the autovacuum in a way that it runs very > frequently (i.e. after each update-statement). I tried the following > settings on my table: > > alter table mytable set (autovacuum_vacuum_scale_fa

Re: Configure autovacuum

2024-06-14 Thread Laurenz Albe
On Fri, 2024-06-14 at 06:20 +, Shenavai, Manuel wrote: > I would like to configure the autovacuum in a way that it runs very frequently > (i.e. after each update-statement). I tried the following settings on my > table: > alter table mytable set (autovacuum_vacuum_scale_factor  = 0.0); > alter

Configure autovacuum

2024-06-13 Thread Shenavai, Manuel
Hi everyone, I would like to configure the autovacuum in a way that it runs very frequently (i.e. after each update-statement). I tried the following settings on my table: alter table mytable set (autovacuum_vacuum_scale_factor = 0.0); alter table mytable set (autovacuum_vacuum_cost_delay = 0.0