Re: Redux: Throttle WAL inserts before commit

2024-08-29 Thread Jakub Wartak
On Tue, Aug 27, 2024 at 12:51 PM Shirisha Shirisha wrote: > > Hello hackers, > > This is an attempt to resurrect the thread [1] to throttle WAL inserts > before the point of commit. > > Background: > > Transactions on commit, wait for replication and make sure WAL is > flushed up to commit lsn on

Redux: Throttle WAL inserts before commit

2024-08-27 Thread Shirisha Shirisha
Hello hackers, This is an attempt to resurrect the thread [1] to throttle WAL inserts before the point of commit. Background: Transactions on commit, wait for replication and make sure WAL is flushed up to commit lsn on standby, when synchronous_commit is on. While commit is a mandatory sync/wa