🗓️ 04042024 0940
📎 #backend #dts
TLDR
Service for migrating / replicating data
Use cases
- High availability
 - Remote real time backup
 - Real time data integration
 - Cache refresh
 
Benefits
- Zero downtime (source DB can keep running)
 - Supports most databases
- Homogenous migrations > DBs on same platforms (e.g. MySQL to mySQL)
 - Heterogenous migrations > DBs on different platforms (e.g. MySQL to mySQL)
 
 - Reliable
- Source / target DBs continuously monitored
 - Connection optimised accordingly
 
 - High performance
- Data compression
 - Parallel connections
 - Network optimisation features
 
 
Diagrams

