Shared Servers and Automatic Workarea Management in Oracle10g

June 22nd, 2007 | Categories: Boring | Tags:

In Oracle10g,the automatic PGA memory management mode applies to work areas allocated by both dedicated and shared Oracle database servers.

That means,under automatic PGA memory management mode,when sessions run SQL via shared server processes,SQL Work Areas will be allocated from PGA,rather than large pool like in oracle9i. SQL Work Areas is a runtime area dedicated for memory-intensive operators,sush as Sort-based operators (order by, group-by, rollup, window function), Hash-join,Bitmap merge,Bitmap create,etc.

Since less memory is allocated from large pool, shared pool latch will not have big contention under massive parallel sort&hash&bitmap operations by using automatic PGA memory management mode in shared server mode.

Yesterday I read an article from Pythian Group Blog,Shared Servers and Automatic Workarea Management.It impressed me.

Del.icio.us Google书签 Digg Live Bookmark Technorati Furl Yahoo书签 Facebook 百度搜藏 新浪 ViVi 365Key 网摘 天极网摘 和讯网摘 博拉网 POCO 网摘 饭否 QQ 书签 Digbuzz 我挖网 Mister Wong
No comments yet.