top | item 45887673

(no title)

jorangreef | 3 months ago

Yes, write last to the system of record, read first from the system of record. Or in other words, commit to the system of record, and then read from the system of record to see what's committed.

(This is similar also to how chain replication preserves consistency.)

discuss

order

mecsred|3 months ago

If you read first and write last isnt that the opposite of committing and then reading to see what is comitted?