Feature
This view displays the schema information of the current OBServer.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| SVR_IP | varchar(46) | NO | The IP address of the OBServer. |
| SVR_PORT | bigint(20) | NO | The port number of the OBServer. |
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| REFRESHED_SCHEMA_VERSION | bigint(20) | NO | The latest version that the schemas under the tenant have been refreshed to. |
| RECEIVED_SCHEMA_VERSION | bigint(20) | NO | The version that the schemas under the tenant need to be refreshed to. |
| SCHEMA_COUNT | bigint(20) | NO | The number of schemas under the tenant. |
| SCHEMA_SIZE | bigint(20) | NO | The total size of the schemas under the tenant. |
| MIN_SSTABLE_SCHEMA_VERSION | bigint(20) | NO | The earliest schema version stored in the SSTable of the tenant. |