mirror of
https://github.com/FlipsideCrypto/sui-models.git
synced 2026-02-06 11:06:56 +00:00
sql lim
This commit is contained in:
parent
a4a5f4a38f
commit
0bd414e4eb
@ -4,7 +4,7 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"checkpoints",
|
||||
"sql_limit" :"200000",
|
||||
"sql_limit" :"1000000",
|
||||
"producer_batch_size" :"200000",
|
||||
"worker_batch_size" :"50000",
|
||||
"async_concurrent_requests" :"25",
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"transactions",
|
||||
"sql_limit" :"200000",
|
||||
"sql_limit" :"300000",
|
||||
"producer_batch_size" :"100000",
|
||||
"worker_batch_size" :"5000",
|
||||
"async_concurrent_requests" :"10",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user