The case for the ELT workflow
We had to draw a line in the sand, or we’d never make the switch. The time had come to move our data transformation pipeline to an ELT (extract -> load -> transform) workflow. Our old ETL (extract -> transform -> load) pipeline, a set of stored procedures running on a Postgres database (PL/pgSQL to […]