When we try to incrementally sync some History tables like AccountHistory and CaseHistory using Replication it queries everything and does a clean copy always, Any idea on why this happens and any workarounds?
BTW, I’m using version 6.1.15
History tables sync in version 6.1.15 does not support incremental updates, this is supported in the newer version and upgrading helps, the workaround would be to write a filter on the Object/table in DBSync based on the CreatedDate field.