Re: Adding per backend commit and rollback counters

2025-08-28 Thread Bertrand Drouvot
Hi, On Sun, Aug 10, 2025 at 07:47:09AM +, Bertrand Drouvot wrote: > To sum up, v3 contains: > > 0001 - > Adding per backend commit and rollback counters > 0002 - > Adding XID generation count per backend > 0003 - > Adding the pg_stat_backend view Following recent conversations in [1], those

Re: Adding per backend commit and rollback counters

2025-08-10 Thread Bertrand Drouvot
Hi, On Thu, Aug 07, 2025 at 08:17:26AM +, Bertrand Drouvot wrote: > Hi, > > On Mon, Aug 04, 2025 at 02:20:48PM +, Bertrand Drouvot wrote: > > This patch is pretty straightforward as it relies on the existing per > > backend > > statistics machinery that has been added in 9aea73fc61d (so

Re: Adding per backend commit and rollback counters

2025-08-07 Thread Bertrand Drouvot
Hi, On Mon, Aug 04, 2025 at 02:20:48PM +, Bertrand Drouvot wrote: > This patch is pretty straightforward as it relies on the existing per backend > statistics machinery that has been added in 9aea73fc61d (so that there is not > that much design to discuss). Still, while working on adding more