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: oracle on sun solaris

Re: oracle on sun solaris

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Thu, 15 Jun 2006 21:56:32 +0800
Message-ID: <44916710.21F@yahoo.com>


hopehope_123 wrote:
>
> Hi ,
>
> We are about to move our current datawarehouse system from redhat
> linux to a sun solaris box. ( 6 dual core cpus, 2 hba , emc disk
> array , raid 10 , 24GB. RAM)
>
> The db size is about 2tb.
>
> Since this is a datawarehouse system , random sequential io is my main
> concern , we also use parallel query heavily.
>
> I have some questions on my mind:
>
> 1. What file system to choose? UFS , Veritas or raw device?
>
> 2. If i choose ufs or veritas , should i use direct_io or not? Since
> parallel query bypasses the sga , and directIO bypasses the page
> cache , using buffered io is better .
>
> 3. How can i coose the strip size of the raid?
>
> 4. In order to maximize the sequential io performance , i am thinking
> of setting db_file_multiblock_read_count to 1MB. ( Which provides 1MB.
> read on each disk read) , along with the unix kernel parameters
> maxcontig (for ufs) etc. How can i balance this number with the strip
> size? Is 1MB. maximum?
>
> I will be appreciated if you can comment , advise.
>
> Kind Regards,
> hope

I'm an fan of raw - not just because it gives the best performance (since you can the same with file systems if done properly), but it instils a lovely discipline with datafile management.

You'll still need a file system for archive logs anyway - a decent CFS makes handling failover and RAC easier to look after

-- 
Connor McDonald
Co-author: "Mastering Oracle PL/SQL - Practical Solutions"
Co-author: "Oracle Insight - Tales of the OakTable"

web: http://www.oracledba.co.uk
web: http://www.oaktable.net
email: connor_mcdonald_at_yahoo.com


"Semper in excremento, sole profundum qui variat."

------------------------------------------------------------
Received on Thu Jun 15 2006 - 08:56:32 CDT

Original text of this message

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