JDBC Driver for Shopify

Build 25.0.9434

BulkPageSize

Specifies the number of records retrieved per batch when UseBulkAPI is set to true.

Data Type

int

Default Value

1000

Remarks

When using Shopify's Bulk API, this property controls how many records are returned at a time to the user once the bulk operation has started. Although Shopify's Bulk API performs asynchronous exports behind the scenes, the driver paginates the downloaded results to return them incrementally based on the value of BulkPageSize.

Higher values may improve throughput by reducing the number of read cycles between the local client and downloaded result set.

Lower values may reduce memory usage, which can be beneficial when working with very large exports or constrained environments.

This setting does not influence the number of records returned by Shopify itself. It only affects how the driver processes and returns the completed export results.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434