Search notes:

ETL

ETL stands for Extract, Transform and Load.

Common Issues

Some issues with ETL processes include:
These issues are somewhat overlapping with the problem of redundant data in data warehouses.

Data virtualization

Because of these issues, it is proposed to use data virtualization rather than traditional ETL processes.
With data virtualization, data, on its different sources and with its different formats, is not replicated, rather it is accessed from a single point, usually referred to as data hub, using a standardized method.
The SQL Server feature that promises data virtualization is PolyBase.

See also

Data warehouse
SQL Server Integration Services
Oracle DWH
Informatica PowerCenter
Apache Beam
SQL Server Integration Services
Azure Data Factory allows to create and schedule ETL processes for structured and unstructured data.

Index