Examine the mysqldumpslow output:
Which two options could explain the slow query? (Choose two.)
There is network congestion between client and server.
No index has been defined on the filtered column.
There are 108 queries still being executed.
A table lock is causing delays.
A full table scan is being used.
Submit