Can I implement symmetricDS in identical databases?
My scenerio
I have to databases:
Database A
Database B
Whatever data change happens in either one of them should reflect in the other:
Current situation:
- Even though the DB are identical, database B have less tables that database A
- Consider a table tableA from database A and same table in database B But pk id for same records are actually different in two tables
- Can i expand and implement symmetricDS if i want to expand to a third database
Currently i am using a mapping table and API to handle datasync. Can i move to symmetricDS for syncing data