File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 44 * Concurrent ("lazy") vacuuming.
55 *
66 *
7- * The major space usage for LAZY VACUUM is storage for the array of dead
8- * tuple TIDs, with the next biggest need being storage for per-disk-page
9- * free space info. We want to ensure we can vacuum even the very largest
10- * relations with finite memory space usage. To do that, we set upper bounds
11- * on the number of tuples and pages we will keep track of at once.
7+ * The major space usage for LAZY VACUUM is storage for the array of dead tuple
8+ * TIDs. We want to ensure we can vacuum even the very largest relations with
9+ * finite memory space usage. To do that, we set upper bounds on the number of
10+ * tuples we will keep track of at once.
1211 *
1312 * We are willing to use at most maintenance_work_mem (or perhaps
1413 * autovacuum_work_mem) memory space to keep track of dead tuples. We
You can’t perform that action at this time.
0 commit comments