On Fri, Aug 15, 2025 at 03:25:20PM -0500, Nathan Bossart wrote:
> On Fri, Aug 15, 2025 at 04:13:30PM -0400, Andres Freund wrote:
>> IMO, the only way to actually make pg_stat_statements scale is to move to a
>> model much more like our regular stats. I.e. accumulate counters in backend
>> local memory and only occasionally update the shared stats.
>
> Agreed. I remember discussing something similar at pgconf.dev this year.
BTW I'm planning to give this a try...
--
nathan