Global or Partition Index
I have a very large fact table with over 200 partitions. I found that 100 partitions had stale stats. So I started with just one partition and gathered stats using the GLOBAL and PARTITION attribute. The analyze took over 8 hours and
I found that all the partitions were now not STALE. Does Global Stats do that ? Do I still have to gather partition level stats for all the other tables initially found to be STALE? What are the things that may be missing with what the level of stats I ran ?
Thank you