Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Data Warehouse on Windows
In a datawarehouse you want to exploit parallelism as
much as possible. So you'd better with many processors
and independant mount points.
As raid 5 is very popular because it's cheaper, you will probably put your data on raid5 but fight to put your redo on non raid 5 disk.
Do you have a good idea of the architecture ? Will you load the data daoly, weekly, monthly ? You may end up with a design where the database is non archivelog and allmost all the loads are done in direct path with nologging , then putting the redo on raid5 is less important.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: =?iso-8859-1?q?paquette=20stephane?= INET: stephane_paquette_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Aug 15 2002 - 09:53:25 CDT
![]() |
![]() |