|
|
|
|
|
by jaricftw
3019 days ago
|
|
etcd does not provide key partitioning/sharding, it achieves linearizable consistency using replica state machine via Raft. Anna provides weaker consistency guarantee (causal or read committed), but has partitioning/sharding. |
|