JDBC Driver for Salesloft

Build 22.0.8462

BatchSize

The maximum size of each batch operation to submit.

Data Type

int

Default Value

5000

Remarks

When BatchSize is set to a value greater than 0, the batch operation will split the entire batch into separate batches of size BatchSize. The split batches will then be submitted to the server individually. This is useful when the server has limitations on the size of the request that can be submitted.

Setting BatchSize to 0 will submit the entire batch as specified.

Note: For Batch Insert/Upsert operations, the maximum BatchSize is hardcoded to 5000. This means that every batch with more than 5000 records will be split into small sub batches of 5000 records.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462