Migrate LIMIT and OFFSET pagination to a cursor-based pagination #57
Labels
enhancement
New feature or request
project: bills of mortality
Issues for the Bills of Mortality project
For performance and stability reasons, as the data tables for the Bills of Mortality grows we're going to want to migrate this to cursor-based pagination based on the
bill_of_mortality.id
value instead of the currentLIMIT
andOFFSET
values.The text was updated successfully, but these errors were encountered: