stats_fetch_consistency
是一个 配置参数,用于确定在事务中多次访问累积统计信息时的行为。
stats_fetch_consistency
在 PostgreSQL 15 中添加。
用法
可能的值为
cache
snapshot
none
默认值
stats_fetch_consistency
的默认值为:cache
。
按 PostgreSQL 版本分列的详细信息
stats_fetch_consistency (PostgreSQL 18)
设置 | cache |
单位 | |
类别 | 统计信息 / 累积查询和索引统计信息 |
short_desc | 设置访问统计数据的一致性。 |
extra_desc | |
上下文 | 用户 |
vartype | 枚举 |
来源 | 默认 |
min_val | |
max_val | |
enumvals | none, cache, snapshot |
boot_val | cache |
reset_val | cache |
sourcefile | |
sourceline | |
pending_restart | false |
stats_fetch_consistency (PostgreSQL 17)
设置 | cache |
单位 | |
类别 | 统计信息 / 累积查询和索引统计信息 |
short_desc | 设置访问统计数据的一致性。 |
extra_desc | |
上下文 | 用户 |
vartype | 枚举 |
来源 | 默认 |
min_val | |
max_val | |
enumvals | none, cache, snapshot |
boot_val | cache |
reset_val | cache |
sourcefile | |
sourceline | |
pending_restart | false |
stats_fetch_consistency (PostgreSQL 16)
设置 | cache |
单位 | |
类别 | 统计信息 / 累积查询和索引统计信息 |
short_desc | 设置访问统计数据的一致性。 |
extra_desc | |
上下文 | 用户 |
vartype | 枚举 |
来源 | 默认 |
min_val | |
max_val | |
enumvals | none, cache, snapshot |
boot_val | cache |
reset_val | cache |
sourcefile | |
sourceline | |
pending_restart | false |
stats_fetch_consistency (PostgreSQL 15)
设置 | cache |
单位 | |
类别 | 统计信息 / 累积查询和索引统计信息 |
short_desc | 设置访问统计数据的一致性。 |
extra_desc | |
上下文 | 用户 |
vartype | 枚举 |
来源 | 默认 |
min_val | |
max_val | |
enumvals | none, cache, snapshot |
boot_val | cache |
reset_val | cache |
sourcefile | |
sourceline | |
pending_restart | false |
变更历史
- PostgreSQL 15
- 添加 (提交 5891c7a8)
参考文献
- PostgreSQL 文档: stats_fetch_consistency
分类
另请参阅
pg_stat_get_snapshot_timestamp(), pg_stat_clear_snapshot()