tencent cloud

TDSQL Boundless

BVAR_INFO

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

Function

information_schema.bvar_info system view is used to display all bvar statistical monitoring items in the TDSQL Boundless system.

Field Description

Field Name
Type
Description
bvar_name
varchar(193)
the name of the bvar monitoring item
bvar_value
varchar(193)
the value of the bvar monitoring item

Examples

tdsql > SELECT * FROM information_schema.bvar_info LIMIT 1;
+---------------+------------+
| bvar_name | bvar_value |
+---------------+------------+
| bthread_count | 345 |
+---------------+------------+
1 row in set (0.02 sec)

도움말 및 지원

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

피드백