Storage Flashcards

1
Q

Cloud Storage

A

Flexible large file blob storage.

No indexing.

Used for:
Cloud based media (img, audio, video)
HDFS storage for Dataproc
BigQuery source data

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

Cloud SQL & Spanner

A

No ops relational databases
Low latency, transactional

Use cases:
Any standard SQL (SQL < GBs, Spanner > TBs)
Transactional info e.g. inventory, user list, financial transactions

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

Cloud Datastore

A

Non relational, structured
Transactional w/ low latency
Single index - slow write, fast read

Use cases:
Hierarchical data storage e.g. JSON, XML, Protocol buffer
Collect + query mobile data from apps
Low latency, multi-user apps e.g. mobile games

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

Cloud Bigtable

A

Analytical, non relational, single key storage.

Native time series support. Low latency r/wr.

Use case:
Scaleable collection, storage & analysis of data
Time series data (e.g. from sensors), marketing data, financial data, IoT device data

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

Cloud BigQuery

A

Analytical, denormalized database with SQL-like queries
Supports stream + batch data

Use cases:
Business analytics with serverless data store
Alternative to Hadoop with Hive
Mostly for Business Info analysis.

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