What are the essential components of key-value datases?
Simplicity, Speed, Scalability
The model is often referred to as an
associative array
How is an associative array different from a regular array
keys can be other data types such as integers, strings, lists, and so forth
Advantage of key-value databases
the read/write operations can be very fast when stored in RAM and then written out to disk later
Keys and values (see module 3 notes for info)