Closed
Description
The ArangoDB-Java-Driver should have bulk import methods that can take as parameters, batchSize
and threads
, to achieve similar functionality as the arangoimport
command line utility that has options:
--batch-size <uint64> size for individual data batches (in bytes) (default: 1048576)
--threads <uint32> Number of parallel import threads. Most useful for the rocksdb engine (default: 2)
Metadata
Metadata
Assignees
Labels
No labels