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

Home -> Community -> Mailing Lists -> Oracle-L -> how to improve sequential scans ?

how to improve sequential scans ?

From: Rahul <rahul_at_ratelindo.co.id>
Date: Tue, 17 Jul 2001 04:38:47 -0700
Message-ID: <F001.0034BE43.20010717043545@fatcity.com>

list (AIX, 7.3.2)

5 clients are shooting the same sql to read data from an 18 million rows table.
each time the sql uses a different literal value in the where clause... no bind variables.

I CANNOT TOUCH THE APPLICATION, and have been given the task to re-configure the
DB to increase performance.

i have moved the table and it;s associated index to separate disks. and iostat show that
only that only those two disks are being read.

the session wait show that all the times the sessions are waiting on "db file sequential read"

the db file being sequentially read in the above sessiion is the TABLE from which
all the sid's are reading

the table is analyzed and the sql's issued use the index.

how can i further tune this config. ?

TIA Rahul

PS: my next step is to put the files on raw disks.

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Rahul
  INET: rahul_at_ratelindo.co.id

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 Tue Jul 17 2001 - 06:38:47 CDT

Original text of this message

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