EnablePKChunking
Default Value | Data Type | Required |
---|---|---|
|
String |
No |
Description
When set to true
, the connector attempts to use the Bulk API with PK Chunking enabled to retrieve data.
The query must meet the following requirements:
- The query can be executed with PK Chunking.
EnableBulkQuery
must be set totrue
.- The number of results must be greater than the
BulkQueryThreshold
. - The number of results must be freater than the
PKChunkThreshold
.
The chunk size used is dependent on the PKChunkSize option.
Note:
This option is only available when using SQL mode.