Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Question on Perfornance
Hi Mike,
The most important difference between the two types of RAID is the parity
check in RAID5. You shouldn't use RAID5 for parts of the database that are
continually written to, above all the redo log files. The redo log files are
being written to sequentially, and this means using RAID5 for redo log files
will slow down everything, as the redo log files are being written, before a
transaction is being written to the database.
Hth,
Sybrand Bakker, Oracle DBA
Mike Schmidt wrote in message <7hnuhb$s1b$1_at_autumn.news.rcn.net>...
>Question to the group:
>
>I just started working with ORACLE 8 I have a question....
>When configuring a server for ORACLE using either Windows NT or AIX what
>type of hardware RAID can the group offer. I have heard from RAID 1 MIRROR
>to RAID 5 depending on the type of environment.
>
>Thanks,
>
>Mike Schmidt MCP/MCSE
>mkschmidt_at_erols.com
>
>
Received on Sun May 16 1999 - 23:34:28 CDT
![]() |
![]() |