Re: GUCifying MAX_WAL_SEND

2024-01-10 Thread Michael Paquier
On Thu, Jan 11, 2024 at 01:15:48AM +0330, Majid Garoosi wrote: > Why do I think it can be beneficial to GUCify it? > We use Postgres in K8s along with RBD disks. Today, I found out that > because we use remote disks, it's better to read bigger chunks of data from > the disk in one operation. In our

GUCifying MAX_WAL_SEND

2024-01-10 Thread Majid Garoosi
Hello all, *TL; DR* There has been a discussion about GUCifying the MAX_WAL_SEND constant in walsender.c in here nearly 7 years ago, but resulting in nothing in the end. Today, I found out the configurability of this parameter can be very helpful. So, I