|
|
最初由 coffemate 发布
[B]多谢各位,现在负载确实很小,也许看不出什么问题。
husthxd
版主
是大型web应用的后台数据库,目前在初期的测试,目前没有把sga初始值调大,只是给了一个最大的size。
control file parallel write 问题是不是我要把控制文件(2个)分别放到不同的分区?
top100:
这样的设置我是不是在后期负载大的时候调整?这样效果会更明显。
负载不大,现在网站访问还是很快,我是在想,如果支持同时在线5000-10000,是否能撑的住? [/B]
1.从报告看sga参数设置没有什么问题.
2.control file parallel write等待事件参考:
'control file parallel write'
------------------------------------------------------------
This occurs when a server process is updating all copies of the controlfile.
If it is significant, check for bottlenecks on the I/O paths (controllers,
physical disks) of all of the copies of the controlfile.
Possible solutions:
o Reduce the number of controlfile copies to the minimum that ensures
that not all copies can be lost at the same time.
o Use Asynchronous I/O if available on your platform.
o Move the controlfile copies to less saturated storage locations.
3.使用中间层的连接池支持大量客户端连接.最好做做压力测试. |
|