devinli05 / DistributedKeyValueStore

CS 416 class project
0 stars 0 forks source link

Implement replication after deciding between UDP #6

Open citydabble opened 8 years ago

devinli05 commented 8 years ago

Node.go: Add CL argument with Add / R / W guarantees

Node.go [N] [R] [W] N: replication factor R: read replica that has to agree W: write replica that has to finish

typical values for Amazon Dynamo: N=3, R=2, W=2