Skip to content

Add cursor-based pagination#1096

Merged
ezekg merged 1 commit intomasterfrom
feature/keyset-pagination
Apr 5, 2026
Merged

Add cursor-based pagination#1096
ezekg merged 1 commit intomasterfrom
feature/keyset-pagination

Conversation

@ezekg
Copy link
Copy Markdown
Member

@ezekg ezekg commented Apr 3, 2026

Closes #345. Clickhouse, like Postgres, doesn't do well with offset-based pagination, so this introduces cursor-based/keyset pagination. I'd like to remove offset-based pagination from the docs and examples (i.e. soft-deprecate).

@ezekg ezekg force-pushed the feature/keyset-pagination branch 12 times, most recently from 643eed6 to 049404f Compare April 3, 2026 17:01
@ezekg ezekg marked this pull request as ready for review April 3, 2026 17:10
@ezekg ezekg force-pushed the feature/keyset-pagination branch 10 times, most recently from 3bd84bc to 045481a Compare April 4, 2026 02:31
@ezekg ezekg force-pushed the feature/keyset-pagination branch from 045481a to 11565cb Compare April 5, 2026 01:55
@ezekg ezekg merged commit 1fc7e3c into master Apr 5, 2026
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add alternative pagination strategies for large datasets

1 participant