mirror of
https://github.com/FlipsideCrypto/cosmos-models.git
synced 2026-02-06 13:41:56 +00:00
smaller batches
This commit is contained in:
parent
ce9dcc0be0
commit
8ef5d2461b
@ -5,8 +5,8 @@
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"blocks_v2",
|
||||
"sql_limit" :"10000",
|
||||
"producer_batch_size" :"200",
|
||||
"worker_batch_size" :"100",
|
||||
"producer_batch_size" :"100",
|
||||
"worker_batch_size" :"50",
|
||||
"sql_source" :"{{this.identifier}}" }
|
||||
)
|
||||
) }}
|
||||
|
||||
@ -5,8 +5,8 @@
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"txcount_v2",
|
||||
"sql_limit" :"10000",
|
||||
"producer_batch_size" :"200",
|
||||
"worker_batch_size" :"100",
|
||||
"producer_batch_size" :"100",
|
||||
"worker_batch_size" :"50",
|
||||
"sql_source" :"{{this.identifier}}" }
|
||||
)
|
||||
) }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user