v0.5.0
February 2026
Latest
Query Explain Visualizer
- - Interactive execution plan tree for find and aggregate queries
- - Color-coded stages: green (IXSCAN), red (COLLSCAN), yellow (SORT), blue (FETCH)
- - Summary bar with execution time, docs/keys examined, efficiency percentage
- - Index usage detection — shows index name or "Collection Scan" warning
- - Rejected plans viewer for comparing alternative query plans
- - Raw JSON toggle with Monaco editor
- - Keyboard shortcut ⇧⌘E and Explain button in query bar and shell panel
-
-
Auto-detection of
.explain()in query text