Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Netapps vs EMC -- db file scattered read

Re: Netapps vs EMC -- db file scattered read

From: <bdbafh_at_gmail.com>
Date: 25 Jan 2005 21:42:07 -0800
Message-ID: <1106718127.863051.283180@f14g2000cwb.googlegroups.com>


I wonder if the locality of data has anything to do with it.

If the read-ahead config of the EMC unit is optimized, you may be benefiting from cache hits on read ahead. Its possible that the stripe size on the EMC array is better matched to your OS and database configuration than the stripe size of the NetApp filer, making table scans more efficient. its possible that write anywhere, file later is making your scattered reads much more scattered as more latency could be introduced due to non-contiguous data.
do these units contain comperable disks, number of channels/paths? is the NetApp Filer connected point-to-point or via a longer path?

check Connor McDonald's site for scripts for determining the max setting for the db_file_multiblock_read_count. sounds like alot of "it depends".

-bdbafh Received on Tue Jan 25 2005 - 23:42:07 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US