Hi Ian, There is a built in Calcite web visualization tool you can use from https://github.com/apache/calcite/blob/36f6dddd894b8b79edeb568982251dec8c9d2fc0/core/src/main/java/org/apache/calcite/plan/visualizer/RuleMatchVisualizer.java#L62-L78
The output looks like this: GraphQLCalcite/readme-images/calcite-query-plan-example.png at 92b18a850d5546403b9760d96dc5b3a59533f3ca · GavinRay97/GraphQLCalcite <https://github.com/GavinRay97/GraphQLCalcite/blob/92b18a850d5546403b9760d96dc5b3a59533f3ca/readme-images/calcite-query-plan-example.png> Hope that helps On Thu, Apr 24, 2025 at 1:24 PM Ian Bertolacci <[email protected]> wrote: > Howdy, > Is there any documentation about how to read and understand the volcano > planner traces, and the Graphvis output? > I know there is also the fluorite tool [1], but I am having issues using > it in my case [2]. > > Are there other tools, documentation, writeups, articles, talks, etc that > would help me understand this? > Thanks! > -Ian Bertolacci > > > [1] https://github.com/anha1/fluorite > [2] https://github.com/anha1/fluorite/issues/1 >
