|
|
|
|
|
by WesleyJohnson
1398 days ago
|
|
At my current job, our intranet site has lackluster performance due, in part, to limit/offset pagination. Unfortunately, the business treats the "reports" we author like glorified spreadsheets and want the ability to filter on any column and order by any column. It makes it near impossible to tune/optimize. The legacy system we're replacing used cursor pagination in a lot of areas and was perfectly acceptable to them, but now that we're going web based - it's not. Unfortunately, really - it seems vastly superior. |
|
I recommend using elastic search or a nosql database to optimise performance. Relational databases can be slow for this use case.