mirror of
https://github.com/FlipsideCrypto/eclipse-models.git
synced 2026-02-06 15:47:11 +00:00
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:
parent
ba9e97e667
commit
0dd027391c
@ -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"]) }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user