Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Sort area size

Re: Sort area size

From: Joel Garry <joel-garry_at_home.com>
Date: 10 Jan 2005 15:30:56 -0800
Message-ID: <1105399856.510282.309900@c13g2000cwb.googlegroups.com>


> So theoretically if i increase the size of sort_area_size to more
then 1MB (say 2MB) will all these sorts fit into memory.

Quite possibly. Don't forget many things use sort segments. Some things go through multiple phases, merging when sorting, and might benefit a lot from being able to cut down on the number of phases. So even if you are at 99%, that other 1% might be something like rebuilding indices for a segment that has lots of deletes, or some monthly report with rollups. So accelerating that 1% might mean allowing a periodic maintenance or reporting window to be much smaller.

Or not.

Testing (and figuring out what really makes the segments) is the only way to find out.

http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96533/memory.htm#43396

jg

-- 
@home.com is bogus.
http://www.powerstrike.net/Tehkan/mamesong.html
Received on Mon Jan 10 2005 - 17:30:56 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US