Administration Workshop II 9-30. SQL Access Advisor Overview
The SQL Access Advisor can recommend the proper set of materialized views, materialized view logs, and indexes for a given workload. Understanding and using these structures is essential when optimizing SQL because they can result in significant performance improvements in data retrieval.
- A bitmap index offers a reduced response time for many types of ad hoc queries and reduced storage requirements compared to other indexing techniques.
- B-tree indexes are most commonly used in a data warehouse to index unique or near-unique keys.
No Comments Yet
Be the first to comment!