Y
Hacker News
new
|
ask
|
show
|
jobs
by
convolvatron
26 days ago
eventual consistency as generally used doesn't guarantee that events are presented in the same order. I use 'monotonic consistency' for that, but idk how common that is.
2 comments
AlotOfReading
26 days ago
Order independence/monotonicity is strong EC rather than regular EC.
link
mrkeen
26 days ago
Yes, same-ordering gives you EC, not the other round.
link