Describe the solution you'd like
It would be nice to visually see how and when the nodes run.
In the diagram, we could show a timeline with progress bars showing the elapsed time.
The user may want to play the animation with a fixed total duration (to 10 seconds). And the progression would be proportional to the effective execution time. For a node, the bar would appear after the startup time, and animation would stop right after the total time.
| |----------------------| |
^ startup ^ total
- Before startup time
- During execution
- After total time
This would help understand which nodes need to wait for the underlying to complete to run and which can start when the first row is received.
Describe the solution you'd like
It would be nice to visually see how and when the nodes run.
In the diagram, we could show a timeline with progress bars showing the elapsed time.
The user may want to play the animation with a fixed total duration (to 10 seconds). And the progression would be proportional to the effective execution time. For a node, the bar would appear after the startup time, and animation would stop right after the total time.
This would help understand which nodes need to wait for the underlying to complete to run and which can start when the first row is received.