From 9553440edd252b18ca03080e4b825d8c14e0b272 Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Thu, 5 Mar 2026 09:42:43 -0500 Subject: [PATCH] Update README screenshot descriptions - Add SQL keyword completion to query editor description - List all Query Store ordering options Co-Authored-By: Claude Opus 4.6 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86832fb..adeb39f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Built for developers and DBAs who want fast, automated plan analysis without cli ## Screenshots ### Query Editor -Write queries with syntax highlighting, connect to any SQL Server, and capture plans with one click. +Write queries with syntax highlighting and SQL keyword completion, connect to any SQL Server, and capture plans with one click. ![Query Editor](screenshots/Query%20Editor.png) @@ -27,7 +27,7 @@ Side-by-side comparison of two plans showing cost, runtime, I/O, memory, and wai ![Plan Comparison](screenshots/Plan%20Comparison.png) ### Query Store Integration -Fetch top queries by CPU, duration, or reads from Query Store and load their plans directly into the analyzer. +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. ![Query Store Integration](screenshots/Query%20Store%20Integration.png)