New: Cookbooks and AI ExplanationsStep-by-Step recipes to solve problems connected to Roadmaps and Cheat Sheets. Need more details? Use AI buttons for structured and simple explanations with concrete examples throughout the whole platform.Take a look
Your new job writes one file per event, and six months later the data lake is crawling.
What you'll have at the end
An ingestion script that buffers events into batches of a set size before writing, with the before-and-after file count written down.
You need
A job already receiving events one at a time and writing each one out as its own file in an object store or data lake path, in a language where you can hold a short list in memory between writes.
Not covered
Running a compaction job to merge files that already exist in the lake; this fixes the writer before those files ever get created.
Leans on
Checked 25 Aug 2026
Part of the Big Data cookbook