|
|
|
|
|
by tremon
867 days ago
|
|
...which means you need a round-trip to the database before doing anything else. That's latency you can avoid with client-side predictable (or determined) UUID's. Whether you should do anything else before the data has been persisted is a totally different discussion. |
|
If you are doing async writes, as you alluded to, why bother with RDBMS in the first place? ACID is out the window.