Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Gc buffer busy

2025-04-09 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

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 customers

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.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report