Purpose
The oceanbase.CDB_OB_FREEZE_INFO view displays the version information generated by major compactions.
Note
This view is introduced since OceanBase Database V4.0.0.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| FROZEN_SCN | bigint(20) unsigned | NO | The version number generated by a major compaction. |
| CLUSTER_VERSION | bigint(20) | NO | The cluster version number when the major compaction was performed. |
| SCHEMA_VERSION | bigint(20) | NO | The schema version number when the major compaction was performed. |
| GMT_CREATE | timestamp(6) | NO | The time when the record was created. |
| GMT_MODIFIED | timestamp(6) | NO | The time when the record was modified the last time. |