Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: EMC RAID-5 and MultiPlexing Redo Logs
"David Bye" <david_bye_at_bigpond.com> wrote in message news:<_5nl7.28$c5.63_at_newsfeeds.bigpond.com>...
> We are planning to deploy a 500GB database on EMC disks which are protected
> by RAID-5.
>
> Is there any value in also using multiplexing ?
>
> Thanks
>
> David
David,
First, let me say that Raid-5 is usually not a good choice for redo logs. Raid-5 is better for reading data and worse for writing and redo logs are extremely write intensive. (Although EMC will tell you otherwise because of the caching.) The value to multiplexing is that redo logs can become corrupted or erased without the underlying disks going bad. The trade off is between recovery and performance. If I determine the performance hit falls within my service level agreement with the users, I multiplex my redo logs for safety. Received on Wed Sep 05 2001 - 13:55:07 CDT
![]() |
![]() |