I've been spending a lot of time comparing query plans lately to see the effects of optimizations and comparing plans between different query engines, so I built some simple tooling to help with this.
By saving plans from each engine out to a simple markup language, I can have one set of tools for generating diagrams. This has helped a lot with documentation and presentations.
Announcing QPML: Query Plan Markup Language
@andygrove This might interest you https://github.com/melanieplageman/debugging_planner
@tnxbutno Thanks, I'll check it out!