Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us at Qlik Connect 2026 in Orlando, April 13–15: Register Here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Rueda
Contributor II
Contributor II

Optimize performance configuration in Replicate task

Hello!


I have a DB2 Z/OS source point and an end point which is an Azure SQL database with 12 cores. The virtual machine on which the Qlik Replicate server runs has 64GB of RAM and premium SSDs.
When delete operations are performed on the mainframe, I experience a significant delay in the deletion of records in Azure SQL.

Is this configuration correct?

Configuration_Tasks.png

Can we optimize this? can you suggest a configuration?

 

Regards!

Labels (4)
1 Reply
DesmondWOO
Support
Support

Hi @Rueda ,

The DELETE operation generally takes longer to process because the system must search for the specific record before deleting it. You can enable VERBOSE logging on TARGET_APPLY to measure how long each DML statement takes to execute, which can help in assessing performance on the Azure database. I also observed that you are using ‘Transactional apply’ mode. In general, the performance of ‘Batch optimized apply’ mode is better than ‘Transactional apply’ mode.

Regards,
Desmond

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!