Overview
Scenarios
Product Architecture
Instance Types
Compatibility Notes
information_schema.bvar_info system view is used to display all bvar statistical monitoring items in the TDSQL Boundless system.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 |
tdsql > SELECT * FROM information_schema.bvar_info LIMIT 1;+---------------+------------+| bvar_name | bvar_value |+---------------+------------+| bthread_count | 345 |+---------------+------------+1 row in set (0.02 sec)
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback