push.commit.index.parallel.min-documents-per-thread

The minimum number of documents each thread must have when using parallel indexing in a commit.

Key: push.commit.index.parallel.min-documents-per-thread
Type: Integer
Can be set in: collection.cfg

Table of Contents

Default Value

By default each thread will have at least 100 documents to index. If max thread count is set to 10, and push has 202 documents to index, by default push will use only 2 threads.

push.commit.index.parallel.min-documents-per-thread=100