gc buffer busy

发布时间:2020-08-10 00:04:43 作者:东北胖子
来源:ITPUB博客 阅读:137

gc buffer busy
  This wait event, also known as global cache buffer busy prior to Oracle 10g,
  specifies the time the remote instance locally spends accessing the requested data block.
  This wait event is very similar to the buffer busy waits wait event in asingle-instance database and are often the result of: 1. Hot Blocks -
multiple sessions may be requesting a block that is either not in buffer cache or is in an incompatible mode.
Deleting some of the hot rows and re-inserting them back into the table may alleviate the problem.
 Most of the time the rows will be placed into a different block and reduce contention on the block.
 The DBA may also need to adjust the pctfree and/or pctused parameters for the table to ensure the rows are placed into a different block. 2. Inefficient Queries ˆ
as with the gc cr request wait event,
the more blocks requested from the buffer cache the more likelihood of a session having to wait for other sessions.Tuning queries to access
fewer blocks will often result in less contention for the same block.

推荐阅读:
  1. Node.js Buffer用法解读
  2. 关于Stream和Buffer的相互转换详解

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

buffer busy gc

上一篇:MySQL:一个简单insert语句的大概流程

下一篇:直播APP源码实现直播流程上需要注意的内容

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》