Skip to content

Commit 627a694

Browse files
rferratonCopilot
andauthored
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>
1 parent 70d28e6 commit 627a694

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ Side-by-side comparison of two plans showing cost, runtime, I/O, memory, and wai
5757
### Query Store Integration
5858
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.
5959

60-
![Query Store Integration](screenshots/Query%20Store%20Integration.png)
60+
![Query Store Integration](screenshots/performance_studio_querystore_analysis_top_cpu_by_query_hash.png)
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+
![Minimap and Colored Links](screenshots/minimap_and_planviewer_colored_actual_plan.png)
6165

6266
### MCP Integration
6367
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:
299303
- Warning badge on root node showing total warning count
300304
- Plan Insights panel — three-column view with runtime summary, missing indexes, and wait stats visualization
301305
- 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)
302308
- Click any operator to see full properties (30 sections)
303309
- Statement grid with sortable columns (cost, rows, DOP, warnings)
304310
- Tooltips on hover with key operator metrics
@@ -308,6 +314,7 @@ Features:
308314
- **Copy Repro Script** — extracts parameters, SET options, and query text into a runnable `sp_executesql` script
309315
- **Get Actual Plan** — connect to a server and re-execute the query to capture runtime stats
310316
- **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
311318
- **MCP Server** — built-in Model Context Protocol server for AI-assisted plan analysis (opt-in)
312319
- Dark theme
313320

504 KB
Loading
1.07 MB
Loading

0 commit comments

Comments
 (0)