Reduce batch size — 50k was OOMing the Redshift loader, 10k works fine, don't ask why
This commit is contained in:
parent
4c29bcc54c
commit
0b31344c4c
1 changed files with 1 additions and 1 deletions
|
|
@ -7,5 +7,5 @@ pipeline:
|
|||
host: redshift.nexus.local
|
||||
database: analytics
|
||||
schema: public
|
||||
batch_size: 50000
|
||||
batch_size: 10000
|
||||
max_retries: 3
|
||||
|
|
|
|||
Loading…
Reference in a new issue