164 Star 224 Fork 1.2K

openGauss / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
GLOBAL_CKPT_STATUS.md 7.13 KB
一键复制 编辑 原始数据 按行查看 历史
liyang 提交于 2020-11-09 15:59 . sync dts

GLOBAL_CKPT_STATUS

GLOBAL_CKPT_STATUS视图用于显示openGauss所有实例的检查点信息和各类日志刷页情况。

表 1 GLOBAL_CKPT_STATUS字段

名称

类型

描述

node_name

text

数据库进程名称。

ckpt_redo_point

test

当前实例的检查点。

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刷盘页面数。

1
https://gitee.com/opengauss/docs.git
git@gitee.com:opengauss/docs.git
opengauss
docs
docs
3.0.0

搜索帮助