Hubbry Logo
search button
Sign in
Extract, load, transform
Extract, load, transform
Comunity Hub
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
Extract, load, transform
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the Extract, load, transform Wikipedia article. Here, you can discuss, collect, and organize anything related to Extract, load, transform. The purpose of the h...
Add your contribution
Extract, load, transform

Extract, load, transform (ELT) is an alternative to extract, transform, load (ETL) used with data lake implementations. In contrast to ETL, in ELT models the data is not transformed on entry to the data lake, but stored in its original raw format. This enables faster loading times. However, ELT requires sufficient processing power within the data processing engine to carry out the transformation on demand, to return the results in a timely manner.[1][2] Since the data is not processed on entry to the data lake, the query and schema do not need to be defined a priori (although often the schema will be available during load since many data sources are extracts from databases or similar structured data systems and hence have an associated schema). ELT is a data pipeline model.[3][4]

Benefits

[edit]

Some of the benefits of an ELT process include speed and the ability to handle both structured and unstructured data.[5]

Cloud data lake components

[edit]

Common storage options

[edit]

Querying

[edit]
  • AWS
    • Redshift Spectrum
    • Athena
    • EMR (Presto)
  • Azure
  • GCP
    • BigQuery

References

[edit]
  1. ^ "What is ELT (Extract, Load, Transform)? | IBM". www.ibm.com. October 2021. Retrieved 2024-01-30.
  2. ^ Abdullahi, Aminu (2023-06-30). "ETL vs ELT: What Are the Main Differences and Which Is Better?". TechRepublic. Retrieved 2024-01-30.
  3. ^ Using Redshift Spectrum to load data pipelines[usurped] Published by deductive.com on January 17, 2018, retrieved on April 3, 2019.
  4. ^ "What is ELT (Extract, Load, Transform)? | dbt Developer Hub". docs.getdbt.com. 2024-01-30. Retrieved 2024-01-30.
  5. ^ Mishra, Tanya (2023-09-02). "ETL vs ELT: Meaning, Major Differences & Examples". Analytics Insight. Retrieved 2024-01-30.
[edit]