053-407
Which of the following is a potential performance tuning recommendation from the SQL Access Advisor?
A. Create new indexes.
B. Modify existing indexes.
C. Implement partitioning on a nonpartitioned table.
D. Create materialized views.
E. All of the above
All of the option are correct.The SQL Access Advisor recommends indexing,partitioning,and materialized view changes to improve performance.
在企业管理器或 API 中使用 SQL Access Advisor,您可以执行以下操作:
基于收集的,用户提供的或假设的工作负载信息推荐实现视图和索引。
推荐对表,索引和物化视图进行分区。
标记,更新和删除建议。
此外,您可以使用 SQL Access Advisor API 执行以下操作:
使用单个 SQL 语句执行快速调整。
展示如何使实体化视图快速刷新。
显示如何更改物化视图,以便可以进行常规查询重写。
关联题目 262