MySQL 8.4.10Captured
See how SQL becomes a real data flow
Replay a MySQL 8.4.10 execution plan and the row sets from a deterministic fixture in one synchronized view.
Open workbench
Compare how the same SQL produces a full scan and a composite-index access path, grounded in actual rows.
Workbench
Four synchronized surfaces
- SQL
The active clause and predicate
- Execution Plan
The active operator, access type, selected key, rows, and cost
- Data Lens
Table scans, index candidates, filters, joins, sorting, and result rows
- Plan & Evidence
The raw plan line and source behind each metric
Evidence methodology
Evidence stays separate from explanation
Every visible value is labeled by where it comes from.
- Captured
- EXPLAIN, Performance Schema, Handler counters, and results from MySQL 8.4.10
- Derived · fixture
- Exact row sets calculated by applying the same predicate to the fixed fixture
- Logical model
- A B-tree teaching model built from the index definition and candidate keys