-
Notifications
You must be signed in to change notification settings - Fork 32
Support batch operations #35
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi
would it make sense to implement batch operations like:
- insert / update / replace / delete multiple documents (so basically extend the single document methods on
arangors::collection::Collectionbased on [this documentation])(https://www.arangodb.com/docs/stable/http/document-working-with-documents.html#create-multiple-documents). - bulk import / export according to this documentation.
I guess this could be achieved using aql as well (bindvars with a Vec), but especially bulk import / export will give some performance benefits, according to the documentation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request