|
|
|
|
|
by kragen
5406 days ago
|
|
Yes, MySQL is the kind of database that canonically uses approaches like physical logs and logical logs to provide ACID transactions (and, in MySQL in particular, replication.) The interesting thing that Prevayler and such things did was that they expanded the use of logical logs beyond simple relational tables to much richer sets of state. |
|
Not sure that justifies dumping DBs altogether, but it's still an interesting advantage.