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

use pagination in CouchDbDatabaseChangeDetection #3

Open
tomwwinter opened this issue Mar 13, 2024 · 0 comments
Open

use pagination in CouchDbDatabaseChangeDetection #3

tomwwinter opened this issue Mar 13, 2024 · 0 comments
Labels
Type: Improvement Improvement/Extension of existing feature with benefit for the user

Comments

@tomwwinter
Copy link
Contributor

Current implementation:

Application loads all _changes for a database, starting from stored "latest_ref" and will handle 200 _changes.
This could lead to errors on very large couchdb histories.

Improvements:

  • use pagination when requesting _changes and load just a batch of changes
  • test and handle behaviour when _change is not available anymore
@github-project-automation github-project-automation bot moved this to Triage / Analysis in All Tasks & Issues Mar 13, 2024
@tomwwinter tomwwinter added the Type: Improvement Improvement/Extension of existing feature with benefit for the user label Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Improvement Improvement/Extension of existing feature with benefit for the user
Projects
Status: Triage / Analysis
Development

No branches or pull requests

1 participant