Skip to content

Implement enhancement for ArangoCollection.importDocuments to batch in threads #273

Closed
@rkhaja

Description

@rkhaja

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions