qep - lefred/mysqlshell-plugins GitHub Wiki

qep

Query Execution Plan utilities.

A collection of tools and utilities to perform checks on your MySQL Query Execution Plan

get

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

Selection_999(1221)