Commit ae13db3b authored by Yadong Wen's avatar Yadong Wen Committed by Donne Martin
Browse files

Fix typo (#29)

parent 40b5be2d
......@@ -943,7 +943,7 @@ A key-value store generally allows for O(1) reads and writes and is often backed
Key-value stores provide high performance and are often used for simple data models or for rapidly-changing data, such as an in-memory cache layer. Since they offer only a limited set of operations, complexity is shifted to the application layer if additional operations are needed.
A key-value store is the basis for more complex system systems such as a document store, and in some cases, a graph database.
A key-value store is the basis for more complex systems such as a document store, and in some cases, a graph database.
##### Source(s) and further reading: key-value store
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment