How is an index's usage monitored?
How is an index's usage monitored?
Rating:
The V dynamic performance view displays statistics about index usage. It can be used to determine whether or not an index is used during database transactions. If it is found that the index is not used, it can be dropped. Dropping unused indexes eliminates unnecessary overhead and consequently enhances the performance of Data Manipulation Language (DML) statements.
As soon as the
The V dynamic performance view contains a column named USED whose value is YES or NO, depending on whether or not the index has been used during the monitoring period. The view also contains the start and stop times of the index's usage monitoring period. The view's MONITORING column indicates whether or not the index's usage is currently being monitored.
Each time the
Rating:
Other articles
- What are materialized views?
- What is Oracle Enterprise Manager (OEM)?
- What is a constraint?
- What is SYSDBA?
- What is a tablespace?