RE: New statistics for tuning WAL buffer size - Mailing list pgsql-hackers

From tsunakawa.takay@fujitsu.com
Subject RE: New statistics for tuning WAL buffer size
Date
Msg-id TYAPR01MB2990369F7B09CD12075670CFFE310@TYAPR01MB2990.jpnprd01.prod.outlook.com
Whole thread Raw
In response to Re: New statistics for tuning WAL buffer size  (Fujii Masao <masao.fujii@oss.nttdata.com>)
List pgsql-hackers
From: Fujii Masao <masao.fujii@oss.nttdata.com>
> I think that we can improve that, for example, by storing backend id
> into WalSndCtl and making pg_stat_get_wal_senders() directly
> get the walsender's LocalPgBackendStatus with the backend id,
> rather than joining pg_stat_get_activity() and pg_stat_get_wal_senders().

Yeah, I had something like that in mind.  I think I'll take note of this as my private homework.  (Of course, anyone
cando it.) 


Regards
Takayuki Tsunakawa






pgsql-hackers by date:

Previous
From: "tsunakawa.takay@fujitsu.com"
Date:
Subject: RE: Should walsernder check correctness of WAL records?
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: Disable WAL logging to speed up data loading