diff --git a/README.org b/README.org index 3e4881a..e3f0ec9 100644 --- a/README.org +++ b/README.org @@ -2,7 +2,7 @@ Artifact is a distributed key-value datastore, which is inspired by the [[http://www.cs.ucsb.edu/~agrawal/fall2009/dynamo.pdf][Amazon's Dynamo Paper]]. - I've benchmarked artifact at 1,200 querys-per-second for a 16 node system with + I've benchmarked Artifact at 1,200 querys-per-second for a 16 node system with 1GB assigned to each container (single machine). At peak load, 99% of requests fell under 300ms. @@ -38,7 +38,7 @@ :ok #+END_EXAMPLE - Artifat maintains a node manifest, including the members of it's own cluster. + Artifact maintains a node manifest, including the members of its own cluster. When invoking =check=, it's asking to retrieve the manifest manually from another node. Calling this function twice can bootstrap the process by mutually ensuring that each node has been added to the other's manifest.