Pattern
Memory-Bound ETL Chunks
memory-bound-etl-chunking
A recurring ETL workflow where data is first fully materialized in a Pandas dataframe, then written to S3, leading to limited-memory failures that motivate chunked reads/writes and dynamic-frame streaming alternatives.