-
Book Overview & Buying
-
Table Of Contents
AI-Ready PostgreSQL 18
By :
Extract, transform, and load (ETL) are the traditional steps to move data from transactional systems to analytics systems. In the ETL process, a change data capture (CDC) mechanism or a batch extraction from the transaction system is followed by a transformation process. The results of that process are applied to the data warehouse incrementally or as a batch reload.
One of the major drivers for this approach was the fact that the technology used for transactional databases differed from that used for the analytics components, and that third-party products such as Oracle GoldenGate, Informatica PowerCenter, or Talend Data Fabric were used to implement the ETL processes that move data from the transactional systems to the analytical systems.
With PostgreSQL's growing analytics capabilities, analytics requirements can often be met with PostgreSQL alone, without the need for specialty data warehousing software. PostgreSQL logical...