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: Disk paritions, 36g/4 or 36gig/1

Re: Disk paritions, 36g/4 or 36gig/1

From: Mark Malakanov <markmal_at_delete-this-antispammer.home.com>
Date: Thu, 26 Apr 2001 04:34:36 GMT
Message-ID: <wzNF6.62109$_P.16680282@news3.rdc1.on.home.com>

If performance is concern, it will be better to put redo log files to separate disk(s) closer to periferial cilinders. I wold make following

d1 - part1:the even redo members, part2:OS
d2 - part1:the odd redo members, part2:swap
d3 - part1:controlfile1, part2:tables,indexes
d4 - part1:controlfile2, part2:indexes,tables

Idea is to completely separate redo-log activity from other I/O activity.

If performance is not concern, make 1 big partition on every disk.

--
-----------------------------------------------------
Thanks,
Mark

"Chuck Carson" <chuckc_at_clinicomp.com> ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ:
news:3ae718c9.260531804_at_news.qwest.net...

>
> I am building an Oracle DB and am limited to 4 - 36gig disks.
>
> Disk 2 is for index space, and disk 3 and 4 are for data space. My
> question is, is it better to create one large parition on each disk,
> or break it up into smaller partitions? The schema for this database
> is not very complex so segregating various tables and indexes is not
> really necessary, I will simply have all indexes on 1 spindle, and the
> data separated across 2 spindles.
>
> Thanks,
> CC
Received on Wed Apr 25 2001 - 23:34:36 CDT

Original text of this message

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