Hello Timextender and community
I’m looking to understand how Timextender Classic deals with collumn statistics that aren’t tied to indexes. Our project is built on Azure SQL DB.
Obviously TimeXtender automatically rebuilds indexes as part of its data cleansing procedures. However, rebuilding indexes only updates statistics on the indexed columns—not on the rest. Performance relies heavily on accurate statistics for query optimization (especially when MAXDOP isn’t explicitly set), this leaves me wondering:
-
Does TimeXtender have any built-in process or configuration to update statistics on non-indexed columns?
-
If not, are there recommended best practices for managing these statistics in a TX solution—either as part of the deployment or as a post-process step?
After dealing with a sudden drop in performance, we’ve observed performance improvements after manually updating statistics in the entire project. This takes 16 hours though, so I’d like to ensure we’re not missing any built-in capabilities in TimeXtender that could automate this, that we’re missing by having some logic running in views.
Appreciate any insights or suggestions!
Thanks,