By mswatcher
via techblog.bozho.net
Submitted: Jan 22 2013 / 04:30
We’ve all done pagination – it’s sensible for both lists in the UI and for processing data in batches. “SELECT (columns) FROM table LIMIT X, Y”. Possibly “SELECT (columns) FROM table ORDER BY some_column LIMIT X, Y”.
Add your comment