Skip to content

feat(XS-52): Adds explain plan viewer - #64

Merged
Bare7a merged 2 commits into
masterfrom
feat/XS-52-adds-plan-viewer
Aug 6, 2026
Merged

feat(XS-52): Adds explain plan viewer#64
Bare7a merged 2 commits into
masterfrom
feat/XS-52-adds-plan-viewer

Conversation

@Bare7a

@Bare7a Bare7a commented Aug 5, 2026

Copy link
Copy Markdown
Owner

📝 What changed?

Adds a query plan viewer: Explain (Ctrl+Shift+E) and Explain analyze (Ctrl+Shift+A) turn each engine's EXPLAIN into one normalized, heat-mapped tree with cost, rows and timings. Typing EXPLAIN yourself now opens the same viewer instead of dumping raw output into the grid, and plans are ordinary result sets, so a script can mix grids and plans across tabs.


🧩 Change type

  • 🐛 Bugfix
  • ✨ Feature
  • ♻️ Refactor
  • 📝 Docs
  • 🛠️ Build / CI
  • 🔧 Other

🧠 Impact

  • 🎨 Frontend
  • 🧠 Backend
  • 🗄️ Database / SQL
  • 🖥️ Desktop (Wails / OS)
  • ⚙️ Tooling / CI
  • 🐾 Internal Only

📊 SQL impact (if relevant)

  • None
  • Query behavior changed
  • Schema / Migration
  • Import / Export

🧪 Tested

  • 🎨 Frontend (cd frontend && npm test)
  • 🧠 Backend (wails3 task test)
  • 🗄️ API E2E (wails3 task e2e:go:all)
  • 🖥️ UI E2E (wails3 task e2e:ui:all) - local only, not in CI
  • 💻 CI is sufficient

📌 Notes

@Bare7a
Bare7a merged commit 932062e into master Aug 6, 2026
3 checks passed
@Bare7a
Bare7a deleted the feat/XS-52-adds-plan-viewer branch August 6, 2026 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant