ETL Vs ELT
ETL Vs ELT
@premmandal
@premmandal
What is ETL?
Extract Transform
Load
ELT (extract, load, and transform) loads raw data directly into a
target data warehouse. Data cleansing, enrichment, and data
transformation all occur inside the data warehouse itself. Raw data
is stored indefinitely in the data warehouse, allowing for multiple
transformations.
What is ELT?
Higher upfront cost. Defining business logic and transformations can increase
the scope of a data integration project.
High speed. ELT allows for all of the data to go into the system immediately, and
from there, users can determine the exact data they need to both transform
and analyse.
Advantages takes advantage of resources already in the warehouse. This results in cost
savings and resource efficiencies.
Flexibility. Analysts no longer must determine what insights and data types they
need in advance but can perform transformations on the data as needed in the
warehouse.
Security gaps. Storing all the data and making it accessible to various users and
applications come with security risks. Companies must take steps to ensure
their target systems are secure by properly masking and
Drawbacks
encrypting data.