Support for other databases #23
Replies: 8 comments 6 replies
-
Thanks for the suggestion @jogibear9988. The idea behind this extension was to provide a graphical plan and not a text-based plan but if you or others send a PR with textual plan I will gladly accept it. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Looking forward to MySQL been supported. |
Beta Was this translation helpful? Give feedback.
-
Oracle support is available in version 1.0.9 |
Beta Was this translation helpful? Give feedback.
-
MySQL and SQLite support are planned for the next month or two. |
Beta Was this translation helpful? Give feedback.
-
How will you do the support? |
Beta Was this translation helpful? Give feedback.
-
Version 1.1.10 adds support for SQLite: |
Beta Was this translation helpful? Give feedback.
-
Just published a new version with MySQL support. Check it out! |
Beta Was this translation helpful? Give feedback.
-
MySQL:
https://dev.mysql.com/doc/refman/8.0/en/explain-output.html
(Maria Db https://mariadb.com/kb/en/explain/)
SqLite:
https://www.sqlite.org/eqp.html
Oracle:
https://blogs.oracle.com/optimizer/post/how-to-generate-a-useful-sql-execution-plan
Beta Was this translation helpful? Give feedback.
All reactions