forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbb08e78
committed
Doc: Fix misleading statement about VACUUM memory limits
Inec34040 I added a mention that there was no point in settingmaintenance_work_limit to anything higher than 1GB for vacuum, but thatwas incorrect as ginInsertCleanup() also looks at whatmaintenance_work_mem is set to during VACUUM and that's not limited to1GB.Here I attempt to make it more clear that the limitation is only aroundthe number of dead tuple identifiers that we can collect during VACUUM.I've also added a note to autovacuum_work_mem to mention this limitation.I didn't do that inec34040 as I'd had some wrong-headed ideas aboutjust limiting the maximum value for that GUC to 1GB.Author: David RowleyDiscussion:https://postgr.es/m/CAApHDvpGwOAvunp-E-bN_rbAs3hmxMoasm5pzkYDbf36h73s7w@mail.gmail.comBackpatch-through: 9.6, same asec340401 parentff18b8d commitbb08e78
1 file changed
+10
-4
lines changedLines changed: 10 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1770 | 1770 |
| |
1771 | 1771 |
| |
1772 | 1772 |
| |
1773 |
| - | |
1774 |
| - | |
1775 |
| - | |
1776 |
| - | |
| 1773 | + | |
| 1774 | + | |
| 1775 | + | |
1777 | 1776 |
| |
1778 | 1777 |
| |
1779 | 1778 |
| |
| |||
1797 | 1796 |
| |
1798 | 1797 |
| |
1799 | 1798 |
| |
| 1799 | + | |
| 1800 | + | |
| 1801 | + | |
| 1802 | + | |
| 1803 | + | |
| 1804 | + | |
| 1805 | + | |
1800 | 1806 |
| |
1801 | 1807 |
| |
1802 | 1808 |
| |
|
0 commit comments
Comments
(0)