Firestore and Bigtable Flashcards

1
Q

Firestore scales well in this direction

A

down

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

Cloud Bigtable scales well in this direction

A

up

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

Firestore is the next generation of

A

Datastore

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

Firestore example apps

A

Mobile, web, IoT apps at global scale. Semi structured app data, durable key-value data

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

Cloud Bigtable example apps

A

Ad Tech, Fintech, IoT, ML. Heavy read + write or events

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

Firestore transaction type and row number

A

ACID - if any operation fails, whole transaction fails. Multiple rows

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

Firestore DB type

A

NoSQL document

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

Cloud Bigtable DB type

A

NoSQL wide column. Sparsely populated

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

Cloud Bigtable Capacity

A

Petabytes+

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

Cloud Bigtable row number

A

Single-row

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

Firestore Capacity

A

Terabytes+

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

Firestore/Cloud Bigtable Decision Chart

A

If any of these, use Cloud Bigtable:
Storing > 1 TB structured data
Very high volumes of writes
r/w latency < 10 milliseconds and strong consistency
HBase API compatible
Otherwise Firestore

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