云数据库 GAUSSDB-GLOBAL_CKPT_STATUS

时间:2024-11-13 14:46:43

GLOBAL_CKPT_STATUS

GLOBAL_CKPT_STATUS视图用于显示数据库所有实例的检查点信息和各类日志刷页情况,如表1所示。多租场景下,non-PDB访问该视图时返回全部信息,PDB访问该视图时返回空列表。

表1 GLOBAL_CKPT_STATUS字段

名称

类型

描述

node_name

text

实例名称。

ckpt_redo_point

text

当前实例的检查点。

ckpt_clog_flush_num

bigint

从启动到当前时间clog刷盘页面数。

ckpt_csnlog_flush_num

bigint

从启动到当前时间csnlog刷盘页面数。

ckpt_multixact_flush_num

bigint

从启动到当前时间multixact刷盘页面数。

ckpt_predicate_flush_num

bigint

从启动到当前时间predicate刷盘页面数。

ckpt_twophase_flush_num

bigint

从启动到当前时间twophase刷盘页面数。

support.huaweicloud.com/centralized-devg-v8-gaussdb/gaussdb-42-1488.html