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

Home -> Community -> Usenet -> c.d.o.misc -> Re: High diskread ? why ?

Re: High diskread ? why ?

From: <bialik_at_wis.weizmann.ac.il>
Date: Wed, 22 Apr 1998 15:54:02 -0600
Message-ID: <6hlldb$fmd$1@nnrp1.dejanews.com>


Hi.

  1. The table's order make a difference! If you are joining only 2 tables, try and specify the table with a small number of rows second in the "FROM" clause. If you have more tables - use ORDERED hint.
  2. High diskread number may be caused :
  3. Full table scan execution( Index is not used or does not exist). Use EXPLAIN PLAN to check your statement.
  4. The SGA size is too small.
  5. You actually trying to read very large table. Try to limit the number of rows by using WHERE.

 Good luck. Michael.

In article <6hjflp$et7$1_at_nnrp1.dejanews.com>,   andrewl_at_tnl.com.au wrote:
>
> What causes high diskread per execution ?
>
> Is the order of tables referrenced on the from clause make a different ?
>
> Thanks,
> Andrew L
>
> -----== Posted via Deja News, The Leader in Internet Discussion ==-----
> http://www.dejanews.com/ Now offering spam-free web-based newsreading
>

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Wed Apr 22 1998 - 16:54:02 CDT

Original text of this message

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