Key Value Databases and Document Data Models Flashcards

1
Q

What are the essential components of key-value datases?

A

Simplicity, Speed, Scalability

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The model is often referred to as an

A

associative array

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Keys and values (see module 3 notes for info)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly