Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Pagination with Start Key for CouchDB Views #95

Merged
merged 2 commits into from
May 29, 2024

Conversation

Phoenix009
Copy link
Contributor

Reference

This pull request adds a feature to paginate CouchDB views using the startkey parameter along with limit.
This approach improves the efficiency of pagination in CouchDB, enabling clients to retrieve specific segments of a view based on a designated startkey without the performance drawbacks of the skip parameter.

@histrio histrio self-assigned this May 7, 2024
@Phoenix009
Copy link
Contributor Author

@histrio Can you please give some details as to why the CI stage failed.
I can take a look and try to resolve the issue

@histrio
Copy link
Owner

histrio commented May 14, 2024

@Phoenix009 sorry for a late reply
for some reason test for python3.10 and couchdb 1.7 is hanging for 6 hours
I will take a look little bit later

@Phoenix009
Copy link
Contributor Author

@histrio, I just wanted to check if there are any updates for this PR.
Let me know if there is any assistance required

@histrio
Copy link
Owner

histrio commented May 29, 2024

@Phoenix009 Hi!
I did the same test locally and there were no issues. Meanwhile, GitHub actions still freeze on 3.9/3.10 + 1.7.

@histrio histrio merged commit 19aad3e into histrio:master May 29, 2024
12 of 13 checks passed
@histrio
Copy link
Owner

histrio commented May 29, 2024

@Phoenix009 Thank you for your contribution! The new 1.16 version is available now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants