Open sunng87 opened 1 year ago
DataFusion can convert Plan
into a format that can be displayed by graphviz. Whether to consider supporting generate query plan diagrams through graphviz like arrow-ballista
hmmm, we can create a dedicated page to visualize this.
As shown in our slack community, the string results contains line breaker
\n
are not rendered. To optimise the display, we can use<pre>
to render string field so that pre-formated text like\n
/\t
are correctly displayed.Steps to reproduce
explain analyze select * from numbers
on dashboardHttp response body:
How database cli displays these text: