IndexOptimize query taking 7+ hours #647
Unanswered
willim32533
asked this question in
Questions & Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This query that IndexOptimize generates and executes has consistently taken 7+ hours to complete over the past year+. The database has about 20 base tables that are partitioned (approximately 311 partitions) and roughly 7TB in total size. In contrast, the same query executes on two other sql servers in less than few minutes with the identical schema, CPU, and RAM with the only difference being data and number of partitions - approximately 133 and 149 - and size being roughly 8TB and 9TB.
Then, this other IndexOptimize query takes at least 5 to 8 hours to run on each server:
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions