wal_skip_threshold
A configuration parameter determining how to persist new data after creating or rewriting a permanent relation when wal_level is minimal
wal_skip_threshold
is a configuration parameter determining how to persist new data after creating or rewriting a permanent relation when wal_level
is minimal
.
wal_skip_threshold
was added in PostgreSQL 13.
Default value
The default value for wal_skip_threshold
is: 2MB
.
Change history
- PostgreSQL 13
- added (commit c6b92041)
References
- PostgreSQL documentation: wal_skip_threshold