INDEX_STATS
This view collects information from index statistics (after an ANALYZE INDEX
).
Fields
The most relevant view fields are as follows:
NAME
: The name of the indexHEIGHT
: The height of the B-tree indexBLOCKS
: The number of allocated database blocksBTREE_SPACE
: The total space allocatedUSED_SPACE
: The total space usedDISTINCT_KEYS
: The number of distinct keys in the indexOPT_CMPR_COUNT
: The optimal key compression lengthOPT_CMPR_PCTSAVE
: Space saving corresponding to the adoption of the optimal key compression length
See also
The
DBA_INDEXES
section in this appendix