164 Star 224 Fork 1.2K

openGauss / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
GS_REDO_STAT.md 9.25 KB
一键复制 编辑 原始数据 按行查看 历史
tongdabao 提交于 2021-09-14 16:53 . add feature

GS_REDO_STAT

GS_REDO_STAT视图用于统计回话线程日志回放情况。

表 1 GS_REDO_STAT字段

名称

类型

描述

phywrts

bigint

日志回放过程中写数据的次数。

phyblkwrt

bigint

日志回放过程中写数据的块数。

writetim

bigint

日志回放过程中写数据所耗的总时间。

avgiotim

bigint

日志回放过程中写一次数据的平均消耗时间。

lstiotim

bigint

日志回放过程中最后一次写数据消耗的时间。

miniotim

bigint

日志回放过程中单次写数据消耗的最短时间。

maxiowtm

bigint

日志回放过程中单次写数据消耗的最长时间。

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

搜索帮助