Linearizability
Every operation appears atomic + happens at a point between invocation + response. Real-time ordering respected.
Advertisement
Linearizability
Every operation appears atomic + happens at a point between invocation + response. Real-time ordering respected.
Advertisement
Sequential
Operations appear atomic + can be totally ordered such that each client's own program order is preserved. But wall-clock across clients isn't required.