Batch Data Access
The DBIO used in batch applications performs tasks such as retrieving large volumes of data for batch processing or repeatedly performing data modification operations such as insert, update, and delete. To execute the DBIO used in this batch execution environment efficiently, you must specify the Executor as "CONNECTED_BATCH" when creating the DBIO and perform the batch using it.