Re: Reducing memory consumption for pending inval messages
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql-hackers@lists.postgresql.org
Date: 2021-07-13T20:21:40Z
Lists: pgsql-hackers
Attachments
- revamp-inval-list-management-2.patch (text/x-diff) patch
I wrote: > It turns out that the existing implementation in inval.c is quite > inefficient when a lot of individual commands each register just > a few invalidations --- but a few invalidations per command is > pretty typical. Per the cfbot, here's a rebase over 3788c6678 (actually just undoing its effects on inval.c, since that code is removed here). regards, tom lane
Commits
-
Reduce memory consumption for pending invalidation messages.
- 3aafc030a536 15.0 landed