forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: luhuayi <luhuayi@huawei.com> Co-committed-by: luhuayi <luhuayi@huawei.com>
4.2 KiB
4.2 KiB
PGXC_INSTANCE_TIME
PGXC_INSTANCE_TIME displays the running time of processes on each node in the cluster and the time consumed in each execution phase. Except the node_name column, the other columns are the same as those in the PV_INSTANCE_TIME view. Only the system administrator or the preset role gs_role_read_all_stats can access this view.
Column |
Type |
Description |
|---|---|---|
node_name |
Text |
Node name |
stat_id |
Integer |
Type ID |
stat_name |
Text |
Name of the runtime type |
value |
Bigint |
Runtime value |
Parent topic: System Views