Mysql – Query is slow only if LIMIT is greater than rows returned
We are find a specific query running very very slow if the LIMIT value is larger than the number of returned rows. We are running MySQL on RDS - 8.0.mysql_aurora.3.02.0 and have no other performance issues. Example 1 - query…