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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Pranita123
Partner - Contributor III
Partner - Contributor III

CDC Taking Time

Hello Community,

We are facing performance issues while bulk insert and updates comes from source, as they too long to reflect on the target. we've checked both source and target availability, and everything seems fine, but the changes are accumulating at the target apply disk, as shown in the screenshot below.

Pranita123_0-1726154830201.png

we also enabled verbose logging for both source and target apply performance but haven't been able to identify any specific issue. any suggestions from our community member on how to resolve this would be greatly appreciated.

Thank you,

Pranita

 

Labels (2)
2 Replies
DesmondWOO
Support
Support

Hi @Pranita123 ,

Based on your picture, the changes are accumulated on the target side and offloaded to the disk. You can enable verbose logging on the TARGET_APPLY to see how long Replicate takes to update the target. Please also check if you have a large transaction or if transactions are taking a long time to commit. If a transaction is too large or takes too long, Replicate will offload the changes to the disk. Once changes are offloaded, performance may be impacted.

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!
john_wang
Support
Support

Besides @DesmondWOO comments:

1. make sure the Change Processing Mode is in "Batch Optimized apply"

2. if the monitored tables have PK, if no it impacts the applying performance too.

In a nutshell, the picture shows the target side cannot swallow the changes in a time fashion, the reasons maybe network bandwidth, target DB under heavy load, the table(s) has no PK etc.

Hope this helps.

John.

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