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: hash_area_size

Re: hash_area_size

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Fri, 29 May 1998 15:58:49 GMT
Message-ID: <01bd8b1a$5b20aac0$0300a8c0@WORKSTATION>

Joel Garry <joelga_at_pebble.org> wrote in article <slrn6mrcdt.ta3.joelga_at_pebble.org>...
> Example 5, page 19-53 of the Oracle8 Server Tuning Manual seems to
show the
> hash area is in addition to the sort area.

If in doubt, don't assume the manuals are correct !

Experiment:

	set hash_area_size =2M
	set sort_area_size = 2M
	start database

	run top to see size of dedicated shadow-processes

a)	At steady state (small create table, create index, etc. shadow
shows 10100K
b)	Execute statement to do large sort
		shadow jumps to 12184K
c)	terminate session

Repeat,  but execute statement to do large hash
		shadow jumps to 12184K

Repeat doing sort, then hash
		shadow is stable as 12184K

Repeat doing hash then sort
		shadow is stable at 12184K


It really looks as if memory allocated for sort_area_size is interchangeable
with memory allocated for hash_area_size

Jonathan Lewis Received on Fri May 29 1998 - 10:58:49 CDT

Original text of this message

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