GLOSSARY logo

GLOSSARY

THE TECHNICAL LANGUAGE OF DIGITAL B2B INFRASTRUCTURE

PRACTICE
DATA ENGINEERING

Extract, Load, Transform (ELT)

A data-integration pattern in which source data is loaded into the target platform before transformations are executed there.


BUSINESS RELEVANCE

ELT can accelerate ingestion, retain source detail, and support flexible analytical modelling without maintaining a separate transformation platform.


IMPLEMENTATION EXAMPLE

A company loads raw advertising and sales data into a cloud warehouse, then runs tested SQL models to produce campaign-attribution and revenue tables.


LIMITATIONS

Loading first can expose sensitive or low-quality data inside the target. Compute costs, duplicated transformations, weak layer design, and uncontrolled access can offset the flexibility of ELT.


TECHNICAL EXPLANATION

ELT uses the storage and compute capabilities of a cloud warehouse or lakehouse to preserve raw or lightly processed data and transform it into curated models. Modern implementations use versioned transformation code, tests, lineage, orchestration, and controlled access to raw layers.


Secondary Topics

Systems Architecture

Sources

IBM — ELT — https://www.ibm.com/think/topics/elt; dbt Documentation — https://docs.getdbt.com/