What could explain a 30+ second MySQL SELECT query latency when profiling records an execution time of <1 second? – Phpmyadmin
I'm trying to figure out why a simple select with a LIMIT 1 clause (admittedly, on a really bloated table with a lot of rows and indices) is sometimes taking 30+ seconds (even 2 minutes, sometimes) to execute on an…