|
|
|
|
|
by lintfordpickle
220 days ago
|
|
I found the article interesting, but I don't think I understand what is meant by 'Write Last, Read first' rule - even after reading it a few times. It seems to be too ambiguous a statement to be helpful. Under the section 'Order of Operations': > "Since the system of reference doesn’t determine existence, we can safely write to it first without committing anything. [...]" Then the next paragraph > "This principle—Write Last, Read First—ensures that we maintain application level consistency." What I think it means is, 'writing-last to the system-of-record' and 'a read-first from the system of record' yields authoritative results, but I don't get that just from the title. Is my understanding correct? |
|
(This is similar also to how chain replication preserves consistency.)