Feature
This view shows the modification history of all tables of the database since the table statistics were collected the last time.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| TABLE_OWNER | varchar(128) | NO | The user who modified the table. |
| TABLE_NAME | varchar(128) | NO | The name of the modified table. |
| PARTITION_NAME | varchar(128) | NO | The name of the modified partition. |
| SUBPARTITION_NAME | varchar(128) | NO | The name of the modified subpartition. |
| INSERTS | bigint(20) | NO | The approximate number of insertions since the last statistic collection operation. |
| UPDATES | bigint(20) | NO | The approximate number of updates since the last statistic collection operation. |
| DELETES | bigint(20) | NO | The approximate number of deletions since the last statistic collection operation. |
| TIMESTAMP | date | NO | The time when the table was last modified. |
| TRUNCATED | varchar(3) | NO | Indicates whether the table has been truncated since the last analysis. Valid values: |
| DROP_SEGMENTS | bigint(0) | NO | The number of partition and subpartition segments deleted since the last analysis. |