[
https://issues.apache.org/jira/browse/CALCITE-7133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Rebele updated CALCITE-7133:
-----------------------------------
Description:
Optimization phases with many rule applications lead to large graphs
representing the plans of the intermediate steps. This ticket aims to improve
the visualizer, so that a developer can still get useful information from those
plan visualizations.
List of improvement ideas:
* allow hiding / showing nodes
* jump to the step where the previous change happened
* include the cost for each node in all the steps by default, but make it
possible to hide it
* in the node tooltips, make the related nodes clickable: on click, pan to
that node
was:
Optimization phases with many rule applications lead to large graphs
representing the plans of the intermediate steps. This ticket aims to improve
the visualizer, so that a developer can still get useful information from those
plan visualizations.
List of improvement ideas:
* allow hiding / showing nodes
* jump to the step where the previous change happened
* include the cost for each node in all the steps by default, but make it
possible to hide it
> Improve usability of RuleMatchVisualizer for large plans
> --------------------------------------------------------
>
> Key: CALCITE-7133
> URL: https://issues.apache.org/jira/browse/CALCITE-7133
> Project: Calcite
> Issue Type: Improvement
> Reporter: Thomas Rebele
> Assignee: Thomas Rebele
> Priority: Minor
>
> Optimization phases with many rule applications lead to large graphs
> representing the plans of the intermediate steps. This ticket aims to improve
> the visualizer, so that a developer can still get useful information from
> those plan visualizations.
> List of improvement ideas:
> * allow hiding / showing nodes
> * jump to the step where the previous change happened
> * include the cost for each node in all the steps by default, but make it
> possible to hide it
> * in the node tooltips, make the related nodes clickable: on click, pan to
> that node
--
This message was sent by Atlassian Jira
(v8.20.10#820010)