عجفت الغور
crdts
- distributed systems
J. Skrzypczak, F. Schintke, and T. Schütt, “Linearizable State Machine Replication of State-Based CRDTs without Logs,”
- Jul. 24, 2020, arXiv: arXiv:1905.08733. Accessed: Oct. 13, 2024. [Online]. Available: http://arxiv.org/abs/1905.08733
- GLA is a subset of consensus, what is actually the things that we are losing with consensus but not in GLA?
- Will not let you read without a quorum
- LUB - max, min, join/intersection (subcontains operator)
- Not byzantine fault tolerant
- learned state plays the leader state
- faster than raft or paxos, basically faster than clients can keep up
- no leader, better write throughput, not byzantine fault tolerant