diff --git a/models/streamline/core/realtime/streamline__blocks_realtime.sql b/models/streamline/core/realtime/streamline__blocks_realtime.sql index 29c90b8..9c35595 100644 --- a/models/streamline/core/realtime/streamline__blocks_realtime.sql +++ b/models/streamline/core/realtime/streamline__blocks_realtime.sql @@ -4,7 +4,7 @@ func = 'streamline.udf_bulk_rest_api_v2', target = "{{this.schema}}.{{this.identifier}}", params ={ "external_table" :"blocks_v2", - "sql_limit" :"100000", + "sql_limit" :"25000", "producer_batch_size" :"2000", "worker_batch_size" :"500", "sql_source" :"{{this.identifier}}" } diff --git a/models/streamline/core/realtime/streamline__transactions_realtime.sql b/models/streamline/core/realtime/streamline__transactions_realtime.sql index 306d835..3e72dbf 100644 --- a/models/streamline/core/realtime/streamline__transactions_realtime.sql +++ b/models/streamline/core/realtime/streamline__transactions_realtime.sql @@ -4,7 +4,7 @@ func = 'streamline.udf_bulk_rest_api_v2', target = "{{this.schema}}.{{this.identifier}}", params ={ "external_table" :"transactions_v2", - "sql_limit" :"100000", + "sql_limit" :"25000", "producer_batch_size" :"400", "worker_batch_size" :"100", "exploded_key": tojson(["result.txs"]), diff --git a/models/streamline/core/realtime/streamline__tx_counts_realtime.sql b/models/streamline/core/realtime/streamline__tx_counts_realtime.sql index 81e6e0d..d6ccde3 100644 --- a/models/streamline/core/realtime/streamline__tx_counts_realtime.sql +++ b/models/streamline/core/realtime/streamline__tx_counts_realtime.sql @@ -4,7 +4,7 @@ func = 'streamline.udf_bulk_rest_api_v2', target = "{{this.schema}}.{{this.identifier}}", params ={ "external_table" :"txcount_v2", - "sql_limit" :"100000", + "sql_limit" :"25000", "producer_batch_size" :"2000", "worker_batch_size" :"500", "sql_source" :"{{this.identifier}}" }