请教一下解释计划中对应的字段意思耗费
基数
字节

解决方案 »

  1.   

    就是说,执行一个SQL耗费的CPU是好多,需要多少字节,需要多少time
    recursive calls
    db block gets   -- 读block的次数
    consistent gets   -逻辑读次数
    physical reads    --物理读次数
    redo size       -- redo log 大小
    bytes sent via SQL*Net to client  --送到客户端的字节
    bytes received via SQL*Net from client  -- 收到客户端的消息
    SQL*Net roundtrips to/from client    
    sorts (memory)         --内存排序次数
    sorts (disk)           --磁盘排序次数
    rows processed