mirror of
https://github.com/FlipsideCrypto/berachain-models.git
synced 2026-02-06 11:56:52 +00:00
Merge pull request #57 from FlipsideCrypto/atler-streamline-params
slower
This commit is contained in:
commit
e76e153a0e
@ -5,8 +5,8 @@
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"testnet_receipts",
|
||||
"sql_limit" :"3600",
|
||||
"producer_batch_size" :"3600",
|
||||
"worker_batch_size" :"3600",
|
||||
"producer_batch_size" :"1800",
|
||||
"worker_batch_size" :"1800",
|
||||
"sql_source" :"{{this.identifier}}",
|
||||
"exploded_key": tojson(["result"]) }
|
||||
),
|
||||
|
||||
@ -5,8 +5,8 @@
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"testnet_traces",
|
||||
"sql_limit" :"3600",
|
||||
"producer_batch_size" :"3600",
|
||||
"worker_batch_size" :"3600",
|
||||
"producer_batch_size" :"1800",
|
||||
"worker_batch_size" :"1800",
|
||||
"sql_source" :"{{this.identifier}}",
|
||||
"exploded_key": tojson(["result"]) }
|
||||
),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user