Buffer Size

Determines the internal buffer size to fill up to before returning results.

Data Type

string

Default Value

"20000"

Remarks

In order to provide maximal performance from Amazon DynamoDB we use multiple threads on all Scans to retrieve data. Setting the BufferSize will determine the size of the buffer all threads feed into before we internally start blocking until you read more results.