It would be nice to have a command to show the “query plan”. It would be something similar to MySQL’s EXPLAIN <query>
command. This would help in optimizing queries.
Hey @jansenignacio,
Currently, our query execution follows directly from the way query is expressed. We do execute the query branches in parallel; but it would be relatively straightforward to figure out what they would be – all the siblings are executed in parallel. So, I don’t see much value in showing a query plan as of now.
If you can give a query example where it’s not clear how it would be run; we can discuss it further.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.