IndexBatchSizeBytes
The maximum size a batch of documents can reach, in bytes, before CFS indexes the batch.
The size of a document depends on the reference, metadata, and content of the document and is not related to the format of the information being sent for indexing (such as IDX, JSON, or XML). Due to this, the actual size of the batch will be greater than the target value.
IndexBatchSizeBytes
applies to all indexing operations and can only be set in the [Indexing]
section of the configuration file.
Type: | Integer |
Default: | 0 (unlimited) |
Required: | No |
Allowed Range: | Minimum: 0 |
Configuration Section: | Indexing |
Example: | IndexBatchSizeBytes=100000000
|
See Also: |