暂无图片
暂无图片
暂无图片
暂无图片
暂无图片

Oracle Wait Events:read by other session

原创 eygle 2009-02-27
967
read by other session是在Oracle Database 10g中,引入的一个新事件,此前版本,这个事件在Buffer Busy Wait中记录。



根据文档,这个事件的解释如下:

This event occurs when a session requests a buffer that is currently being read into the buffer cache

by another session. Prior to release 10.1, waits for this event were grouped with the other reasons for

waiting for buffers under the 'buffer busy wait' event



这个等待也就是说明数据库存在读的竞争,所以该等待事件通常和db file sequential read或db file scattered read 同时出现。



以下是一个客户生产数据库中的Top 5 Timed Events:

Top 5 Timed Events                                        Avg %Total

~~~~~~~~~~~~~~~~~~                                        wait  Call

Event                                Waits    Time (s)  (ms)  Time Wait Class

------------------------------ ------------ ----------- ------ ------ ----------

CPU time                                          4,897          52.9

db file sequential read          1,557,308      1,887      1  20.4  User I/O

read by other session            3,818,768      1,769      0  19.1  User I/O

db file scattered read              973,678        807      1    8.7  User I/O

log file sync                        23,299          17      1    0.2    Commit



「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论