simonw / django-sql-dashboard

Django app for building dashboards using raw SQL queries
https://django-sql-dashboard.datasette.io/
Apache License 2.0
437 stars 37 forks source link

Explore keyset pagination #26

Open simonw opened 3 years ago

simonw commented 3 years ago

Efficient pagination based on sorting by a unique key (and potentially using multiple columns with a tie-breaker for other sort orders) is a really neat trick in Datasette that could be interesting to explore here too. Could even unlock larger CSV exports, see #8.