Bulk load support
- Last Updated: June 23, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
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.