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