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

reduce iterations in bulkDocuments by refactoring to use a transducer pattern #38

Open
TillaTheHun0 opened this issue Mar 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@TillaTheHun0
Copy link
Member

TillaTheHun0 commented Mar 13, 2023

Background in #36

bulkDocuments has a bunch of moving parts:

  • Validate incoming documents
  • Retrieve existing documents
  • Merge existing records with incoming documents (using rev)

Each of these steps can be improved using transducers, and generally speaking coverage of bulk could be better. So this issue will cover that work:

  • beef up tests for bulk
  • optimize each of the steps in bulk
@TillaTheHun0 TillaTheHun0 changed the title bulkDocuments reduce iterations in bulkDocuments by refactoring to use a transducer pattern Mar 13, 2023
@TillaTheHun0 TillaTheHun0 added the enhancement New feature or request label Mar 13, 2023
@TillaTheHun0 TillaTheHun0 moved this to 📋 Backlog in Public Board Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant