reduce workder batch size for block txs realtime (#36)

This commit is contained in:
Shah Newaz Khan 2024-12-24 10:26:46 -08:00 committed by GitHub
parent afbe2e067b
commit ba9e97e667
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
params ={ "external_table" :"block_txs",
"sql_limit" :"100000",
"producer_batch_size" :"100000",
"worker_batch_size" :"20000",
"worker_batch_size" :"10000",
"sql_source" :"{{this.identifier}}",
"order_by_column": "block_id",
"exploded_key": tojson(["result.transactions"]) }