-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
@gschwab
Description
originally posted in arangodb@googlegroups.com
"
I'm trying to use the batch mode operations. I have a lot of documents to
make. So I want to batch them up in groups of 1,000. The code starts batch
mode. Loads 1,000 documents. It then calls the executeBatch() on the
driver. It then starts a new batch, startBatchMode(). The code processes
the next 956 records, and flushed the batch on close().
What I'm seeing is not batch(1,000) + batch (956). I'm getting batch(1,000)
- batch(1,956). If I don't use batch mode, everything works fine, just
(presumed) slower.
"
Metadata
Metadata
Assignees
Labels
No labels