You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


With batch processing, every records that are received will not be inserted or updated in your database. Instead, batches are created. When there are no more records received in the given flush interval, <batch_flush_interval>, or when the number of records reaches the maximum batch size, <max_batch_size>, then the DataSync Agent will insert or update all the records from the current batch with the use of <batch_insert/> and <batch_update/>.

Using batch processing can improve the DataSync Agent's overall performance. 

To use batch processing with DataSync Agent, configure your agent.xml with the directives below:

DirectiveExampleDescription
<batch_insert/>

<batch_update/>

<batch_flush_interval><batch_flush_interval>20</batch_flush_interval>


Acceptable values are integers from 1 to 30 (seconds)

<max_batch_size>