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
- postgres transactions rate slows after a while
- archive_cleanup_command does not clear the archived wal files
- Postgres 11 very slow when having multiple databases
- Why does "explain analyzing" this query fnish fast (showing a parallel plan), while running the actual query without "explain analyze" doesn't?
- Error: self signed certificate when doing a migration to production