What tools to use to visualize logical and physical query plans?

Viewed 1642

I am familiar explain() (also WebUI). I was curious whether there are any tools that generate an image of the tree structure of the logical/physical plan before/after optimizations. That is the information returned by explain() as an image.

1 Answers
Related