Skip to content

perf(mongodb): execute skip and limit pagination database-side - #189

Merged
ZhuchkaTriplesix merged 1 commit into
devfrom
issue/185-mongodb-client-side-pagination
Jun 16, 2026
Merged

perf(mongodb): execute skip and limit pagination database-side#189
ZhuchkaTriplesix merged 1 commit into
devfrom
issue/185-mongodb-client-side-pagination

Conversation

@ZhuchkaTriplesix

Copy link
Copy Markdown
Member

Closes #185

Leverages  to perform skip and limit query filters on the MongoDB server instead of retrieving the full stream and discarding documents client-side.

@ZhuchkaTriplesix ZhuchkaTriplesix left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

123

@ZhuchkaTriplesix
ZhuchkaTriplesix merged commit 9493174 into dev Jun 16, 2026
4 checks passed
@ZhuchkaTriplesix
ZhuchkaTriplesix deleted the issue/185-mongodb-client-side-pagination branch June 19, 2026 03:33
@ZhuchkaTriplesix ZhuchkaTriplesix self-assigned this Jun 20, 2026
@ZhuchkaTriplesix ZhuchkaTriplesix linked an issue Jun 22, 2026 that may be closed by this pull request
ZhuchkaTriplesix added a commit that referenced this pull request Jul 27, 2026
…pagination

perf(mongodb): execute skip and limit pagination database-side
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.

Performance: Client-Side Skip/Limit in MongoDB Pagination

1 participant