Scheduled analyzed_statistics on a table
kxu
Administrator
Is it better to have a scheduled analyze_statistics on specific table as opposed to having it done as part of the code? How would you avoid unnecessary statements like running analyze_statistics if the operation is already in progress on the projection?
Optimizing Query Performance and Resource Pool Tuning
@rbankula @bat
0
Answers
In the code makes most sense if a lot of the table get's modified. Like re-ingesting the data of a complete day.
a query like
run once a day might give you a list of queries for tables to optimize.