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: how to setup my StripeSet ?

Re: how to setup my StripeSet ?

From: Tim Hentzel <thentzel_at_silicon-age.com>
Date: Wed, 30 Aug 2000 21:23:07 GMT
Message-ID: <8ojtv6$ctf$1@nnrp1.deja.com>

first off, you probably don't want RAID 0 unless you have a very thorough back-up procedure and can afford downtime; because (obviously) if you lose one disk your entire server goes down. if possible, try and get more disks such that you can at least mirror your online redo logs. a best case scenario would allow for RAID 10 (mirroring + striping) for all the data files. also, read the oracle docs (http://technet.oracle.com) for information on separating different types of data files.

the proper setting for your stripe size depends on the application. a simple rule of thumb is ensure that read/write operations will be distributed against multiple disks since performance will increase nearly linearly as disks are added.

there is a nice overview of physical storage concepts at http://www.oreview.com/9801shrp.htm.

hth,
tim hentzel

http://www.codegarden.com

In article <8ojm06$2rv$1_at_nnrp1.deja.com>,   christianboivin1_at_my-deja.com wrote:
> Hi
> I have a Dell Power Edge 2400
> with 3 * 36 gigs hd,
> this is my first server setup for Oracle,
> i need to know if it is good
> to go with a hardware StripeSet of 100 gigs
> on raid 0 ?
>
> and what is the best value for the chunk size
> (8, 16, 32 or 64k)
>
> and do i need read caching
>
> thanks in advance
> Chris
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Aug 30 2000 - 16:23:07 CDT

Original text of this message

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