diff --git a/models/streamline/core/realtime/streamline__transactions_realtime.sql b/models/streamline/core/realtime/streamline__transactions_realtime.sql index 01d5062..3a05966 100644 --- a/models/streamline/core/realtime/streamline__transactions_realtime.sql +++ b/models/streamline/core/realtime/streamline__transactions_realtime.sql @@ -5,9 +5,9 @@ target = "{{this.schema}}.{{this.identifier}}", params ={ "external_table" :"transactions", "sql_limit" :"450000", - "producer_batch_size" :"100000", + "producer_batch_size" :"50000", "worker_batch_size" :"5000", - "async_concurrent_requests" :"10", + "async_concurrent_requests" :"20", "sql_source" :"{{this.identifier}}", 'exploded_key': '["result"]', "order_by_column": "checkpoint_number DESC" }