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

    44.You have a very large table that your users access frequently. Which of the following advisors will

    recommend any indexes to improve the performance of queries against this table?

    A. The Automatic Memory Manager (AMM)

    B. The SQL Tuning Advisor

    C. The Segment Advisor

    D. The SQL Access Advisor

    Answer: D


    SQL访问指导:评估 SQL 的全部工作量, 并建议索引, 分区和实体化视图, 它们将改善 SQL 工作量的总体性能。


    The SQL Access Advisor analyzes all SQL running during a given time period and recommends indexes and

    materialized views to improve the overall performance of the database.

    A is incorrect because there is no such advisor as the Automatic Memory Manager. B is incorrect because the

    SQL Tuning Advisor looks only at a single SQL statement and provides recommendations. C is incorrect

    because the Segment Advisor recommends segment shrinkwhen table and index segments are heavily

    fragmented.


  • 相关阅读:
    面向对象进阶
    20191011作业
    2019.10.10作业
    类的继承
    面向对象
    2019.10.09作业
    pandas模块
    [BZOJ 2190][SDOI2008]仪仗队(欧拉函数)
    [BZOJ 2729][HNOI2012]排队(组合数学+高精)
    [BZOJ 1491][NOI2007]社交网络(Floyd)
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316687.html
Copyright © 2011-2022 走看看