Purpose
The oceanbase.DBA_TAB_STATS_HISTORY view displays the history of the table statistics of all tables in the database.
Note
This view is introduced since OceanBase Database V4.0.0.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| OWNER | varchar(128) | NO | The owner of the object. |
| TABLE_NAME | varchar(128) | NO | The name of the table. |
| PARTITION_NAME | varchar(128) | NO | The name of the partitioned table. |
| SUBPARTITION_NAME | varchar(128) | NO | The name of the subpartitioned table. |
| STATS_UPDATE_TIME | datetime(6) | NO | The time when the statistics were updated. |