Definition
ELT (Extract, Load, Transform) is a cloud-era integration approach that lands raw source data directly into a scalable store such as a lakehouse or warehouse, then performs transformations in place using the platform's elastic compute, decoupling ingestion speed from transformation logic.
« Back to Glossary Index
- Loads data fast by deferring transformation, shrinking the window between source change and availability
- Lets analysts re-transform the same raw data repeatedly without re-ingesting from source systems
- Exploits elastic warehouse compute, scaling transformation horizontally during peak processing
- Preserves an untouched raw layer that supports replay, auditing, and future use cases