Note on Clocks and Causality - Ordering Events in Distributed Systems via Giridhar Manepalli
Timestamps produced by a vector clock take the most amount of space compared to other well-known clock designs. The space complexity is O(n). A vector timestamp tracks the id of a node and the last known event id from that node. Therefore, if there are n nodes in the system, the timestamp would be an n-tuple.
Reference
- Notes
- data
- Clocks and Causality - Ordering Events in Distributed Systems
-
Permalink to
2023.NTE.388
- Insight
- Edit