文档中心MogDBMogDB StackUqbar
v1.1

文档:v1.1

支持的版本:

其他版本:

PG_SESSION_IOSTAT

PG_SESSION_IOSTAT视图显示当前用户执行作业正在运行时的IO负载管理相关信息。

以下涉及到iops,对于行存,均以万次/s为单位,对于列存,均以次/s为单位。

表 1 PG_SESSION_IOSTAT字段

名称 类型 描述
query_id bigint 作业id。
mincurriops integer 该作业当前io在数据库节点中的最小值。
maxcurriops integer 该作业当前io在数据库节点中的最大值。
minpeakiops integer 在作业运行时,作业io峰值中,数据库节点最小值。
maxpeakiops integer 在作业运行时,作业io峰值中,数据库节点的最大值。
io_limits integer 该作业所设GUC参数io_limits。
io_priority text 该作业所设GUC参数io_priority。
query text 作业。
node_group text 该字段不支持。
Copyright © 2011-2024 www.enmotech.com All rights reserved.