|
|
|
|
|
by Tostino
579 days ago
|
|
If you are doing statement level replication, you better make sure every query is run in the exact same order (and finishes in the same order). Without that you will have drift from your master database. With that, you have a whole new host of synchronization issues you need to deal with. |
|