Overview
Scenarios
Product Architecture
Instance Types
Compatibility Notes
Usage specification recommendations
ROUTE_CACHE_HYPER_NODE view is used to query the metadata of all Hyper nodes in TDSQL instances, including node names and RPC addresses.Field Name | Type | Description |
node_id | bigint unsigned | Hyper node ID. |
node_name | varchar(128) | Hyper node name. |
node_rpc_addr | varchar(32) | Hyper node's RPC address, in the format of Hyper node IP address:RPC port number. |
tdsql > SELECT * FROM information_schema.ROUTE_CACHE_HYPER_NODE\\G*************************** 1. row ***************************node_id: 1node_name: node-devcloud-1-001node_rpc_addr: 10.10.10.10:99991 row in set (0.00 sec)
피드백