Merge pull request #57 from FlipsideCrypto/atler-streamline-params

slower
This commit is contained in:
Austin 2025-01-13 08:29:35 -05:00 committed by GitHub
commit e76e153a0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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"]) }
),

View File

@ -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"]) }
),