stats_fetch_consistency

一个服务器参数,用于确定访问累积统计信息的行为

stats_fetch_consistency 是一个 配置参数,用于确定在事务中多次访问累积统计信息时的行为。

stats_fetch_consistencyPostgreSQL 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

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

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

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

文档stats_fetch_consistency

变更历史

分类

GUC 配置项

另请参阅

pg_stat_get_snapshot_timestamp(), pg_stat_clear_snapshot()

反馈

提交任何关于 "stats_fetch_consistency" 的评论、建议或更正 此处