While working with MySQL and some really "greedy queries", I noticed that if I run such a greedy query, it may take 2 or 3 minutes to calculate. But if I repeat the request immediately after it is completed for the first time, it only takes a few seconds. Does MySQL save something like the "last x queries"?
source
share