Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: VLDBA's: gather stats on a large table
Hi Christian,
My understanding is a little bit contradictory with your last sentence because whenever Oracle at parse time does not know exactly the one partition it will operate on (e.g. when you have from KEY to KEY or you have from 1 to 10) Oracle optimizer will use global statistics.
Only if you have fixed one partition used in the execution plan Oracle is going to use partition statistics of that particular partition, like from 10 to 10.
My understanding can have the flaw because I used asktom site (usually trustful) and did not try it myself (lazy).
Would you let me know if my understanding is not true here, please?
Best regards,
Zoran
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Apr 12 2005 - 05:08:18 CDT
![]() |
![]() |