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

Improve "multi" operations using batching #21

Open
bdw429s opened this issue Dec 10, 2020 · 1 comment
Open

Improve "multi" operations using batching #21

bdw429s opened this issue Dec 10, 2020 · 1 comment

Comments

@bdw429s
Copy link
Contributor

bdw429s commented Dec 10, 2020

See the docs on how the Java SDK internally optimizes multiple operations called via async(). It would be great to improve all the "mutli" operations in our SDK to use the async() stuff under the hood so batching a bunch of upserts, etc can optimize the network traffic

https://docs.couchbase.com/java-sdk/2.7/document-operations.html#java-batching-ops

@bdw429s
Copy link
Contributor Author

bdw429s commented Dec 10, 2020

@bentonam Any thoughts on this?

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

No branches or pull requests

1 participant