Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
Expand Down