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: parallel query

Re: parallel query

From: Prasath <prasath.rao_at_gmail.com>
Date: 11 Jul 2006 02:35:52 -0700
Message-ID: <1152610552.170694.91050@s13g2000cwa.googlegroups.com>


Hi Brian,

How to minimize the physical reads? This query joins three tables and each table has almost 7 million rows?

Thanks,
Prasath.

Brian Peasland wrote:

> You have 331,539 physical reads which is most likely contributing more
> to performance problems than 2 sorts to disk. Are you sure that you are
> looking at the correct location for your performance problem?
>
> If you have WORKAREA_SIZE_POLICY set to auto and your
> PGA_AGGREGATE_TARGET defined, you can use the and V$PGA_TARGET_ADVICE
> views to tune your PGA_AGGREGATE_TARGET parameter.
>
> HTH,
> Brian
>
> --
> ===================================================================
>
> Brian Peasland
> oracle_dba_at_nospam.peasland.net
> http://www.peasland.net
>
> Remove the "nospam." from the email address to email me.
>
>
> "I can give it to you cheap, quick, and good.
> Now pick two out of the three" - Unknown
Received on Tue Jul 11 2006 - 04:35:52 CDT

Original text of this message

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