AWS CCP Notes

Search

Search IconIcon to open search

10-01 Data Warehouse

Last updated Aug 17, 2023 Edit Source

500
A relational datastore designed for analytic workloads, which is generally column-oriented data-store

Companies will have terabytes and million of rows of data, and they need a fast way to be able to produce analytics reports

Data warehouses generally perform aggregation:

Data warehouses are generally designed to be HOT

Data warehouses are infrequently accessed meaning they aren’t intended for real-time reporting but maybe once or twice a day to generate business and user reports

A data warehouse needs to consume data from a relational database on a regular basis.

Note

ELT stands for Extract/Load/Transform(ELT) which is the process of extracting data from one or multiple sources and loading it into a target data warehouse.