MySQL HeatWave User Guide  /  ...  /  HeatWave Node Status Monitoring

6.2.1 HeatWave Node Status Monitoring

To view the status of each HeatWave node:

mysql> SELECT ID, STATUS 
          FROM performance_schema.rpd_nodes;
+----+---------------+
| ID | STATUS        |
+----+---------------+
|  0 | AVAIL_RNSTATE |
|  1 | AVAIL_RNSTATE |
+----+---------------+

For column descriptions, see Section 6.4.4, “The rpd_nodes Table”.