Reduce batch size — 50k was OOMing the Redshift loader, 10k works fine, don't ask why

This commit is contained in:
Markus Fischer 2026-04-21 08:00:00 +00:00
parent 4c29bcc54c
commit 0b31344c4c

View file

@ -7,5 +7,5 @@ pipeline:
host: redshift.nexus.local
database: analytics
schema: public
batch_size: 50000
batch_size: 10000
max_retries: 3