Type: | bool |
Default: | on |
Context: | superuser |
Restart: | false |
Since: | 12 |
If set to on
(the default), this option causes WAL files to be recycled by renaming them, avoiding the need to create new ones. On COW file systems, it may be faster to create new ones, so the option is given to disable this behavior.
On StackOverflow
On pgsql-hackers
- Re: Pre-allocating WAL files
- Re: Can postgres ever delete the recycled future WAL files to free-up disk space if max_wal_size is reduced or wal_recycle is set to off?
- Re: Race between KeepFileRestoredFromArchive() and restartpoint
- Re: Granting SET and ALTER SYSTE privileges for GUCs
- Can postgres ever delete the recycled future WAL files to free-up disk space if max_wal_size is reduced or wal_recycle is set to off?