Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Netapps vs EMC -- db file scattered read
Don't know if anybody here has seen this happening on NetApps storage.
I ran query "select count(*) from jvmo_test;" on three of our
databases, ids9i, nyisos (both on NetApp) and gmps (on EMC). The tables
are all the same, build from the sam base table and then rows copied
until there are 1,600,000...
I don't understand why the wait times for NetApps are so much higher
than for EMC. Take a look at these results:
IDS9I - NetApps
table info, blocksize = 8K:
BYTES BLOCKS EXTENTS 351010816 42848 2678 call count cpu elapsed disk query currentrows
Elapsed times include waiting on following events:
Event waited on Times Max. Wait Total Waited
------------------------------ Waited ---------- ------------
SQL*Net message to client 2 0.00 0.00 db file scattered read 2678 0.10 50.00
NYISOS - NetApps
table info, blocksize = 16K:
BYTES BLOCKS EXTENTS 345112576 21064 2633 call count cpu elapsed disk query currentrows
Elapsed times include waiting on following events:
Event waited on Times Max. Wait Total Waited
------------------------------ Waited ---------- ------------
db file sequential read 1142 0.06 7.31 db file scattered read 2286 0.09 52.29
GMSP - EMC
table info, blocksize = 8K:
BYTES BLOCKS EXTENTS 348913664 42592 2662 call count cpu elapsed disk query currentrows
Elapsed times include waiting on following events:
Event waited on Times Max. Wait Total Waited
------------------------------- Waited ---------- ------------
SQL*Net message to client 2 0.00 0.00 db file scattered read 2663 0.02 3.57
EMC is more than 7 times faster than NetApps! db file scattered read is way too high for Netapps....
Any ideas?
Thanks for any info, jan Received on Thu Jan 20 2005 - 03:41:10 CST