Skip to content

This demo demonstrates how to do efficient pagination in sqlite.

Notifications You must be signed in to change notification settings

redturtlepower/demo_Qt_sqlite_pagination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Sqlite pagination demo (Qt)

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.

About

This demo demonstrates how to do efficient pagination in sqlite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published