MV_NODES
This view describes all SingleStoreDB nodes in the cluster.
The view holds one row per node.
mv_nodes
may only be queried while connected to an aggregator node.
Column name | Description |
---|---|
| The ID of the node. This ID matches the |
| The IP address of the node. |
| The port on which the node is listening. |
| The type of a given node: |
| The state of a given node: |
| The |
| The number of CPUs available to a given node. |
| The maximum memory use, in MB, of a given node. This is the same value as the engine variable |
| The maximum memory, in MB, that can be used for table storage. This is the value value as the engine variable |
| The amount of memory, in MB, used on a given node for storing tables, query execution, and any other purposes. |
| The amount of memory, in MB, used on a given node to store table data. |
| The total amount of disk storage, in MB. |
| The amount of available disk storage, in MB. |
| The amount of time in seconds that a node has been running. |
| The version of SingleStore that a given node is running on. |