当前位置:网站首页>About the two architectures of ETL (ETL architecture and ELT architecture)
About the two architectures of ETL (ETL architecture and ELT architecture)
2022-08-04 17:32:00 【Microservice mall technology sharing】
ETL, the abbreviation of English Extract-Transform-Load, is used to describe the process of extracting, transforming, and loading data from the source to the destination.The term ETL is more commonly used in data warehouses, but its objects are not limited to data warehouses.

ETL is an important part of building a data warehouse. The user extracts the required data from the data source, and after data cleaning, finally loads the data into the data warehouse according to the pre-defined data warehouse model.

ETL is mainly reflected in the following aspects in the process of conversion:
- Null value processing: It can capture the null value of the field, load it or replace it with other meaning data, and load it to different target libraries according to the null value of the field.
- Normalized data format: It can realize the definition of field format constraints. For data such as time, value, and character in the data source, the loading format can be customized.
- Split data: Fields can be decomposed according to business requirements.For example, the calling number is 861082585313-8148, the area code and telephone number can be decomposed.
- Verify data correctness: Lookup and split functions can be used to verify data.For example, the calling number is 861082585313-8148. After the area code and the phone number are decomposed, Lookup can be used to return the calling area recorded by the calling gateway or switch for data verification.
- Data replacement: For business factors, invalid data and missing data can be replaced.
- Lookup: Find missing data Lookup implements sub-queries and returns missing fields obtained by other means to ensure field integrity.
- Establish the primary and foreign key constraints of the ETL process: illegal data without dependencies can be replaced or exported to the wrong data file to ensure the loading of the unique records of the primary key.
The advantages of ETL architecture:
- ETL can share the load of the database system (using a separate hardware server)
- Compared with EL-T architecture, ETL can implement more complex data transformation logic
- ETL uses a separate hardware server..
- ETL has nothing to do with the underlying database data store.
ELT
In the ELT architecture, ELT is only responsible for providing a graphical interface to design business rules. The entire process of data processing flows between target and source databases. ELT coordinates related database systems to execute related applications and data.The processing process can be executed either on the source database side or on the target data warehouse side (mainly depending on the architecture design and data attributes of the system).When the ETL process needs to improve efficiency, it can be achieved by tuning the relevant database or changing the server that performs processing.General database vendors will strongly promote this kind of architecture, such as Oracle and Teradata are strongly promoting the ELT architecture.

Advantages of ELT architecture:
- ELT mainly realizes the scalability of the system through the database engine (especially when the data processing process is at night, the resources of the database engine can be fully utilized)
- ELT can keep all data in the database at all times, avoid data loading and exporting, thus ensuring efficiency and improving system monitorability.
- ELT can optimize parallel processing according to the distribution of data, and can optimize disk I/O by utilizing the inherent capabilities of the database.
- The scalability of ELT depends on the scalability of the database engine and its hardware server.
- It is generally not particularly difficult to obtain a 3 to 4 times efficiency improvement in the ETL process through performance tuning of the relevant database.
边栏推荐
- hi, 请问下这是什么问题, 我看官网的example就是mysql的, 咋提示不支持?
- R语言ggplot2可视化:使用ggpubr包的ggbarplot函数可视化柱状图、color参数指定柱状图的边框的色彩
- 软件基础的理论
- 在VMD上可视化hdf5格式的分子轨迹文件
- R语言缺失时间序列的填充及合并:补齐时间序列数据中所有缺失的时间索引、使用merge函数合并日期补齐之后的时间序列数据和另外一个时间序列数据(补齐左侧数据)
- 我的大一.
- 离散化求前缀和
- Flutter实战-请求封装(四)之gzip报文压缩
- To eliminate asynchronous callbacks, it has to be async-await
- Nacos集群搭建
猜你喜欢

CAS:474922-26-4,DSPE-PEG-NH2,DSPE-PEG-amine,磷脂-聚乙二醇-氨基供应

Flutter实战-请求封装(四)之gzip报文压缩

通关剑指 Offer——剑指 Offer II 010. 和为 k 的子数组

《机器学习理论到应用》电子书免费下载

CAS:385437-57-0,DSPE-PEG-Biotin,生物活性分子磷脂-聚乙二醇-生物素

软件基础的理论

【LeetCode每日一题】——374.猜数字大小

荣耀发布开发者服务平台,智慧生态合作提速

【无标题】

What does the product system of a digital financial enterprise look like?
随机推荐
Nacos集群搭建
消灭异步回调,还得是async-await
正则过滤字符串中 script 标签
C. LIS or Reverse LIS?
】 【 LeetCode daily one problem - 540. The order of a single element of the array
Catering Supply Chain Management System
《机器学习理论到应用》电子书免费下载
shell函数内如何调用另一个函数
《中国综合算力指数》《中国算力白皮书》《中国存力白皮书》《中国运力白皮书》在首届算力大会上重磅发出
华为云计算HCIE之oceanstor仿真器的安装教程
软件测试高频面试题真实分享/网上银行转账是怎么测的,设计一下测试用例。
dotnet remoting 抛出异常
dotnet core 隐藏控制台
IDEA以多端口启动同一个服务项目
【图像分类】2021-DeiT
NLP未来,路在何方?从学术前沿和业界热点谈起
R语言dplyr包group_by函数和summarise_at函数计算dataframe计算不同分组的计数个数和均值、使用%>%符号将多个函数串起来
R语言ggplot2可视化:使用patchwork包的plot_layout函数将多个可视化图像组合起来,nrow参数指定行的个数、byrow参数指定按照列顺序排布图
小程序经典案例
谷歌开发者社区推荐:《Jetpack Compose 从入门到实战》新书上架,带你踏上 Compose 开发之旅~