mirror of
https://github.com/FlipsideCrypto/cosmos-models.git
synced 2026-02-06 13:41:56 +00:00
batch sizes
This commit is contained in:
parent
1a21d0ded5
commit
2df429104c
@ -4,9 +4,9 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"blocks_v2",
|
||||
"sql_limit" :"100000",
|
||||
"producer_batch_size" :"2000",
|
||||
"worker_batch_size" :"1000",
|
||||
"sql_limit" :"10000",
|
||||
"producer_batch_size" :"400",
|
||||
"worker_batch_size" :"100",
|
||||
"sql_source" :"{{this.identifier}}" }
|
||||
)
|
||||
) }}
|
||||
|
||||
@ -4,9 +4,9 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"txcount_v2",
|
||||
"sql_limit" :"1000000",
|
||||
"producer_batch_size" :"2000",
|
||||
"worker_batch_size" :"1000",
|
||||
"sql_limit" :"10000",
|
||||
"producer_batch_size" :"400",
|
||||
"worker_batch_size" :"100",
|
||||
"sql_source" :"{{this.identifier}}" }
|
||||
)
|
||||
) }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user