tencent cloud

TDSQL Boundless

META_CLUSTER_TABLE_LOCATION

다운로드
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-05-26 15:18:26

Function

INFORMATION_SCHEMA.META_CLUSTER_TABLE_LOCATION displays the physical data distribution of tables, specifically showing the RepGroups/Regions where a table is distributed, along with the leader node name and IP address.

Field Description

Field Name
Type
Description
schema_name
varchar(64)
Database name
table_name
varchar(64)
Table Name
region_id
bigint unsigned
region ID
rep_group_id
bigint unsigned
RepGroup ID
leader_node_name
varchar(64)
leader node name
sql_addr
varchar(64)
IP address and Port address

Examples

tdsql > SELECT * FROM information_schema.META_CLUSTER_TABLE_LOCATION WHERE table_name="sbtest1" LIMIT 1\\G
*************************** 1. row ***************************
schema_name: test_index
table_name: sbtest1
region_id: 77180
rep_group_id: 70164
leader_node_name: node-***-004
sql_addr: ***.***.***.***:****
1 row in set (0.23 sec)


도움말 및 지원

문제 해결에 도움이 되었나요?

피드백