Description
Displays information about all tablet replicas in the tenant, including the unique key that identifies each tablet replica: <TABLET_ID, SVR_IP, SVR_PORT, LS_ID>.
Note
This view is introduced since OceanBase Database V4.0.0.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| CREATE_TIME | TIMESTAMP(6) WITH LOCAL TIME ZONE | NO | The creation time. |
| MODIFY_TIME | TIMESTAMP(6) WITH LOCAL TIME ZONE | NO | The modification time. |
| TABLET_ID | NUMBER | NO | The tablet ID. |
| SVR_IP | VARCHAR2(46) | NO | The IP address of the server. |
| SVR_PORT | NUMBER | NO | The port number of the server. |
| LS_ID | NUMBER | NO | The ID of the log stream to which the tablet belongs. |
| COMPACTION_SCN | NUMBER | NO | The version number of the data snapshot. |
| DATA_SIZE | NUMBER | NO | The actual size of data. |
| REQUIRED_SIZE | NUMBER | NO | The size of allocated space. Data is stored in macroblocks (2 MB each), so REQUIRED_SIZE >= DATA_SIZE. |