Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Filesystem vs. Raw IO
On 05/27/2004 01:24:09 PM, Rick Stephenson wrote:
> I just ran some tests and I was shocked at the results. I assume I am
> missing something very obvious.
You are right.
>
>
> Exporting data 2 million row table:
>
>
>
> EMC disk on UFS filesystem: 50 sec
>
> EMC disk raw space: 3 min 8 sec
>
> NetApp disk UFS filesystem: 48 sec
>
> NetApp disk raw space: 3 min 7 sec
>
>
>
> What should I be looking at? Why such a big difference?
Well, during export you mostly read, using full table scan. With UFS, you're doing buffering and prefetch and that speeds things up. With raw devices, you're not doing that. Raw devices are a bit faster when it comes to an active OLTP system. For a read-only database, buffered file systems are actually faster. Your case proves the importance of BCHR and validity of the method "C".
-- Mladen Gogala Oracle DBA Note: This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Wang Trading LLC and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity. ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Thu May 27 2004 - 12:42:32 CDT
![]() |
![]() |