-
Notifications
You must be signed in to change notification settings - Fork 106
floyd todo
Zongzhi Chen edited this page Jul 8, 2017
·
1 revision
features in raft paper
- leader election
- log replication
- log compaction
- membership changes
- lease leader to get better performance
feature that don't metion by raft paper
- three diffrent read level
- A simple example to test floyd
- a kv store to get floyd performance