|
|
|
|
|
by sourcesmith
1714 days ago
|
|
> > Their section on reliable replications can be resolved by keeping a log of the changes made to the database rather than a log of the queries. > You'd need to define a representation of that log, which ends up being equivalent to writing a NoSQL datastore. I think this covered by relational DBs redo/rollback/write-ahead log; whatever you want to call it. |
|