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

Add support for Bulk get of documents #90

Open
Andrew-Lees11 opened this issue Nov 13, 2018 · 1 comment
Open

Add support for Bulk get of documents #90

Andrew-Lees11 opened this issue Nov 13, 2018 · 1 comment

Comments

@Andrew-Lees11
Copy link
Contributor

CouchDB has an API where you can request multiple documents are once:
http://docs.couchdb.org/en/2.2.0/api/database/bulk-api.html#db-bulk-get

We currently have support to Bulk insert or update documents but not to bulk retrieve them.

This API would be useful when you need to request lots of documents with known ID but don't want to make lots of API requests.

@Andrew-Lees11
Copy link
Contributor Author

As a note, Bulk deleting documents should also be supported.

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

No branches or pull requests

1 participant