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: Partition Drops is effecting performance adversely...

Re: Partition Drops is effecting performance adversely...

From: MTNorman <margaret.norman_at_novainfo.com>
Date: 30 Sep 2005 11:55:49 -0700
Message-ID: <1128106549.951169.140130@z14g2000cwz.googlegroups.com>


Ravi,

Have you examined the explain plan for your major queries before and after dropping partitions and/or re-running stats. If the explain plan isn't changing, then you probably are not experiencing some statistics related optimizer change.

If partition pruning is limiting your query range to recent partitions, then dropping older partitions does not make the table data being queried smaller. For example, if the monthly updates work on the last 45 days of data and the queries all have good partition pruning explain plans (see Note:179518.1 on Metalink), then the size or amount of online data that is older than 45 days does not impact the monthly updates. Are the recent partitions growing larger?

Regards,
Margaret Received on Fri Sep 30 2005 - 13:55:49 CDT

Original text of this message

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