Redshift Flashcards

1
Q

What is Redshift?

A

A fully managed, clustered petabyte-scale data warehouse.

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

What DB is Redshift based upon?

A

PostgreSQL

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

What database connection is Redshift compatible with?

A

ODBC and JBDC

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

What is the up-front cost of using Redshift?

A

None, as with all AWS services, it is pay-as-you-go.

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

What Redshift features allow for complex queries?

A

parallel processing

columnar data stores

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

What Redshift feature allows you to query directly from data files in s3?

A

Redshift Spectrum

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

How does columnar data storage improve Redshift?

A

It drastically reduces the overall disk I/O requirements and reduces the amount of data you need to load from disk.

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

What is parallel processing?

A

queries are segmented across every core on every node.

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

What is a data lake?

A

A repository of a variety of data, on top of which you place a framework or technology to make use of the data.

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

What types of frameworks or technologies are sometimes used in data lakes?

A

Machine learning, analytics, on-prem data movements, real-time data movements.

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

What are some benefits of data lakes?

A

Queiry raw data without extensive preprocessing.
lessens time from data collection to data value.
Identifies correlations between disparate data sets.

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

What is Redshift spectrum?

A

A service that allows fast and complex analysis against objects stored in the cloud, such as s3.

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