Stream 48/reduce worker batch size block txs (#37)

* reduce workder batch size for block txs realtime

* revert worker_batch_size

* revert worker_batch_size -> 20k
This commit is contained in:
Shah Newaz Khan 2024-12-27 05:36:43 -08:00 committed by GitHub
parent ba9e97e667
commit 0dd027391c
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" :"10000",
"worker_batch_size" :"20000",
"sql_source" :"{{this.identifier}}",
"order_by_column": "block_id",
"exploded_key": tojson(["result.transactions"]) }