zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-V13.02-232题

    232.What recommendations does the SQL Access Advisor provide for optimizing SQL queries? (Choose all that apply.)

    A. selection of SQL plan baselines

    B. partitioning of tables and indexes

    C. creation of index-organized tables

    D. creation of bitmap, function-based, and B-tree indexes

    E. optimization of materialized views for maximum query usage and fast refresh

    Answer: BDE

    答案解析:

    参考:http://docs.oracle.com/cd/E11882_01/server.112/e41573/advisor.htm#PFGRF95276


    SQL Access Advisor index recommendations include bitmap, function-based, and B-tree indexes. A bitmap index offers a reduced response time for many types of ad hoc queries and reduced storage requirements compared to other indexing techniques. Bitmap indexes are most commonly used in a data warehouse to index unique or near-unique keys. SQL Access Advisor materialized view recommendations include fast refreshable and full refreshable MVs, for either general rewrite or exact text match rewrite.

    SQL Access Advisor, using the TUNE_MVIEW procedure, also recommends how to optimize materialized views so that they can be fast refreshable and take advantage of general query rewrite.

    Using SQL Access Advisor in Enterprise Manager or API, you can do the following:

    • Recommend materialized views and indexes based on collected, user-supplied, or hypothetical workload information.

    • Recommend partitioning of tables, indexes, and materialized views.

    • Mark, update, and remove recommendations.


  • 相关阅读:
    Feli的生日礼物
    session cookie
    ArcGIS FLEXnet Licensing error:96,491错误解决
    CSS块元素与内联元素(转)
    铝伯世
    netsh修改IP及DNS

    JAVA代码查错(转)
    windows7查看占用端口的进程
    php 中文字符串截取子串
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316302.html
Copyright © 2011-2022 走看看