tencent cloud

TDSQL Boundless

META_CLUSTER_STATUS

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-03-06 18:48:08

Function

INFORMATION_SCHEMA.META_CLUSTER_STATUS displays the MC system status, currently including an overview of internal task execution, such as: total number of tasks, failure ratio, and so on.

Field Description

Field Name
Type
Description
Variable_name
varchar(64)
system metrics variable name
Value
varchar(64)
system metrics variable value

Examples

tdsql > SELECT * FROM information_schema.meta_cluster_status;
+------------------------------------------------------+----------+
| Variable_name | Value |
+------------------------------------------------------+----------+
| rg_job_type_cal_split_key_in_rg_total | 13 |
| rg_job_type_cal_split_key_in_rg_failed | 0 |
| rg_job_type_cal_split_key_in_rg_failure_ratio | 0.000000 |
| rg_job_type_create_region_in_rg_total | 820 |
| rg_job_type_create_region_in_rg_failed | 4 |
...
+------------------------------------------------------+----------+
54 rows in set (0.06 sec)

도움말 및 지원

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

피드백