2
votes
2answers
185 views

Data structure design for database replication support

I'm developing a small ad-hoc replication framework (for a reatil company), which replicates only certain records of certain tables (about 200) depending on specific domain-level logic. In order to ...