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

7.1.1 HeatWave Node Status Monitoring

To view the status of each HeatWave node:

Press CTRL+C to copy
mysql>SELECT ID, STATUS FROM performance_schema.rpd_nodes; +----+---------------+ | ID | STATUS | +----+---------------+ | 0 | AVAIL_RNSTATE | | 1 | AVAIL_RNSTATE | +----+---------------+

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