Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2802771
  • 博文数量: 389
  • 博客积分: 4177
  • 博客等级: 上校
  • 技术积分: 4773
  • 用 户 组: 普通用户
  • 注册时间: 2008-11-16 23:29
文章分类

全部博文(389)

分类: Oracle

2010-07-30 12:27:20

                          转载:log file sync
log file sync 是由于事务提交太过于频繁,IO速度跟不上,从而出现这个等待。

1,提高LGWR的优先级
alter system set "_high_priority_processes"='LMS*|LGWR|PMON' scope=spfile;                          
 
Disclaimers:
1. This is a hidden parameter - so you probably shouldn’t use it.
2. Reducing commits is the best way to solve “log file sync” issues.
3. Isolating the lgwr process via processor affinity is another possible approach.
4. Sit up straight and don’t talk with your mouth full
 
 
2,设为批量提交commit_write=batch

3,通过exp/imp导出导入整理碎片。把log磁盘和data磁盘分开存放
阅读(3325) | 评论(0) | 转发(0) |
0

上一篇:RDA使用

下一篇:日志组操作

给主人留下些什么吧!~~