diff --git a/models/streamline/core/realtime/streamline__block_txs_realtime.sql b/models/streamline/core/realtime/streamline__block_txs_realtime.sql index edff2b9..4c6a5be 100644 --- a/models/streamline/core/realtime/streamline__block_txs_realtime.sql +++ b/models/streamline/core/realtime/streamline__block_txs_realtime.sql @@ -5,9 +5,9 @@ func = 'streamline.udf_bulk_rest_api_v2', target = "{{this.schema}}.{{this.identifier}}", params ={ "external_table" :"block_txs", - "sql_limit" :"100000", - "producer_batch_size" :"100000", - "worker_batch_size" :"20000", + "sql_limit" :"200000", + "producer_batch_size" :"200000", + "worker_batch_size" :"2000", "sql_source" :"{{this.identifier}}", "order_by_column": "block_id", "exploded_key": tojson(["result.transactions"]) }