Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10, while SingleStore 9.0 is recommended for production workloads.
MV_ PROCESSLIST
This view contains information about currently running threads on a cluster for all nodes.information_ shows this information per node.
|
Column Name |
Description |
|---|---|
|
|
The |
|
|
The unique |
|
|
The user who issued the process command. |
|
|
The hostname or IP address from which the connection originated. |
|
|
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. |
|
|
The name of the calling Stored Procedure, if the process was called by a Stored Procedure. |
|
|
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 native OS thread ID (lightweight process ID). |
|
|
The resource pool a given process is drawing from. |
|
|
Specifies if the current connection is draining. |
|
|
The reason a given process is queued. |
|
|
Specifies if the current connection is a Dedicated Admin Connection (DAC). |
|
|
IP address of the connection. |
Last modified: