Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Java Driver Batch Mode #7

Closed
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

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

        AltStyle によって変換されたページ (->オリジナル) /