In the integration plugin, multithread architecture is used for bulk data processing. You
can configure the processing threads to enhance the performance and expedite the execution. You can
specify the number of threads for data migration and for change event processing.
-
Open the <IntegrationPlugin
path>/resources/config/plugin.properties file.
-
Based on your requirements, configure the following properties:
- migrationThreadPoolSize = <Number of threads for processing data
migration>
- changeEventThreadPoolSize = <Number of threads for processing change event
updates>
-
Restart the plugin.