Note
For OceanBase Database V4.3.5, this view is introduced in V4.3.5 BP1.
Purpose
This view displays the progress of converting tablets to columnstore format within columnstore replica log streams on each OBServer node for the current tenant. Since the sys tenant does not have columnstore replicas, the query result for this view will always be empty under the sys tenant.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| SVR_IP | varchar(46) | NO | The IP address of the server where the columnstore replica resides. |
| SVR_PORT | bigint(20) | NO | The port number of the server where the columnstore replica resides. |
| LS_ID | bigint(20) | NO | The ID of the log stream. |
| TOTAL_TABLET_CNT | bigint(20) | NO | The total number of partitions to be converted to columnstore format. |
| AVAILABLE_TABLET_CNT | decimal(42,0) | NO | The number of available partitions. |
| TOTAL_MACRO_BLOCK_CNT | decimal(42,0) | NO | The total number of baseline macroblocks (ignoring multi-version). |
| AVAILABLE_MACRO_BLOCK_CNT | decimal(42,0) | NO | The number of available baseline macroblocks (ignoring multi-version). |
| AVAILABLE | varchar(5) | NO | Whether the log stream is completely available:
|