更新时间:2025-03-08 GMT+08:00
WORKLOAD_SQL_COUNT
显示当前节点workload上的SQL数量分布。普通用户只可以看到自己在workload上的SQL分布;monadmin可以看到总的workload的负载情况。
| 名称 | 类型 | 描述 |
|---|---|---|
| workload | name | 负载名称。 |
| select_count | bigint | select数量。 |
| update_count | bigint | update数量。 |
| insert_count | bigint | insert数量。 |
| delete_count | bigint | delete数量。 |
| ddl_count | bigint | ddl数量。 |
| dml_count | bigint | dml数量。 |
| dcl_count | bigint | dcl数量。 |
父主题: Workload