Differences between ELT and ETL
Traditionally, ETL (Extract, Transform, Load) has been the most popular way to move and transform data. However, with the rise of cloud computing and the greatly expanded storage capacity of databases, ELT is gradually overtaking ETL as the preferred method of data delivery and transformation. The primary difference between the ELT and ETL is the order in which the steps take place. However, ELT also has other benefits:- Performance: The larger storage limits of modern databases enable ELT to move the entirety of updated data before implementing changes. Because the data does not need to be cleaned or modified ahead of time, the speed and efficiency of the transformation is greatly increased when compared to traditional ETL methods.
- Simplicity: In situations where you need to move a large amount of data, ELT streamlines and simplifies the transformation process.
The Transformations Page
To open the Transformations page, click Transformations in the side navigation bar of the application.
- Add new transformations.
- View a list of previously configured transformations.
- Edit and delete transformations.
- Run transformations.
- SQL transformations
- dbt Core transformations