AWR报告中Exadata特有的信息
Instance Activity统计(IO相关)- cell physical IO interconnect bytes
- cell physical IO bytes eligible for predicate offload
- cell physical IO interconnect bytes returned by smart scan
- cell IO uncompressed bytes
- cell physical IO bytes saved by storage index
- cell physical IO bytes saved during optimized file creation
- cell flash cache read hits
计算Exadata的效果的方法
- IO减少效果( Cell offload效率)
–着眼于Read IO 计算
–跟是否压缩无关
IO减少效果=[ 1 - {(cell physical IO interconnect bytes returned by smart scan)/ (cell IO uncompressed bytes + cell physical IO bytes saved by storage index)} ] * 100 –计算Uncompress状态下的IO尺寸,以及通过storage index减少的IO减少尺寸的总计以及实际中通过smart scan传送到数据库服务器中的IO尺寸的比例。
- 通过Storage Index减少Disk IO的效果
–跟是否压缩无关
(cell physical IO bytes saved by storage index / physical read total bytes) * 100 –对于整体的读入尺寸,可以用StorageIndex计算出减少的比例
- Flash Cache 命中率
- IO减少效果