As Greenplum does not have native bulk load support, the Greenplum driver emulates bulk load using the standard batch mechanism.

The BulkLoadBatchSize connection property affects how bulk load works with the Greenplum driver. It suggests the number of rows to be loaded to the database when bulk loading data. The default is 1000.

See also

BulkLoadBatchSize