更新时间:2024-11-05 GMT+08:00
PGXC_INSTANCE_TIME
PGXC_INSTANCE_TIME视图显示集群中各节点上进程的运行时间信息及各执行阶段所消耗时间,除新增node_name(节点名称)字段外,其余字段内容和PV_INSTANCE_TIME视图相同。需要有系统管理员权限或预置角色gs_role_read_all_stats权限才可以访问此视图。
名称 |
类型 |
描述 |
---|---|---|
node_name |
text |
节点名称。 |
stat_id |
integer |
类型编号。 |
stat_name |
text |
运行时间类型名称。 |
value |
bigint |
运行时间值。 |
父主题: 系统视图