Note
This view is available starting with V4.3.5 BP1.
Purpose
This view displays the progress of converting tablets in log streams of C replicas on each OBServer node of the current tenant. The sys tenant does not have C replicas, so the query results of this view are always empty in the sys tenant.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| SVR_IP | varchar(46) | NO | The IP address of the server where the C replica is located. |
| SVR_PORT | bigint(20) | NO | The port number of the server where the C replica is located. |
| LS_ID | bigint(20) | NO | The log stream ID. |
| TOTAL_TABLET_CNT | bigint(20) | NO | The number of partitions to be converted to columnar storage. |
| 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 (excluding multi-version data). |
| AVAILABLE_MACRO_BLOCK_CNT | decimal(42,0) | NO | The number of available baseline macroblocks (excluding multi-version data). |
| AVAILABLE | varchar(5) | NO | Indicates whether the log stream is fully available:
|
