DB_WRITER_PROCESSES

DB_WRITER_PROCESSES = 2 * number of CPU cores

IO快到有空置的時間, 那麼加dbwr便有作用了
Multiple DBWR processes is preferred over the use of I/O slaves. I/O slaves should only be used if multiple DBWR processes cannot be configured.
It is DBWR’s responsibility to make free buffers available by writing modified blocks to the datafiles.

SELECT   event,
           total_waits,
           time_waited,
           average_wait
    FROM   v$system_event
   WHERE      event LIKE 'db file %'
           OR event = 'free buffer waits'
           OR event = 'write complete waits'
ORDER BY   time_waited DESC
/

                                 TOTAL    TIME   AVG
EVENT                    WAITS  WAITED  WAIT
----------------------- ------ ------- -----
free buffer waits       194278 4488038 23.10
db file sequential read 588805 2900049  4.93
db file parallel write   34667  119035  3.43
db file scattered read   19283   10242  0.53
write complete waits       175    5481 31.32
db file single write       378    1261  3.34

Firstly, the operating system and database instance must be configured to make non-blocking I/O (asynchronous I/O) available to DBWR.
Secondly, the datafiles must be spread over enough disks, controllers and I/O busses to ensure that there are no hot spots in the I/O subsystem.
This I/O tuning typically involves the use of striping, and commonly involves the use of raw datafiles also.

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/16348200/viewspace-669873/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/16348200/viewspace-669873/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值