I'm running some performance tests on my DB using MySQL, and I was left with the following question.
Is there any way to predict how long it will take to run a MySQL query after it starts running?
I noticed that in Client Connections I get the status of the query, but not how long it will take.