164 Star 224 Fork 1.2K

openGauss / docs

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
GLOBAL_STAT_XACT_SYS_TABLES.md 10.95 KB
Copy Edit Raw Blame History
liyang authored 2020-08-12 11:20 . Delete monitor administrator

GLOBAL_STAT_XACT_SYS_TABLES

显示各节点命名空间中系统表的事务状态信息。

表 1 GLOBAL_STAT_XACT_SYS_TABLES字段

名称

类型

描述

node_name

name

节点名称。

relid

oid

表的OID。

schemaname

name

此表的模式名。

relname

name

表名。

seq_scan

bigint

此表发起的顺序扫描数。

seq_tup_read

bigint

顺序扫描抓取的活跃行数。

idx_scan

bigint

此表发起的索引扫描数。

idx_tup_fetch

bigint

索引扫描抓取的活跃行数。

n_tup_ins

bigint

插入行数。

n_tup_upd

bigint

更新行数。

n_tup_del

bigint

删除行数。

n_tup_hot_upd

bigint

HOT更新行数(比如没有更新所需的单独索引)。

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

Search