Jump to content

Extract, load, transform

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Bengreen (talk | contribs) at 16:28, 9 April 2015 (Created page with 'Extract Load Transform is an alternative to ETL used with Data Lake implementations. In ELT models the data is not processed on entr...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Extract Load Transform is an alternative to ETL used with Data Lake implementations. In ELT models the data is not processed on entry to the data lake which enables faster loading times. But does require sufficient processing within the data processing engine to carry out the transform on demand and return the results to the consumer in a timely manner. Since the data is not processed on entry to the Data Lake the query and schema do not need to be defined a-priori (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).

Many articles have been written comparing ELT and ETL such as the following: