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: i/o parameters on oracle and sun

Re: i/o parameters on oracle and sun

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Mon, 15 Jan 2001 20:54:24 +0800
Message-ID: <3A62F300.6806@yahoo.com>

rkatofiasc_at_classifiedventures.com wrote:
>
> We are moving our data warehouse to a sun 4500 6X6 with 2 sun 5200
> (18G) drive arrays. Can you gurus give me some thoughts on what would
> be the optimal parameter sizes? I am looking for the db_block_size,
> strip width size, db_multiblock_size. I think we are leaning towards a
> 16 K block size. The file system will my managed using Veritas for
> Oracle (1+ 0 raid or 0+1). It seems the default is 16k for the strip
> width. Should the strip width change based on what the file is used
> for i.e data, index or logs. The data warehouse uses a multidimensional
> architecture, which minimize full table scans by using bitmapped
> indexes on the fact tables. I was hoping that someone might be working
> on a similar system and can give me some feedback.
>
> Thanks Rob
>
> Sent via Deja.com
> http://www.deja.com/

Without full investigation into requirements etc...

block size: 8k if on file systems, possibly 16k if on raw multiblock read count = large as possible which means you probably want to increase the maxphys setting in /etc/system, eg if maxphys = 256k, and block size = 8k, then multi-read-count should be 32 (256k/8k) Stripes typically same a single multiblock read

But rest assured, hoping that things will work out well just be setting a few parameters is a sure fire way to problems...

HTH
Connor

-- 
===========================================
Connor McDonald
http://www.oracledba.co.uk (mirrored at
http://www.oradba.freeserve.co.uk)

"Some days you're the pigeon, some days you're the statue"
Received on Mon Jan 15 2001 - 06:54:24 CST

Original text of this message

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