Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a8010d0

Browse files
committed
doc PG 17 relnotes: add item about vacuum storage/limits/WAL
Reported-by: Alvaro Herrera Discussion: https://postgr.es/m/[email protected] Backpatch-through: master
1 parent 4dd29b6 commit a8010d0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

doc/src/sgml/release-17.sgml

+19
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,25 @@ Allow vacuum to more efficiently remove and freeze tuples (Masahiko Sawada, John
519519
</para>
520520
</listitem>
521521

522+
<!--
523+
Author: Masahiko Sawada <[email protected]>
524+
2024-03-21 [30e144287] Add TIDStore, to store sets of TIDs (ItemPointerData) ef
525+
Author: Masahiko Sawada <[email protected]>
526+
2024-04-02 [667e65aac] Use TidStore for dead tuple TIDs storage during lazy vac
527+
Author: Heikki Linnakangas <[email protected]>
528+
2024-04-03 [6dbb49026] Combine freezing and pruning steps in VACUUM
529+
-->
530+
531+
<listitem>
532+
<para>
533+
Allow vacuum to more efficiently store tuple references and remove its memory limit (Masahiko Sawada, John Naylor)
534+
</para>
535+
536+
<para>
537+
Specifically, maintenance_work_mem and autovacuum_work_mem can now be configured to use more than one gigabyte of memory. WAL traffic caused by vacuum is also more compact.
538+
</para>
539+
</listitem>
540+
522541
<!--
523542
Author: Robert Haas <[email protected]>
524543
2024-01-18 [c120550ed] Optimize vacuuming of relations with no indexes.

0 commit comments

Comments
 (0)