云数据库 GaussDB-PGXC_WLM_WORKLOAD_RECORDS
PGXC_WLM_WORKLOAD_RECORDS
PGXC_WLM_WORKLOAD_RECORDS视图显示当前用户在每个CN上执行作业时在CN上的状态信息。查询该视图需要sysadmin权限。
名称 |
类型 |
描述 |
---|---|---|
node_name |
text |
作业执行所在的CN的name |
thread_id |
bigint |
后端线程ID。 |
processid |
integer |
线程的lwpid。 |
time_stamp |
bigint |
语句执行的开始时间。 |
username |
name |
登录到该后端的用户名。 |
memory |
integer |
语句所需的内存大小。 |
active_points |
integer |
语句在资源池上消耗的资源点数。 |
max_points |
integer |
资源在资源池上的最大资源数。 |
priority |
integer |
作业的优先级。数字越大优先级越高。 |
resource_pool |
text |
作业所在资源池。 |
status |
text |
作业执行的状态,包括:
|
control_group |
text |
作业所使用的Cgroups。 |
enqueue |
text |
作业的排队信息,包括:
|
query |
text |
正在执行的语句。 |
node_group |
text |
语句所属的nodegroup。 |