Bulk load
- Last Updated: August 23, 2021
- 1 minute read
- DataDirect Connectors
- JDBC
- PostgreSQL 6.0
- Documentation
As PostgreSQL does not have native bulk load support, the PostgreSQL driver emulates bulk load using the standard batch mechanism.
The BulkLoadBatchSize connection property affects how bulk load works with
the PostgreSQL driver. It suggests the number of rows to be loaded to the database when bulk
loading data. The default is 1000.