This version of the OpenSearch documentation is no longer maintained. For the latest version, see the current documentation. For information about OpenSearch version maintenance, see Release Schedule and Maintenance Policy.
Bounded blocking
Overview
Bounded blocking
is the default buffer and is memory based. The following table describes the Bounded blocking
parameters.
Option | Required | Type | Description |
---|---|---|---|
buffer_size | No | Integer | The maximum number of records the buffer accepts. Default value is 12800 . |
batch_size | No | Integer | The maximum number of records the buffer drains after each read. Default value is 200 . |