Per Baron, I'm pasting this here:
http://tools.percona.com/query/PLUQcFBa/advice
specifically, I can't seem to find any information on CLA.003 (Paginating a result set with LIMIT and OFFSET is O(n^2) complexity, and will cause performance problems as the data grows larger. Pagination techniques such as bookmarked scans are much more efficient.) and "bookmarked scans".
http://tools.percona.com/query/PLUQcFBa/advice
specifically, I can't seem to find any information on CLA.003 (Paginating a result set with LIMIT and OFFSET is O(n^2) complexity, and will cause performance problems as the data grows larger. Pagination techniques such as bookmarked scans are much more efficient.) and "bookmarked scans".
Comment