We have CDC & Replication on same Database. When there are huge DML i.e. 30-40 million updates within 60 minutes the CDC is behind for 3+ hours. We wanted to tweak @maxtrans & @maxscans options as per the below article to improve performance however we cannot use sys.sp_cdc_change_job to make the change as CDC is handled through replication. What are the alternate options available to make the change?
https://technet.microsoft.com/en-us/library/dd266396(v=sql.100).aspx
Thanks, Kranthi