skip to main content
Using the JDBC Client : About the JDBC Client : DataDirect Bulk Load
 

DataDirect Bulk Load

The JDBC Client supports DataDirect Bulk Load, a feature that allows your application to send large numbers of rows of data to a database. Similar to batch operations, using bulk load improves performance because far fewer network round trips are required. Bulk load bypasses the data parsing usually done by the database, providing an additional performance gain over batch operations.
Your application can use DataDirect Bulk Load by either creating a DDBulkLoad object or configuring a database bulk load protocol. See Using DataDirect Bulk Load for more information.