Is there any way to test run a query and gain insight into possible query performance?
Asked
Active
Viewed 75 times
0
-
Like the `EXPLAIN` statement? – tk421 May 21 '19 at 19:40
-
No, `EXPLAIN` can only be used with `SELECT` statements. – Simón Ramírez Amaya May 31 '19 at 20:30