opteryx icon indicating copy to clipboard operation
opteryx copied to clipboard

Mermaid chart should report the rows, columns and time of the resultset

Open joocer opened this issue 4 months ago • 0 comments
trafficstars

Currently, the mermaid version of the query plan doesn't display information about the result of the query, this could be done by adding a "HEAD" node:

NODE_HEAD@{ shape: sm-circ }

and an edge to this node, something like this:

NODE_xxxxxxxxxx -- 0 rows<br />0 columns<br />0 bytes<br />0ms --> NODE_HEAD

joocer avatar Jun 26 '25 08:06 joocer