2010年1月14日星期四

Oracle tuning goals and techniques

oracle 9i tuning 教程总结的,不错,记录一下

tuning goals(主要是data buffer cache部分的) :
--servers find data in memory //数据尽量放在内存中
-- no waits on the buffer cache  //buffer cache上不要发生wait events
. Diagnostic measures
--wait events  //等待事件
--Cache hit ratio  //命中率
-- the v$db_cache_advice view  //data buffer的建议
.  tuning techniques
--reduce the number of blocks requires by sql  //sql尽量做到精确
--increase buffer cache size  // buffer cache的大小很重要
--use multiple buffer pools   //为不同性质的sql使用不同的buffer pool
-- cache tables //将小表放在内存中
-- bypass the cache for sorting and paralled reads. //绕过排序和并发读

没有评论:

发表评论