BulkLoadBatchSize
- Last Updated: July 15, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Provides a suggestion to the driver for the number of rows to load to the database at a time when bulk loading data. Performance can be improved by increasing the number of rows the driver loads at a time because fewer network round trips are required. Be aware that increasing the number of rows that are loaded also causes the driver to consume more memory on the client.
Valid Values
x
where
- x
- is a positive integer that represents a number of rows.
Data Source Methods
public Long getBulkLoadBatchSize()
public void setBulkLoadBatchSize(Long)
Default
1000
Data Type
long