zoukankan      html  css  js  c++  java
  • 查看全表扫描及全索引扫描的数量

    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#:BackgroundWorker的简单使用
    C#:DataTable 操作
    树和二叉树
    Git下的标签
    python的高级应用
    字符串匹配的BF算法和KMP算法学习
    GitHub:多人协作下的分支处理
    Git:分支的创建、合并、管理和删除
    GitHub:创建和修改远程仓库
    Git:文件操作和历史回退
  • 原文地址:https://www.cnblogs.com/czjie/p/2253335.html
Copyright © 2011-2022 走看看