We are using merge replication to sync data between two remote sites. Its taking about 2 - 3 hours to replicate data and noticed mainly one table its taking very long time this table contains about (350K rows of data and contains a Foreign Key and Image Data Type - Mostly Null value in Image Column) Also the Other which FK refers too contain about 26 Million rows . I also noticed that we have some primary key and unique key constraints issues between the tables and its taking forever. Merge agent keeps trying to resolve the issues and takes about 1-2 minutes retrying it .
Can you please let me know how to speed up the merge replication and resolve these issues. Also snapshot is not being replicated
Please let me know if more details are needed. I created indexes changed the Merge Agent Profile but still its very slow