You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README: minimap, colored links, and Query History features (#291)
* Update README.md: enhance Query Store section and add minimap feature description with screenshots
* Update README.md: add minimap feature for navigation and color-coded links for operator accuracy in the features list
Co-authored-by: Copilot <copilot@github.com>
* typo
---------
Co-authored-by: Copilot <copilot@github.com>
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,11 @@ Side-by-side comparison of two plans showing cost, runtime, I/O, memory, and wai
57
57
### Query Store Integration
58
58
Fetch top queries by CPU, duration, logical reads, physical reads, writes, memory, or executions from Query Store and load their plans directly into the analyzer.
59
59
60
-

60
+

61
+
62
+
### Minimap and colored links by accuracy ratio divergence
63
+
The minimap provides a high-level overview of the entire plan, allowing you to quickly navigate to areas of interest. Colored links between operators indicate accuracy ratio divergence, helping you identify where estimates are most off from actuals.
64
+

61
65
62
66
### MCP Integration
63
67
Ask Claude Code to analyze loaded plans, identify warnings, suggest indexes, and compare plans — all through the built-in MCP server.
@@ -299,6 +303,8 @@ Features:
299
303
- Warning badge on root node showing total warning count
300
304
- Plan Insights panel — three-column view with runtime summary, missing indexes, and wait stats visualization
301
305
- Zoom and pan (mouse wheel + middle-click drag)
306
+
- Minimap for quick navigation of large plans
307
+
- Color-coded links between operators based on accuracy ratio divergence (estimates vs actuals)
302
308
- Click any operator to see full properties (30 sections)
303
309
- Statement grid with sortable columns (cost, rows, DOP, warnings)
304
310
- Tooltips on hover with key operator metrics
@@ -308,6 +314,7 @@ Features:
308
314
-**Copy Repro Script** — extracts parameters, SET options, and query text into a runnable `sp_executesql` script
309
315
-**Get Actual Plan** — connect to a server and re-execute the query to capture runtime stats
310
316
-**Query Store Analysis** — connect to a server and analyze top queries by CPU, duration, or reads
317
+
-**Query History** — view a history of executed queries with their plans along the timeline and metrics from query store
311
318
-**MCP Server** — built-in Model Context Protocol server for AI-assisted plan analysis (opt-in)
0 commit comments