Given a query running with EXPLAIN FORMAT='JSON' will provide the json query plan. Having a better visual presentation of the query plan similar to mssql would be really valuable.
A cherry on top of icing would be to provide a dedicated action in the query editor to run the query with EXPLAIN FORMAT='JSON' and provide the visual plan.
Given a query running with
EXPLAIN FORMAT='JSON'
will provide the json query plan. Having a better visual presentation of the query plan similar to mssql would be really valuable.A cherry on top of icing would be to provide a dedicated action in the query editor to run the query with
EXPLAIN FORMAT='JSON'
and provide the visual plan.