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')
  • 相关阅读:
    Sparc 10 with Simics
    Perl log 0906
    FPGA flow
    SV program与module的区别
    [基础]Verilog的$readmemx介绍
    [转载] 我对验证的一些理解
    我的书单
    boost 1_45_0 boost\cstdint.hpp 在 VS8下的 bug stdint.h 无法找到头文件
    Inside DllMain
    NoSQL数据库笔谈(转载)
  • 原文地址:https://www.cnblogs.com/czjie/p/2253335.html
Copyright © 2011-2022 走看看