dbis-uibk / relax

RelaX - a relational algebra calculator
http://dbis-uibk.github.io/relax/
MIT License
280 stars 96 forks source link

Sequence of execution #196

Open RaphaelGervillie opened 11 months ago

RaphaelGervillie commented 11 months ago

Hello,

I am using your tool to analyze the execution sequence of SQL queries. Currently, I see that the execution plan is only available for download in JPG format.

  1. Is it possible to obtain the execution plan in other formats, such as JSON?
  2. Additionally, i have multiple SQL queries for which I need execution plans. How can I automate the extraction?

Thank you for your assistance.