2.3 Planning and configuring data storage options Flashcards

1
Q

Storage option: not structured data, need mobile SDKs

A

Cloud Storage by Firebase

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

Storage option: not structured data, don’t need mobile SDKs

A

Cloud storage

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

Cloud storage

A
  • highly durable and highly available object store
  • objects are immutable, but can be overwritten
  • stored in buckets, but can’t be nested
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Storage options provided by Cloud Storage

A
  1. multi-regional
  2. regional
  3. nearline
  4. coldline
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Storage option for: hosting static website

A

Cloud Storage

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

Storage option: structured data, for analytics, low latency

A

BigTable

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

BigTable

A
  • sparsely populated
  • lookup by row key
  • scalable, high availability, high performance
  • for massive amount of data (petabytes)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Storage option: structure data, for analytics, don’t need low latency

A

BigQuery

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

How to calculate cost for BigQuery

A

UI: query validator
CLI: --dry-run flag
REST: set dryRun flag to true

Then use Pricing Calculator

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

Storage option: structured data, non-analytical, relational, don’t need horizontal scaling

A

Cloud SQL (supports MySQL and PostgreSQL)

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

Storage option: structured data, non-analytical, relational, horizontal scaling

A

Cloud Spanner

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

Cloud Spanner

A
  • globally distributed
  • strongly consistent
  • highly available
  • secure
  • SQL like syntax
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Storage option: structured data, non-analytical, non-relational, don’t need mobile SDK

A

Cloud Datastore

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

Cloud Datastore

A
  • No SQL
  • built on BigTable
  • SQL like syntax
  • can group operations in transactions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Storage option: structured data, non-analytical, non-relational, need mobile SDK

A

Cloud Firebase for Firebase

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