• 查看全表扫描及全索引扫描的数量


    select name, value
      from v$sysstat
     where name in
           ('table scans (short tables)', 'table scans (long tables)',
            'index fast full scans (full)',
            'index fast full scans (rowid ranges)',
            'index fast full scans (direct read)', 'table scans (rowid ranges)',
            'table scans (cache partitions)', 'table scans (direct read)',
           'table scan blocks gotten')
  • 相关阅读:
    缓存问题
    基情探测器心得
    新手最常见的误解和错误
    C语言书籍推荐
    初学者编程实战指南 (4) 由一个简单的例子学习抽象
    数据结构的动画演示
    利用IDE使你的代码风格好看一些
    初学者编程实战指南 (2) 避免逻辑的重复
    入门编程语言的选择问题
    关于ACM集训队
  • 原文地址:https://www.cnblogs.com/czjie/p/2253335.html
Copyright © 2020-2023  润新知