Purpose
The GV$OB_SERVER_SCHEMA_INFO view provides information about schemas on all OBServer nodes.
Note
This view is introduced since OceanBase Database V4.0.0.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| SVR_IP | varchar(46) | NO | The IP address of the server. |
| SVR_PORT | bigint(20) | NO | The port number of the server. |
| 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. |