|
|
|
|
|
by TekMol
583 days ago
|
|
Should replication really be a concern of the DB layer? Replication means writing queries which alter the data to multiple machines, right? Shouldn't that be done by a software one level up? Which takes in the queries via some network protocol and then sends them to all machines. That would sound more logical to me. |
|
It's fine to want to separate those out, but it's not easy to do so and there are reasons they've been coupled for decades.