|
Comments
|
|
Helpful.
|
|
|
i'm so lacking in my understanding of statistics you're filling my glass quickly. Been using SQL since 6.5 and never got into this aspect. thks for the info.
|
|
|
Index Rebuild always update the statistics with full scan(100%). People should take care when updating statistics after index rebuild, since this end up in overwriting the statistis from full scan to a sample one.
|
|
Jim Phillips on
12/31/2009
You missed an important point in this video. If you rebuild your indexes the index is taken offline while it is being rebuilt and this will effect performance greatly if the system is being used during a mainenance window. Not all maintenance windows are completly hands off. A reorg does not drop and recreate the index and affects performance less for those 7X24 applications. A update stats should be done after an reorg during the window.
|
|
|
Great video, I did not know that. Thanks!
|
|
|
This series on statistics has been very informative and well presented. Definitely worth the time to review.
|
|
|
Andy,
what will happen to the [index-based] statistics if,say, the index gets dropped?
Thanks,
--yul
yul@ugo.com
|
|
|
realy good
|
|
|
Yul, the associated statistic is dropped at the same time.
|
|
|
good
|
|
|
very nice video
|