azuredatastudio icon indicating copy to clipboard operation
azuredatastudio copied to clipboard

Support Query Store

Open Lilk opened this issue 1 year ago • 0 comments

When debugging database overuse issues it is very helpful to be able to quickly find offending queries that need index adjustments or rewriting. The query store is an excellent such tool. It is supported in SSMS, but SSMS only runs on Windows. I'd like a simple way to graph the most resource intensive queries in terms of max and average; cpu time, IO, execution count etc etc over a set time range. The solution shall also like SSMS allow easy navigation between found queries and their query text as well as an easy way to visualize the query plan.

Lilk avatar Apr 04 '25 14:04 Lilk