How to do efficient pagination in SQLite. A naive approach would be to just retrieve all records and throw the previous "pages" aways. A better approach is to use a "smart" query with ordering, and ignore some records that match certain criteria.
-
Notifications
You must be signed in to change notification settings - Fork 1
redturtlepower/demo_Qt_sqlite_pagination
About
This demo demonstrates how to do efficient pagination in sqlite.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published