Skip to content

Default batch inserts assume document count multiple of 100 #1

@asya999

Description

@asya999

If the last document to be inserted is not on the batch boundary, then the remainder of recordcount%batchsize will not be inserted.

Default batchsize is 100, so if the recordcount divided by the number of threads is not multiple of 100 then the remainder of the count will not be inserted.

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