A more efficient pagination library? |
So the pagination library works great for working with smaller data sets. However I need to paginate a table of 500,000 records and the pagination is dogshit slow with some queries taking upwards of 30s to run.
I've been reading about it recently and am interested in implementing a more efficient pagination. Couple of articles here: https://www.xarg.org/2011/10/optimized-p...ing-mysql/ https://www.eversql.com/faster-paginatio...t-is-slow/ Has anyone already implemented a faster pagination library for CodeIgniter before I embark on doing similar myself? |
Messages In This Thread |
A more efficient pagination library? - by jhob - 05-23-2018, 08:41 AM
RE: A more efficient pagination library? - by qury - 05-23-2018, 10:00 AM
RE: A more efficient pagination library? - by InsiteFX - 05-24-2018, 01:38 AM
RE: A more efficient pagination library? - by jhob - 05-29-2018, 04:14 AM
RE: A more efficient pagination library? - by InsiteFX - 05-29-2018, 10:38 AM
RE: A more efficient pagination library? - by php_rocs - 05-29-2018, 11:46 AM
RE: A more efficient pagination library? - by php_rocs - 05-29-2018, 11:53 AM
|