wal_recycle
是一个配置参数,用于确定是否应通过重命名来回收WAL 文件,从而避免需要创建新的文件。
wal_recycle
在PostgreSQL 12 中添加。
用法
wal_recycle
可以设置为 off
,这可能会在“写时复制”(CoW)文件系统上提高性能,因为在这些文件系统上创建新的 WAL 文件比重命名更快。
默认值为 on
,保留了与以前 PostgreSQL 版本中相同的 WAL 文件创建行为。
默认值
wal_recycle
的默认值为:on
。
按 PostgreSQL 版本分列的详细信息
wal_recycle (PostgreSQL 17)
设置 | on |
单位 | |
类别 | 预写日志 / 设置 |
short_desc | 通过重命名回收 WAL 文件。 |
extra_desc | |
上下文 | 超级用户 |
vartype | bool |
来源 | 默认 |
min_val | |
max_val | |
enumvals | |
boot_val | on |
reset_val | on |
sourcefile | |
sourceline | |
pending_restart | false |
文档: wal_recycle
wal_recycle (PostgreSQL 16)
设置 | on |
单位 | |
类别 | 预写日志 / 设置 |
short_desc | 通过重命名回收 WAL 文件。 |
extra_desc | |
上下文 | 超级用户 |
vartype | bool |
来源 | 默认 |
min_val | |
max_val | |
enumvals | |
boot_val | on |
reset_val | on |
sourcefile | |
sourceline | |
pending_restart | false |
文档: wal_recycle
wal_recycle (PostgreSQL 15)
设置 | on |
单位 | |
类别 | 预写日志 / 设置 |
short_desc | 通过重命名回收 WAL 文件。 |
extra_desc | |
上下文 | 超级用户 |
vartype | bool |
来源 | 默认 |
min_val | |
max_val | |
enumvals | |
boot_val | on |
reset_val | on |
sourcefile | |
sourceline | |
pending_restart | false |
文档: wal_recycle
wal_recycle (PostgreSQL 14)
设置 | on |
单位 | |
类别 | 预写日志 / 设置 |
short_desc | 通过重命名回收 WAL 文件。 |
extra_desc | |
上下文 | 超级用户 |
vartype | bool |
来源 | 默认 |
min_val | |
max_val | |
enumvals | |
boot_val | on |
reset_val | on |
sourcefile | |
sourceline | |
pending_restart | false |
文档: wal_recycle
wal_recycle (PostgreSQL 13)
设置 | on |
单位 | |
类别 | 预写日志 / 设置 |
short_desc | 通过重命名回收 WAL 文件。 |
extra_desc | |
上下文 | 超级用户 |
vartype | bool |
来源 | 默认 |
min_val | |
max_val | |
enumvals | |
boot_val | on |
reset_val | on |
sourcefile | |
sourceline | |
pending_restart | false |
文档: wal_recycle
wal_recycle (PostgreSQL 12)
设置 | on |
单位 | |
类别 | 预写日志 / 设置 |
short_desc | 通过重命名回收 WAL 文件。 |
extra_desc | |
上下文 | 超级用户 |
vartype | bool |
来源 | 默认 |
min_val | |
max_val | |
enumvals | |
boot_val | on |
reset_val | on |
sourcefile | |
sourceline | |
pending_restart | false |
文档: wal_recycle
更改历史记录
- PostgreSQL 12
- 添加 (提交 475861b2)
参考文献
- PostgreSQL 文档: wal_recycle