Re: Doc fix of aggressive vacuum threshold for multixact members storage
Alex Friedman <alexf01@gmail.com>
From: Alex Friedman <alexf01@gmail.com>
To: Sami Imseih <samimseih@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2025-02-04T16:48:09Z
Lists: pgsql-hackers
Attachments
- v2-0001-Doc-fix-of-aggressive-vacuum-threshold-for-multix.patch (text/plain) patch v2-0001
> A few paragraphs up the docs, there is this mention: > > ". There is a separate storage area which holds the list of members > in each multixact, which also uses a 32-bit counter and which must > also be managed." > > Maybe we can add more to this paragraph, such as: > > "also be managed. This member can grow to 20GB" > > And then in the proposed correction: > > " > Also, if the storage occupied by multixacts members area exceeds 10GB > (50% of the maximum the members area can grow), aggressive vacuum > scans will occur more often for all tables > " > > What do you think? > Looks good to me, attached a v2 patch with small adjustments. Thanks, Alex
Commits
-
Doc: correct aggressive vacuum threshold for multixact members storage
- be342766fb02 14.18 landed
- bc6a81ac3a83 15.13 landed
- 98aa99b6d682 16.9 landed
- 5c8dcf948334 17.5 landed
- fcabc3adf889 18.0 landed
-
docs: clarify new aggressive vacuum mode for multi-xacts
- c552e171d16e 15.0 cited
-
Increase threshold for multixact member emergency autovac to 50%.
- b4d4ce1d50bb 9.5.0 cited