Re: pgsql: pgstat: store statistics in shared memory.

2022-04-07 Thread Michael Paquier
On Thu, Apr 07, 2022 at 12:31:49AM -0700, Andres Freund wrote: > And rorqual seems happy again. Thanks! -- Michael signature.asc Description: PGP signature

Re: pgsql: pgstat: store statistics in shared memory.

2022-04-07 Thread Andres Freund
Hi, On 2022-04-06 23:35:27 -0700, Andres Freund wrote: > On 2022-04-07 15:09:27 +0900, Michael Paquier wrote: > > On Thu, Apr 07, 2022 at 04:37:02AM +, Andres Freund wrote: > > > pgstat: store statistics in shared memory. > > > > > > Previously the statistics collector received statistics upd

Re: pgsql: pgstat: store statistics in shared memory.

2022-04-06 Thread Andres Freund
Hi, On 2022-04-07 15:09:27 +0900, Michael Paquier wrote: > On Thu, Apr 07, 2022 at 04:37:02AM +, Andres Freund wrote: > > pgstat: store statistics in shared memory. > > > > Previously the statistics collector received statistics updates via UDP and > > shared statistics data by writing them o

Re: pgsql: pgstat: store statistics in shared memory.

2022-04-06 Thread Michael Paquier
On Thu, Apr 07, 2022 at 04:37:02AM +, Andres Freund wrote: > pgstat: store statistics in shared memory. > > Previously the statistics collector received statistics updates via UDP and > shared statistics data by writing them out to temporary files regularly. These > files can reach tens of meg