4.137 ALL_TAB_STATS_HISTORY
ALL_TAB_STATS_HISTORY provides a history of table statistics modifications for all tables accessible to the current user.
Related Views
-
DBA_TAB_STATS_HISTORYprovides a history of table statistics modifications for all tables in the database. -
USER_TAB_STATS_HISTORYprovides a history of table statistics modifications for all tables owned by the current user.
| Column | Datatype | NULL | Description |
|---|---|---|---|
|
|
|
|
Owner of the object |
|
|
|
|
Name of the table |
|
|
|
|
Name of the partition |
|
|
|
|
Name of the subpartition |
|
|
|
|
Time at which the statistics were updated |
|
|
|
Number of rows in the object |
|
|
|
|
Number of used blocks in the object |
|
|
|
|
Average row length, including row overhead |
|
|
|
|
Number of chained rows in the object |
|
|
|
|
Average number of blocks in the buffer cache |
|
|
|
|
Average cache hit ratio for the object |
|
|
|
|
Number of In-Memory Compression Units (IMCUs) in the table |
|
|
|
|
Number of In-memory blocks in the table |
|
|
|
|
Scan rate for the object in megabytes per second. This statistic is only relevant or meaningful for external tables. |
|
|
|
|
Sample size used in analyzing the table |
Footnote 1 This column is available starting with Oracle AI Database 26ai, Release Update 23.26.2.
See Also: