…Tagging, friends, queues, click tracking, search, paginated displays — we’ve seen these …mysql –user=mysql –pid-file=/var/run/mysqld/mysqld.pid –skip-external-locking –port=3306 –socket=/var/db/mysql/mysql…gains. Schema, query, and index optimization Analyzing and optimizing a server’s table and…
Post: Preprocessing Data
… batch processing. Examples could be reporting, data quality checks and optimizations. Intervals Similar to the retail example I gave, you run…, then you can pre-generate that result. Examples could be pagination. On Request If there is no good way to preprocess…
Comment: Four ways to optimize paginated displays
Baron, I had a slow query that involved pagination, so I investigated after reading your post on the matter. … not appear that the slowness was a result of the pagination at all (the query uses ORDER BY, GROUP BY, WHERE….) Using EXPLAIN did not show any different in the query optimization path for the two forms of query either. MySQL bug? Sam

