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: Memory utilization (was SGA/PGA and virtual memory)

Re: Memory utilization (was SGA/PGA and virtual memory)

From: <s.griffiths_at_virgin.net>
Date: 1997/03/23
Message-ID: <3335831b.2172727@news.virgin.net>#1/1

On Fri, 14 Mar 1997 22:46:44 -0800, Gus Spier <gus_at_shirenet.com> wrote:

>> > >
>> > > Give a small SGA a try!
>> > >

If an oracle table is smaller than the initialisation parameter small_table_threshold then oracle will, by default, not cache the table. However, the OS will. If your application is dependant on a large number of table scans on tables which are larger than this parameter then the size of the oracle data cache will not greatly affect performance.

However, the more memory you leave to the OS data cache then the faster your application will run!

Alternatives you may like to consider are

	create more indexes
	increasing small_table_threshhold
	setting the CACHE parameter on CREATE TABLE
	
Received on Sun Mar 23 1997 - 00:00:00 CST

Original text of this message

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