Sometimes I see in slow log, query which should not be there.
I know such query(ies) execute many times per day and it is fast enough, when I analyze slow log I see that this particular query droped to log only at once,
### 1 Query
### Total time: 23.728427, Average time: 23.728427
### Taking 23.728427 seconds to complete
### Rows analyzed 349012
does it means that it became slow because some table was locked ? or some another query was make DB server busy ? or something else ???
How to figure out why, definitely fast query came to the log ?