lower limits

This commit is contained in:
Austin 2024-07-03 22:42:39 -04:00
parent 7c3cd5e462
commit 7b765655e7
4 changed files with 12 additions and 12 deletions

View File

@ -4,8 +4,8 @@
func = 'streamline.udf_bulk_rest_api_v2',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"testnet_blocks",
"sql_limit" :"50000",
"producer_batch_size" :"10000",
"sql_limit" :"25000",
"producer_batch_size" :"6000",
"worker_batch_size" :"2000",
"sql_source" :"{{this.identifier}}" }
),
@ -61,4 +61,4 @@ SELECT
ORDER BY
block_number DESC
LIMIT
50000
25000

View File

@ -4,8 +4,8 @@
func = 'streamline.udf_bulk_rest_api_v2',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"testnet_receipts",
"sql_limit" :"50000",
"producer_batch_size" :"10000",
"sql_limit" :"25000",
"producer_batch_size" :"6000",
"worker_batch_size" :"2000",
"sql_source" :"{{this.identifier}}",
"exploded_key": tojson(["result"]) }
@ -62,4 +62,4 @@ SELECT
ORDER BY
block_number DESC
LIMIT
50000
25000

View File

@ -4,8 +4,8 @@
func = 'streamline.udf_bulk_rest_api_v2',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"testnet_traces",
"sql_limit" :"50000",
"producer_batch_size" :"10000",
"sql_limit" :"25000",
"producer_batch_size" :"6000",
"worker_batch_size" :"2000",
"sql_source" :"{{this.identifier}}",
"exploded_key": tojson(["result"]) }
@ -63,4 +63,4 @@ FROM
ORDER BY
block_number DESC
LIMIT
50000
25000

View File

@ -4,8 +4,8 @@
func = 'streamline.udf_bulk_rest_api_v2',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"testnet_transactions",
"sql_limit" :"50000",
"producer_batch_size" :"10000",
"sql_limit" :"25000",
"producer_batch_size" :"6000",
"worker_batch_size" :"2000",
"sql_source" :"{{this.identifier}}",
"exploded_key": tojson(["result.transactions"]) }
@ -62,4 +62,4 @@ SELECT
ORDER BY
block_number DESC
LIMIT
50000
25000