MV_PROCESSLIST
This view contains information about currently running threads on a workspace for all nodes.
Alternatively, information_schema.PROCESSLIST
shows this information per node. This information is surfaced by the SHOW PROCESSLIST command.
Column Name | Description |
---|---|
| The |
| The unique |
| The user who issued the process command. |
| The hostname or IP address of the related node. |
| The related database. |
| The type of command associated with this process. |
| The runtime, in seconds. |
| The state of a given process. |
| Additional information about a given process, including the query text. |
| Low level information about this process shown as a JSON string. |
| The |
|
|
| The number of row locks being held. |
| The column is deprecated, as are partition level locks. The value for this column is always 0. |
| The resource pool a given process is drawing from. |
| The reason a given process is queued. |