Partition Level Statistics gathering
PatzaNov 25 2008 — edited Nov 27 2008Hi,
This is with regards to GRANULARITY option in DBMS_STATS.GATHER_TABLE_STATS procedure.
If I give 'PARTITION' as GRANULARITY would it gather statistics for all the partitions on a table or can I gather statistics only for a particular partition.
For example: If I have table T1 which is partitioned by month i.e JAN08, FEB08, ....., DEC09, JAN09, ... and If I apply DML only on say DEC08, can I gather statistics only for DEC08 partition ?
Please advise.
Thanks in Advance.
Regards
Pat