Overview
oceanbase.CDB_CKPT_HISTORY displays information about the execution of checkpoints by each tenant in the system, including the type, version number, cluster version, and start and end time of the checkpoint.
Fields
Name |
Type |
Nullable |
Description |
|---|---|---|---|
| SVR_IP | varchar(32) | NO | The IP address of the OBServer. |
| SVR_PORT | bigint(20) | NO | The port number of the OBServer. |
| TENANT_ID | varchar(256) | NO | The ID of the tenant. |
| CHECKPOINT_SNAPSHOT | LONGTEXT | NO | The snapshot version number of the data written to the checkpoint. |
| CHECKPOINT_TYPE | varchar(256) | NO | The checkpointing type. Valid values: * META_CKPT: Major Compaction * DATA_CKPT: Mini Compaction |
| CHECKPOINT_CLUSTER_VERSION | varchar(256) | NO | The version number of the OceanBase cluster that wrote data to the checkpoint. |
| START_TIME | TIMESTAMP(6) | NO | The start time of data writing to the checkpoint. |
| FINISH_TIME | varchar(32) | NO | The end time of data writing to the checkpoint. |
