From c525e62b0bbb3ecfc82da6036c656851ee5ffa56 Mon Sep 17 00:00:00 2001 From: Eric Laurello Date: Fri, 1 Nov 2024 14:24:22 -0400 Subject: [PATCH] 100K -> 25K --- models/streamline/core/realtime/streamline__blocks_realtime.sql | 2 +- .../core/realtime/streamline__transactions_realtime.sql | 2 +- .../streamline/core/realtime/streamline__tx_counts_realtime.sql | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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}}" }