microsoft / azuredatastudio-mysql

MySQL extension for Azure Data Studio
MIT License
37 stars 9 forks source link

Provide support for query analyzer #224

Open gayanper opened 1 year ago

gayanper commented 1 year ago

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.