-
Notifications
You must be signed in to change notification settings - Fork 48
qep
Frédéric Descamps edited this page Mar 10, 2021
·
3 revisions
Query Execution Plan utilities.
A collection of tools and utilities to perform checks on your MySQL Query Execution Plan
This function prints the QEP for a query in different format:
- traditional
- tree
- json
It will also run EXPLAIN ANALYZE and compare with existing saved QEP for the query if any. It will also propose to save the QEP in a dedicate schema and table: dba.qep