Skip to content

MySQL Explain

Nimrod edited this page Dec 1, 2019 · 1 revision
  • Extra: Using Where -- a covering index is scanned and the table is skipped

  • Possible keys - keys from which MySQL can choose

  • Keys - the actual keys used

  • Rows - rows scanned

Clone this wiki locally