Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Upgrade to big SUN box or RAC for data warehouse?
> why would implementing RAC increase I/O? is that because of the 2 phase
> commit? So you have to write to multiple datafiles?
RAC by itself won't necessarily increase I/O. But the argument is similar to adding more CPUs to a single server instance. With more CPUs, processes get done with their computations quicker and therefore can turn to waiting for I/O more often. More processes waiting for I/O can cause bottlenecks in I/O. With RAC, you are increasing the number of processors, just not all on the same server.
This doesn't have anything to do with 2PC (which is for distributed databases).
HTH,
Brian
-- =================================================================== Brian Peasland dba_at_remove_spam.peasland.com Remove the "remove_spam." from the email address to email me. "I can give it to you cheap, quick, and good. Now pick two out of the three"Received on Tue Jul 22 2003 - 15:21:01 CDT