Our use case - We have two SQL server instances and both are update-able. Primary OLTP is transnational and dedicated for UI and other instance dedicated data ingestion via SSIS or APIs. As changes occur in source systems, that data gets ingested via real-time APIs and SSIS packages. We would like both sync'ed up near real-time with latency not more than 5 mins. Our daily volume of changed records for both databases combined is roughly 50M records.
Question - Can merge replication achieve this ? if it can how should our config look like ? Any help is much appreciated.
Thanks