数据仓库服务 GAUSSDB(DWS)-统计信息函数:pg_stat_get_bgwriter_timed_checkpoints()

时间:2023-11-10 17:34:10

pg_stat_get_bgwriter_timed_checkpoints()

描述:后台写进程开启定时检查点的时间(因为checkpoint_timeout时间已经过期了)。

返回值类型:bigint

pg_stat_get_bgwriter_requested_checkpoints()

描述:后台写进程开启基于后端请求的检查点的时间,因为已经超过了checkpoint_segments或因为已经执行了CHECKPOINT。

返回值类型:bigint

support.huaweicloud.com/sqlreference-dws/dws_06_0065.html