该rpd_nodes表提供了有关 HeatWave 节点的信息。
该rpd_nodes表有以下列:
-
IDHeatWave 节点的唯一标识符。
-
CORESHeatWave 节点使用的核心数。
-
MEMORY_USAGE节点内存使用量(以字节为单位)。该值每四秒刷新一次。如果查询在刷新之间的四秒内开始和完成,则查询使用的内存不计入报告值。
-
MEMORY_TOTAL(从DRAMMySQL 8.0.24 中重命名)分配给 HeatWave 节点的总内存(以字节为单位)。
-
BASEREL_MEMORY_USAGE每个节点的基本关系内存占用。
-
STATUSHeatWave 节点的状态。可能的状态包括:
-
NOTAVAIL_RNSTATE无法使用。
-
AVAIL_RNSTATE可用的。
-
DOWN_RNSTATE下。
-
SPARE_RNSTATE空闲的。
-
DEAD_RNSTATE该节点不可操作。
-
-
IPHeatWave 节点的 IP 地址。
-
PORT启动 HeatWave 节点的端口。
-
CLUSTER_EVENT_NUM集群事件的数量,例如节点关闭、节点启动等。
-
NUM_OBJSTORE_GETSGET从节点到对象存储 的请求数。 -
NUM_OBJSTORE_PUTSThe number of
PUTrequests from the node to the object store. -
NUM_OBJSTORE_DELETESThe number of
DELETErequests from the node to the object store. -
ML_STATUSHeatWave Machine Learning status. Possible status values include:
UNAVAIL_MLSTATE: HeatWave Machine Learning is not available.AVAIL_MLSTATE: HeatWave Machine Learning is available.DOWN_MLSTATE: HeatWave Machine Learning declares the node is down.
The rpd_nodes table is read-only.
The rpd_nodes table may not show the
current status for a new node or newly configured node
immediately. The rpd_nodes table is updated
after the node has successfully joined the cluster.
If additional nodes fail while node recovery is in progress,
the newly failed nodes are not detected and their status is
not updated in the
performance_schema.rpd_nodes table until
after the current recovery operation finishes and the nodes
that failed previously have rejoined the cluster.