Purpose
The oceanbase.DBA_OB_TABLE_OPT_STAT_GATHER_HISTORY view displays the collection history of a table.
Note
This view is introduced since OceanBase Database V4.2.0.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| OWNER | varchar(128) | NO | The username of the owner of the table. |
| TABLE_NAME | varchar(256) | NO | The name of the table. |
| TASK_ID | varchar(36) | NO | The ID of the task for collecting statistics of the table. |
| STATUS | varchar(8) | NO | The status of the collection task. Valid values:
|
| START_TIME | datetime(6) | YES | The start time of collection. |
| END_TIME | datetime(6) | YES | The end time of collection. |
| MEMORY_USED | bigint(20) | YES | The memory used for collection. |
| STAT_REFRESH_FAILED_LIST | text | YES | The list of failures to refresh the statistics cache during table statistics collection. |
| PROPERTIES | text | YES | The attribute settings for table statistics collection. |