Re: BUG #17717: Regression in vacuumdb (15 is slower than 10/11 and possible memory issue)
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Christophe Pettus <xof@thebuild.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, postgresql@taljaren.se, pgsql-bugs@lists.postgresql.org, Peter Geoghegan <pg@bowt.ie>
Date: 2022-12-19T03:21:26Z
Lists: pgsql-bugs, pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add options to control whether VACUUM runs vac_update_datfrozenxid.
- a46a7011b271 16.0 landed
-
Use catalog query to discover tables to process in vacuumdb
- e0c2933a767c 12.0 cited
On Sat, Dec 17, 2022 at 06:23:27PM -0800, Christophe Pettus wrote: > My first reaction to that is: Is it possible to explain to a DBA > what N should be for a particular cluster? Assuming that we can come up with a rather straight-forward still portable rule for the distribution of the relations across of the slots like something I mentioned above (which is not the best thing depending on the sizes and the number of tables), that would be quite tricky IMO. -- Michael