zoukankan      html  css  js  c++  java
  • SQL Access Advisor and SQL Tunning Advisor

    The SQL Access Advisor allows the DBA to gather global recommendations for a workload. The SQL Tuning

    advisor is more granular, tuning a single statement.

    The main functions of the SQL Access advisor is to recommend missing indexes and materialized views, but

    a comprehensive task analysis will also create SQL Profiles that can be used within the SQL Tuning advisor.

    The DBA defines the SQL used in the SQL Access Advisor task, and can choose current SQL, a user-defined

    set of SQL, a historical workload, or a hypotheticalworkload.

    A hypothetical workload is very useful because the DBA need-only specify the tables that participate in the

    queries, and the SQL Access Advisor gathers the appropriate SQL statements to create theworkload.

    http://www.dba-oracle.com/oracle10g_tuning/t_sql_access_advisor.htm

    The SQL Tuning Advisor (STA) is primarily designed to replace the manual tuningof SQL statements and

    speed up the overall SQL tuning process. The SQL Tuning Advisor studies poorly executing SQL statements

    and evaluates resource consumption in terms of CPU, I/O, and temporary space.

    The SQL Tuning Advisor (STA) works with the Automatic Tuning Optimizer (ATO) to analyze historical SQL

    workload using data from the AWR, and it generates recommendations for new indexes and materialized views

    that will reduce the disk I/O associated with troublesome SQL statements.

    http://www.dba-oracle.com/oracle10g_tuning/t_sql_tuning_advisor.htm
    ---------------------
    版权声明:本文为CSDN博主「Riveore」的原创文章,遵循CC 4.0 by-sa版权协议,转载请附上原文出处链接及本声明。
    原文链接:https://blog.csdn.net/rlhua/article/details/14088735

  • 相关阅读:
    Python split()方法分割字符串
    Python创建线程
    Python find()方法
    webpack中‘vant’全局引入和按需引入【vue-cli】
    webpack中‘mint-ui’全局引入和按需引入【vue-cli】
    nginx中 处理post方式打开页面的报错405
    nginx中 vue路由去掉#后的配置问题
    webpack中 VUE使用搜狐ip库查询设备ip地址
    webpack中 VUE使用百度地图获取地理位置
    VUE动态设置网页head中的title
  • 原文地址:https://www.cnblogs.com/shenggong/p/11328607.html
Copyright © 2011-2022 走看看