JDBC Driver for Salesloft

Build 23.0.8839

BatchSize

The maximum size of each batch operation to submit.

データ型

int

デフォルト値

5000

解説

BatchSize を0 より大きい値に設定すると、バッチ処理はバッチ全体をBatchSize のバッチに分割します。分割されたバッチは、個別にサーバーに送信されます。これは、サーバーに送信されるリクエストのサイズに制限がある場合に役立ちます。

BatchSize を0 に設定すると、指定されたバッチ全体が送信されます。

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) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839