diff --git a/README.md b/README.md index b4b5196..e567daa 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ CostBench measures the work and cost required to make continuously arriving data query-ready and serve analytical queries over it. The current full-path quotes study includes accepted runs for -ClickHouse Cloud, Snowflake, Google BigQuery, and Amazon Redshift Serverless. +ClickHouse Cloud, Snowflake, Google BigQuery, Amazon Redshift Serverless, and Databricks Serverless SQL. > [!NOTE] > A static query benchmark starts after data has been loaded and prepared. CostBench also measures @@ -36,7 +36,7 @@ The published evidence covers: - ingest progress and successful row counts; - raw and aggregate query latency during active ingestion; -- persisted materialized-view freshness; +- pre-aggregation freshness and provider-specific freshness evidence; - complete fresh-data-path and matched query cost; - provider configuration and pricing assumptions; - source JSONL, reconciled windows, generated CSV, SVG, PNG, and provenance summaries. @@ -53,6 +53,7 @@ serverless ingestion services, or a required broker layer. | Snowflake | [`results/t2/`](full-path-realtime/quotes/snowflake/results/t2/) | Accepted Run14 with normalized mixed-rate query attribution | | BigQuery | [`bq-full-t2-20260810_152224/`](full-path-realtime/quotes/bigquery/results/bq-full-t2-20260810_152224/) | Accepted T2 with Capacity and On-demand alternatives | | Redshift Serverless | [`results/t2/`](full-path-realtime/quotes/redshift-serverless/results/t2/) | Accepted T2 with SUPER and typed read alternatives | +| Databricks Serverless SQL | [`September full-run integration`](full-path-realtime/quotes/databricks/SEPTEMBER_INTEGRATION.md) | Accepted 189/32 matched observations with allocated ingestion and maintenance costs | The global score is: diff --git a/full-path-realtime/README.md b/full-path-realtime/README.md index 3896416..7fb0a66 100644 --- a/full-path-realtime/README.md +++ b/full-path-realtime/README.md @@ -8,7 +8,7 @@ latency under active ingestion, and the cost of keeping the path live. | Workload | Status | Scope | |---|---|---| -| [Quotes](quotes/) | Current accepted multi-provider study | ClickHouse Cloud, Snowflake, BigQuery, and Redshift Serverless at roughly 1M events/s and 100B+ rows | +| [Quotes](quotes/) | Current accepted multi-provider study | ClickHouse Cloud, Snowflake, BigQuery, Redshift Serverless, and Databricks Serverless SQL at roughly 1M events/s and 100B+ rows | | [Hits](hits/) | Workload implementation | Web analytics data; not part of the current accepted global quotes synthesis | ## Common benchmark contract @@ -20,7 +20,8 @@ latency under active ingestion, and the cost of keeping the path live. - Fresh-data-path cost covers the provider-specific components required to ingest and maintain the query-ready state for the complete run. - Query cost is reported for the accepted active-ingestion comparison window. -- Persisted materialized-view lag is kept distinct from query-time freshness correction. +- Pre-aggregation lag is kept distinct from query-time freshness correction. Databricks row-watermark + gap and completed-refresh age are reported separately from comparable time-lag series. - Source data, cost inputs, filters, smoothing, exclusions, and chart geometry are disclosed in machine-readable summaries. diff --git a/full-path-realtime/quotes/README.md b/full-path-realtime/quotes/README.md index bbca07b..beb4428 100644 --- a/full-path-realtime/quotes/README.md +++ b/full-path-realtime/quotes/README.md @@ -1,7 +1,7 @@ # Full-path real-time quotes benchmark This is the current accepted CostBench study for continuous real-time analytics. It compares -ClickHouse Cloud, Snowflake, Google BigQuery, and Amazon Redshift Serverless over the same NBBO-style +ClickHouse Cloud, Snowflake, Google BigQuery, Amazon Redshift Serverless, and Databricks Serverless SQL over the same NBBO-style quotes workload while ingest, derived-data maintenance, dashboard queries, and drill-down queries are all active. @@ -19,11 +19,11 @@ provenance summary states a different accepted pairwise window. | Query serving | Isolated read compute where the provider supports it | | Dashboard workload | Four aggregate queries on a fixed schedule | | Drill-down workload | Two raw-data queries on a fixed schedule | -| Progress axis | Observed base-table row count, never assumed iteration equivalence | -| Freshness | Persisted derived-data lag; query-time delta correction is disclosed separately | +| Progress axis | Observed row progress, never assumed iteration equivalence; Databricks uses provider-committed producer progress | +| Freshness | Raw-to-pre-aggregated lag; query-time delta correction is disclosed separately. Databricks reports row-watermark gap and completed-refresh age separately. | | Full-path score | `(fresh-data-path cost + matched query cost) × accumulated query runtime` | -Lower score is better. Snowflake, BigQuery, and Redshift each use an accepted ClickHouse-matched +Lower score is better. Snowflake, BigQuery, Redshift, and Databricks each use an accepted ClickHouse-matched active-ingestion window. Global relative scores reuse those pairwise results; they are not a new cross-provider match. @@ -39,14 +39,18 @@ Snowflake and Redshift freeze their accepted pairwise counts in their command no | Snowflake | [`snowflake/README.md`](snowflake/README.md) | [`results/t2/`](snowflake/results/t2/) | [`results/t2/charts/run14/`](snowflake/results/t2/charts/run14/) | | BigQuery | [`bigquery/README.md`](bigquery/README.md) | [`results/bq-full-t2-20260810_152224/`](bigquery/results/bq-full-t2-20260810_152224/) | [`costs/out/bq-full-t2-20260810_152224/`](bigquery/costs/out/bq-full-t2-20260810_152224/) | | Redshift Serverless | [`redshift-serverless/README.md`](redshift-serverless/README.md) | [`results/t2/`](redshift-serverless/results/t2/) | [`costs/out/t2/`](redshift-serverless/costs/out/t2/) | +| Databricks Serverless SQL | [`SEPTEMBER_INTEGRATION.md`](databricks/SEPTEMBER_INTEGRATION.md) | [`September full run`](databricks/results/serverless_baseline_full_20260918T170453Z/) | [`costs/out/serverless_20260918/`](databricks/costs/out/serverless_20260918/) | | Global synthesis | [`global/visualizations/`](global/visualizations/) | Provider sources above | [`global/results/charts/`](global/results/charts/) | -The Databricks directory contains earlier ingest work and remains useful implementation evidence, -but Databricks is not included in the current accepted global full-path chart manifest. +Databricks uses the accepted 189 dashboard and 32 drill-down observations, with preparation costs +from the September allocation exports through producer completion. Its refresh-age and row-watermark +measurements are not substituted into the global raw-to-pre-aggregated time-lag chart. +Redshift writer cost uses the explicit [32-RPU capacity assumption](redshift-serverless/costs/writer_capacity_assumption.json); +the original long-run measurements remain unchanged. ## Reproduce reconciliation, cost, and charts -Run commands from any directory; maintained command notebooks relocate to their own repository root. +Run these paths from the repository root; executable command notebooks resolve their own inputs. Provider credentials must remain in ignored local files or environment variables. 1. Rebuild pairwise row-progress matches: @@ -66,6 +70,7 @@ Provider credentials must remain in ignored local files or environment variables less full-path-realtime/quotes/bigquery/costs/_commands.txt bash full-path-realtime/quotes/redshift-serverless/costs/_commands.txt + bash full-path-realtime/quotes/databricks/costs/_commands_september.txt ``` 3. Rebuild every maintained pairwise chart suite: @@ -74,6 +79,7 @@ Provider credentials must remain in ignored local files or environment variables bash full-path-realtime/quotes/snowflake/visualizations/_commands.txt bash full-path-realtime/quotes/bigquery/visualizations/_commands.txt bash full-path-realtime/quotes/redshift-serverless/visualizations/_commands.txt + bash full-path-realtime/quotes/databricks/visualizations/_commands.txt ``` 4. Rebuild the global synthesis last: diff --git a/full-path-realtime/quotes/clickhouse-cloud/costs/out_t2/matched/databricks_serverless_20260918/dashboard.json b/full-path-realtime/quotes/clickhouse-cloud/costs/out_t2/matched/databricks_serverless_20260918/dashboard.json new file mode 100644 index 0000000..354602d --- /dev/null +++ b/full-path-realtime/quotes/clickhouse-cloud/costs/out_t2/matched/databricks_serverless_20260918/dashboard.json @@ -0,0 +1,25 @@ +{ + "source_file": "dashboard_active_matched_to_databricks.jsonl", + "system": "ClickHouse Cloud (AWS)", + "version": "26.4.1.2029", + "machine": "64GiB", + "mem_gib": 64, + "cluster_size": 1, + "iterations_included": 189, + "queries_per_iteration": 4, + "total_runtime_seconds": 10.312, + "costs": [ + { + "tier": "Basic", + "total_compute_cost_usd": 0.005 + }, + { + "tier": "Scale", + "total_compute_cost_usd": 0.00684 + }, + { + "tier": "Enterprise", + "total_compute_cost_usd": 0.00894 + } + ] +} diff --git a/full-path-realtime/quotes/clickhouse-cloud/costs/out_t2/matched/databricks_serverless_20260918/drilldown.json b/full-path-realtime/quotes/clickhouse-cloud/costs/out_t2/matched/databricks_serverless_20260918/drilldown.json new file mode 100644 index 0000000..cac7f0b --- /dev/null +++ b/full-path-realtime/quotes/clickhouse-cloud/costs/out_t2/matched/databricks_serverless_20260918/drilldown.json @@ -0,0 +1,25 @@ +{ + "source_file": "drilldown_active_matched_to_databricks.jsonl", + "system": "ClickHouse Cloud (AWS)", + "version": "26.4.1.2029", + "machine": "64GiB", + "mem_gib": 64, + "cluster_size": 1, + "iterations_included": 32, + "queries_per_iteration": 2, + "total_runtime_seconds": 46.074, + "costs": [ + { + "tier": "Basic", + "total_compute_cost_usd": 0.02233 + }, + { + "tier": "Scale", + "total_compute_cost_usd": 0.03056 + }, + { + "tier": "Enterprise", + "total_compute_cost_usd": 0.03996 + } + ] +} diff --git a/full-path-realtime/quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl b/full-path-realtime/quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl new file mode 100644 index 0000000..1b9618b --- /dev/null +++ b/full-path-realtime/quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl @@ -0,0 +1,189 @@ +{"iteration":1,"iteration_started_at":"2026-08-08T06:55:59Z","iteration_finished_at":"2026-08-08T06:56:00Z","raw_rows":0,"mv_rows":0,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.004],[0.003],[0.003],[0.003]]} +{"iteration":2,"iteration_started_at":"2026-08-08T07:05:59Z","iteration_finished_at":"2026-08-08T07:05:59Z","raw_rows":724786266,"mv_rows":40219,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.006],[0.005],[0.006],[0.006]]} +{"iteration":3,"iteration_started_at":"2026-08-08T07:15:59Z","iteration_finished_at":"2026-08-08T07:16:00Z","raw_rows":1370669828,"mv_rows":24706,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.041],[0.007],[0.009],[0.006]]} +{"iteration":4,"iteration_started_at":"2026-08-08T07:25:59Z","iteration_finished_at":"2026-08-08T07:25:59Z","raw_rows":1975682003,"mv_rows":56435,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.006],[0.033],[0.045],[0.025]]} +{"iteration":5,"iteration_started_at":"2026-08-08T07:35:59Z","iteration_finished_at":"2026-08-08T07:36:00Z","raw_rows":2574084882,"mv_rows":60180,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.01],[0.011],[0.008]]} +{"iteration":6,"iteration_started_at":"2026-08-08T07:45:59Z","iteration_finished_at":"2026-08-08T07:45:59Z","raw_rows":3146910669,"mv_rows":68323,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.012],[0.01],[0.011],[0.008]]} +{"iteration":7,"iteration_started_at":"2026-08-08T07:55:59Z","iteration_finished_at":"2026-08-08T07:56:00Z","raw_rows":3738865972,"mv_rows":66993,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.009],[0.012],[0.01]]} +{"iteration":8,"iteration_started_at":"2026-08-08T08:05:59Z","iteration_finished_at":"2026-08-08T08:05:59Z","raw_rows":4293755746,"mv_rows":92794,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.01],[0.012],[0.009]]} +{"iteration":9,"iteration_started_at":"2026-08-08T08:15:59Z","iteration_finished_at":"2026-08-08T08:16:00Z","raw_rows":4891042750,"mv_rows":75064,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.008],[0.013],[0.01]]} +{"iteration":10,"iteration_started_at":"2026-08-08T08:25:59Z","iteration_finished_at":"2026-08-08T08:26:00Z","raw_rows":5469535309,"mv_rows":126327,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.017],[0.014],[0.011]]} +{"iteration":11,"iteration_started_at":"2026-08-08T08:35:59Z","iteration_finished_at":"2026-08-08T08:35:59Z","raw_rows":6010532017,"mv_rows":118829,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.006],[0.009],[0.013],[0.011]]} +{"iteration":12,"iteration_started_at":"2026-08-08T08:45:59Z","iteration_finished_at":"2026-08-08T08:46:00Z","raw_rows":6539371357,"mv_rows":135039,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.01],[0.012],[0.01]]} +{"iteration":13,"iteration_started_at":"2026-08-08T08:55:59Z","iteration_finished_at":"2026-08-08T08:55:59Z","raw_rows":7146131616,"mv_rows":138842,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.006],[0.009],[0.011],[0.01]]} +{"iteration":14,"iteration_started_at":"2026-08-08T09:05:59Z","iteration_finished_at":"2026-08-08T09:06:00Z","raw_rows":7727462172,"mv_rows":151600,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.009],[0.013],[0.01]]} +{"iteration":15,"iteration_started_at":"2026-08-08T09:15:59Z","iteration_finished_at":"2026-08-08T09:15:59Z","raw_rows":8305203448,"mv_rows":155200,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.013],[0.012],[0.011]]} +{"iteration":16,"iteration_started_at":"2026-08-08T09:25:59Z","iteration_finished_at":"2026-08-08T09:26:00Z","raw_rows":8807164173,"mv_rows":159290,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.017],[0.012],[0.01]]} +{"iteration":17,"iteration_started_at":"2026-08-08T09:35:59Z","iteration_finished_at":"2026-08-08T09:35:59Z","raw_rows":9395201523,"mv_rows":193752,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.011],[0.013],[0.011]]} +{"iteration":19,"iteration_started_at":"2026-08-08T09:55:59Z","iteration_finished_at":"2026-08-08T09:55:59Z","raw_rows":10448957290,"mv_rows":202064,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.011],[0.013],[0.011]]} +{"iteration":20,"iteration_started_at":"2026-08-08T10:05:59Z","iteration_finished_at":"2026-08-08T10:05:59Z","raw_rows":10999409964,"mv_rows":199568,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.011],[0.013],[0.01]]} +{"iteration":21,"iteration_started_at":"2026-08-08T10:15:59Z","iteration_finished_at":"2026-08-08T10:16:00Z","raw_rows":11495758638,"mv_rows":206350,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.015],[0.011],[0.011]]} +{"iteration":22,"iteration_started_at":"2026-08-08T10:25:59Z","iteration_finished_at":"2026-08-08T10:25:59Z","raw_rows":12058435469,"mv_rows":205937,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.012],[0.01],[0.012],[0.01]]} +{"iteration":23,"iteration_started_at":"2026-08-08T10:35:59Z","iteration_finished_at":"2026-08-08T10:36:00Z","raw_rows":12574526062,"mv_rows":229605,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.01],[0.013],[0.011]]} +{"iteration":24,"iteration_started_at":"2026-08-08T10:45:59Z","iteration_finished_at":"2026-08-08T10:45:59Z","raw_rows":13130688854,"mv_rows":238295,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.015],[0.013],[0.011]]} +{"iteration":25,"iteration_started_at":"2026-08-08T10:55:59Z","iteration_finished_at":"2026-08-08T10:56:00Z","raw_rows":13690901348,"mv_rows":252595,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.016],[0.014],[0.011]]} +{"iteration":26,"iteration_started_at":"2026-08-08T11:05:59Z","iteration_finished_at":"2026-08-08T11:05:59Z","raw_rows":14280804947,"mv_rows":257131,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.016],[0.014],[0.012]]} +{"iteration":27,"iteration_started_at":"2026-08-08T11:15:59Z","iteration_finished_at":"2026-08-08T11:16:00Z","raw_rows":14876856126,"mv_rows":260844,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.011],[0.013],[0.01]]} +{"iteration":28,"iteration_started_at":"2026-08-08T11:25:59Z","iteration_finished_at":"2026-08-08T11:25:59Z","raw_rows":15470256866,"mv_rows":257857,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.087],[0.08],[0.011],[0.01]]} +{"iteration":29,"iteration_started_at":"2026-08-08T11:35:59Z","iteration_finished_at":"2026-08-08T11:36:00Z","raw_rows":16058779354,"mv_rows":269533,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.011],[0.011],[0.01]]} +{"iteration":30,"iteration_started_at":"2026-08-08T11:45:59Z","iteration_finished_at":"2026-08-08T11:45:59Z","raw_rows":16604006353,"mv_rows":276553,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.01],[0.011],[0.01]]} +{"iteration":31,"iteration_started_at":"2026-08-08T11:55:59Z","iteration_finished_at":"2026-08-08T11:56:00Z","raw_rows":17204550973,"mv_rows":300035,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.006],[0.013],[0.011],[0.01]]} +{"iteration":32,"iteration_started_at":"2026-08-08T12:05:59Z","iteration_finished_at":"2026-08-08T12:05:59Z","raw_rows":17758468213,"mv_rows":315665,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.011],[0.011],[0.014]]} +{"iteration":34,"iteration_started_at":"2026-08-08T12:25:59Z","iteration_finished_at":"2026-08-08T12:25:59Z","raw_rows":18930505218,"mv_rows":316190,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.011],[0.012],[0.01]]} +{"iteration":35,"iteration_started_at":"2026-08-08T12:35:59Z","iteration_finished_at":"2026-08-08T12:36:00Z","raw_rows":19498533079,"mv_rows":320000,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.012],[0.016],[0.013],[0.011]]} +{"iteration":36,"iteration_started_at":"2026-08-08T12:45:59Z","iteration_finished_at":"2026-08-08T12:45:59Z","raw_rows":20030972521,"mv_rows":355366,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.104],[0.014],[0.011]]} +{"iteration":37,"iteration_started_at":"2026-08-08T12:55:59Z","iteration_finished_at":"2026-08-08T12:56:00Z","raw_rows":20598954386,"mv_rows":355471,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.015],[0.015],[0.012]]} +{"iteration":38,"iteration_started_at":"2026-08-08T13:05:59Z","iteration_finished_at":"2026-08-08T13:05:59Z","raw_rows":21177624388,"mv_rows":375277,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.011],[0.015],[0.011]]} +{"iteration":39,"iteration_started_at":"2026-08-08T13:15:59Z","iteration_finished_at":"2026-08-08T13:16:00Z","raw_rows":21690449123,"mv_rows":389472,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.011],[0.014],[0.011]]} +{"iteration":40,"iteration_started_at":"2026-08-08T13:25:59Z","iteration_finished_at":"2026-08-08T13:25:59Z","raw_rows":22225814642,"mv_rows":403589,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.015],[0.012],[0.011]]} +{"iteration":41,"iteration_started_at":"2026-08-08T13:35:59Z","iteration_finished_at":"2026-08-08T13:36:00Z","raw_rows":22769842666,"mv_rows":394141,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.011],[0.013],[0.011]]} +{"iteration":42,"iteration_started_at":"2026-08-08T13:45:59Z","iteration_finished_at":"2026-08-08T13:45:59Z","raw_rows":23288685490,"mv_rows":401884,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.011],[0.012],[0.011]]} +{"iteration":43,"iteration_started_at":"2026-08-08T13:55:59Z","iteration_finished_at":"2026-08-08T13:56:00Z","raw_rows":23844225514,"mv_rows":431879,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.011],[0.012],[0.01]]} +{"iteration":45,"iteration_started_at":"2026-08-08T14:15:59Z","iteration_finished_at":"2026-08-08T14:15:59Z","raw_rows":24937313823,"mv_rows":414039,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.012],[0.015],[0.011],[0.01]]} +{"iteration":46,"iteration_started_at":"2026-08-08T14:25:59Z","iteration_finished_at":"2026-08-08T14:26:00Z","raw_rows":25492435118,"mv_rows":434532,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.011],[0.013],[0.011]]} +{"iteration":47,"iteration_started_at":"2026-08-08T14:35:59Z","iteration_finished_at":"2026-08-08T14:35:59Z","raw_rows":26047358918,"mv_rows":458193,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.011],[0.012],[0.01]]} +{"iteration":48,"iteration_started_at":"2026-08-08T14:45:59Z","iteration_finished_at":"2026-08-08T14:46:00Z","raw_rows":26583320264,"mv_rows":453117,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.014],[0.012],[0.01]]} +{"iteration":49,"iteration_started_at":"2026-08-08T14:55:59Z","iteration_finished_at":"2026-08-08T14:55:59Z","raw_rows":27117466999,"mv_rows":460234,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.019],[0.012],[0.011]]} +{"iteration":50,"iteration_started_at":"2026-08-08T15:05:59Z","iteration_finished_at":"2026-08-08T15:06:00Z","raw_rows":27681375912,"mv_rows":493900,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.013],[0.011]]} +{"iteration":51,"iteration_started_at":"2026-08-08T15:15:59Z","iteration_finished_at":"2026-08-08T15:15:59Z","raw_rows":28239125449,"mv_rows":475726,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.011],[0.012],[0.011]]} +{"iteration":52,"iteration_started_at":"2026-08-08T15:25:59Z","iteration_finished_at":"2026-08-08T15:26:00Z","raw_rows":28773516979,"mv_rows":477161,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.111],[0.09],[0.011],[0.043]]} +{"iteration":53,"iteration_started_at":"2026-08-08T15:35:59Z","iteration_finished_at":"2026-08-08T15:35:59Z","raw_rows":29346127706,"mv_rows":497871,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.011],[0.01]]} +{"iteration":54,"iteration_started_at":"2026-08-08T15:45:59Z","iteration_finished_at":"2026-08-08T15:46:00Z","raw_rows":29890137150,"mv_rows":505514,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.011],[0.01]]} +{"iteration":55,"iteration_started_at":"2026-08-08T15:55:59Z","iteration_finished_at":"2026-08-08T15:55:59Z","raw_rows":30465667350,"mv_rows":510319,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.013],[0.011],[0.01]]} +{"iteration":56,"iteration_started_at":"2026-08-08T16:05:59Z","iteration_finished_at":"2026-08-08T16:06:00Z","raw_rows":31018228497,"mv_rows":517487,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.011],[0.011],[0.011]]} +{"iteration":57,"iteration_started_at":"2026-08-08T16:15:59Z","iteration_finished_at":"2026-08-08T16:15:59Z","raw_rows":31588088259,"mv_rows":557655,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.011],[0.012],[0.011]]} +{"iteration":59,"iteration_started_at":"2026-08-08T16:35:59Z","iteration_finished_at":"2026-08-08T16:35:59Z","raw_rows":32651953244,"mv_rows":575182,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.014],[0.014],[0.011]]} +{"iteration":60,"iteration_started_at":"2026-08-08T16:45:59Z","iteration_finished_at":"2026-08-08T16:46:00Z","raw_rows":33183996050,"mv_rows":560935,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.016],[0.013],[0.013]]} +{"iteration":61,"iteration_started_at":"2026-08-08T16:55:59Z","iteration_finished_at":"2026-08-08T16:55:59Z","raw_rows":33748476003,"mv_rows":585140,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.014],[0.012]]} +{"iteration":62,"iteration_started_at":"2026-08-08T17:05:59Z","iteration_finished_at":"2026-08-08T17:06:00Z","raw_rows":34249264401,"mv_rows":599945,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.012],[0.013],[0.011]]} +{"iteration":63,"iteration_started_at":"2026-08-08T17:15:59Z","iteration_finished_at":"2026-08-08T17:15:59Z","raw_rows":34764613132,"mv_rows":605655,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.012],[0.011]]} +{"iteration":64,"iteration_started_at":"2026-08-08T17:25:59Z","iteration_finished_at":"2026-08-08T17:26:00Z","raw_rows":35300178406,"mv_rows":624072,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.012],[0.012],[0.013],[0.011]]} +{"iteration":65,"iteration_started_at":"2026-08-08T17:35:59Z","iteration_finished_at":"2026-08-08T17:35:59Z","raw_rows":35804053385,"mv_rows":654091,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.009],[0.012],[0.013],[0.017]]} +{"iteration":67,"iteration_started_at":"2026-08-08T17:55:59Z","iteration_finished_at":"2026-08-08T17:55:59Z","raw_rows":36850964650,"mv_rows":641667,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.012],[0.014],[0.011]]} +{"iteration":68,"iteration_started_at":"2026-08-08T18:05:59Z","iteration_finished_at":"2026-08-08T18:05:59Z","raw_rows":37331880801,"mv_rows":660184,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.015],[0.012],[0.011]]} +{"iteration":69,"iteration_started_at":"2026-08-08T18:15:59Z","iteration_finished_at":"2026-08-08T18:16:00Z","raw_rows":37851506740,"mv_rows":657651,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.012],[0.011]]} +{"iteration":70,"iteration_started_at":"2026-08-08T18:25:59Z","iteration_finished_at":"2026-08-08T18:25:59Z","raw_rows":38333894855,"mv_rows":676616,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.012],[0.011]]} +{"iteration":71,"iteration_started_at":"2026-08-08T18:35:59Z","iteration_finished_at":"2026-08-08T18:36:00Z","raw_rows":38903981063,"mv_rows":686007,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.014],[0.011]]} +{"iteration":72,"iteration_started_at":"2026-08-08T18:45:59Z","iteration_finished_at":"2026-08-08T18:45:59Z","raw_rows":39403630784,"mv_rows":696414,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.016],[0.014],[0.011]]} +{"iteration":74,"iteration_started_at":"2026-08-08T19:05:59Z","iteration_finished_at":"2026-08-08T19:05:59Z","raw_rows":40455322866,"mv_rows":708779,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.012],[0.013],[0.011]]} +{"iteration":75,"iteration_started_at":"2026-08-08T19:15:59Z","iteration_finished_at":"2026-08-08T19:16:00Z","raw_rows":40983472025,"mv_rows":753260,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.016],[0.014],[0.011]]} +{"iteration":76,"iteration_started_at":"2026-08-08T19:25:59Z","iteration_finished_at":"2026-08-08T19:25:59Z","raw_rows":41461994932,"mv_rows":750529,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.016],[0.014],[0.011]]} +{"iteration":77,"iteration_started_at":"2026-08-08T19:35:59Z","iteration_finished_at":"2026-08-08T19:36:00Z","raw_rows":41986954384,"mv_rows":751432,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.013],[0.016],[0.012]]} +{"iteration":78,"iteration_started_at":"2026-08-08T19:45:59Z","iteration_finished_at":"2026-08-08T19:45:59Z","raw_rows":42504704257,"mv_rows":763305,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.013],[0.014],[0.011]]} +{"iteration":79,"iteration_started_at":"2026-08-08T19:55:59Z","iteration_finished_at":"2026-08-08T19:56:00Z","raw_rows":43037353870,"mv_rows":765099,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.012],[0.014],[0.011]]} +{"iteration":81,"iteration_started_at":"2026-08-08T20:15:59Z","iteration_finished_at":"2026-08-08T20:16:00Z","raw_rows":44075896295,"mv_rows":806686,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.008],[0.013],[0.015],[0.012]]} +{"iteration":82,"iteration_started_at":"2026-08-08T20:25:59Z","iteration_finished_at":"2026-08-08T20:25:59Z","raw_rows":44585275116,"mv_rows":797775,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.015],[0.017],[0.014],[0.011]]} +{"iteration":83,"iteration_started_at":"2026-08-08T20:35:59Z","iteration_finished_at":"2026-08-08T20:36:00Z","raw_rows":45119401562,"mv_rows":795673,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.017],[0.025],[0.013],[0.012]]} +{"iteration":84,"iteration_started_at":"2026-08-08T20:45:59Z","iteration_finished_at":"2026-08-08T20:45:59Z","raw_rows":45608868518,"mv_rows":792800,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.012],[0.011]]} +{"iteration":85,"iteration_started_at":"2026-08-08T20:55:59Z","iteration_finished_at":"2026-08-08T20:56:00Z","raw_rows":46108257326,"mv_rows":785614,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.013],[0.011]]} +{"iteration":86,"iteration_started_at":"2026-08-08T21:05:59Z","iteration_finished_at":"2026-08-08T21:05:59Z","raw_rows":46607144697,"mv_rows":818124,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.009],[0.012],[0.013],[0.011]]} +{"iteration":88,"iteration_started_at":"2026-08-08T21:25:59Z","iteration_finished_at":"2026-08-08T21:26:00Z","raw_rows":47630286458,"mv_rows":851439,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.013],[0.014],[0.013]]} +{"iteration":89,"iteration_started_at":"2026-08-08T21:35:59Z","iteration_finished_at":"2026-08-08T21:35:59Z","raw_rows":48152769396,"mv_rows":855755,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.015],[0.014],[0.014],[0.017]]} +{"iteration":90,"iteration_started_at":"2026-08-08T21:45:59Z","iteration_finished_at":"2026-08-08T21:46:00Z","raw_rows":48651039753,"mv_rows":862005,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.017],[0.013],[0.015],[0.011]]} +{"iteration":91,"iteration_started_at":"2026-08-08T21:55:59Z","iteration_finished_at":"2026-08-08T21:55:59Z","raw_rows":49173608481,"mv_rows":848170,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.012],[0.014],[0.013]]} +{"iteration":92,"iteration_started_at":"2026-08-08T22:05:59Z","iteration_finished_at":"2026-08-08T22:06:00Z","raw_rows":49691385785,"mv_rows":859767,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.015],[0.016],[0.011]]} +{"iteration":93,"iteration_started_at":"2026-08-08T22:15:59Z","iteration_finished_at":"2026-08-08T22:15:59Z","raw_rows":50238320035,"mv_rows":876948,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.012],[0.017],[0.012]]} +{"iteration":94,"iteration_started_at":"2026-08-08T22:25:59Z","iteration_finished_at":"2026-08-08T22:26:00Z","raw_rows":50788829774,"mv_rows":895523,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.014],[0.013]]} +{"iteration":96,"iteration_started_at":"2026-08-08T22:45:59Z","iteration_finished_at":"2026-08-08T22:46:00Z","raw_rows":51886771408,"mv_rows":898209,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.013],[0.014],[0.012]]} +{"iteration":97,"iteration_started_at":"2026-08-08T22:55:59Z","iteration_finished_at":"2026-08-08T22:55:59Z","raw_rows":52441318029,"mv_rows":902146,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.017],[0.013],[0.012]]} +{"iteration":98,"iteration_started_at":"2026-08-08T23:05:59Z","iteration_finished_at":"2026-08-08T23:06:00Z","raw_rows":52920335727,"mv_rows":921876,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.035],[0.013],[0.014],[0.011]]} +{"iteration":99,"iteration_started_at":"2026-08-08T23:15:59Z","iteration_finished_at":"2026-08-08T23:15:59Z","raw_rows":53408601648,"mv_rows":921000,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.012],[0.013],[0.011]]} +{"iteration":100,"iteration_started_at":"2026-08-08T23:25:59Z","iteration_finished_at":"2026-08-08T23:26:00Z","raw_rows":53910086618,"mv_rows":951818,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.017],[0.015],[0.013]]} +{"iteration":101,"iteration_started_at":"2026-08-08T23:35:59Z","iteration_finished_at":"2026-08-08T23:35:59Z","raw_rows":54424699241,"mv_rows":945522,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.013],[0.015],[0.012]]} +{"iteration":103,"iteration_started_at":"2026-08-08T23:55:59Z","iteration_finished_at":"2026-08-08T23:55:59Z","raw_rows":55416633625,"mv_rows":954845,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.015],[0.012]]} +{"iteration":104,"iteration_started_at":"2026-08-09T00:05:59Z","iteration_finished_at":"2026-08-09T00:06:00Z","raw_rows":55944840077,"mv_rows":977229,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.008],[0.016],[0.015],[0.012]]} +{"iteration":105,"iteration_started_at":"2026-08-09T00:15:59Z","iteration_finished_at":"2026-08-09T00:15:59Z","raw_rows":56450202011,"mv_rows":974323,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.015],[0.013],[0.015],[0.012]]} +{"iteration":106,"iteration_started_at":"2026-08-09T00:25:59Z","iteration_finished_at":"2026-08-09T00:26:00Z","raw_rows":56976658135,"mv_rows":979260,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.015],[0.019],[0.013],[0.013]]} +{"iteration":107,"iteration_started_at":"2026-08-09T00:35:59Z","iteration_finished_at":"2026-08-09T00:35:59Z","raw_rows":57502590981,"mv_rows":999735,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.014],[0.011]]} +{"iteration":108,"iteration_started_at":"2026-08-09T00:45:59Z","iteration_finished_at":"2026-08-09T00:46:00Z","raw_rows":58017492696,"mv_rows":1013885,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.013],[0.015],[0.013]]} +{"iteration":110,"iteration_started_at":"2026-08-09T01:05:59Z","iteration_finished_at":"2026-08-09T01:05:59Z","raw_rows":59010783142,"mv_rows":1047439,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.013],[0.015],[0.012]]} +{"iteration":111,"iteration_started_at":"2026-08-09T01:15:59Z","iteration_finished_at":"2026-08-09T01:16:00Z","raw_rows":59503489949,"mv_rows":1036161,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.01],[0.013],[0.015],[0.014]]} +{"iteration":112,"iteration_started_at":"2026-08-09T01:25:59Z","iteration_finished_at":"2026-08-09T01:25:59Z","raw_rows":59972983401,"mv_rows":1049782,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.018],[0.015],[0.014]]} +{"iteration":113,"iteration_started_at":"2026-08-09T01:35:59Z","iteration_finished_at":"2026-08-09T01:36:00Z","raw_rows":60442237749,"mv_rows":1036464,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.009],[0.012],[0.015],[0.014]]} +{"iteration":115,"iteration_started_at":"2026-08-09T01:55:59Z","iteration_finished_at":"2026-08-09T01:56:00Z","raw_rows":61370139665,"mv_rows":1066520,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.012],[0.015],[0.012]]} +{"iteration":116,"iteration_started_at":"2026-08-09T02:05:59Z","iteration_finished_at":"2026-08-09T02:05:59Z","raw_rows":61872097967,"mv_rows":1074140,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.013],[0.015],[0.013]]} +{"iteration":117,"iteration_started_at":"2026-08-09T02:15:59Z","iteration_finished_at":"2026-08-09T02:16:00Z","raw_rows":62362523974,"mv_rows":1100763,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.015],[0.013],[0.017],[0.013]]} +{"iteration":118,"iteration_started_at":"2026-08-09T02:25:59Z","iteration_finished_at":"2026-08-09T02:25:59Z","raw_rows":62852767644,"mv_rows":1072840,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.015],[0.014],[0.015],[0.012]]} +{"iteration":120,"iteration_started_at":"2026-08-09T02:45:59Z","iteration_finished_at":"2026-08-09T02:45:59Z","raw_rows":63813706871,"mv_rows":1109282,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.016],[0.017],[0.013]]} +{"iteration":121,"iteration_started_at":"2026-08-09T02:55:59Z","iteration_finished_at":"2026-08-09T02:56:00Z","raw_rows":64297816643,"mv_rows":1088999,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.043],[0.021],[0.025]]} +{"iteration":122,"iteration_started_at":"2026-08-09T03:05:59Z","iteration_finished_at":"2026-08-09T03:05:59Z","raw_rows":64830505943,"mv_rows":1098520,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.013],[0.014],[0.013]]} +{"iteration":123,"iteration_started_at":"2026-08-09T03:15:59Z","iteration_finished_at":"2026-08-09T03:16:00Z","raw_rows":65325007686,"mv_rows":1100289,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.006],[0.012],[0.013],[0.012]]} +{"iteration":124,"iteration_started_at":"2026-08-09T03:25:59Z","iteration_finished_at":"2026-08-09T03:25:59Z","raw_rows":65803792964,"mv_rows":1111509,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.013],[0.013]]} +{"iteration":126,"iteration_started_at":"2026-08-09T03:45:59Z","iteration_finished_at":"2026-08-09T03:45:59Z","raw_rows":66813762801,"mv_rows":1121207,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.016],[0.015],[0.012]]} +{"iteration":127,"iteration_started_at":"2026-08-09T03:55:59Z","iteration_finished_at":"2026-08-09T03:56:00Z","raw_rows":67293866994,"mv_rows":1146722,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.012],[0.013],[0.013]]} +{"iteration":128,"iteration_started_at":"2026-08-09T04:05:59Z","iteration_finished_at":"2026-08-09T04:05:59Z","raw_rows":67748504407,"mv_rows":1143295,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.015],[0.012],[0.013],[0.012]]} +{"iteration":130,"iteration_started_at":"2026-08-09T04:25:59Z","iteration_finished_at":"2026-08-09T04:26:00Z","raw_rows":68684069442,"mv_rows":1186529,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.01],[0.013],[0.013],[0.018]]} +{"iteration":131,"iteration_started_at":"2026-08-09T04:35:59Z","iteration_finished_at":"2026-08-09T04:35:59Z","raw_rows":69181831398,"mv_rows":1166497,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.008],[0.017],[0.015],[0.013]]} +{"iteration":132,"iteration_started_at":"2026-08-09T04:45:59Z","iteration_finished_at":"2026-08-09T04:46:00Z","raw_rows":69676432303,"mv_rows":1192574,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.016],[0.015],[0.013]]} +{"iteration":133,"iteration_started_at":"2026-08-09T04:55:59Z","iteration_finished_at":"2026-08-09T04:55:59Z","raw_rows":70168596073,"mv_rows":1189710,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.013],[0.014],[0.013]]} +{"iteration":134,"iteration_started_at":"2026-08-09T05:05:59Z","iteration_finished_at":"2026-08-09T05:06:00Z","raw_rows":70659299166,"mv_rows":1193461,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.013],[0.014],[0.013]]} +{"iteration":136,"iteration_started_at":"2026-08-09T05:25:59Z","iteration_finished_at":"2026-08-09T05:26:00Z","raw_rows":71624709770,"mv_rows":1197833,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.015],[0.015]]} +{"iteration":137,"iteration_started_at":"2026-08-09T05:35:59Z","iteration_finished_at":"2026-08-09T05:35:59Z","raw_rows":72091825703,"mv_rows":1223321,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.015],[0.017],[0.015],[0.013]]} +{"iteration":138,"iteration_started_at":"2026-08-09T05:45:59Z","iteration_finished_at":"2026-08-09T05:46:00Z","raw_rows":72547878251,"mv_rows":1211697,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.017],[0.017],[0.013]]} +{"iteration":140,"iteration_started_at":"2026-08-09T06:05:59Z","iteration_finished_at":"2026-08-09T06:06:00Z","raw_rows":73476437585,"mv_rows":1231417,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.014],[0.014]]} +{"iteration":141,"iteration_started_at":"2026-08-09T06:15:59Z","iteration_finished_at":"2026-08-09T06:15:59Z","raw_rows":73987325693,"mv_rows":1244408,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.008],[0.012],[0.014],[0.013]]} +{"iteration":142,"iteration_started_at":"2026-08-09T06:25:59Z","iteration_finished_at":"2026-08-09T06:26:00Z","raw_rows":74486757162,"mv_rows":1249674,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.012],[0.015],[0.013]]} +{"iteration":143,"iteration_started_at":"2026-08-09T06:35:59Z","iteration_finished_at":"2026-08-09T06:35:59Z","raw_rows":74995355831,"mv_rows":1255921,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.015],[0.013],[0.014],[0.014]]} +{"iteration":144,"iteration_started_at":"2026-08-09T06:45:59Z","iteration_finished_at":"2026-08-09T06:46:00Z","raw_rows":75466940903,"mv_rows":1262245,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.008],[0.013],[0.016],[0.012]]} +{"iteration":146,"iteration_started_at":"2026-08-09T07:05:59Z","iteration_finished_at":"2026-08-09T07:06:00Z","raw_rows":76430868234,"mv_rows":1300772,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.016],[0.014]]} +{"iteration":147,"iteration_started_at":"2026-08-09T07:15:59Z","iteration_finished_at":"2026-08-09T07:15:59Z","raw_rows":76885010641,"mv_rows":1295232,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.008],[0.013],[0.016],[0.013]]} +{"iteration":148,"iteration_started_at":"2026-08-09T07:25:59Z","iteration_finished_at":"2026-08-09T07:26:00Z","raw_rows":77350951993,"mv_rows":1303008,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.008],[0.011],[0.014],[0.014]]} +{"iteration":149,"iteration_started_at":"2026-08-09T07:35:59Z","iteration_finished_at":"2026-08-09T07:35:59Z","raw_rows":77850423857,"mv_rows":1283968,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.014],[0.013]]} +{"iteration":151,"iteration_started_at":"2026-08-09T07:55:59Z","iteration_finished_at":"2026-08-09T07:56:00Z","raw_rows":78743691693,"mv_rows":1305942,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.009],[0.012],[0.015],[0.013]]} +{"iteration":152,"iteration_started_at":"2026-08-09T08:05:59Z","iteration_finished_at":"2026-08-09T08:05:59Z","raw_rows":79106273696,"mv_rows":1322038,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.012],[0.016],[0.013]]} +{"iteration":154,"iteration_started_at":"2026-08-09T08:25:59Z","iteration_finished_at":"2026-08-09T08:25:59Z","raw_rows":80034599414,"mv_rows":1347233,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.015],[0.013],[0.015],[0.013]]} +{"iteration":155,"iteration_started_at":"2026-08-09T08:35:59Z","iteration_finished_at":"2026-08-09T08:36:00Z","raw_rows":80503603294,"mv_rows":1342345,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.009],[0.013],[0.016],[0.013]]} +{"iteration":156,"iteration_started_at":"2026-08-09T08:45:59Z","iteration_finished_at":"2026-08-09T08:45:59Z","raw_rows":80949316423,"mv_rows":1340122,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.014],[0.015],[0.014]]} +{"iteration":158,"iteration_started_at":"2026-08-09T09:05:59Z","iteration_finished_at":"2026-08-09T09:05:59Z","raw_rows":81786894322,"mv_rows":1371564,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.017],[0.015],[0.014]]} +{"iteration":159,"iteration_started_at":"2026-08-09T09:15:59Z","iteration_finished_at":"2026-08-09T09:16:00Z","raw_rows":82193904360,"mv_rows":1383934,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.016],[0.015]]} +{"iteration":161,"iteration_started_at":"2026-08-09T09:35:59Z","iteration_finished_at":"2026-08-09T09:36:00Z","raw_rows":83038964951,"mv_rows":1406641,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.01],[0.019],[0.016],[0.014]]} +{"iteration":162,"iteration_started_at":"2026-08-09T09:45:59Z","iteration_finished_at":"2026-08-09T09:45:59Z","raw_rows":83491097777,"mv_rows":1389170,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.015],[0.018],[0.016],[0.013]]} +{"iteration":163,"iteration_started_at":"2026-08-09T09:55:59Z","iteration_finished_at":"2026-08-09T09:56:00Z","raw_rows":83949333223,"mv_rows":1397237,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.019],[0.017],[0.016]]} +{"iteration":164,"iteration_started_at":"2026-08-09T10:05:59Z","iteration_finished_at":"2026-08-09T10:05:59Z","raw_rows":84454230067,"mv_rows":1388564,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.013],[0.016],[0.015]]} +{"iteration":166,"iteration_started_at":"2026-08-09T10:25:59Z","iteration_finished_at":"2026-08-09T10:25:59Z","raw_rows":85486320046,"mv_rows":1428410,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.014],[0.016],[0.014]]} +{"iteration":167,"iteration_started_at":"2026-08-09T10:35:59Z","iteration_finished_at":"2026-08-09T10:36:00Z","raw_rows":86027059928,"mv_rows":1450733,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.015],[0.019],[0.017],[0.016]]} +{"iteration":168,"iteration_started_at":"2026-08-09T10:45:59Z","iteration_finished_at":"2026-08-09T10:45:59Z","raw_rows":86536377584,"mv_rows":1444657,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.009],[0.013],[0.019],[0.015]]} +{"iteration":169,"iteration_started_at":"2026-08-09T10:55:59Z","iteration_finished_at":"2026-08-09T10:56:00Z","raw_rows":87060073492,"mv_rows":1472156,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.015],[0.017],[0.014]]} +{"iteration":170,"iteration_started_at":"2026-08-09T11:05:59Z","iteration_finished_at":"2026-08-09T11:05:59Z","raw_rows":87633622969,"mv_rows":1453109,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.015],[0.017],[0.016]]} +{"iteration":171,"iteration_started_at":"2026-08-09T11:15:59Z","iteration_finished_at":"2026-08-09T11:16:00Z","raw_rows":88183458683,"mv_rows":1462557,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.018],[0.018],[0.016]]} +{"iteration":172,"iteration_started_at":"2026-08-09T11:25:59Z","iteration_finished_at":"2026-08-09T11:25:59Z","raw_rows":88722660479,"mv_rows":1457035,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.008],[0.013],[0.018],[0.017]]} +{"iteration":173,"iteration_started_at":"2026-08-09T11:35:59Z","iteration_finished_at":"2026-08-09T11:35:59Z","raw_rows":89252600968,"mv_rows":1486848,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.019],[0.017]]} +{"iteration":175,"iteration_started_at":"2026-08-09T11:55:59Z","iteration_finished_at":"2026-08-09T11:55:59Z","raw_rows":90310361990,"mv_rows":1485567,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.017],[0.019],[0.015]]} +{"iteration":176,"iteration_started_at":"2026-08-09T12:05:59Z","iteration_finished_at":"2026-08-09T12:06:00Z","raw_rows":90786625328,"mv_rows":1496834,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.018],[0.017]]} +{"iteration":177,"iteration_started_at":"2026-08-09T12:15:59Z","iteration_finished_at":"2026-08-09T12:15:59Z","raw_rows":91318721092,"mv_rows":1525387,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.019],[0.018]]} +{"iteration":178,"iteration_started_at":"2026-08-09T12:25:59Z","iteration_finished_at":"2026-08-09T12:26:00Z","raw_rows":91841644344,"mv_rows":1536102,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.019],[0.016]]} +{"iteration":179,"iteration_started_at":"2026-08-09T12:35:59Z","iteration_finished_at":"2026-08-09T12:35:59Z","raw_rows":92330582028,"mv_rows":1530263,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.02],[0.027]]} +{"iteration":180,"iteration_started_at":"2026-08-09T12:45:59Z","iteration_finished_at":"2026-08-09T12:46:00Z","raw_rows":92808126794,"mv_rows":1553114,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.013],[0.018],[0.015]]} +{"iteration":182,"iteration_started_at":"2026-08-09T13:05:59Z","iteration_finished_at":"2026-08-09T13:06:00Z","raw_rows":93798216437,"mv_rows":1573834,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.016],[0.019],[0.015]]} +{"iteration":183,"iteration_started_at":"2026-08-09T13:15:59Z","iteration_finished_at":"2026-08-09T13:15:59Z","raw_rows":94324820860,"mv_rows":1569516,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.017],[0.018],[0.016]]} +{"iteration":184,"iteration_started_at":"2026-08-09T13:25:59Z","iteration_finished_at":"2026-08-09T13:26:00Z","raw_rows":94869720583,"mv_rows":1599776,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.015],[0.02],[0.019],[0.017]]} +{"iteration":185,"iteration_started_at":"2026-08-09T13:35:59Z","iteration_finished_at":"2026-08-09T13:35:59Z","raw_rows":95368092163,"mv_rows":1602552,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.008],[0.013],[0.019],[0.016]]} +{"iteration":186,"iteration_started_at":"2026-08-09T13:45:59Z","iteration_finished_at":"2026-08-09T13:46:00Z","raw_rows":95854521730,"mv_rows":1593488,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.008],[0.013],[0.018],[0.016]]} +{"iteration":188,"iteration_started_at":"2026-08-09T14:05:59Z","iteration_finished_at":"2026-08-09T14:06:00Z","raw_rows":96870245467,"mv_rows":1598654,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.013],[0.018],[0.016]]} +{"iteration":189,"iteration_started_at":"2026-08-09T14:15:59Z","iteration_finished_at":"2026-08-09T14:15:59Z","raw_rows":97440595296,"mv_rows":1624886,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.016],[0.013],[0.019],[0.015]]} +{"iteration":190,"iteration_started_at":"2026-08-09T14:25:59Z","iteration_finished_at":"2026-08-09T14:26:00Z","raw_rows":97990299109,"mv_rows":1638723,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.015],[0.019],[0.018],[0.015]]} +{"iteration":191,"iteration_started_at":"2026-08-09T14:35:59Z","iteration_finished_at":"2026-08-09T14:35:59Z","raw_rows":98531195718,"mv_rows":1669863,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.013],[0.018],[0.015]]} +{"iteration":192,"iteration_started_at":"2026-08-09T14:45:59Z","iteration_finished_at":"2026-08-09T14:46:00Z","raw_rows":99080355059,"mv_rows":1646321,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.008],[0.013],[0.02],[0.017]]} +{"iteration":193,"iteration_started_at":"2026-08-09T14:55:59Z","iteration_finished_at":"2026-08-09T14:55:59Z","raw_rows":99566521565,"mv_rows":1665161,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.013],[0.018],[0.015]]} +{"iteration":194,"iteration_started_at":"2026-08-09T15:05:59Z","iteration_finished_at":"2026-08-09T15:06:00Z","raw_rows":100131703953,"mv_rows":1690926,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.017],[0.02],[0.016]]} +{"iteration":195,"iteration_started_at":"2026-08-09T15:15:59Z","iteration_finished_at":"2026-08-09T15:15:59Z","raw_rows":100628479137,"mv_rows":1674466,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.013],[0.02],[0.016]]} +{"iteration":197,"iteration_started_at":"2026-08-09T15:35:59Z","iteration_finished_at":"2026-08-09T15:35:59Z","raw_rows":101589700036,"mv_rows":1722395,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.021],[0.018],[0.015]]} +{"iteration":198,"iteration_started_at":"2026-08-09T15:45:59Z","iteration_finished_at":"2026-08-09T15:46:00Z","raw_rows":102117228913,"mv_rows":1688003,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.016],[0.034],[0.017],[0.019]]} +{"iteration":199,"iteration_started_at":"2026-08-09T15:55:59Z","iteration_finished_at":"2026-08-09T15:55:59Z","raw_rows":102574208551,"mv_rows":1711216,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.013],[0.018],[0.016]]} +{"iteration":200,"iteration_started_at":"2026-08-09T16:05:59Z","iteration_finished_at":"2026-08-09T16:06:00Z","raw_rows":103042831818,"mv_rows":1724537,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.013],[0.018],[0.016]]} +{"iteration":202,"iteration_started_at":"2026-08-09T16:25:59Z","iteration_finished_at":"2026-08-09T16:26:00Z","raw_rows":103957741115,"mv_rows":1743580,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.012],[0.018],[0.015]]} +{"iteration":203,"iteration_started_at":"2026-08-09T16:35:59Z","iteration_finished_at":"2026-08-09T16:35:59Z","raw_rows":104402058566,"mv_rows":1757387,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.009],[0.013],[0.017],[0.015]]} +{"iteration":204,"iteration_started_at":"2026-08-09T16:45:59Z","iteration_finished_at":"2026-08-09T16:46:00Z","raw_rows":104876237816,"mv_rows":1743032,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.009],[0.012],[0.018],[0.017]]} +{"iteration":206,"iteration_started_at":"2026-08-09T17:05:59Z","iteration_finished_at":"2026-08-09T17:05:59Z","raw_rows":105793852938,"mv_rows":1762337,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.015],[0.019],[0.016]]} +{"iteration":207,"iteration_started_at":"2026-08-09T17:15:59Z","iteration_finished_at":"2026-08-09T17:16:00Z","raw_rows":106283556894,"mv_rows":1784646,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.02],[0.015]]} +{"iteration":208,"iteration_started_at":"2026-08-09T17:25:59Z","iteration_finished_at":"2026-08-09T17:25:59Z","raw_rows":106722824480,"mv_rows":1787524,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.015],[0.012],[0.017],[0.015]]} +{"iteration":210,"iteration_started_at":"2026-08-09T17:45:59Z","iteration_finished_at":"2026-08-09T17:45:59Z","raw_rows":107545345736,"mv_rows":1807518,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.017],[0.017]]} +{"iteration":211,"iteration_started_at":"2026-08-09T17:55:59Z","iteration_finished_at":"2026-08-09T17:56:00Z","raw_rows":107983227282,"mv_rows":1815309,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.015],[0.019],[0.016]]} +{"iteration":212,"iteration_started_at":"2026-08-09T18:05:59Z","iteration_finished_at":"2026-08-09T18:05:59Z","raw_rows":108451419214,"mv_rows":1816938,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.013],[0.013],[0.018],[0.018]]} +{"iteration":214,"iteration_started_at":"2026-08-09T18:25:59Z","iteration_finished_at":"2026-08-09T18:25:59Z","raw_rows":109466322266,"mv_rows":1842986,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.014],[0.016],[0.018],[0.016]]} +{"iteration":215,"iteration_started_at":"2026-08-09T18:35:59Z","iteration_finished_at":"2026-08-09T18:36:00Z","raw_rows":109877355985,"mv_rows":1860471,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.008],[0.013],[0.02],[0.017]]} +{"iteration":216,"iteration_started_at":"2026-08-09T18:45:59Z","iteration_finished_at":"2026-08-09T18:45:59Z","raw_rows":110384302735,"mv_rows":1860433,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.012],[0.02],[0.016]]} +{"iteration":217,"iteration_started_at":"2026-08-09T18:55:59Z","iteration_finished_at":"2026-08-09T18:56:00Z","raw_rows":110882914315,"mv_rows":1887265,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.008],[0.012],[0.02],[0.017]]} +{"iteration":218,"iteration_started_at":"2026-08-09T19:05:59Z","iteration_finished_at":"2026-08-09T19:05:59Z","raw_rows":111392632185,"mv_rows":1896699,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.01],[0.013],[0.02],[0.017]]} +{"iteration":220,"iteration_started_at":"2026-08-09T19:25:59Z","iteration_finished_at":"2026-08-09T19:25:59Z","raw_rows":112455078822,"mv_rows":1906482,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.008],[0.013],[0.026],[0.019]]} +{"iteration":221,"iteration_started_at":"2026-08-09T19:35:59Z","iteration_finished_at":"2026-08-09T19:36:00Z","raw_rows":112958830367,"mv_rows":1905293,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (dashboard, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.007],[0.013],[0.019],[0.018]]} diff --git a/full-path-realtime/quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl.match.json b/full-path-realtime/quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl.match.json new file mode 100644 index 0000000..a81db64 --- /dev/null +++ b/full-path-realtime/quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl.match.json @@ -0,0 +1,1928 @@ +{ + "active_window_definition": "start through first observation at final_rows, inclusive; later repeated-final-row observations excluded", + "candidate": { + "active_endpoint_iteration": 221, + "active_endpoint_raw_rows": 112958830367, + "active_endpoint_source_line": 221, + "active_endpoint_started_at": "2026-08-09T19:35:59Z", + "active_observations_including_endpoint": 221, + "final_rows": 112848979521, + "observations_selected": 189, + "total_observations": 286, + "zero_row_observation_included": true + }, + "candidate_file": "quotes/clickhouse-cloud/results_t2/mv/dashboard_20260808T065559Z.jsonl", + "count_mode": "explicit_prefix", + "matched_observations": 189, + "matching_algorithm": "monotonic_no_replacement_minimum_total_absolute_progress_gap", + "maximum_absolute_progress_gap": 0.0025734853007328973, + "mean_absolute_progress_gap": 0.0011560306470988456, + "median_absolute_progress_gap": 0.001140181918756783, + "output_file": "quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl", + "pairs": [ + { + "absolute_progress_gap": 0.00043412908302713796, + "candidate_active_index": 0, + "candidate_iteration": 1, + "candidate_progress": 0.0, + "candidate_raw_rows": 0, + "reference_iteration": 1, + "reference_progress": 0.00043412908302713796, + "reference_raw_rows": 48991024 + }, + { + "absolute_progress_gap": 0.0006715441851726945, + "candidate_active_index": 1, + "candidate_iteration": 2, + "candidate_progress": 0.006422621357113158, + "candidate_raw_rows": 724786266, + "reference_iteration": 2, + "reference_progress": 0.005751077171940464, + "reference_raw_rows": 649003190 + }, + { + "absolute_progress_gap": 0.00107798706303199, + "candidate_active_index": 2, + "candidate_iteration": 3, + "candidate_progress": 0.012146054256032797, + "candidate_raw_rows": 1370669828, + "reference_iteration": 3, + "reference_progress": 0.011068067193000807, + "reference_raw_rows": 1249020088 + }, + { + "absolute_progress_gap": 0.001122629930175173, + "candidate_active_index": 3, + "candidate_iteration": 4, + "candidate_progress": 0.017507309427041352, + "candidate_raw_rows": 1975682003, + "reference_iteration": 4, + "reference_progress": 0.01638467949686618, + "reference_raw_rows": 1848994361 + }, + { + "absolute_progress_gap": 0.0011085419339279083, + "candidate_active_index": 4, + "candidate_iteration": 5, + "candidate_progress": 0.02280999697937889, + "candidate_raw_rows": 2574084882, + "reference_iteration": 5, + "reference_progress": 0.02170145504545098, + "reference_raw_rows": 2448987056 + }, + { + "absolute_progress_gap": 0.0008674807553911701, + "candidate_active_index": 5, + "candidate_iteration": 6, + "candidate_progress": 0.027886035676684105, + "candidate_raw_rows": 3146910669, + "reference_iteration": 6, + "reference_progress": 0.027018554921292934, + "reference_raw_rows": 3049016351 + }, + { + "absolute_progress_gap": 0.0007971780283866844, + "candidate_active_index": 6, + "candidate_iteration": 7, + "candidate_progress": 0.033131588676034385, + "candidate_raw_rows": 3738865972, + "reference_iteration": 7, + "reference_progress": 0.0323344106476477, + "reference_raw_rows": 3648905245 + }, + { + "absolute_progress_gap": 0.0003976008129665948, + "candidate_active_index": 7, + "candidate_iteration": 8, + "candidate_progress": 0.03804868917933793, + "candidate_raw_rows": 4293755746, + "reference_iteration": 8, + "reference_progress": 0.037651088366371335, + "reference_raw_rows": 4248886900 + }, + { + "absolute_progress_gap": 0.00037270192587052914, + "candidate_active_index": 8, + "candidate_iteration": 9, + "candidate_progress": 0.04334148851642765, + "candidate_raw_rows": 4891042750, + "reference_iteration": 9, + "reference_progress": 0.04296878659055712, + "reference_raw_rows": 4848983718 + }, + { + "absolute_progress_gap": 0.00018311414146332528, + "candidate_active_index": 9, + "candidate_iteration": 10, + "candidate_progress": 0.04846774274978869, + "candidate_raw_rows": 5469535309, + "reference_iteration": 10, + "reference_progress": 0.048284628608325365, + "reference_raw_rows": 5448871065 + }, + { + "absolute_progress_gap": 0.0003406398193689167, + "candidate_active_index": 10, + "candidate_iteration": 11, + "candidate_progress": 0.05326173123153057, + "candidate_raw_rows": 6010532017, + "reference_iteration": 11, + "reference_progress": 0.05360237105089949, + "reference_raw_rows": 6048972873 + }, + { + "absolute_progress_gap": 0.000971491709232504, + "candidate_active_index": 11, + "candidate_iteration": 12, + "candidate_progress": 0.057947988406781226, + "candidate_raw_rows": 6539371357, + "reference_iteration": 12, + "reference_progress": 0.05891948011601373, + "reference_raw_rows": 6649003205 + }, + { + "absolute_progress_gap": 0.0009114598327480544, + "candidate_active_index": 12, + "candidate_iteration": 13, + "candidate_progress": 0.0633247340501664, + "candidate_raw_rows": 7146131616, + "reference_iteration": 13, + "reference_progress": 0.06423619388291446, + "reference_raw_rows": 7248988928 + }, + { + "absolute_progress_gap": 0.0010774481303783001, + "candidate_active_index": 13, + "candidate_iteration": 14, + "candidate_progress": 0.06847613691147292, + "candidate_raw_rows": 7727462172, + "reference_iteration": 14, + "reference_progress": 0.06955358504185122, + "reference_raw_rows": 7849051094 + }, + { + "absolute_progress_gap": 0.0012729609661491642, + "candidate_active_index": 14, + "candidate_iteration": 15, + "candidate_progress": 0.07359573372530577, + "candidate_raw_rows": 8305203448, + "reference_iteration": 15, + "reference_progress": 0.07486869469145493, + "reference_raw_rows": 8448855794 + }, + { + "absolute_progress_gap": 0.0021423767323922455, + "candidate_active_index": 15, + "candidate_iteration": 16, + "candidate_progress": 0.07804380872900211, + "candidate_raw_rows": 8807164173, + "reference_iteration": 16, + "reference_progress": 0.08018618546139436, + "reference_raw_rows": 9048929201 + }, + { + "absolute_progress_gap": 0.002248731916559124, + "candidate_active_index": 16, + "candidate_iteration": 17, + "candidate_progress": 0.08325464317780253, + "candidate_raw_rows": 9395201523, + "reference_iteration": 17, + "reference_progress": 0.08550337509436165, + "reference_raw_rows": 9648968625 + }, + { + "absolute_progress_gap": 0.0017727601689368627, + "candidate_active_index": 18, + "candidate_iteration": 19, + "candidate_progress": 0.09259239502520765, + "candidate_raw_rows": 10448957290, + "reference_iteration": 18, + "reference_progress": 0.09081963485627079, + "reference_raw_rows": 10248903114 + }, + { + "absolute_progress_gap": 0.0013332772049746422, + "candidate_active_index": 19, + "candidate_iteration": 20, + "candidate_progress": 0.09747017660849229, + "candidate_raw_rows": 10999409964, + "reference_iteration": 19, + "reference_progress": 0.09613689940351765, + "reference_raw_rows": 10848950992 + }, + { + "absolute_progress_gap": 0.00041528653780407987, + "candidate_active_index": 20, + "candidate_iteration": 21, + "candidate_progress": 0.10186852098082784, + "candidate_raw_rows": 11495758638, + "reference_iteration": 20, + "reference_progress": 0.10145323444302376, + "reference_raw_rows": 11448893976 + }, + { + "absolute_progress_gap": 8.722425352697405e-05, + "candidate_active_index": 21, + "candidate_iteration": 22, + "candidate_progress": 0.10685462571467962, + "candidate_raw_rows": 12058435469, + "reference_iteration": 21, + "reference_progress": 0.10676740146115264, + "reference_raw_rows": 12048592301 + }, + { + "absolute_progress_gap": 0.0006600308333859634, + "candidate_active_index": 22, + "candidate_iteration": 23, + "candidate_progress": 0.11142791113729135, + "candidate_raw_rows": 12574526062, + "reference_iteration": 22, + "reference_progress": 0.11208794197067731, + "reference_raw_rows": 12649009868 + }, + { + "absolute_progress_gap": 0.0010485753127965208, + "candidate_active_index": 23, + "candidate_iteration": 24, + "candidate_progress": 0.11635629236289653, + "candidate_raw_rows": 13130688854, + "reference_iteration": 23, + "reference_progress": 0.11740486767569305, + "reference_raw_rows": 13249019508 + }, + { + "absolute_progress_gap": 0.0014000724301684864, + "candidate_active_index": 24, + "candidate_iteration": 25, + "candidate_progress": 0.12132055961970191, + "candidate_raw_rows": 13690901348, + "reference_iteration": 24, + "reference_progress": 0.1227206320498704, + "reference_raw_rows": 13848898093 + }, + { + "absolute_progress_gap": 0.0014894318558611452, + "candidate_active_index": 25, + "candidate_iteration": 26, + "candidate_progress": 0.1265479316482653, + "candidate_raw_rows": 14280804947, + "reference_iteration": 25, + "reference_progress": 0.12803736350412645, + "reference_raw_rows": 14448885812 + }, + { + "absolute_progress_gap": 0.0015242586572791483, + "candidate_active_index": 26, + "candidate_iteration": 27, + "candidate_progress": 0.131829779845121, + "candidate_raw_rows": 14876856126, + "reference_iteration": 26, + "reference_progress": 0.13335403850240016, + "reference_raw_rows": 15048867160 + }, + { + "absolute_progress_gap": 0.0015838933835173874, + "candidate_active_index": 27, + "candidate_iteration": 28, + "candidate_progress": 0.13708814144058032, + "candidate_raw_rows": 15470256866, + "reference_iteration": 27, + "reference_progress": 0.1386720348240977, + "reference_raw_rows": 15648997618 + }, + { + "absolute_progress_gap": 0.0016856575647155314, + "candidate_active_index": 28, + "candidate_iteration": 29, + "candidate_progress": 0.14230327489148123, + "candidate_raw_rows": 16058779354, + "reference_iteration": 28, + "reference_progress": 0.14398893245619676, + "reference_raw_rows": 16249004090 + }, + { + "absolute_progress_gap": 0.0021710280149623007, + "candidate_active_index": 29, + "candidate_iteration": 30, + "candidate_progress": 0.14713474967587253, + "candidate_raw_rows": 16604006353, + "reference_iteration": 29, + "reference_progress": 0.14930577769083483, + "reference_raw_rows": 16849004649 + }, + { + "absolute_progress_gap": 0.002166089893214429, + "candidate_active_index": 30, + "candidate_iteration": 31, + "candidate_progress": 0.1524564160529109, + "candidate_raw_rows": 17204550973, + "reference_iteration": 30, + "reference_progress": 0.15462250594612534, + "reference_raw_rows": 17448992007 + }, + { + "absolute_progress_gap": 0.0025734853007328973, + "candidate_active_index": 31, + "candidate_iteration": 32, + "candidate_progress": 0.1573648985429712, + "candidate_raw_rows": 17758468213, + "reference_iteration": 31, + "reference_progress": 0.1599383838437041, + "reference_raw_rows": 18048883403 + }, + { + "absolute_progress_gap": 0.002496888196916014, + "candidate_active_index": 33, + "candidate_iteration": 34, + "candidate_progress": 0.1677507878082073, + "candidate_raw_rows": 18930505218, + "reference_iteration": 32, + "reference_progress": 0.16525389961129128, + "reference_raw_rows": 18648733933 + }, + { + "absolute_progress_gap": 0.0022113313390978717, + "candidate_active_index": 34, + "candidate_iteration": 35, + "candidate_progress": 0.17278431016180815, + "candidate_raw_rows": 19498533079, + "reference_iteration": 33, + "reference_progress": 0.17057297882271028, + "reference_raw_rows": 19248986594 + }, + { + "absolute_progress_gap": 0.0016129208679829532, + "candidate_active_index": 35, + "candidate_iteration": 36, + "candidate_progress": 0.17750246928260835, + "candidate_raw_rows": 20030972521, + "reference_iteration": 34, + "reference_progress": 0.1758895484146254, + "reference_raw_rows": 19848956047 + }, + { + "absolute_progress_gap": 0.0013297705184128206, + "candidate_active_index": 36, + "candidate_iteration": 37, + "candidate_progress": 0.18253558404723325, + "candidate_raw_rows": 20598954386, + "reference_iteration": 35, + "reference_progress": 0.18120581352882043, + "reference_raw_rows": 20448891140 + }, + { + "absolute_progress_gap": 0.001140181918756783, + "candidate_active_index": 37, + "candidate_iteration": 38, + "candidate_progress": 0.18766341067407763, + "candidate_raw_rows": 21177624388, + "reference_iteration": 36, + "reference_progress": 0.18652322875532085, + "reference_raw_rows": 21048956022 + }, + { + "absolute_progress_gap": 0.00036793692044218007, + "candidate_active_index": 38, + "candidate_iteration": 39, + "candidate_progress": 0.19220775602107804, + "candidate_raw_rows": 21690449123, + "reference_iteration": 37, + "reference_progress": 0.19183981910063586, + "reference_raw_rows": 21648927817 + }, + { + "absolute_progress_gap": 0.00020583796236881002, + "candidate_active_index": 39, + "candidate_iteration": 40, + "candidate_progress": 0.19695184428197696, + "candidate_raw_rows": 22225814642, + "reference_iteration": 38, + "reference_progress": 0.19715768224434577, + "reference_raw_rows": 22249043246 + }, + { + "absolute_progress_gap": 0.0007008238296500047, + "candidate_active_index": 40, + "candidate_iteration": 41, + "candidate_progress": 0.2017726944687415, + "candidate_raw_rows": 22769842666, + "reference_iteration": 39, + "reference_progress": 0.2024735182983915, + "reference_raw_rows": 22848929920 + }, + { + "absolute_progress_gap": 0.0014201991784088541, + "candidate_active_index": 41, + "candidate_iteration": 42, + "candidate_progress": 0.20637036851242613, + "candidate_raw_rows": 23288685490, + "reference_iteration": 40, + "reference_progress": 0.20779056769083498, + "reference_raw_rows": 23448953518 + }, + { + "absolute_progress_gap": 0.0018137860162210084, + "candidate_active_index": 42, + "candidate_iteration": 43, + "candidate_progress": 0.21129323114138432, + "candidate_raw_rows": 23844225514, + "reference_iteration": 41, + "reference_progress": 0.21310701715760533, + "reference_raw_rows": 24048909415 + }, + { + "absolute_progress_gap": 0.002555099099911168, + "candidate_active_index": 44, + "candidate_iteration": 45, + "candidate_progress": 0.22097952439489654, + "candidate_raw_rows": 24937313823, + "reference_iteration": 42, + "reference_progress": 0.21842442529498537, + "reference_raw_rows": 24648973497 + }, + { + "absolute_progress_gap": 0.0021578492958785334, + "candidate_active_index": 45, + "candidate_iteration": 46, + "candidate_progress": 0.22589867649849796, + "candidate_raw_rows": 25492435118, + "reference_iteration": 43, + "reference_progress": 0.22374082720261942, + "reference_raw_rows": 25248924027 + }, + { + "absolute_progress_gap": 0.0017580931865057714, + "candidate_active_index": 46, + "candidate_iteration": 47, + "candidate_progress": 0.23081607851981384, + "candidate_raw_rows": 26047358918, + "reference_iteration": 44, + "reference_progress": 0.22905798533330807, + "reference_raw_rows": 25848959896 + }, + { + "absolute_progress_gap": 0.0011907643345148156, + "candidate_active_index": 47, + "candidate_iteration": 48, + "candidate_progress": 0.23556544664236972, + "candidate_raw_rows": 26583320264, + "reference_iteration": 45, + "reference_progress": 0.2343746823078549, + "reference_raw_rows": 26448943724 + }, + { + "absolute_progress_gap": 0.0006076020207806954, + "candidate_active_index": 48, + "candidate_iteration": 49, + "candidate_progress": 0.24029873477016003, + "candidate_raw_rows": 27117466999, + "reference_iteration": 46, + "reference_progress": 0.23969113274937934, + "reference_raw_rows": 27048899731 + }, + { + "absolute_progress_gap": 0.0002874537646480324, + "candidate_active_index": 49, + "candidate_iteration": 50, + "candidate_progress": 0.24529575747602386, + "candidate_raw_rows": 27681375912, + "reference_iteration": 47, + "reference_progress": 0.24500830371137583, + "reference_raw_rows": 27648937048 + }, + { + "absolute_progress_gap": 8.678763460306937e-05, + "candidate_active_index": 50, + "candidate_iteration": 51, + "candidate_progress": 0.2502381994845155, + "candidate_raw_rows": 28239125449, + "reference_iteration": 48, + "reference_progress": 0.25032498711911855, + "reference_raw_rows": 28248919345 + }, + { + "absolute_progress_gap": 0.0006681083898146256, + "candidate_active_index": 51, + "candidate_iteration": 52, + "candidate_progress": 0.2549736568388335, + "candidate_raw_rows": 28773516979, + "reference_iteration": 49, + "reference_progress": 0.2556417652286481, + "reference_raw_rows": 28848912329 + }, + { + "absolute_progress_gap": 0.0009108435577910856, + "candidate_active_index": 52, + "candidate_iteration": 53, + "candidate_progress": 0.2600477898033539, + "candidate_raw_rows": 29346127706, + "reference_iteration": 50, + "reference_progress": 0.260958633361145, + "reference_raw_rows": 29448915472 + }, + { + "absolute_progress_gap": 0.0014074599227584805, + "candidate_active_index": 53, + "candidate_iteration": 54, + "candidate_progress": 0.2648684753452978, + "candidate_raw_rows": 29890137150, + "reference_iteration": 51, + "reference_progress": 0.26627593526805626, + "reference_raw_rows": 30048967566 + }, + { + "absolute_progress_gap": 0.0016235175344754271, + "candidate_active_index": 54, + "candidate_iteration": 55, + "candidate_progress": 0.26996847892922826, + "candidate_raw_rows": 30465667350, + "reference_iteration": 52, + "reference_progress": 0.2715919964637037, + "reference_raw_rows": 30648879647 + }, + { + "absolute_progress_gap": 0.0020437068636237066, + "candidate_active_index": 55, + "candidate_iteration": 56, + "candidate_progress": 0.27486494453614296, + "candidate_raw_rows": 31018228497, + "reference_iteration": 53, + "reference_progress": 0.27690865139976667, + "reference_raw_rows": 31248858731 + }, + { + "absolute_progress_gap": 0.002312058621243007, + "candidate_active_index": 56, + "candidate_iteration": 57, + "candidate_progress": 0.2799147000981235, + "candidate_raw_rows": 31588088259, + "reference_iteration": 54, + "reference_progress": 0.28222675871936653, + "reference_raw_rows": 31849001715 + }, + { + "absolute_progress_gap": 0.001799332682155208, + "candidate_active_index": 58, + "candidate_iteration": 59, + "candidate_progress": 0.2893420337746503, + "candidate_raw_rows": 32651953244, + "reference_iteration": 55, + "reference_progress": 0.2875427010924951, + "reference_raw_rows": 32448900387 + }, + { + "absolute_progress_gap": 0.0011959168312628554, + "candidate_active_index": 59, + "candidate_iteration": 60, + "candidate_progress": 0.29405667814501424, + "candidate_raw_rows": 33183996050, + "reference_iteration": 56, + "reference_progress": 0.2928607613137514, + "reference_raw_rows": 33049038056 + }, + { + "absolute_progress_gap": 0.0008814941563692891, + "candidate_active_index": 60, + "candidate_iteration": 61, + "candidate_progress": 0.2990587610650016, + "candidate_raw_rows": 33748476003, + "reference_iteration": 57, + "reference_progress": 0.29817726690863233, + "reference_raw_rows": 33649000287 + }, + { + "absolute_progress_gap": 2.842081526621687e-06, + "candidate_active_index": 61, + "candidate_iteration": 62, + "candidate_progress": 0.30349644760967087, + "candidate_raw_rows": 34249264401, + "reference_iteration": 58, + "reference_progress": 0.30349360552814425, + "reference_raw_rows": 34248943675 + }, + { + "absolute_progress_gap": 0.0007472123926854923, + "candidate_active_index": 62, + "candidate_iteration": 63, + "candidate_progress": 0.30806315909600823, + "candidate_raw_rows": 34764613132, + "reference_iteration": 59, + "reference_progress": 0.3088103714886937, + "reference_raw_rows": 34848935288 + }, + { + "absolute_progress_gap": 0.001318208021299061, + "candidate_active_index": 63, + "candidate_iteration": 64, + "candidate_progress": 0.3128090174659578, + "candidate_raw_rows": 35300178406, + "reference_iteration": 60, + "reference_progress": 0.31412722548725686, + "reference_raw_rows": 35448936836 + }, + { + "absolute_progress_gap": 0.0021706606744672508, + "candidate_active_index": 64, + "candidate_iteration": 65, + "candidate_progress": 0.3172740554409466, + "candidate_raw_rows": 35804053385, + "reference_iteration": 61, + "reference_progress": 0.31944471611541386, + "reference_raw_rows": 36049010227 + }, + { + "absolute_progress_gap": 0.0017900672638551107, + "candidate_active_index": 66, + "candidate_iteration": 67, + "candidate_progress": 0.3265511554151221, + "candidate_raw_rows": 36850964650, + "reference_iteration": 62, + "reference_progress": 0.324761088151267, + "reference_raw_rows": 36648957386 + }, + { + "absolute_progress_gap": 0.0007340056981604004, + "candidate_active_index": 67, + "candidate_iteration": 68, + "candidate_progress": 0.3308127460209149, + "candidate_raw_rows": 37331880801, + "reference_iteration": 63, + "reference_progress": 0.3300787403227545, + "reference_raw_rows": 37249049007 + }, + { + "absolute_progress_gap": 2.2307335083460167e-05, + "candidate_active_index": 68, + "candidate_iteration": 69, + "candidate_progress": 0.33541735956022745, + "candidate_raw_rows": 37851506740, + "reference_iteration": 64, + "reference_progress": 0.335395052225144, + "reference_raw_rows": 37848989380 + }, + { + "absolute_progress_gap": 0.0010198265548213015, + "candidate_active_index": 69, + "candidate_iteration": 70, + "candidate_progress": 0.3396919938284995, + "candidate_raw_rows": 38333894855, + "reference_iteration": 65, + "reference_progress": 0.3407118203833208, + "reference_raw_rows": 38448981241 + }, + { + "absolute_progress_gap": 0.0012844482033887439, + "candidate_active_index": 70, + "candidate_iteration": 71, + "candidate_progress": 0.34474375601917057, + "candidate_raw_rows": 38903981063, + "reference_iteration": 66, + "reference_progress": 0.3460282042225593, + "reference_raw_rows": 39048929732 + }, + { + "absolute_progress_gap": 0.0021742395903043277, + "candidate_active_index": 71, + "candidate_iteration": 72, + "candidate_progress": 0.34917135229093854, + "candidate_raw_rows": 39403630784, + "reference_iteration": 67, + "reference_progress": 0.35134559188124287, + "reference_raw_rows": 39648991503 + }, + { + "absolute_progress_gap": 0.0018292662802643078, + "candidate_active_index": 73, + "candidate_iteration": 74, + "candidate_progress": 0.3584908169991178, + "candidate_raw_rows": 40455322866, + "reference_iteration": 68, + "reference_progress": 0.35666155071885347, + "reference_raw_rows": 40248892033 + }, + { + "absolute_progress_gap": 0.0011930215813333311, + "candidate_active_index": 74, + "candidate_iteration": 75, + "candidate_progress": 0.36317095820413164, + "candidate_raw_rows": 40983472025, + "reference_iteration": 69, + "reference_progress": 0.3619779366227983, + "reference_raw_rows": 40848840757 + }, + { + "absolute_progress_gap": 0.00011557586125598984, + "candidate_active_index": 75, + "candidate_iteration": 76, + "candidate_progress": 0.36741134131642156, + "candidate_raw_rows": 41461994932, + "reference_iteration": 70, + "reference_progress": 0.36729576545516557, + "reference_raw_rows": 41448952314 + }, + { + "absolute_progress_gap": 0.000548950112468416, + "candidate_active_index": 76, + "candidate_iteration": 77, + "candidate_progress": 0.3720632172503312, + "candidate_raw_rows": 41986954384, + "reference_iteration": 71, + "reference_progress": 0.3726121673627996, + "reference_raw_rows": 42048902844 + }, + { + "absolute_progress_gap": 0.0012791115756003446, + "candidate_active_index": 77, + "candidate_iteration": 78, + "candidate_progress": 0.37665120621751236, + "candidate_raw_rows": 42504704257, + "reference_iteration": 72, + "reference_progress": 0.3779303177931127, + "reference_raw_rows": 42649050693 + }, + { + "absolute_progress_gap": 0.001875084691932205, + "candidate_active_index": 78, + "candidate_iteration": 79, + "candidate_progress": 0.38137122774771043, + "candidate_raw_rows": 43037353870, + "reference_iteration": 73, + "reference_progress": 0.38324631243964263, + "reference_raw_rows": 43248955264 + }, + { + "absolute_progress_gap": 0.0020105764621272115, + "candidate_active_index": 80, + "candidate_iteration": 81, + "candidate_progress": 0.3905741680791889, + "candidate_raw_rows": 44075896295, + "reference_iteration": 74, + "reference_progress": 0.38856359161706167, + "reference_raw_rows": 43849004793 + }, + { + "absolute_progress_gap": 0.0012087320113923772, + "candidate_active_index": 81, + "candidate_iteration": 82, + "candidate_progress": 0.3950879778022552, + "candidate_raw_rows": 44585275116, + "reference_iteration": 75, + "reference_progress": 0.3938792457908628, + "reference_raw_rows": 44448870942 + }, + { + "absolute_progress_gap": 0.0006247206159882279, + "candidate_active_index": 82, + "candidate_iteration": 83, + "candidate_progress": 0.3998210861410914, + "candidate_raw_rows": 45119401562, + "reference_iteration": 76, + "reference_progress": 0.3991963655251032, + "reference_raw_rows": 45048902478 + }, + { + "absolute_progress_gap": 0.0003554766216785632, + "candidate_active_index": 83, + "candidate_iteration": 84, + "candidate_progress": 0.4041584488543175, + "candidate_raw_rows": 45608868518, + "reference_iteration": 77, + "reference_progress": 0.4045139254759961, + "reference_raw_rows": 45648983692 + }, + { + "absolute_progress_gap": 0.0012468674027646953, + "candidate_active_index": 84, + "candidate_iteration": 85, + "candidate_progress": 0.40858373307150503, + "candidate_raw_rows": 46108257326, + "reference_iteration": 78, + "reference_progress": 0.4098306004742697, + "reference_raw_rows": 46248965040 + }, + { + "absolute_progress_gap": 0.002142804746896265, + "candidate_active_index": 85, + "candidate_iteration": 86, + "candidate_progress": 0.4130045738546258, + "candidate_raw_rows": 46607144697, + "reference_iteration": 79, + "reference_progress": 0.41514737860152207, + "reference_raw_rows": 46848958026 + }, + { + "absolute_progress_gap": 0.0016068661211620094, + "candidate_active_index": 87, + "candidate_iteration": 88, + "candidate_progress": 0.4220710427349191, + "candidate_raw_rows": 47630286458, + "reference_iteration": 80, + "reference_progress": 0.42046417661375707, + "reference_raw_rows": 47448953256 + }, + { + "absolute_progress_gap": 0.0009198088670415161, + "candidate_active_index": 88, + "candidate_iteration": 89, + "candidate_progress": 0.4267009732865088, + "candidate_raw_rows": 48152769396, + "reference_iteration": 81, + "reference_progress": 0.4257811644194673, + "reference_raw_rows": 48048969904 + }, + { + "absolute_progress_gap": 1.948377388372169e-05, + "candidate_active_index": 89, + "candidate_iteration": 90, + "candidate_progress": 0.4311163464614809, + "candidate_raw_rows": 48651039753, + "reference_iteration": 82, + "reference_progress": 0.43109686268759717, + "reference_raw_rows": 48648841029 + }, + { + "absolute_progress_gap": 0.0006680804055119727, + "candidate_active_index": 90, + "candidate_iteration": 91, + "candidate_progress": 0.4357470372326168, + "candidate_raw_rows": 49173608481, + "reference_iteration": 83, + "reference_progress": 0.4364151176381288, + "reference_raw_rows": 49249000673 + }, + { + "absolute_progress_gap": 0.0013960802895048308, + "candidate_active_index": 91, + "candidate_iteration": 92, + "candidate_progress": 0.4403352692768742, + "candidate_raw_rows": 49691385785, + "reference_iteration": 84, + "reference_progress": 0.44173134956637905, + "reference_raw_rows": 49848932021 + }, + { + "absolute_progress_gap": 0.0018662172125429866, + "candidate_active_index": 92, + "candidate_iteration": 93, + "candidate_progress": 0.4451818726960768, + "candidate_raw_rows": 50238320035, + "reference_iteration": 85, + "reference_progress": 0.4470480899086198, + "reference_raw_rows": 50448920743 + }, + { + "absolute_progress_gap": 0.0023051652669273115, + "candidate_active_index": 93, + "candidate_iteration": 94, + "candidate_progress": 0.4500601599551792, + "candidate_raw_rows": 50788829774, + "reference_iteration": 86, + "reference_progress": 0.4523653252221065, + "reference_raw_rows": 51048965322 + }, + { + "absolute_progress_gap": 0.002108162900628874, + "candidate_active_index": 95, + "candidate_iteration": 96, + "candidate_progress": 0.4597894604651203, + "candidate_raw_rows": 51886771408, + "reference_iteration": 87, + "reference_progress": 0.45768129756449144, + "reference_raw_rows": 51648867376 + }, + { + "absolute_progress_gap": 0.0017052146401039248, + "candidate_active_index": 96, + "candidate_iteration": 97, + "candidate_progress": 0.46470352015226885, + "candidate_raw_rows": 52441318029, + "reference_iteration": 88, + "reference_progress": 0.4629983055121649, + "reference_raw_rows": 52248886297 + }, + { + "absolute_progress_gap": 0.0006327611140401479, + "candidate_active_index": 97, + "candidate_iteration": 98, + "candidate_progress": 0.46894828780575804, + "candidate_raw_rows": 52920335727, + "reference_iteration": 89, + "reference_progress": 0.4683155266917179, + "reference_raw_rows": 52848929281 + }, + { + "absolute_progress_gap": 0.0003577076564745818, + "candidate_active_index": 98, + "candidate_iteration": 99, + "candidate_progress": 0.47327500766687236, + "candidate_raw_rows": 53408601648, + "reference_iteration": 90, + "reference_progress": 0.47363271532334694, + "reference_raw_rows": 53448968592 + }, + { + "absolute_progress_gap": 0.0012309644321962798, + "candidate_active_index": 99, + "candidate_iteration": 100, + "candidate_progress": 0.4777188668149888, + "candidate_raw_rows": 53910086618, + "reference_iteration": 91, + "reference_progress": 0.4789498312471851, + "reference_raw_rows": 54048999698 + }, + { + "absolute_progress_gap": 0.0019868448695920526, + "candidate_active_index": 100, + "candidate_iteration": 101, + "candidate_progress": 0.4822790553535501, + "candidate_raw_rows": 54424699241, + "reference_iteration": 92, + "reference_progress": 0.48426590022314214, + "reference_raw_rows": 54648912657 + }, + { + "absolute_progress_gap": 0.0014860700975040109, + "candidate_active_index": 102, + "candidate_iteration": 103, + "candidate_progress": 0.49106898316867414, + "candidate_raw_rows": 55416633625, + "reference_iteration": 93, + "reference_progress": 0.48958291307117013, + "reference_raw_rows": 55248932131 + }, + { + "absolute_progress_gap": 0.0008491562121939467, + "candidate_active_index": 103, + "candidate_iteration": 104, + "candidate_progress": 0.4957496320699051, + "candidate_raw_rows": 55944840077, + "reference_iteration": 94, + "reference_progress": 0.49490047585771113, + "reference_raw_rows": 55849013665 + }, + { + "absolute_progress_gap": 1.130874204990917e-05, + "candidate_active_index": 104, + "candidate_iteration": 105, + "candidate_progress": 0.5002278465486275, + "candidate_raw_rows": 56450202011, + "reference_iteration": 95, + "reference_progress": 0.5002165378065776, + "reference_raw_rows": 56448925831 + }, + { + "absolute_progress_gap": 0.0006398292860642085, + "candidate_active_index": 105, + "candidate_iteration": 106, + "candidate_progress": 0.5048929850924992, + "candidate_raw_rows": 56976658135, + "reference_iteration": 96, + "reference_progress": 0.5055328143785635, + "reference_raw_rows": 57048862217 + }, + { + "absolute_progress_gap": 0.0012970615296770127, + "candidate_active_index": 106, + "candidate_iteration": 107, + "candidate_progress": 0.5095534866604565, + "candidate_raw_rows": 57502590981, + "reference_iteration": 97, + "reference_progress": 0.5108505481901335, + "reference_raw_rows": 57648963051 + }, + { + "absolute_progress_gap": 0.0020515225302230045, + "candidate_active_index": 107, + "candidate_iteration": 108, + "candidate_progress": 0.514116236959002, + "candidate_raw_rows": 58017492696, + "reference_iteration": 98, + "reference_progress": 0.516167759489225, + "reference_raw_rows": 58249004920 + }, + { + "absolute_progress_gap": 0.0014346337617512361, + "candidate_active_index": 109, + "candidate_iteration": 110, + "candidate_progress": 0.5229181813825682, + "candidate_raw_rows": 59010783142, + "reference_iteration": 99, + "reference_progress": 0.521483547620817, + "reference_raw_rows": 58848886186 + }, + { + "absolute_progress_gap": 0.0004825686349239078, + "candidate_active_index": 110, + "candidate_iteration": 111, + "candidate_progress": 0.5272842537129636, + "candidate_raw_rows": 59503489949, + "reference_iteration": 100, + "reference_progress": 0.5268016850780397, + "reference_raw_rows": 59449032571 + }, + { + "absolute_progress_gap": 0.0006733865589441113, + "candidate_active_index": 111, + "candidate_iteration": 112, + "candidate_progress": 0.5314446232084861, + "candidate_raw_rows": 59972983401, + "reference_iteration": 101, + "reference_progress": 0.5321180097674302, + "reference_raw_rows": 60048974387 + }, + { + "absolute_progress_gap": 0.0018326196380138438, + "candidate_active_index": 112, + "candidate_iteration": 113, + "candidate_progress": 0.5356028739077108, + "candidate_raw_rows": 60442237749, + "reference_iteration": 102, + "reference_progress": 0.5374354935457246, + "reference_raw_rows": 60649047005 + }, + { + "absolute_progress_gap": 0.0010734889275401116, + "candidate_active_index": 114, + "candidate_iteration": 115, + "candidate_progress": 0.5438253843808988, + "candidate_raw_rows": 61370139665, + "reference_iteration": 103, + "reference_progress": 0.5427518954533587, + "reference_raw_rows": 61248997535 + }, + { + "absolute_progress_gap": 0.0002048615955423383, + "candidate_active_index": 115, + "candidate_iteration": 116, + "candidate_progress": 0.5482734379134218, + "candidate_raw_rows": 61872097967, + "reference_iteration": 104, + "reference_progress": 0.5480685763178794, + "reference_raw_rows": 61848979545 + }, + { + "absolute_progress_gap": 0.0007647708323665903, + "candidate_active_index": 116, + "candidate_iteration": 117, + "candidate_progress": 0.5526192991616287, + "candidate_raw_rows": 62362523974, + "reference_iteration": 105, + "reference_progress": 0.5533840699939953, + "reference_raw_rows": 62448827582 + }, + { + "absolute_progress_gap": 0.001738459353666566, + "candidate_active_index": 117, + "candidate_iteration": 118, + "candidate_progress": 0.5569635446486582, + "candidate_raw_rows": 62852767644, + "reference_iteration": 106, + "reference_progress": 0.5587020040023247, + "reference_raw_rows": 63048951008 + }, + { + "absolute_progress_gap": 0.0014602834575861978, + "candidate_active_index": 119, + "candidate_iteration": 120, + "candidate_progress": 0.5654788119650205, + "candidate_raw_rows": 63813706871, + "reference_iteration": 107, + "reference_progress": 0.5640185285074343, + "reference_raw_rows": 63648915373 + }, + { + "absolute_progress_gap": 0.0004331607623523359, + "candidate_active_index": 120, + "candidate_iteration": 121, + "candidate_progress": 0.569768702525439, + "candidate_raw_rows": 64297816643, + "reference_iteration": 108, + "reference_progress": 0.5693355417630866, + "reference_raw_rows": 64248934893 + }, + { + "absolute_progress_gap": 0.00016327341264588124, + "candidate_active_index": 121, + "candidate_iteration": 122, + "candidate_progress": 0.5744890757380374, + "candidate_raw_rows": 64830505943, + "reference_iteration": 109, + "reference_progress": 0.5746523491506833, + "reference_raw_rows": 64848931181 + }, + { + "absolute_progress_gap": 0.0010986574670523996, + "candidate_active_index": 122, + "candidate_iteration": 123, + "candidate_progress": 0.5788710537151442, + "candidate_raw_rows": 65325007686, + "reference_iteration": 110, + "reference_progress": 0.5799697111821966, + "reference_raw_rows": 65448990060 + }, + { + "absolute_progress_gap": 0.0021723660864331196, + "candidate_active_index": 123, + "candidate_iteration": 124, + "candidate_progress": 0.5831137618019364, + "candidate_raw_rows": 65803792964, + "reference_iteration": 111, + "reference_progress": 0.5852861278883695, + "reference_raw_rows": 66048942260 + }, + { + "absolute_progress_gap": 0.0014602939317615027, + "candidate_active_index": 125, + "candidate_iteration": 126, + "candidate_progress": 0.5920635089887247, + "candidate_raw_rows": 66813762801, + "reference_iteration": 112, + "reference_progress": 0.5906032150569632, + "reference_raw_rows": 66648970121 + }, + { + "absolute_progress_gap": 0.0003980458945278542, + "candidate_active_index": 126, + "candidate_iteration": 127, + "candidate_progress": 0.5963179045095159, + "candidate_raw_rows": 67293866994, + "reference_iteration": 113, + "reference_progress": 0.5959198586149881, + "reference_raw_rows": 67248947921 + }, + { + "absolute_progress_gap": 0.0008893388706393557, + "candidate_active_index": 127, + "candidate_iteration": 128, + "candidate_progress": 0.6003466286940833, + "candidate_raw_rows": 67748504407, + "reference_iteration": 114, + "reference_progress": 0.6012359675647226, + "reference_raw_rows": 67848865391 + }, + { + "absolute_progress_gap": 0.002083919748306129, + "candidate_active_index": 129, + "candidate_iteration": 130, + "candidate_progress": 0.6086370451335683, + "candidate_raw_rows": 68684069442, + "reference_iteration": 115, + "reference_progress": 0.6065531253852622, + "reference_raw_rows": 68448901225 + }, + { + "absolute_progress_gap": 0.0011767722008978465, + "candidate_active_index": 130, + "candidate_iteration": 131, + "candidate_progress": 0.6130479131636808, + "candidate_raw_rows": 69181831398, + "reference_iteration": 116, + "reference_progress": 0.611871140962783, + "reference_raw_rows": 69049033856 + }, + { + "absolute_progress_gap": 0.000243984625442506, + "candidate_active_index": 131, + "candidate_iteration": 132, + "candidate_progress": 0.6174307698549809, + "candidate_raw_rows": 69676432303, + "reference_iteration": 117, + "reference_progress": 0.6171867852295384, + "reference_raw_rows": 69648898887 + }, + { + "absolute_progress_gap": 0.0007122493826808851, + "candidate_active_index": 132, + "candidate_iteration": 133, + "candidate_progress": 0.6217920301170501, + "candidate_raw_rows": 70168596073, + "reference_iteration": 118, + "reference_progress": 0.622504279499731, + "reference_raw_rows": 70248972689 + }, + { + "absolute_progress_gap": 0.0016805276290930982, + "candidate_active_index": 133, + "candidate_iteration": 134, + "candidate_progress": 0.6261403467352671, + "candidate_raw_rows": 70659299166, + "reference_iteration": 119, + "reference_progress": 0.6278208743643602, + "reference_raw_rows": 70848944994 + }, + { + "absolute_progress_gap": 0.001558125263926513, + "candidate_active_index": 135, + "candidate_iteration": 136, + "candidate_progress": 0.6346952367138721, + "candidate_raw_rows": 71624709770, + "reference_iteration": 120, + "reference_progress": 0.6331371114499456, + "reference_raw_rows": 71448876924 + }, + { + "absolute_progress_gap": 0.00038062320264053984, + "candidate_active_index": 136, + "candidate_iteration": 137, + "candidate_progress": 0.638834538061414, + "candidate_raw_rows": 72091825703, + "reference_iteration": 121, + "reference_progress": 0.6384539148587735, + "reference_raw_rows": 72048872763 + }, + { + "absolute_progress_gap": 0.0008945144424741258, + "candidate_active_index": 137, + "candidate_iteration": 138, + "candidate_progress": 0.6428758023239334, + "candidate_raw_rows": 72547878251, + "reference_iteration": 122, + "reference_progress": 0.6437703167664075, + "reference_raw_rows": 72648823293 + }, + { + "absolute_progress_gap": 0.002015842260741585, + "candidate_active_index": 139, + "candidate_iteration": 140, + "candidate_progress": 0.6511041384412946, + "candidate_raw_rows": 73476437585, + "reference_iteration": 123, + "reference_progress": 0.649088296180553, + "reference_raw_rows": 73248951843 + }, + { + "absolute_progress_gap": 0.0012270815260162493, + "candidate_active_index": 140, + "candidate_iteration": 141, + "candidate_progress": 0.6556313225608899, + "candidate_raw_rows": 73987325693, + "reference_iteration": 124, + "reference_progress": 0.6544042410348736, + "reference_raw_rows": 73848850795 + }, + { + "absolute_progress_gap": 0.0003346865710289748, + "candidate_active_index": 141, + "candidate_iteration": 142, + "candidate_progress": 0.6600569848142828, + "candidate_raw_rows": 74486757162, + "reference_iteration": 125, + "reference_progress": 0.6597222982432538, + "reference_raw_rows": 74448988124 + }, + { + "absolute_progress_gap": 0.00047518710605642944, + "candidate_active_index": 142, + "candidate_iteration": 143, + "candidate_progress": 0.6645638812980507, + "candidate_raw_rows": 74995355831, + "reference_iteration": 126, + "reference_progress": 0.6650390684041071, + "reference_raw_rows": 75048980211 + }, + { + "absolute_progress_gap": 0.0016125817244642127, + "candidate_active_index": 143, + "candidate_iteration": 144, + "candidate_progress": 0.6687427854760211, + "candidate_raw_rows": 75466940903, + "reference_iteration": 127, + "reference_progress": 0.6703553672004853, + "reference_raw_rows": 75648919105 + }, + { + "absolute_progress_gap": 0.0016126582515186838, + "candidate_active_index": 145, + "candidate_iteration": 146, + "candidate_progress": 0.6772845315785689, + "candidate_raw_rows": 76430868234, + "reference_iteration": 128, + "reference_progress": 0.6756718733270503, + "reference_raw_rows": 76248881396 + }, + { + "absolute_progress_gap": 0.00032066705568456477, + "candidate_active_index": 146, + "candidate_iteration": 147, + "candidate_progress": 0.681308869316736, + "candidate_raw_rows": 76885010641, + "reference_iteration": 129, + "reference_progress": 0.6809882022610514, + "reference_raw_rows": 76848823691 + }, + { + "absolute_progress_gap": 0.0008676403846592518, + "candidate_active_index": 147, + "candidate_iteration": 148, + "candidate_progress": 0.6854377622316541, + "candidate_raw_rows": 77350951993, + "reference_iteration": 130, + "reference_progress": 0.6863054026163133, + "reference_raw_rows": 77448864325 + }, + { + "absolute_progress_gap": 0.0017583982845238433, + "candidate_active_index": 148, + "candidate_iteration": 149, + "candidate_progress": 0.689863782441319, + "candidate_raw_rows": 77850423857, + "reference_iteration": 131, + "reference_progress": 0.6916221807258428, + "reference_raw_rows": 78048857309 + }, + { + "absolute_progress_gap": 0.000839421573877619, + "candidate_active_index": 150, + "candidate_iteration": 151, + "candidate_progress": 0.697779386461768, + "candidate_raw_rows": 78743691693, + "reference_iteration": 132, + "reference_progress": 0.6969399648878903, + "reference_raw_rows": 78648963825 + }, + { + "absolute_progress_gap": 0.001264014992474638, + "candidate_active_index": 151, + "candidate_iteration": 152, + "candidate_progress": 0.700992370793031, + "candidate_raw_rows": 79106273696, + "reference_iteration": 133, + "reference_progress": 0.7022563857855056, + "reference_raw_rows": 79248916498 + }, + { + "absolute_progress_gap": 0.0016449919776674315, + "candidate_active_index": 153, + "candidate_iteration": 154, + "candidate_progress": 0.7092186367454604, + "candidate_raw_rows": 80034599414, + "reference_iteration": 134, + "reference_progress": 0.7075736447677929, + "reference_raw_rows": 79848963748 + }, + { + "absolute_progress_gap": 0.00048395826202252135, + "candidate_active_index": 154, + "candidate_iteration": 155, + "candidate_progress": 0.7133746679474327, + "candidate_raw_rows": 80503603294, + "reference_iteration": 135, + "reference_progress": 0.7128907096854101, + "reference_raw_rows": 80448989098 + }, + { + "absolute_progress_gap": 0.0008832395332512011, + "candidate_active_index": 155, + "candidate_iteration": 156, + "candidate_progress": 0.7173243104775812, + "candidate_raw_rows": 80949316423, + "reference_iteration": 136, + "reference_progress": 0.7182075500108324, + "reference_raw_rows": 81048989103 + }, + { + "absolute_progress_gap": 0.0012236570023596016, + "candidate_active_index": 157, + "candidate_iteration": 158, + "candidate_progress": 0.7247464236642063, + "candidate_raw_rows": 81786894322, + "reference_iteration": 137, + "reference_progress": 0.7235227666618467, + "reference_raw_rows": 81648805878 + }, + { + "absolute_progress_gap": 0.0004872748538214955, + "candidate_active_index": 158, + "candidate_iteration": 159, + "candidate_progress": 0.728353102605634, + "candidate_raw_rows": 82193904360, + "reference_iteration": 138, + "reference_progress": 0.7288403774594555, + "reference_raw_rows": 82248892830 + }, + { + "absolute_progress_gap": 0.0016838211723894103, + "candidate_active_index": 160, + "candidate_iteration": 161, + "candidate_progress": 0.7358415229226537, + "candidate_raw_rows": 83038964951, + "reference_iteration": 139, + "reference_progress": 0.7341577017502643, + "reference_raw_rows": 82848947450 + }, + { + "absolute_progress_gap": 0.0003742478326278498, + "candidate_active_index": 161, + "candidate_iteration": 162, + "candidate_progress": 0.7398480529588058, + "candidate_raw_rows": 83491097777, + "reference_iteration": 140, + "reference_progress": 0.739473805126178, + "reference_raw_rows": 83448864291 + }, + { + "absolute_progress_gap": 0.0008827110747728906, + "candidate_active_index": 162, + "candidate_iteration": 163, + "candidate_progress": 0.7439086607546851, + "candidate_raw_rows": 83949333223, + "reference_iteration": 141, + "reference_progress": 0.744791371829458, + "reference_raw_rows": 84048946267 + }, + { + "absolute_progress_gap": 0.001725148670606913, + "candidate_active_index": 163, + "candidate_iteration": 164, + "candidate_progress": 0.7483827538846637, + "candidate_raw_rows": 84454230067, + "reference_iteration": 142, + "reference_progress": 0.7501079025552706, + "reference_raw_rows": 84648911334 + }, + { + "absolute_progress_gap": 0.002104471737432112, + "candidate_active_index": 165, + "candidate_iteration": 166, + "candidate_progress": 0.7575285165081347, + "candidate_raw_rows": 85486320046, + "reference_iteration": 143, + "reference_progress": 0.7554240447707026, + "reference_raw_rows": 85248832558 + }, + { + "absolute_progress_gap": 0.0015780101934095292, + "candidate_active_index": 166, + "candidate_iteration": 167, + "candidate_progress": 0.7623202291518398, + "candidate_raw_rows": 86027059928, + "reference_iteration": 144, + "reference_progress": 0.7607422189584303, + "reference_raw_rows": 85848983088 + }, + { + "absolute_progress_gap": 0.000774304866299147, + "candidate_active_index": 167, + "candidate_iteration": 168, + "candidate_progress": 0.7668334968673465, + "candidate_raw_rows": 86536377584, + "reference_iteration": 145, + "reference_progress": 0.7660591920010473, + "reference_raw_rows": 86448998070 + }, + { + "absolute_progress_gap": 9.83879876196303e-05, + "candidate_active_index": 168, + "candidate_iteration": 169, + "candidate_progress": 0.7714741760318625, + "candidate_raw_rows": 87060073492, + "reference_iteration": 146, + "reference_progress": 0.7713757880442429, + "reference_raw_rows": 87048970508 + }, + { + "absolute_progress_gap": 0.00013620840937367262, + "candidate_active_index": 169, + "candidate_iteration": 170, + "candidate_progress": 0.7765566276360728, + "candidate_raw_rows": 87633622969, + "reference_iteration": 147, + "reference_progress": 0.7766928360454465, + "reference_raw_rows": 87648993949 + }, + { + "absolute_progress_gap": 0.0005805562644702889, + "candidate_active_index": 170, + "candidate_iteration": 171, + "candidate_progress": 0.7814289420897244, + "candidate_raw_rows": 88183458683, + "reference_iteration": 148, + "reference_progress": 0.7820094983541946, + "reference_raw_rows": 88248973865 + }, + { + "absolute_progress_gap": 0.0011190398489735465, + "candidate_active_index": 171, + "candidate_iteration": 172, + "candidate_progress": 0.7862070251374285, + "candidate_raw_rows": 88722660479, + "reference_iteration": 149, + "reference_progress": 0.787326064986402, + "reference_raw_rows": 88848942984 + }, + { + "absolute_progress_gap": 0.0017388138096853245, + "candidate_active_index": 172, + "candidate_iteration": 173, + "candidate_progress": 0.7909030400349436, + "candidate_raw_rows": 89252600968, + "reference_iteration": 150, + "reference_progress": 0.7926418538446289, + "reference_raw_rows": 89448824332 + }, + { + "absolute_progress_gap": 0.002316368381083622, + "candidate_active_index": 174, + "candidate_iteration": 175, + "candidate_progress": 0.8002762840508824, + "candidate_raw_rows": 90310361990, + "reference_iteration": 151, + "reference_progress": 0.7979599156697987, + "reference_raw_rows": 90048962182 + }, + { + "absolute_progress_gap": 0.0012197894086793948, + "candidate_active_index": 175, + "candidate_iteration": 176, + "candidate_progress": 0.804496644217377, + "candidate_raw_rows": 90786625328, + "reference_iteration": 152, + "reference_progress": 0.8032768548086976, + "reference_raw_rows": 90648973338 + }, + { + "absolute_progress_gap": 0.0006185087742597295, + "candidate_active_index": 176, + "candidate_iteration": 177, + "candidate_progress": 0.8092117578697869, + "candidate_raw_rows": 91318721092, + "reference_iteration": 153, + "reference_progress": 0.8085932490955272, + "reference_raw_rows": 91248923008 + }, + { + "absolute_progress_gap": 6.354260384489052e-05, + "candidate_active_index": 177, + "candidate_iteration": 178, + "candidate_progress": 0.8138455902200625, + "candidate_raw_rows": 91841644344, + "reference_iteration": 154, + "reference_progress": 0.8139091328239074, + "reference_raw_rows": 91848815062 + }, + { + "absolute_progress_gap": 0.001049147280751117, + "candidate_active_index": 178, + "candidate_iteration": 179, + "candidate_progress": 0.8181782628421399, + "candidate_raw_rows": 92330582028, + "reference_iteration": 155, + "reference_progress": 0.819227410122891, + "reference_raw_rows": 92448977228 + }, + { + "absolute_progress_gap": 0.0021344619067217296, + "candidate_active_index": 179, + "candidate_iteration": 180, + "candidate_progress": 0.8224099782553141, + "candidate_raw_rows": 92808126794, + "reference_iteration": 156, + "reference_progress": 0.8245444401620359, + "reference_raw_rows": 93048998642 + }, + { + "absolute_progress_gap": 0.0013235884864355452, + "candidate_active_index": 181, + "candidate_iteration": 182, + "candidate_progress": 0.8311835590816764, + "candidate_raw_rows": 93798216437, + "reference_iteration": 157, + "reference_progress": 0.8298599705952409, + "reference_raw_rows": 93648850827 + }, + { + "absolute_progress_gap": 0.0006722619586105871, + "candidate_active_index": 182, + "candidate_iteration": 183, + "candidate_progress": 0.8358500117623762, + "candidate_raw_rows": 94324820860, + "reference_iteration": 158, + "reference_progress": 0.8351777498037656, + "reference_raw_rows": 94248956784 + }, + { + "absolute_progress_gap": 0.00018512647689572503, + "candidate_active_index": 183, + "candidate_iteration": 184, + "candidate_progress": 0.8406785864230677, + "candidate_raw_rows": 94869720583, + "reference_iteration": 159, + "reference_progress": 0.840493459946172, + "reference_raw_rows": 94848829249 + }, + { + "absolute_progress_gap": 0.0007164445911976847, + "candidate_active_index": 184, + "candidate_iteration": 185, + "candidate_progress": 0.8450948565755795, + "candidate_raw_rows": 95368092163, + "reference_iteration": 160, + "reference_progress": 0.8458113011667772, + "reference_raw_rows": 95448942204 + }, + { + "absolute_progress_gap": 0.0017230485984485178, + "candidate_active_index": 185, + "candidate_iteration": 186, + "candidate_progress": 0.8494053037684979, + "candidate_raw_rows": 95854521730, + "reference_iteration": 161, + "reference_progress": 0.8511283523669464, + "reference_raw_rows": 96048966006 + }, + { + "absolute_progress_gap": 0.001961490010273459, + "candidate_active_index": 187, + "candidate_iteration": 188, + "candidate_progress": 0.858406038567442, + "candidate_raw_rows": 96870245467, + "reference_iteration": 162, + "reference_progress": 0.8564445485571686, + "reference_raw_rows": 96648893321 + }, + { + "absolute_progress_gap": 0.0016984139228687356, + "candidate_active_index": 188, + "candidate_iteration": 189, + "candidate_progress": 0.863460136809366, + "candidate_raw_rows": 97440595296, + "reference_iteration": 163, + "reference_progress": 0.8617617228864972, + "reference_raw_rows": 97248931018 + }, + { + "absolute_progress_gap": 0.0012532105350024914, + "candidate_active_index": 189, + "candidate_iteration": 190, + "candidate_progress": 0.8683312824354343, + "candidate_raw_rows": 97990299109, + "reference_iteration": 164, + "reference_progress": 0.8670780719004318, + "reference_raw_rows": 97848875579 + }, + { + "absolute_progress_gap": 0.0007299101183690926, + "candidate_active_index": 190, + "candidate_iteration": 191, + "candidate_progress": 0.8731243838998508, + "candidate_raw_rows": 98531195718, + "reference_iteration": 165, + "reference_progress": 0.8723944737814817, + "reference_raw_rows": 98448826106 + }, + { + "absolute_progress_gap": 0.00027856671042514325, + "candidate_active_index": 191, + "candidate_iteration": 192, + "candidate_progress": 0.8779907047414832, + "candidate_raw_rows": 99080355059, + "reference_iteration": 166, + "reference_progress": 0.8777121380310581, + "reference_raw_rows": 99048919090 + }, + { + "absolute_progress_gap": 0.0007306335453804991, + "candidate_active_index": 192, + "candidate_iteration": 193, + "candidate_progress": 0.882298820845533, + "candidate_raw_rows": 99566521565, + "reference_iteration": 167, + "reference_progress": 0.8830294543909135, + "reference_raw_rows": 99648972815 + }, + { + "absolute_progress_gap": 0.0010391967432739069, + "candidate_active_index": 193, + "candidate_iteration": 194, + "candidate_progress": 0.8873071283233585, + "candidate_raw_rows": 100131703953, + "reference_iteration": 168, + "reference_progress": 0.8883463250666324, + "reference_raw_rows": 100248976245 + }, + { + "absolute_progress_gap": 0.0019526737497789215, + "candidate_active_index": 194, + "candidate_iteration": 195, + "candidate_progress": 0.8917092521716079, + "candidate_raw_rows": 100628479137, + "reference_iteration": 169, + "reference_progress": 0.8936619259213868, + "reference_raw_rows": 100848836377 + }, + { + "absolute_progress_gap": 0.0012484745240765038, + "candidate_active_index": 196, + "candidate_iteration": 197, + "candidate_progress": 0.9002270154963629, + "candidate_raw_rows": 101589700036, + "reference_iteration": 170, + "reference_progress": 0.8989785409722864, + "reference_raw_rows": 101448810960 + }, + { + "absolute_progress_gap": 0.0006049951562679956, + "candidate_active_index": 197, + "candidate_iteration": 198, + "candidate_progress": 0.9049016601341713, + "candidate_raw_rows": 102117228913, + "reference_iteration": 171, + "reference_progress": 0.9042966649779033, + "reference_raw_rows": 102048955827 + }, + { + "absolute_progress_gap": 0.0006613141236789799, + "candidate_active_index": 198, + "candidate_iteration": 199, + "candidate_progress": 0.9089511397124511, + "candidate_raw_rows": 102574208551, + "reference_iteration": 172, + "reference_progress": 0.9096124538361301, + "reference_raw_rows": 102648837175 + }, + { + "absolute_progress_gap": 0.0018258970960536303, + "candidate_active_index": 199, + "candidate_iteration": 200, + "candidate_progress": 0.9131037981502067, + "candidate_raw_rows": 103042831818, + "reference_iteration": 173, + "reference_progress": 0.9149296952462603, + "reference_raw_rows": 103248882442 + }, + { + "absolute_progress_gap": 0.0009638709048296334, + "candidate_active_index": 201, + "candidate_iteration": 202, + "candidate_progress": 0.9212111758233008, + "candidate_raw_rows": 103957741115, + "reference_iteration": 174, + "reference_progress": 0.9202473049184712, + "reference_raw_rows": 103848969267 + }, + { + "absolute_progress_gap": 0.00041512946061939004, + "candidate_active_index": 202, + "candidate_iteration": 203, + "candidate_progress": 0.9251484506917662, + "candidate_raw_rows": 104402058566, + "reference_iteration": 175, + "reference_progress": 0.9255635801523856, + "reference_raw_rows": 104448905502 + }, + { + "absolute_progress_gap": 0.0015294193153769786, + "candidate_active_index": 203, + "candidate_iteration": 204, + "candidate_progress": 0.9293503429198812, + "candidate_raw_rows": 104876237816, + "reference_iteration": 176, + "reference_progress": 0.9308797622352581, + "reference_raw_rows": 105048831225 + }, + { + "absolute_progress_gap": 0.0012850132505896061, + "candidate_active_index": 205, + "candidate_iteration": 206, + "candidate_progress": 0.937481697991898, + "candidate_raw_rows": 105793852938, + "reference_iteration": 177, + "reference_progress": 0.9361966847413083, + "reference_raw_rows": 105648840504 + }, + { + "absolute_progress_gap": 0.0003064356642548116, + "candidate_active_index": 206, + "candidate_iteration": 207, + "candidate_progress": 0.941821160857035, + "candidate_raw_rows": 106283556894, + "reference_iteration": 178, + "reference_progress": 0.9415147251927802, + "reference_raw_rows": 106248975942 + }, + { + "absolute_progress_gap": 0.0011169143445958207, + "candidate_active_index": 207, + "candidate_iteration": 208, + "candidate_progress": 0.9457136868494235, + "candidate_raw_rows": 106722824480, + "reference_iteration": 179, + "reference_progress": 0.9468306011940193, + "reference_raw_rows": 106848867124 + }, + { + "absolute_progress_gap": 0.000853959888773903, + "candidate_active_index": 209, + "candidate_iteration": 210, + "candidate_progress": 0.953002377092714, + "candidate_raw_rows": 107545345736, + "reference_iteration": 180, + "reference_progress": 0.9521484172039401, + "reference_raw_rows": 107448977234 + }, + { + "absolute_progress_gap": 0.0005827861118387068, + "candidate_active_index": 210, + "candidate_iteration": 211, + "candidate_progress": 0.956882620829597, + "candidate_raw_rows": 107983227282, + "reference_iteration": 181, + "reference_progress": 0.9574654069414357, + "reference_raw_rows": 108048994100 + }, + { + "absolute_progress_gap": 0.001750012191853778, + "candidate_active_index": 211, + "candidate_iteration": 212, + "candidate_progress": 0.9610314570351816, + "candidate_raw_rows": 108451419214, + "reference_iteration": 182, + "reference_progress": 0.9627814692270353, + "reference_raw_rows": 108648906304 + }, + { + "absolute_progress_gap": 0.0019266277012238708, + "candidate_active_index": 213, + "candidate_iteration": 214, + "candidate_progress": 0.9700249194156823, + "candidate_raw_rows": 109466322266, + "reference_iteration": 183, + "reference_progress": 0.9680982917144584, + "reference_raw_rows": 109248904296 + }, + { + "absolute_progress_gap": 0.0002518728669115289, + "candidate_active_index": 214, + "candidate_iteration": 215, + "candidate_progress": 0.9736672538058085, + "candidate_raw_rows": 109877355985, + "reference_iteration": 184, + "reference_progress": 0.973415380938897, + "reference_raw_rows": 109848932389 + }, + { + "absolute_progress_gap": 0.0005718278027316837, + "candidate_active_index": 215, + "candidate_iteration": 216, + "candidate_progress": 0.9781595119737759, + "candidate_raw_rows": 110384302735, + "reference_iteration": 185, + "reference_progress": 0.9787313397765076, + "reference_raw_rows": 110448832919 + }, + { + "absolute_progress_gap": 0.0014713642312477182, + "candidate_active_index": 216, + "candidate_iteration": 217, + "candidate_progress": 0.9825779088624002, + "candidate_raw_rows": 110882914315, + "reference_iteration": 186, + "reference_progress": 0.9840492730936479, + "reference_raw_rows": 111048956267 + }, + { + "absolute_progress_gap": 0.002271379210410207, + "candidate_active_index": 217, + "candidate_iteration": 218, + "candidate_progress": 0.9870947230344339, + "candidate_raw_rows": 111392632185, + "reference_iteration": 187, + "reference_progress": 0.9893661022448441, + "reference_raw_rows": 111648955011 + }, + { + "absolute_progress_gap": 0.0018275686574694694, + "candidate_active_index": 219, + "candidate_iteration": 220, + "candidate_progress": 0.9965094881613289, + "candidate_raw_rows": 112455078822, + "reference_iteration": 188, + "reference_progress": 0.9946819195038594, + "reference_raw_rows": 112248839564 + }, + { + "absolute_progress_gap": 0.0009734323382122323, + "candidate_active_index": 220, + "candidate_iteration": 221, + "candidate_progress": 1.0009734323382122, + "candidate_raw_rows": 112958830367, + "reference_iteration": 189, + "reference_progress": 1.0, + "reference_raw_rows": 112848979521 + } + ], + "reference": { + "active_endpoint_iteration": 189, + "active_endpoint_raw_rows": 112848979521, + "active_endpoint_source_line": 189, + "active_endpoint_started_at": "2026-09-20T00:27:31.665Z", + "active_observations_including_endpoint": 189, + "final_rows": 112848979521, + "observations_used": 189, + "total_observations": 207, + "zero_row_observation_included": false + }, + "reference_file": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl", + "requested_count": 189, + "schema_version": 2 +} diff --git a/full-path-realtime/quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks_iterations_189.txt b/full-path-realtime/quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks_iterations_189.txt new file mode 100644 index 0000000..e69de29 diff --git a/full-path-realtime/quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl b/full-path-realtime/quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl new file mode 100644 index 0000000..33daf50 --- /dev/null +++ b/full-path-realtime/quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl @@ -0,0 +1,32 @@ +{"iteration":1,"iteration_started_at":"2026-08-08T06:56:02Z","iteration_finished_at":"2026-08-08T06:56:02Z","raw_rows":0,"mv_rows":0,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.006],[0.007]]} +{"iteration":2,"iteration_started_at":"2026-08-08T07:56:02Z","iteration_finished_at":"2026-08-08T07:56:03Z","raw_rows":3742528876,"mv_rows":78534,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.865],[0.421]]} +{"iteration":3,"iteration_started_at":"2026-08-08T08:56:02Z","iteration_finished_at":"2026-08-08T08:56:04Z","raw_rows":7149139248,"mv_rows":145255,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.557],[0.307]]} +{"iteration":4,"iteration_started_at":"2026-08-08T09:56:02Z","iteration_finished_at":"2026-08-08T09:56:03Z","raw_rows":10451300014,"mv_rows":197317,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.589],[0.322]]} +{"iteration":5,"iteration_started_at":"2026-08-08T10:56:02Z","iteration_finished_at":"2026-08-08T10:56:03Z","raw_rows":13693746344,"mv_rows":245852,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.935],[0.428]]} +{"iteration":6,"iteration_started_at":"2026-08-08T11:56:02Z","iteration_finished_at":"2026-08-08T11:56:04Z","raw_rows":17207612605,"mv_rows":303432,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.508],[0.334]]} +{"iteration":7,"iteration_started_at":"2026-08-08T12:56:02Z","iteration_finished_at":"2026-08-08T12:56:03Z","raw_rows":20600910656,"mv_rows":349288,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.898],[0.51]]} +{"iteration":8,"iteration_started_at":"2026-08-08T13:56:02Z","iteration_finished_at":"2026-08-08T13:56:04Z","raw_rows":23847648964,"mv_rows":419200,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.831],[0.597]]} +{"iteration":10,"iteration_started_at":"2026-08-08T15:56:02Z","iteration_finished_at":"2026-08-08T15:56:04Z","raw_rows":30468775164,"mv_rows":521216,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.782],[0.483]]} +{"iteration":11,"iteration_started_at":"2026-08-08T16:56:02Z","iteration_finished_at":"2026-08-08T16:56:03Z","raw_rows":33749879001,"mv_rows":580518,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.587],[0.45]]} +{"iteration":12,"iteration_started_at":"2026-08-08T17:56:02Z","iteration_finished_at":"2026-08-08T17:56:04Z","raw_rows":36853722010,"mv_rows":645812,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[1.08],[0.58]]} +{"iteration":13,"iteration_started_at":"2026-08-08T18:56:02Z","iteration_finished_at":"2026-08-08T18:56:04Z","raw_rows":39940404643,"mv_rows":708541,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.728],[0.426]]} +{"iteration":14,"iteration_started_at":"2026-08-08T19:56:02Z","iteration_finished_at":"2026-08-08T19:56:03Z","raw_rows":43039194322,"mv_rows":762649,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.927],[0.584]]} +{"iteration":15,"iteration_started_at":"2026-08-08T20:56:02Z","iteration_finished_at":"2026-08-08T20:56:04Z","raw_rows":46111116140,"mv_rows":801759,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.829],[0.596]]} +{"iteration":16,"iteration_started_at":"2026-08-08T21:56:02Z","iteration_finished_at":"2026-08-08T21:56:04Z","raw_rows":49175866023,"mv_rows":850166,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.878],[0.576]]} +{"iteration":18,"iteration_started_at":"2026-08-08T23:56:02Z","iteration_finished_at":"2026-08-08T23:56:04Z","raw_rows":55419548257,"mv_rows":959374,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.692],[0.463]]} +{"iteration":19,"iteration_started_at":"2026-08-09T00:56:02Z","iteration_finished_at":"2026-08-09T00:56:04Z","raw_rows":58512627462,"mv_rows":1015304,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.854],[0.667]]} +{"iteration":20,"iteration_started_at":"2026-08-09T01:56:02Z","iteration_finished_at":"2026-08-09T01:56:03Z","raw_rows":61372336571,"mv_rows":1090983,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.9],[0.67]]} +{"iteration":21,"iteration_started_at":"2026-08-09T02:56:02Z","iteration_finished_at":"2026-08-09T02:56:04Z","raw_rows":64300511639,"mv_rows":1089957,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.749],[0.603]]} +{"iteration":22,"iteration_started_at":"2026-08-09T03:56:02Z","iteration_finished_at":"2026-08-09T03:56:04Z","raw_rows":67296751626,"mv_rows":1147343,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.74],[0.637]]} +{"iteration":24,"iteration_started_at":"2026-08-09T05:56:02Z","iteration_finished_at":"2026-08-09T05:56:04Z","raw_rows":73014746623,"mv_rows":1225413,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.796],[0.686]]} +{"iteration":25,"iteration_started_at":"2026-08-09T06:56:02Z","iteration_finished_at":"2026-08-09T06:56:03Z","raw_rows":75968034150,"mv_rows":1272003,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.809],[0.704]]} +{"iteration":26,"iteration_started_at":"2026-08-09T07:56:02Z","iteration_finished_at":"2026-08-09T07:56:04Z","raw_rows":78744711237,"mv_rows":1304997,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.871],[0.728]]} +{"iteration":28,"iteration_started_at":"2026-08-09T09:56:02Z","iteration_finished_at":"2026-08-09T09:56:04Z","raw_rows":83951753947,"mv_rows":1403630,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[1.039],[0.778]]} +{"iteration":29,"iteration_started_at":"2026-08-09T10:56:02Z","iteration_finished_at":"2026-08-09T10:56:04Z","raw_rows":87063780214,"mv_rows":1424346,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[1.18],[0.811]]} +{"iteration":30,"iteration_started_at":"2026-08-09T11:56:02Z","iteration_finished_at":"2026-08-09T11:56:04Z","raw_rows":90313224986,"mv_rows":1484809,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.81],[0.722]]} +{"iteration":31,"iteration_started_at":"2026-08-09T12:56:02Z","iteration_finished_at":"2026-08-09T12:56:04Z","raw_rows":93296187953,"mv_rows":1543391,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[1.012],[0.835]]} +{"iteration":32,"iteration_started_at":"2026-08-09T13:56:02Z","iteration_finished_at":"2026-08-09T13:56:04Z","raw_rows":96365836441,"mv_rows":1603022,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.834],[0.7]]} +{"iteration":33,"iteration_started_at":"2026-08-09T14:56:02Z","iteration_finished_at":"2026-08-09T14:56:04Z","raw_rows":99569689379,"mv_rows":1657156,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.978],[0.843]]} +{"iteration":35,"iteration_started_at":"2026-08-09T16:56:02Z","iteration_finished_at":"2026-08-09T16:56:04Z","raw_rows":105357098705,"mv_rows":1757541,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[1.107],[0.995]]} +{"iteration":36,"iteration_started_at":"2026-08-09T17:56:02Z","iteration_finished_at":"2026-08-09T17:56:04Z","raw_rows":107984702280,"mv_rows":1812628,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[0.77],[0.835]]} +{"iteration":37,"iteration_started_at":"2026-08-09T18:56:02Z","iteration_finished_at":"2026-08-09T18:56:05Z","raw_rows":110886538219,"mv_rows":1873268,"system":"ClickHouse Cloud (AWS)","version":"26.4.1.2029","machine":"64GiB","cluster_size":1,"comment":" (drilldown, enable_parallel_replicas=0)","tags":["C++","column-oriented","ClickHouse derivative","managed","aws"],"result":[[1.445],[1.19]]} diff --git a/full-path-realtime/quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl.match.json b/full-path-realtime/quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl.match.json new file mode 100644 index 0000000..06c56e3 --- /dev/null +++ b/full-path-realtime/quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl.match.json @@ -0,0 +1,358 @@ +{ + "active_window_definition": "start through first observation at final_rows, inclusive; later repeated-final-row observations excluded", + "candidate": { + "active_endpoint_iteration": 38, + "active_endpoint_raw_rows": 113217743918, + "active_endpoint_source_line": 38, + "active_endpoint_started_at": "2026-08-09T19:56:02Z", + "active_observations_including_endpoint": 38, + "final_rows": 111648774193, + "observations_selected": 32, + "total_observations": 48, + "zero_row_observation_included": true + }, + "candidate_file": "quotes/clickhouse-cloud/results_t2/raw/drilldown_20260808T065602Z.jsonl", + "count_mode": "explicit_prefix", + "matched_observations": 32, + "matching_algorithm": "monotonic_no_replacement_minimum_total_absolute_progress_gap", + "maximum_absolute_progress_gap": 0.014508559065770421, + "mean_absolute_progress_gap": 0.006438435000536876, + "median_absolute_progress_gap": 0.006795307216615774, + "output_file": "quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl", + "pairs": [ + { + "absolute_progress_gap": 0.0004369003453246897, + "candidate_active_index": 0, + "candidate_iteration": 1, + "candidate_progress": 0.0, + "candidate_raw_rows": 0, + "reference_iteration": 1, + "reference_progress": 0.0004369003453246897, + "reference_raw_rows": 48779388 + }, + { + "absolute_progress_gap": 0.000838554938705903, + "candidate_active_index": 1, + "candidate_iteration": 2, + "candidate_progress": 0.03352055499982949, + "candidate_raw_rows": 3742528876, + "reference_iteration": 2, + "reference_progress": 0.03268200006112359, + "reference_raw_rows": 3648905245 + }, + { + "absolute_progress_gap": 0.000893423870714144, + "candidate_active_index": 2, + "candidate_iteration": 3, + "candidate_progress": 0.0640324025021694, + "candidate_raw_rows": 7149139248, + "reference_iteration": 3, + "reference_progress": 0.06492582637288355, + "reference_raw_rows": 7248888928 + }, + { + "absolute_progress_gap": 0.0035616242173210633, + "candidate_active_index": 3, + "candidate_iteration": 4, + "candidate_progress": 0.09360873049921278, + "candidate_raw_rows": 10451300014, + "reference_iteration": 4, + "reference_progress": 0.09717035471653385, + "reference_raw_rows": 10848950992 + }, + { + "absolute_progress_gap": 0.00676352672439233, + "candidate_active_index": 4, + "candidate_iteration": 5, + "candidate_progress": 0.12265021665467198, + "candidate_raw_rows": 13693746344, + "reference_iteration": 5, + "reference_progress": 0.1294137433790643, + "reference_raw_rows": 14448885812 + }, + { + "absolute_progress_gap": 0.007534975677796069, + "candidate_active_index": 5, + "candidate_iteration": 6, + "candidate_progress": 0.1541227185822418, + "candidate_raw_rows": 17207612605, + "reference_iteration": 6, + "reference_progress": 0.16165769426003787, + "reference_raw_rows": 18048883403 + }, + { + "absolute_progress_gap": 0.009386732353983213, + "candidate_active_index": 6, + "candidate_iteration": 7, + "candidate_progress": 0.1845153321646733, + "candidate_raw_rows": 20600910656, + "reference_iteration": 7, + "reference_progress": 0.19390206451865652, + "reference_raw_rows": 21648927817 + }, + { + "absolute_progress_gap": 0.012550742926901337, + "candidate_active_index": 7, + "candidate_iteration": 8, + "candidate_progress": 0.21359526010358265, + "candidate_raw_rows": 23847648964, + "reference_iteration": 8, + "reference_progress": 0.226146003030484, + "reference_raw_rows": 25248924027 + }, + { + "absolute_progress_gap": 0.014508559065770421, + "candidate_active_index": 9, + "candidate_iteration": 10, + "candidate_progress": 0.27289842977882234, + "candidate_raw_rows": 30468775164, + "reference_iteration": 9, + "reference_progress": 0.2583898707130519, + "reference_raw_rows": 28848912329 + }, + { + "absolute_progress_gap": 0.01165242183269366, + "candidate_active_index": 10, + "candidate_iteration": 11, + "candidate_progress": 0.3022861580428888, + "candidate_raw_rows": 33749879001, + "reference_iteration": 10, + "reference_progress": 0.2906337362101951, + "reference_raw_rows": 32448900387 + }, + { + "absolute_progress_gap": 0.007209596404601337, + "candidate_active_index": 11, + "candidate_iteration": 12, + "candidate_progress": 0.3300862215136671, + "candidate_raw_rows": 36853722010, + "reference_iteration": 11, + "reference_progress": 0.3228766251090658, + "reference_raw_rows": 36048779409 + }, + { + "absolute_progress_gap": 0.0026114316266114823, + "candidate_active_index": 12, + "candidate_iteration": 13, + "candidate_progress": 0.3577325853480273, + "candidate_raw_rows": 39940404643, + "reference_iteration": 12, + "reference_progress": 0.35512115372141584, + "reference_raw_rows": 39648841503 + }, + { + "absolute_progress_gap": 0.0018787572323669122, + "candidate_active_index": 13, + "candidate_iteration": 14, + "candidate_progress": 0.3854873878651004, + "candidate_raw_rows": 43039194322, + "reference_iteration": 13, + "reference_progress": 0.3873661450974673, + "reference_raw_rows": 43248955264 + }, + { + "absolute_progress_gap": 0.006608598180617153, + "candidate_active_index": 14, + "candidate_iteration": 15, + "candidate_progress": 0.41300154411270745, + "candidate_raw_rows": 46111116140, + "reference_iteration": 14, + "reference_progress": 0.4196101422933246, + "reference_raw_rows": 46848958026 + }, + { + "absolute_progress_gap": 0.01140231703573702, + "candidate_active_index": 15, + "candidate_iteration": 16, + "candidate_progress": 0.44045146378403466, + "candidate_raw_rows": 49175866023, + "reference_iteration": 15, + "reference_progress": 0.4518537808197717, + "reference_raw_rows": 50448920743 + }, + { + "absolute_progress_gap": 0.012277155632989811, + "candidate_active_index": 17, + "candidate_iteration": 18, + "candidate_progress": 0.4963739965581693, + "candidate_raw_rows": 55419548257, + "reference_iteration": 16, + "reference_progress": 0.48409684092517946, + "reference_raw_rows": 54048818880 + }, + { + "absolute_progress_gap": 0.007735995466523926, + "candidate_active_index": 18, + "candidate_iteration": 19, + "candidate_progress": 0.5240776523068047, + "candidate_raw_rows": 58512627462, + "reference_iteration": 17, + "reference_progress": 0.5163416568402808, + "reference_raw_rows": 57648913051 + }, + { + "absolute_progress_gap": 0.0011066012403004866, + "candidate_active_index": 19, + "candidate_iteration": 20, + "candidate_progress": 0.5496910916810391, + "candidate_raw_rows": 61372336571, + "reference_iteration": 18, + "reference_progress": 0.5485844904407386, + "reference_raw_rows": 61248785899 + }, + { + "absolute_progress_gap": 0.004912006835399496, + "candidate_active_index": 20, + "candidate_iteration": 21, + "candidate_progress": 0.5759177573042394, + "candidate_raw_rows": 64300511639, + "reference_iteration": 19, + "reference_progress": 0.5808297641396389, + "reference_raw_rows": 64848931181 + }, + { + "absolute_progress_gap": 0.010319411093652975, + "candidate_active_index": 21, + "candidate_iteration": 22, + "candidate_progress": 0.6027540571978737, + "candidate_raw_rows": 67296751626, + "reference_iteration": 20, + "reference_progress": 0.6130734682915266, + "reference_raw_rows": 68448901225 + }, + { + "absolute_progress_gap": 0.008651002816478348, + "candidate_active_index": 23, + "candidate_iteration": 24, + "candidate_progress": 0.6539681886411411, + "candidate_raw_rows": 73014746623, + "reference_iteration": 21, + "reference_progress": 0.6453171858246628, + "reference_raw_rows": 72048872763 + }, + { + "absolute_progress_gap": 0.0028582046449373566, + "candidate_active_index": 24, + "candidate_iteration": 25, + "candidate_progress": 0.6804197779966574, + "candidate_raw_rows": 75968034150, + "reference_iteration": 22, + "reference_progress": 0.6775615733517201, + "reference_raw_rows": 75648919105 + }, + { + "absolute_progress_gap": 0.004515994596845374, + "candidate_active_index": 25, + "candidate_iteration": 26, + "candidate_progress": 0.7052895278624297, + "candidate_raw_rows": 78744711237, + "reference_iteration": 23, + "reference_progress": 0.7098055224592751, + "reference_raw_rows": 79248916498 + }, + { + "absolute_progress_gap": 0.009879357305735192, + "candidate_active_index": 27, + "candidate_iteration": 28, + "candidate_progress": 0.7519272338975979, + "candidate_raw_rows": 83951753947, + "reference_iteration": 24, + "reference_progress": 0.7420478765918627, + "reference_raw_rows": 82848735814 + }, + { + "absolute_progress_gap": 0.00550828958441496, + "candidate_active_index": 28, + "candidate_iteration": 29, + "candidate_progress": 0.7798005920199221, + "candidate_raw_rows": 87063780214, + "reference_iteration": 25, + "reference_progress": 0.7742923024355072, + "reference_raw_rows": 86448786434 + }, + { + "absolute_progress_gap": 0.002368807377524984, + "candidate_active_index": 29, + "candidate_iteration": 30, + "candidate_progress": 0.8089047608340185, + "candidate_raw_rows": 90313224986, + "reference_iteration": 26, + "reference_progress": 0.8065359534564935, + "reference_raw_rows": 90048750546 + }, + { + "absolute_progress_gap": 0.0031586811100171586, + "candidate_active_index": 30, + "candidate_iteration": 31, + "candidate_progress": 0.8356221429867643, + "candidate_raw_rows": 93296187953, + "reference_iteration": 27, + "reference_progress": 0.8387808240967815, + "reference_raw_rows": 93648850827 + }, + { + "absolute_progress_gap": 0.007908129286522514, + "candidate_active_index": 31, + "candidate_iteration": 32, + "candidate_progress": 0.8631159377927304, + "candidate_raw_rows": 96365836441, + "reference_iteration": 28, + "reference_progress": 0.871024067079253, + "reference_raw_rows": 97248769382 + }, + { + "absolute_progress_gap": 0.011456883492413694, + "candidate_active_index": 32, + "candidate_iteration": 33, + "candidate_progress": 0.8918117560957752, + "candidate_raw_rows": 99569689379, + "reference_iteration": 29, + "reference_progress": 0.9032686395881889, + "reference_raw_rows": 100848836377 + }, + { + "absolute_progress_gap": 0.00813437683991114, + "candidate_active_index": 34, + "candidate_iteration": 35, + "candidate_progress": 0.9436476080147196, + "candidate_raw_rows": 105357098705, + "reference_iteration": 30, + "reference_progress": 0.9355132311748084, + "reference_raw_rows": 104448905502 + }, + { + "absolute_progress_gap": 0.0005737725511366643, + "candidate_active_index": 35, + "candidate_iteration": 36, + "candidate_progress": 0.9671821572651916, + "candidate_raw_rows": 107984702280, + "reference_iteration": 31, + "reference_progress": 0.9677559298163283, + "reference_raw_rows": 108048763282 + }, + { + "absolute_progress_gap": 0.006827087708839219, + "candidate_active_index": 36, + "candidate_iteration": 37, + "candidate_progress": 0.9931729122911608, + "candidate_raw_rows": 110886538219, + "reference_iteration": 32, + "reference_progress": 1.0, + "reference_raw_rows": 111648774193 + } + ], + "reference": { + "active_endpoint_iteration": 32, + "active_endpoint_raw_rows": 111648774193, + "active_endpoint_source_line": 32, + "active_endpoint_started_at": "2026-09-20T00:07:31.592Z", + "active_observations_including_endpoint": 32, + "final_rows": 111648774193, + "observations_used": 32, + "total_observations": 35, + "zero_row_observation_included": false + }, + "reference_file": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl", + "requested_count": 32, + "schema_version": 2 +} diff --git a/full-path-realtime/quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks_iterations_32.txt b/full-path-realtime/quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks_iterations_32.txt new file mode 100644 index 0000000..e69de29 diff --git a/full-path-realtime/quotes/databricks/DATABRICKS_BENCHMARK_CONTRACT.md b/full-path-realtime/quotes/databricks/DATABRICKS_BENCHMARK_CONTRACT.md index 8cb0353..34caae6 100644 --- a/full-path-realtime/quotes/databricks/DATABRICKS_BENCHMARK_CONTRACT.md +++ b/full-path-realtime/quotes/databricks/DATABRICKS_BENCHMARK_CONTRACT.md @@ -3,8 +3,14 @@ This file is the provider-specific contract for the Databricks implementation of the quotes full-path real-time analytics benchmark. The repository-level `../README.md` remains the accepted cross-provider contract and operating -guide. Databricks is not part of the current accepted global result set; a run -is publishable only after it passes every gate below. +guide. The September Serverless SQL baseline is included in the accepted global +result set; a future run is publishable after it passes the applicable gates. The completed +September Serverless SQL baseline and its CostBench normalized pricing contract +are specified in [SEPTEMBER_INTEGRATION.md](SEPTEMBER_INTEGRATION.md). +PR #42 allocations are fully integrated, including MV refresh. The accepted +real-time cost window ends at producer completion; post-ingestion activity is +outside this comparison. The scoped full-path total is $698.25310220. +Lakehouse//RT-specific requirements below govern a future Lakehouse//RT run. ## Workload identity diff --git a/full-path-realtime/quotes/databricks/README.md b/full-path-realtime/quotes/databricks/README.md index aa2455b..fbf1ff3 100644 --- a/full-path-realtime/quotes/databricks/README.md +++ b/full-path-realtime/quotes/databricks/README.md @@ -8,12 +8,20 @@ This directory contains the current Databricks implementation of the managed Delta table; 3. a strict-incremental Delta materialized view maintains the dashboard summary; and -4. Lakehouse//RT serves the measured reads through Reyden. Four dashboard +4. Serverless SQL X-Small serves the completed September baseline. Four dashboard queries read the materialized view and two drill-down queries read the raw table. -Zerobus is the write path; Reyden is the Lakehouse//RT read path. This is not -the old SQL `INSERT` implementation. +Zerobus is the write path. Lakehouse//RT remains a future serving comparison. +The completed run uses Serverless SQL. + +The September full-run integration is documented in +[SEPTEMBER_INTEGRATION.md](SEPTEMBER_INTEGRATION.md). It uses the established +measured quantities → checked-in pricing → cost-summary scripts workflow. +**PR #42 allocations are integrated for the real-time benchmark window.** +All preparation components and matched query costs are priced. Full-path cost +is $698.25310220. +The existing `costs/mv_refresh.json` is a June summary. ### Why this architecture @@ -34,12 +42,14 @@ layers. ## Status and release-stage disclosure -No online Databricks benchmark result exists for this implementation. The -same-region producer and explicit Unity Catalog managed storage are prepared, -and source staging is in progress. Lakehouse//RT is not yet available in the -workspace, so qualification and the 113,219,565,734-row run have not been -executed. Repository history, `results/`, old JSONL/Markdown files, and legacy -scripts are not accepted evidence for this path. +The completed Serverless SQL baseline is +`results/serverless_baseline_full_20260918T170453Z`, with 113,219,565,734 rows +and exact final row reconciliation. Its supplied validation passed. CostBench +integration prices PR #42 +Zerobus, MV-refresh, and Predictive Optimization allocations through producer +completion, following the owner-defined real-time cost scope. Earlier June results and qualification runs are excluded from this +integration. Lakehouse//RT has no accepted full-run result here; the remaining +Lakehouse//RT setup and execution instructions describe that future path. As documented in September 2026, Lakehouse//RT, Zerobus Arrow Flight, Zerobus writes into liquid-clustered tables, and materialized-view `REFRESH POLICY` are @@ -132,7 +142,7 @@ new `rt_full_` schema, which qualification must never touch. Create separate virtual environments for the checked-in dependency sets: ```sh -cd /Users/lio/Clickhouse/CostBench/full-path-realtime/quotes/databricks +cd "$(git rev-parse --show-toplevel)/full-path-realtime/quotes/databricks" python3.12 -m venv .venv-runner python3.12 -m venv .venv-zerobus .venv-runner/bin/python -m pip install -r requirements-runner.txt @@ -321,6 +331,16 @@ physical cache state rather than calling the run cache-free. ## Cost boundary and subledgers +For September CostBench integration, run `costs/_commands_september.txt` as +documented in [SEPTEMBER_INTEGRATION.md](SEPTEMBER_INTEGRATION.md). Normalized +query cost and measured write/maintenance quantities use checked-in regional +public pricing. Preparation cost is $695.60475043, and full-path cost including +the matched queries is $698.25310220. Use `ALLOCATIONS_ONLY=1` for a cost-only refresh +that validates and preserves the accepted query selections. + +The broader provider-billing workflow below is a separate accounting model; +its generated ledger is not a prerequisite for the CostBench pricing scripts. + Use one declared UTC window. Preserve resource usage before applying any price: producer compute/storage reads/network egress; Zerobus ingest; managed raw Delta storage and maintenance; materialized-view refresh compute and storage; @@ -358,7 +378,7 @@ run cost summary and final validation only against the settled collection. Run the complete offline suite without credentials: ```sh -cd /Users/lio/Clickhouse/CostBench/full-path-realtime/quotes/databricks +cd "$(git rev-parse --show-toplevel)/full-path-realtime/quotes/databricks" python3 -m unittest discover -s tests -p 'test_*.py' python3 -m py_compile \ apply_ddl.py collect_evidence.py dbx_common.py ingest_zerobus.py \ diff --git a/full-path-realtime/quotes/databricks/REAL_SERVERLESS_BASELINE.md b/full-path-realtime/quotes/databricks/REAL_SERVERLESS_BASELINE.md index ddadee6..bfb5119 100644 --- a/full-path-realtime/quotes/databricks/REAL_SERVERLESS_BASELINE.md +++ b/full-path-realtime/quotes/databricks/REAL_SERVERLESS_BASELINE.md @@ -118,7 +118,7 @@ orchestrator starts: 4. the two-query drill-down runner; 5. three additional hours of post-ingest queries; 6. final MV catch-up; -7. post-window hashing of all 232 source files; +7. post-window hashing of all selected source files (193 in the completed September package); 8. provider evidence collection; and 9. an initial cost summary. diff --git a/full-path-realtime/quotes/databricks/SEPTEMBER_INTEGRATION.md b/full-path-realtime/quotes/databricks/SEPTEMBER_INTEGRATION.md new file mode 100644 index 0000000..19cb447 --- /dev/null +++ b/full-path-realtime/quotes/databricks/SEPTEMBER_INTEGRATION.md @@ -0,0 +1,150 @@ +# September full-run CostBench integration + +**PR #42 is fully integrated for the accepted real-time benchmark window.** + +Only `results/serverless_baseline_full_20260918T170453Z` is in scope. This is +Serverless SQL X-Small, one cluster, AWS Ireland (`eu-west-1`), Premium public +pricing, with Zerobus Arrow ingestion. June, qualification, smaller runs, and +future Lakehouse//RT comparisons are excluded. + +## Evidence and matching + +All 34 artifacts in the PR #42 package pass their recorded SHA-256 and size +checks. The raw package is unchanged. It contains 113,219,565,734 completed +rows, with exact row reconciliation and no duplicate surplus or provider errors. + +| Workload | Accepted observations | Query jobs per system | Comparison horizon | +|---|---:|---:|---:| +| Dashboard | 189 | 756 | 112,848,979,521 rows | +| Drill-down | 32 | 64 | 111,648,774,193 rows | + +These remain the supplied validator's accepted prefixes. The first full-row +observations and subsequent warm observations remain outside these prefixes. +The 100B chart display cap does not change matching or costs. + +ClickHouse files are under +`../clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/`. +Each workload retains its matched JSONL, `.match.json` report, and empty count +marker. No matching, query-summary calculation, latency rendering, or freshness +rendering was repeated for PR #42. Maximum progress gaps remain 0.25735% for +dashboard and 1.45086% for drill-down. Databricks progress is client durability +progress; matching does not establish identical query-visible rows or MV freshness. + +## Evidence roles + +Paths in this table are relative to this provider directory. `RUN` means +`results/serverless_baseline_full_20260918T170453Z`. + +| Role | Source | +|---|---| +| Table definitions and workload semantics | `create_full_serverless_baseline_r3_20260918.sql`, `queries_mv.sql`, `queries_raw.sql` | +| Run resources, configuration, timing, dataset | `RUN/run_context.json`, `RUN/ingest/ingest_summary.json` | +| Accepted selections and validation | `RUN/validation/validation_report_settled_20260921T092624Z.json` | +| Raw query observations | `RUN/mv/dashboard_20260918T170453Z.jsonl`, `RUN/raw/drilldown_20260918T170453Z.jsonl` | +| Freshness measurements | `RUN/freshness/mv_freshness_20260918T170453Z.jsonl` | +| Zerobus allocated DBUs | `RUN/ingest/zerobus_ingest_allocation.csv` | +| MV-refresh allocated DBUs and effective list-price cross-check | `RUN/freshness/mv_refresh_allocation.csv` | +| Predictive Optimization operation estimates | `RUN/ingest/predictive_optimization_allocation.csv` | +| Allocation method | `export_allocation_details.sql` | +| Package integrity | `RUN/validation/manifest.json` | +| Owner-defined real-time cost boundary | `costs/scopes/serverless_20260918.json` | +| Checked-in prices | `costs/pricings/zerobus_ingest.json`, `serverless_maintenance.json`, `sql_serverless_compute.json` | +| Accepted matching and derived provenance | `RUN/integration/manifest.json`, `derived_manifest.json`, `claims.csv` | +| Cost chart inputs | `costs/out/serverless_20260918/{fresh_data_path,full_path}.json` | + +## Cost reconciliation + +The supplied usage window is **2026-09-18 17:04:53.000 UTC through +2026-09-20 00:33:42.627 UTC**, with an exclusive end at producer completion. + +| Component | Quantity / basis | USD | +|---|---|---:| +| Zerobus | 190 records; 1,098.926116716623 allocated DBUs × $0.39 | 428.58118552 | +| MV refresh | 2,958 records; 532.814506420162 allocated DBUs × $0.39 | 207.79765750 | +| Predictive Optimization | 14 operations; 151.861301053869 estimated DBUs × $0.39 | 59.22590741 | +| **Fresh-data-path cost** | All three preparation components | **695.60475043** | +| Dashboard query cost | Accepted runtime × 6 DBU/hour × $0.91/DBU ÷ 3600 | 0.92996540 | +| Drill-down query cost | Same normalization | 1.71838637 | +| **Full-path cost** | Preparation plus matched queries | **698.25310220** | + +Zerobus DBUs replace the earlier $461.24545239 committed-byte proxy. The +$32.66426687 reduction is a change of measured input, not a price change. +Decimal/binary GB sensitivity no longer affects the primary September result. +The original byte evidence and checked-in volume-price fields remain available. + +The offline parser checks package hashes, run resources, interval overlap, +SKU, signed corrections, duplicate record IDs, and checked-in prices. It sums +`allocated_dbu` once, without applying the overlap fraction again. All 1,044 MV +rows without table metadata are retained through verified pipeline attribution. +Their omission would undercount MV usage. Exported MV prices and costs reconcile +with the checked-in $0.39 rate. Predictive Optimization remains an estimate; +its CSV is counted once and reconciles with the compact JSON summary. + +## Accepted real-time comparison scope + +The benchmark owner defines this comparison around active ingestion and the +accepted concurrent queries. Preparation costs include ingestion, MV refresh, +and layout maintenance within the supplied allocation window, ending at producer +completion. Query costs retain the 189 dashboard and 32 drill-down observations. +Post-ingestion work and warm-window queries are outside the comparison. + +The scope is recorded in `costs/scopes/serverless_20260918.json`, validated against +the run context and all three allocation inputs, and hash-tracked in summaries. +All required components are present: `total_cost_usd` is numeric, +`missing_components` is empty, and the complete cost-performance score is +**752.491424912947×** the matched ClickHouse baseline. This editorial score is +`(preparation cost + query cost) × query runtime`, normalized to the pair's +ClickHouse result. No additional run or usage export is required. + +## Reproduce this allocation integration + +```bash +cd "$(git rev-parse --show-toplevel)/full-path-realtime" +# Install uv and make it available on PATH before running these commands. +ALLOCATIONS_ONLY=1 bash quotes/databricks/costs/_commands_september.txt +COSTS_ONLY=1 bash quotes/databricks/visualizations/_commands.txt +COSTS_ONLY=1 bash quotes/global/visualizations/_commands.txt +uv run --python 3.12 python -m unittest discover \ + -s quotes/databricks/tests -p 'test_*.py' +``` + +`ALLOCATIONS_ONLY=1` verifies the new package and unchanged accepted inputs, +then calls these existing wrappers in order, using their full paths in the +notebook: + +```bash +bash costs/summarize_zerobus.sh \ + "$RUN/ingest/zerobus_ingest_allocation.csv" \ + costs/pricings/zerobus_ingest.json "$OUT/zerobus.json" +bash costs/summarize_clustering.sh \ + "$RUN/ingest/predictive_optimization_allocation.csv" \ + costs/pricings/serverless_maintenance.json "$OUT/clustering.json" +bash costs/summarize_mv_refresh.sh \ + "$RUN/freshness/mv_refresh_allocation.csv" \ + costs/pricings/serverless_maintenance.json "$OUT/mv_refresh.json" +python3 costs/summarize_components.py assemble "$OUT" +uv run --python 3.12 python integrate_september.py finalize +``` + +The wrapper-level example assumes the provider directory as working directory, +`RUN=$PWD/results/serverless_baseline_full_20260918T170453Z`, and +`OUT=$PWD/costs/out/serverless_20260918`. Use the first notebook command for a +self-contained invocation. Without the costs-only switches, notebooks reproduce +the full integration, including the accepted 189/32 matching and query summaries. + +Outputs are under: + +- `costs/out/serverless_20260918/` for component and combined summaries; +- `RUN/integration/` for accepted provenance, claims, and readiness; +- `RUN/charts/` for provider-pair charts; +- `../global/results/charts/` for global charts. + +Cost charts are regenerated in standard and wide layouts from the same numbers. +Provider-pair and global cost charts include the complete accepted Databricks +result. Query-latency charts and accepted matching remain unchanged. Global lag +still does not substitute refresh age for a comparable raw-to-MV time series. + +Cost scope excludes producer VM, object-storage capacity/requests, network, +control SQL, query-warehouse idle/minimum charges, and warm-window queries. +Prices are public-list inputs; normalized query cost and estimated optimization +must not be described as an invoice total. diff --git a/full-path-realtime/quotes/databricks/costs/.gitignore b/full-path-realtime/quotes/databricks/costs/.gitignore new file mode 100644 index 0000000..300bc58 --- /dev/null +++ b/full-path-realtime/quotes/databricks/costs/.gitignore @@ -0,0 +1,6 @@ +# Keep the September summaries consumed by the checked-in chart manifest. +!out/ +out/* +!out/serverless_20260918/ +out/serverless_20260918/* +!out/serverless_20260918/*.json diff --git a/full-path-realtime/quotes/databricks/costs/_allocations.py b/full-path-realtime/quotes/databricks/costs/_allocations.py new file mode 100644 index 0000000..665bc65 --- /dev/null +++ b/full-path-realtime/quotes/databricks/costs/_allocations.py @@ -0,0 +1,146 @@ +"""Validate and price PR #42's run-scoped usage exports without reallocating them.""" +from __future__ import annotations + +import csv +from collections import Counter, defaultdict +from datetime import datetime +from decimal import Decimal, localcontext +from pathlib import Path + +from _common import read, provenance, price + + +def decimal(value): + result = Decimal(str(value)) + if not result.is_finite(): + raise ValueError("non-finite usage or price") + return result + + +def instant(value): + return datetime.fromisoformat(value.replace("Z", "+00:00")) + + +def micros(delta): + return Decimal((delta.days * 86400 + delta.seconds) * 1000000 + delta.microseconds) + + +def allocated_component(kind, source, pricing, cloud, region, plan): + source = Path(source) + run = source.parent.parent + context_path = run / "run_context.json" + context = read(context_path) + manifest_path = run / "validation/manifest.json" + manifest = read(manifest_path) + artifact = next((a for a in manifest["artifacts"] if a["path"] == source.relative_to(run).as_posix()), None) + if artifact is None or artifact["sha256"] != provenance(source)["sha256"] or artifact["size_bytes"] != source.stat().st_size: + raise ValueError("allocation input not verified by run package manifest") + with source.open(newline="") as handle: + rows = list(csv.DictReader(handle)) + if not rows: + raise ValueError("empty allocation input") + rate = price(pricing, cloud, region, plan) + unit_rate = decimal(rate["dbu_price_per_dbu"]) + if unit_rate <= 0: + raise ValueError("invalid DBU price") + start, end = instant(context["since"]), instant(context["producer_finished_at"]) + window = {"since": context["since"], "until": context["producer_finished_at"], "end_exclusive": True} + scope_path = Path(__file__).parent / "scopes/serverless_20260918.json" + scope = read(scope_path) + if scope["run_id"] != context["run_id"] or scope["preparation_window"] != window: + raise ValueError("allocation window differs from accepted real-time scope") + out = { + "schema_version": 2, "component": kind, "run_id": context["run_id"], + "source": provenance(source), "context_source": provenance(context_path), + "package_manifest": provenance(manifest_path), "pricing_source": provenance(pricing), + "pricing": rate, "currency": "USD", "allocation_window": window, + "cost_model": "allocated_usage_times_checked_in_public_list_rate", + "status": "complete_allocated_window", "full_dataset_rows": context["expected_rows"], + "scope": "Ingestion and maintenance during the accepted real-time benchmark window", + "comparison_scope": scope, "scope_source": provenance(scope_path), + } + groups = defaultdict(Decimal) + with localcontext() as ctx: + ctx.prec = 80 + if kind == "clustering": + ids = [r["operation_id"] for r in rows] + if len(set(ids)) != len(ids): + raise ValueError("duplicate maintenance operation") + for r in rows: + if (r["catalog_name"], r["schema_name"]) != (context["catalog"], context["schema"]) or r["table_name"] not in (context["raw_table"], context["mv_table"]): + raise ValueError("maintenance table outside run") + if r["usage_unit"] != "ESTIMATED_DBU" or r["operation_status"] != "SUCCESSFUL": + raise ValueError("unexpected operation evidence") + if not start <= instant(r["start_time"]) < instant(r["end_time"]) <= end: + raise ValueError("operation crosses allocation boundary; explicit allocation required") + qty = decimal(r["estimated_dbu"]) + if qty < 0: + raise ValueError("negative estimated DBU") + groups[r["table_name"] + "/" + r["operation_type"]] += qty + total = sum(groups.values(), Decimal(0)) + compact_path = run / "evidence/clustering_status.json" + summary = read(compact_path)["predictive_optimization"]["summary"] + if len(rows) != summary["operation_count"] or abs(total - decimal(summary["usage_by_unit"]["ESTIMATED_DBU"])) > Decimal("1e-12"): + raise ValueError("maintenance detail does not reconcile with compact summary") + out.update(status="estimated", usage_unit="ESTIMATED_DBU", operations=len(rows), operation_ids=ids, + reconciliation_source=provenance(compact_path), + breakdown=[{"table_operation": k, "dbu": float(v), "cost_usd": float(v * unit_rate)} for k, v in sorted(groups.items())]) + else: + ids = [r["record_id"] for r in rows] + if len(set(ids)) != len(ids): + raise ValueError("duplicate billing record_id") + total = Decimal(0) + exported_cost = Decimal(0) + for r in rows: + if r["record_type"] not in ("ORIGINAL", "RETRACTION", "RESTATEMENT"): + raise ValueError("unknown billing record_type") + if r["sku_name"] not in rate["sku_names"]: + raise ValueError("unpriced allocation SKU") + us, ue = instant(r["usage_start_time"]), instant(r["usage_end_time"]) + a, b = instant(r["allocated_start"]), instant(r["allocated_end"]) + if ue <= us or not a == max(us, start) < b == min(ue, end): + raise ValueError("allocation window mismatch") + qty = decimal(r["allocated_dbu"]) + expected = decimal(r["source_dbu"]) * micros(b - a) / micros(ue - us) + if abs(qty - expected) > Decimal("1e-14"): + raise ValueError("allocated DBU does not reconcile with interval overlap") + if (r["record_type"] == "RETRACTION" and qty > 0) or (r["record_type"] != "RETRACTION" and qty < 0): + raise ValueError("billing adjustment sign mismatch") + if kind == "zerobus": + if r["zerobus_request_type"] != "GRPC" or r["billing_origin_product"] != "LAKEFLOW_CONNECT": + raise ValueError("unexpected Zerobus product") + else: + if r["currency_code"] != "USD" or decimal(r["price_per_dbu"]) != unit_rate: + raise ValueError("exported list price does not match checked-in pricing") + line_cost = decimal(r["cost"]) + if abs(line_cost - qty * unit_rate) > Decimal("1e-14"): + raise ValueError("exported cost mismatch") + exported_cost += line_cost + total += qty + groups[r["sku_name"]] += qty + if total < 0: + raise ValueError("negative net usage") + out.update(usage_unit="DBU", usage_records=len(rows), record_type_counts=dict(Counter(r["record_type"] for r in rows)), + record_ids=ids, signed_adjustments_preserved=True, allocation_applied_once=True, + breakdown=[{"sku_name": k, "dbu": float(v), "cost_usd": float(v * unit_rate)} for k, v in sorted(groups.items())]) + if kind == "mv_refresh": + table = ".".join((context["catalog"], context["schema"], context["mv_table"])) + mapped = {r["pipeline_id"] for r in rows if (r["catalog_name"], r["schema_name"], r["table_name"]) == (context["catalog"], context["schema"], table)} + if not mapped or any(r["pipeline_id"] not in mapped for r in rows): + raise ValueError("MV pipeline missing run-table attribution") + if any(r["table_name"] not in ("null", "", table) for r in rows): + raise ValueError("unrelated MV table") + out.update(pipeline_ids=sorted(mapped), null_table_metadata_records=sum(r["table_name"] in ("null", "") for r in rows), + exported_list_cost_usd=float(exported_cost), exported_list_cost_usd_decimal=str(exported_cost)) + else: + if len({r["table_id"] for r in rows}) != 1: + raise ValueError("multiple Zerobus tables") + reconciliation = read(run / "evidence/provider_reconciliation.json") + if not reconciliation["complete"] or reconciliation["provider_errors"] or reconciliation["provider_committed_records"] != context["expected_rows"]: + raise ValueError("provider row reconciliation failed") + out.update(table_ids=sorted({r["table_id"] for r in rows}), + reconciliation_source=provenance(run / "evidence/provider_reconciliation.json"), + meter_status="run-scoped allocated DBUs; byte-volume proxy superseded") + cost = total * unit_rate + out.update(total_dbu=float(total), total_dbu_decimal=str(total), total_cost_usd=float(cost), total_cost_usd_decimal=str(cost)) + return out diff --git a/full-path-realtime/quotes/databricks/costs/_commands.txt b/full-path-realtime/quotes/databricks/costs/_commands.txt index d21d866..016a311 100644 --- a/full-path-realtime/quotes/databricks/costs/_commands.txt +++ b/full-path-realtime/quotes/databricks/costs/_commands.txt @@ -1,41 +1,4 @@ - - -./summarize_queries.sh ../results/dashboard_20260611.jsonl \ - pricings/sql_serverless_compute.json \ - dashboard.json \ - --cloud aws --region us-east-1 --plan premium --iterations 163 - - -./summarize_queries.sh ../results/drilldown_20260611.jsonl \ - pricings/sql_serverless_compute.json \ - drilldown.json \ - --cloud aws --region us-east-1 --plan premium --iterations 30 - - -./summarize_ingest_compute.sh \ - pricings/sql_serverless_compute.json ingest.json \ - --warehouse-size 2X-Small --hours 27 \ - --rows 100000000000 --rows-per-sec 1000000 \ - --cloud aws --region us-east-1 --plan premium - - -./summarize_clustering.sh \ - ../results/system_tables/clustering-raw_table-details.md \ - pricings/sql_serverless_compute.json \ - clustering_raw_table.json \ - --cloud aws --region us-east-1 --plan premium - - -./summarize_clustering.sh \ - ../results/system_tables/clustering-mv_table-details.md \ - pricings/sql_serverless_compute.json \ - clustering_mv_table.json \ - --cloud aws --region us-east-1 --plan premium - - -./summarize_mv_refresh.sh \ - ../results/system_tables/refresh-mv_table-details.md \ - pricings/sql_serverless_compute.json \ - mv_refresh.json \ - --cloud aws --region us-east-1 --plan premium - +#!/usr/bin/env bash +set -euo pipefail +# Current integration: September full Serverless SQL run. +exec bash "$(dirname "$0")/_commands_september.txt" "$@" diff --git a/full-path-realtime/quotes/databricks/costs/_commands_september.txt b/full-path-realtime/quotes/databricks/costs/_commands_september.txt new file mode 100644 index 0000000..4db974f --- /dev/null +++ b/full-path-realtime/quotes/databricks/costs/_commands_september.txt @@ -0,0 +1,29 @@ +#!/usr/bin/env bash +set -euo pipefail +# Full September serverless run. Public Premium list tariffs; normalized query cost. +DB="$(cd "$(dirname "$0")/.." && pwd)" +ROOT="$(cd "$DB/../.." && pwd)" +RUN="$DB/results/serverless_baseline_full_20260918T170453Z" +OUT="$DB/costs/out/serverless_20260918" +CH="$ROOT/quotes/clickhouse-cloud" +MATCH="$CH/results_t2/matched/databricks_serverless_20260918" +CH_OUT="$CH/costs/out_t2/matched/databricks_serverless_20260918" +mkdir -p "$OUT" "$CH_OUT" +# Costs-only refresh validates and reuses the accepted query selections/summaries. +if [[ "${ALLOCATIONS_ONLY:-0}" == 1 ]]; then + "${UV:-uv}" run --python 3.12 python "$DB/integrate_september.py" refresh-inputs +else +# uv supplies Python >=3.10 for the shared matcher; stdlib-only pricing scripts. +"${UV:-uv}" run --python 3.12 python "$DB/integrate_september.py" prepare +bash "$DB/costs/summarize_queries.sh" "$RUN/mv/dashboard_20260918T170453Z.jsonl" "$DB/costs/pricings/sql_serverless_compute.json" "$OUT/dashboard.json" --cloud aws --region eu-west-1 --plan premium --iterations 189 +bash "$DB/costs/summarize_queries.sh" "$RUN/raw/drilldown_20260918T170453Z.jsonl" "$DB/costs/pricings/sql_serverless_compute.json" "$OUT/drilldown.json" --cloud aws --region eu-west-1 --plan premium --iterations 32 +# Entire matched files: no second iteration slice. Retain accepted CH full-ingest cost. +bash "$CH/costs/summarize_queries.sh" "$MATCH/dashboard_active_matched_to_databricks.jsonl" "$CH_OUT/dashboard.json" +bash "$CH/costs/summarize_queries.sh" "$MATCH/drilldown_active_matched_to_databricks.jsonl" "$CH_OUT/drilldown.json" +fi +bash "$DB/costs/summarize_zerobus.sh" "$RUN/ingest/zerobus_ingest_allocation.csv" "$DB/costs/pricings/zerobus_ingest.json" "$OUT/zerobus.json" +bash "$DB/costs/summarize_clustering.sh" "$RUN/ingest/predictive_optimization_allocation.csv" "$DB/costs/pricings/serverless_maintenance.json" "$OUT/clustering.json" +bash "$DB/costs/summarize_mv_refresh.sh" "$RUN/freshness/mv_refresh_allocation.csv" "$DB/costs/pricings/serverless_maintenance.json" "$OUT/mv_refresh.json" +python3 "$DB/costs/summarize_components.py" assemble "$OUT" +"${UV:-uv}" run --python 3.12 python "$DB/integrate_september.py" refresh-inputs +"${UV:-uv}" run --python 3.12 python "$DB/integrate_september.py" finalize diff --git a/full-path-realtime/quotes/databricks/costs/_common.py b/full-path-realtime/quotes/databricks/costs/_common.py new file mode 100644 index 0000000..f575712 --- /dev/null +++ b/full-path-realtime/quotes/databricks/costs/_common.py @@ -0,0 +1,27 @@ +"""Offline CostBench pricing helpers; no provider credentials required.""" +from __future__ import annotations +import hashlib,json,math +from pathlib import Path +ROOT=Path(__file__).resolve().parents[3] +def read(path): return json.loads(Path(path).read_text()) +def records(path): return [json.loads(s) for s in Path(path).read_text().splitlines() if s.strip()] +def path_name(path): + path=Path(path).resolve() + try: return path.relative_to(ROOT).as_posix() + except ValueError: return str(path) +def provenance(path): + p=Path(path) + return {"path":path_name(p),"sha256":hashlib.sha256(p.read_bytes()).hexdigest()} +def save(path,data): + path=Path(path);path.parent.mkdir(parents=True,exist_ok=True) + tmp=path.with_suffix(path.suffix+".tmp") + tmp.write_text(json.dumps(data,indent=2,allow_nan=False)+"\n");tmp.replace(path) +def number(value,label): + if isinstance(value,bool): raise ValueError(f"boolean {label}") + v=float(value) + if not math.isfinite(v) or v<0: raise ValueError(f"invalid {label}: {value}") + return v +def price(path,cloud,region,plan): + found=[p for p in read(path)["pricing"] if (p["cloud"],p["region"],p["plan"])==(cloud,region,plan)] + if len(found)!=1: raise ValueError(f"expected one pricing block for {cloud}/{region}/{plan}") + return found[0] diff --git a/full-path-realtime/quotes/databricks/costs/out/serverless_20260918/clustering.json b/full-path-realtime/quotes/databricks/costs/out/serverless_20260918/clustering.json new file mode 100644 index 0000000..304d431 --- /dev/null +++ b/full-path-realtime/quotes/databricks/costs/out/serverless_20260918/clustering.json @@ -0,0 +1,124 @@ +{ + "schema_version": 2, + "component": "clustering", + "run_id": "serverless_baseline_full_20260918T170453Z", + "source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/ingest/predictive_optimization_allocation.csv", + "sha256": "91656e13b872fa64e0ee0b12c1a214bb52836703159330a94c283a5c1a5c0c5b" + }, + "context_source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/run_context.json", + "sha256": "0cc6fea57545442c1c95bebb01c393c6690ebf43c34091d58ff48b8acf9c8bca" + }, + "package_manifest": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/validation/manifest.json", + "sha256": "51b521ad465a0fdc635c271e87746d4fb93521dd34dfc6605c6475d0894a8fb2" + }, + "pricing_source": { + "path": "quotes/databricks/costs/pricings/serverless_maintenance.json", + "sha256": "f43f8c899ed9dce1941531168fd166ad0b2dabdbf93ed654c87c003037aef540" + }, + "pricing": { + "cloud": "aws", + "region": "eu-west-1", + "plan": "premium", + "dbu_price_per_dbu": 0.39, + "services": [ + "mv_refresh", + "predictive_optimization" + ], + "source_urls": [ + "https://www.databricks.com/product/pricing/lakeflow-pipelines", + "https://www.databricks.com/product/pricing/lakeflow-jobs" + ], + "billing_basis": "Jobs / pipelines serverless DBUs, includes infrastructure; no SQL warehouse rate", + "sku_names": [ + "PREMIUM_JOBS_SERVERLESS_COMPUTE_EUROPE_IRELAND" + ] + }, + "currency": "USD", + "allocation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "cost_model": "allocated_usage_times_checked_in_public_list_rate", + "status": "estimated", + "full_dataset_rows": 113219565734, + "scope": "Ingestion and maintenance during the accepted real-time benchmark window", + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "scope_source": { + "path": "quotes/databricks/costs/scopes/serverless_20260918.json", + "sha256": "fcb45742354d21a3801cb7ac8cc1c5c8ab1eca92168d0b5e529e96e2147c9394" + }, + "usage_unit": "ESTIMATED_DBU", + "operations": 14, + "operation_ids": [ + "predictive-operation-001", + "predictive-operation-002", + "predictive-operation-003", + "predictive-operation-004", + "predictive-operation-005", + "predictive-operation-006", + "predictive-operation-007", + "predictive-operation-008", + "predictive-operation-009", + "predictive-operation-010", + "predictive-operation-011", + "predictive-operation-012", + "predictive-operation-013", + "predictive-operation-014" + ], + "reconciliation_source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/evidence/clustering_status.json", + "sha256": "245dde29a7be89c081674fe820d61f7f0b78b83b29547e5ccc9ea7e599b03fcc" + }, + "breakdown": [ + { + "table_operation": "quotes/ANALYZE", + "dbu": 0.4231190427968253, + "cost_usd": 0.16501642669076186 + }, + { + "table_operation": "quotes/CLUSTERING", + "dbu": 150.18693224712266, + "cost_usd": 58.57290357637784 + }, + { + "table_operation": "quotes_daily/ANALYZE", + "dbu": 0.003850426071963021, + "cost_usd": 0.0015016661680655782 + }, + { + "table_operation": "quotes_daily/CLUSTERING", + "dbu": 1.247399337877344, + "cost_usd": 0.48648574177216414 + } + ], + "total_dbu": 151.8613010538688, + "total_dbu_decimal": "151.861301053868793271", + "total_cost_usd": 59.225907411008826, + "total_cost_usd_decimal": "59.22590741100882937569" +} diff --git a/full-path-realtime/quotes/databricks/costs/out/serverless_20260918/dashboard.json b/full-path-realtime/quotes/databricks/costs/out/serverless_20260918/dashboard.json new file mode 100644 index 0000000..fa38ce7 --- /dev/null +++ b/full-path-realtime/quotes/databricks/costs/out/serverless_20260918/dashboard.json @@ -0,0 +1,227 @@ +{ + "schema_version": 2, + "source_file": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl", + "source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl", + "sha256": "b97164940fed258796695511ce46356cffc7b2910d598f6936c5fdf0cee2add7" + }, + "pricing_source": { + "path": "quotes/databricks/costs/pricings/sql_serverless_compute.json", + "sha256": "0ede879fc42bb3a63ef1b6583af24e7bf62c3afeee5e5f307922bb19f10360a9" + }, + "system": "Databricks (AWS)", + "version": "4.2.0 0000000000000000000000000000000000000000", + "warehouse_size": "X-Small", + "cloud": "aws", + "region": "eu-west-1", + "plan": "premium", + "cost_model": "normalized_runtime_list_price", + "runtime_source": "runner result: provider Query History total duration; includes compilation; excludes result fetch", + "scope_note": "Accepted prefix; idle, minimum billing and other warehouse activity excluded. Public list pricing, not invoice allocation.", + "iterations_included": 189, + "queries_per_iteration": 4, + "query_jobs": 756, + "total_runtime_seconds": 613.164, + "source_indices": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121, + 122, + 123, + 124, + 125, + 126, + 127, + 128, + 129, + 130, + 131, + 132, + 133, + 134, + 135, + 136, + 137, + 138, + 139, + 140, + 141, + 142, + 143, + 144, + 145, + 146, + 147, + 148, + 149, + 150, + 151, + 152, + 153, + 154, + 155, + 156, + 157, + 158, + 159, + 160, + 161, + 162, + 163, + 164, + 165, + 166, + 167, + 168, + 169, + 170, + 171, + 172, + 173, + 174, + 175, + 176, + 177, + 178, + 179, + 180, + 181, + 182, + 183, + 184, + 185, + 186, + 187, + 188 + ], + "last_sampled_raw_rows": 112848979521, + "raw_rows_source": "producer_progress.logical_raw_rows", + "costs": [ + { + "tier": "premium", + "warehouse_size": "X-Small", + "dbu_per_hour": 6.0, + "dbu_price_per_hour": 0.91, + "total_compute_cost_usd": 0.9299653999999999 + } + ] +} diff --git a/full-path-realtime/quotes/databricks/costs/out/serverless_20260918/drilldown.json b/full-path-realtime/quotes/databricks/costs/out/serverless_20260918/drilldown.json new file mode 100644 index 0000000..6ec43bb --- /dev/null +++ b/full-path-realtime/quotes/databricks/costs/out/serverless_20260918/drilldown.json @@ -0,0 +1,70 @@ +{ + "schema_version": 2, + "source_file": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl", + "source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl", + "sha256": "99b9abcea27603515d0f82594b42e6d39ef0dd7dd77088a1c7fe69953657e212" + }, + "pricing_source": { + "path": "quotes/databricks/costs/pricings/sql_serverless_compute.json", + "sha256": "0ede879fc42bb3a63ef1b6583af24e7bf62c3afeee5e5f307922bb19f10360a9" + }, + "system": "Databricks (AWS)", + "version": "4.2.0 0000000000000000000000000000000000000000", + "warehouse_size": "X-Small", + "cloud": "aws", + "region": "eu-west-1", + "plan": "premium", + "cost_model": "normalized_runtime_list_price", + "runtime_source": "runner result: provider Query History total duration; includes compilation; excludes result fetch", + "scope_note": "Accepted prefix; idle, minimum billing and other warehouse activity excluded. Public list pricing, not invoice allocation.", + "iterations_included": 32, + "queries_per_iteration": 2, + "query_jobs": 64, + "total_runtime_seconds": 1133.002, + "source_indices": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31 + ], + "last_sampled_raw_rows": 111648774193, + "raw_rows_source": "producer_progress.logical_raw_rows", + "costs": [ + { + "tier": "premium", + "warehouse_size": "X-Small", + "dbu_per_hour": 6.0, + "dbu_price_per_hour": 0.91, + "total_compute_cost_usd": 1.7183863666666666 + } + ] +} diff --git a/full-path-realtime/quotes/databricks/costs/out/serverless_20260918/fresh_data_path.json b/full-path-realtime/quotes/databricks/costs/out/serverless_20260918/fresh_data_path.json new file mode 100644 index 0000000..b911f31 --- /dev/null +++ b/full-path-realtime/quotes/databricks/costs/out/serverless_20260918/fresh_data_path.json @@ -0,0 +1,3530 @@ +{ + "schema_version": 2, + "run_id": "serverless_baseline_full_20260918T170453Z", + "status": "complete_modeled", + "components": { + "zerobus": { + "schema_version": 2, + "component": "zerobus", + "run_id": "serverless_baseline_full_20260918T170453Z", + "source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/ingest/zerobus_ingest_allocation.csv", + "sha256": "5288be110892f92feb541ceee921f60543293c5e913db0a8ebf4ec8e01886bf9" + }, + "context_source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/run_context.json", + "sha256": "0cc6fea57545442c1c95bebb01c393c6690ebf43c34091d58ff48b8acf9c8bca" + }, + "package_manifest": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/validation/manifest.json", + "sha256": "51b521ad465a0fdc635c271e87746d4fb93521dd34dfc6605c6475d0894a8fb2" + }, + "pricing_source": { + "path": "quotes/databricks/costs/pricings/zerobus_ingest.json", + "sha256": "c03d2af2360b66cd258a7e9c1ef24918c83f1de01deb6b7a66104797c3f6eab1" + }, + "pricing": { + "cloud": "aws", + "region": "eu-west-1", + "plan": "premium", + "displayed_usd_per_gb": 0.056, + "dbu_per_gb": 0.143, + "dbu_price_per_dbu": 0.39, + "usd_per_gb": 0.05577, + "bytes_per_gb": 1000000000, + "unit_status": "model_assumption_decimal_GB", + "unit_note": "Public Zerobus pricing labels GB without a byte divisor. Decimal GB is an explicit model assumption; output also includes the 2^30-byte sensitivity. The networking GB definition is not assumed to define ingestion billing.", + "quantity_basis": "Provider system.lakeflow.zerobus_ingest committed_bytes; run IPC compression NONE. Provider bytes are a volume proxy, not a billing export.", + "includes_compute": true, + "source_url": "https://www.databricks.com/product/pricing/lakeflow-connect", + "rate_calculation": "0.143 DBU/GB * 0.39 USD/DBU; pricing card rounds to $0.056/GB", + "price_basis": "Public list tariff verified 2026-09-22; not a historical invoice reconstruction", + "sku_names": [ + "PREMIUM_JOBS_SERVERLESS_COMPUTE_EUROPE_IRELAND" + ] + }, + "currency": "USD", + "allocation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "cost_model": "allocated_usage_times_checked_in_public_list_rate", + "status": "complete_allocated_window", + "full_dataset_rows": 113219565734, + "scope": "Ingestion and maintenance during the accepted real-time benchmark window", + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "scope_source": { + "path": "quotes/databricks/costs/scopes/serverless_20260918.json", + "sha256": "fcb45742354d21a3801cb7ac8cc1c5c8ab1eca92168d0b5e529e96e2147c9394" + }, + "usage_unit": "DBU", + "usage_records": 190, + "record_type_counts": { + "ORIGINAL": 190 + }, + "record_ids": [ + "zerobus-billing-record-0001", + "zerobus-billing-record-0002", + "zerobus-billing-record-0003", + "zerobus-billing-record-0004", + "zerobus-billing-record-0005", + "zerobus-billing-record-0006", + "zerobus-billing-record-0007", + "zerobus-billing-record-0008", + "zerobus-billing-record-0009", + "zerobus-billing-record-0010", + "zerobus-billing-record-0011", + "zerobus-billing-record-0012", + "zerobus-billing-record-0013", + "zerobus-billing-record-0014", + "zerobus-billing-record-0015", + "zerobus-billing-record-0016", + "zerobus-billing-record-0017", + "zerobus-billing-record-0018", + "zerobus-billing-record-0019", + "zerobus-billing-record-0020", + "zerobus-billing-record-0021", + "zerobus-billing-record-0022", + "zerobus-billing-record-0023", + "zerobus-billing-record-0024", + "zerobus-billing-record-0025", + "zerobus-billing-record-0026", + "zerobus-billing-record-0027", + "zerobus-billing-record-0028", + "zerobus-billing-record-0029", + "zerobus-billing-record-0030", + "zerobus-billing-record-0031", + "zerobus-billing-record-0032", + "zerobus-billing-record-0033", + "zerobus-billing-record-0034", + "zerobus-billing-record-0035", + "zerobus-billing-record-0036", + "zerobus-billing-record-0037", + "zerobus-billing-record-0038", + "zerobus-billing-record-0039", + "zerobus-billing-record-0040", + "zerobus-billing-record-0041", + "zerobus-billing-record-0042", + "zerobus-billing-record-0043", + "zerobus-billing-record-0044", + "zerobus-billing-record-0045", + "zerobus-billing-record-0046", + "zerobus-billing-record-0047", + "zerobus-billing-record-0048", + "zerobus-billing-record-0049", + "zerobus-billing-record-0050", + "zerobus-billing-record-0051", + "zerobus-billing-record-0052", + "zerobus-billing-record-0053", + "zerobus-billing-record-0054", + "zerobus-billing-record-0055", + "zerobus-billing-record-0056", + "zerobus-billing-record-0057", + "zerobus-billing-record-0058", + "zerobus-billing-record-0059", + "zerobus-billing-record-0060", + "zerobus-billing-record-0061", + "zerobus-billing-record-0062", + "zerobus-billing-record-0063", + "zerobus-billing-record-0064", + "zerobus-billing-record-0065", + "zerobus-billing-record-0066", + "zerobus-billing-record-0067", + "zerobus-billing-record-0068", + "zerobus-billing-record-0069", + "zerobus-billing-record-0070", + "zerobus-billing-record-0071", + "zerobus-billing-record-0072", + "zerobus-billing-record-0073", + "zerobus-billing-record-0074", + "zerobus-billing-record-0075", + "zerobus-billing-record-0076", + "zerobus-billing-record-0077", + "zerobus-billing-record-0078", + "zerobus-billing-record-0079", + "zerobus-billing-record-0080", + "zerobus-billing-record-0081", + "zerobus-billing-record-0082", + "zerobus-billing-record-0083", + "zerobus-billing-record-0084", + "zerobus-billing-record-0085", + "zerobus-billing-record-0086", + "zerobus-billing-record-0087", + "zerobus-billing-record-0088", + "zerobus-billing-record-0089", + "zerobus-billing-record-0090", + "zerobus-billing-record-0091", + "zerobus-billing-record-0092", + "zerobus-billing-record-0093", + "zerobus-billing-record-0094", + "zerobus-billing-record-0095", + "zerobus-billing-record-0096", + "zerobus-billing-record-0097", + "zerobus-billing-record-0098", + "zerobus-billing-record-0099", + "zerobus-billing-record-0100", + "zerobus-billing-record-0101", + "zerobus-billing-record-0102", + "zerobus-billing-record-0103", + "zerobus-billing-record-0104", + "zerobus-billing-record-0105", + "zerobus-billing-record-0106", + "zerobus-billing-record-0107", + "zerobus-billing-record-0108", + "zerobus-billing-record-0109", + "zerobus-billing-record-0110", + "zerobus-billing-record-0111", + "zerobus-billing-record-0112", + "zerobus-billing-record-0113", + "zerobus-billing-record-0114", + "zerobus-billing-record-0115", + "zerobus-billing-record-0116", + "zerobus-billing-record-0117", + "zerobus-billing-record-0118", + "zerobus-billing-record-0119", + "zerobus-billing-record-0120", + "zerobus-billing-record-0121", + "zerobus-billing-record-0122", + "zerobus-billing-record-0123", + "zerobus-billing-record-0124", + "zerobus-billing-record-0125", + "zerobus-billing-record-0126", + "zerobus-billing-record-0127", + "zerobus-billing-record-0128", + "zerobus-billing-record-0129", + "zerobus-billing-record-0130", + "zerobus-billing-record-0131", + "zerobus-billing-record-0132", + "zerobus-billing-record-0133", + "zerobus-billing-record-0134", + "zerobus-billing-record-0135", + "zerobus-billing-record-0136", + "zerobus-billing-record-0137", + "zerobus-billing-record-0138", + "zerobus-billing-record-0139", + "zerobus-billing-record-0140", + "zerobus-billing-record-0141", + "zerobus-billing-record-0142", + "zerobus-billing-record-0143", + "zerobus-billing-record-0144", + "zerobus-billing-record-0145", + "zerobus-billing-record-0146", + "zerobus-billing-record-0147", + "zerobus-billing-record-0148", + "zerobus-billing-record-0149", + "zerobus-billing-record-0150", + "zerobus-billing-record-0151", + "zerobus-billing-record-0152", + "zerobus-billing-record-0153", + "zerobus-billing-record-0154", + "zerobus-billing-record-0155", + "zerobus-billing-record-0156", + "zerobus-billing-record-0157", + "zerobus-billing-record-0158", + "zerobus-billing-record-0159", + "zerobus-billing-record-0160", + "zerobus-billing-record-0161", + "zerobus-billing-record-0162", + "zerobus-billing-record-0163", + "zerobus-billing-record-0164", + "zerobus-billing-record-0165", + "zerobus-billing-record-0166", + "zerobus-billing-record-0167", + "zerobus-billing-record-0168", + "zerobus-billing-record-0169", + "zerobus-billing-record-0170", + "zerobus-billing-record-0171", + "zerobus-billing-record-0172", + "zerobus-billing-record-0173", + "zerobus-billing-record-0174", + "zerobus-billing-record-0175", + "zerobus-billing-record-0176", + "zerobus-billing-record-0177", + "zerobus-billing-record-0178", + "zerobus-billing-record-0179", + "zerobus-billing-record-0180", + "zerobus-billing-record-0181", + "zerobus-billing-record-0182", + "zerobus-billing-record-0183", + "zerobus-billing-record-0184", + "zerobus-billing-record-0185", + "zerobus-billing-record-0186", + "zerobus-billing-record-0187", + "zerobus-billing-record-0188", + "zerobus-billing-record-0189", + "zerobus-billing-record-0190" + ], + "signed_adjustments_preserved": true, + "allocation_applied_once": true, + "breakdown": [ + { + "sku_name": "PREMIUM_JOBS_SERVERLESS_COMPUTE_EUROPE_IRELAND", + "dbu": 1098.9261167166228, + "cost_usd": 428.58118551948286 + } + ], + "table_ids": [ + "" + ], + "reconciliation_source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/evidence/provider_reconciliation.json", + "sha256": "a17675c0587568471df8fffd7b155c66dfc5199ea7f0140aced1aee0f37e7d9a" + }, + "meter_status": "run-scoped allocated DBUs; byte-volume proxy superseded", + "total_dbu": 1098.9261167166228, + "total_dbu_decimal": "1098.92611671662270389974502", + "total_cost_usd": 428.58118551948286, + "total_cost_usd_decimal": "428.5811855194828545209005578" + }, + "clustering": { + "schema_version": 2, + "component": "clustering", + "run_id": "serverless_baseline_full_20260918T170453Z", + "source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/ingest/predictive_optimization_allocation.csv", + "sha256": "91656e13b872fa64e0ee0b12c1a214bb52836703159330a94c283a5c1a5c0c5b" + }, + "context_source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/run_context.json", + "sha256": "0cc6fea57545442c1c95bebb01c393c6690ebf43c34091d58ff48b8acf9c8bca" + }, + "package_manifest": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/validation/manifest.json", + "sha256": "51b521ad465a0fdc635c271e87746d4fb93521dd34dfc6605c6475d0894a8fb2" + }, + "pricing_source": { + "path": "quotes/databricks/costs/pricings/serverless_maintenance.json", + "sha256": "f43f8c899ed9dce1941531168fd166ad0b2dabdbf93ed654c87c003037aef540" + }, + "pricing": { + "cloud": "aws", + "region": "eu-west-1", + "plan": "premium", + "dbu_price_per_dbu": 0.39, + "services": [ + "mv_refresh", + "predictive_optimization" + ], + "source_urls": [ + "https://www.databricks.com/product/pricing/lakeflow-pipelines", + "https://www.databricks.com/product/pricing/lakeflow-jobs" + ], + "billing_basis": "Jobs / pipelines serverless DBUs, includes infrastructure; no SQL warehouse rate", + "sku_names": [ + "PREMIUM_JOBS_SERVERLESS_COMPUTE_EUROPE_IRELAND" + ] + }, + "currency": "USD", + "allocation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "cost_model": "allocated_usage_times_checked_in_public_list_rate", + "status": "estimated", + "full_dataset_rows": 113219565734, + "scope": "Ingestion and maintenance during the accepted real-time benchmark window", + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "scope_source": { + "path": "quotes/databricks/costs/scopes/serverless_20260918.json", + "sha256": "fcb45742354d21a3801cb7ac8cc1c5c8ab1eca92168d0b5e529e96e2147c9394" + }, + "usage_unit": "ESTIMATED_DBU", + "operations": 14, + "operation_ids": [ + "predictive-operation-001", + "predictive-operation-002", + "predictive-operation-003", + "predictive-operation-004", + "predictive-operation-005", + "predictive-operation-006", + "predictive-operation-007", + "predictive-operation-008", + "predictive-operation-009", + "predictive-operation-010", + "predictive-operation-011", + "predictive-operation-012", + "predictive-operation-013", + "predictive-operation-014" + ], + "reconciliation_source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/evidence/clustering_status.json", + "sha256": "245dde29a7be89c081674fe820d61f7f0b78b83b29547e5ccc9ea7e599b03fcc" + }, + "breakdown": [ + { + "table_operation": "quotes/ANALYZE", + "dbu": 0.4231190427968253, + "cost_usd": 0.16501642669076186 + }, + { + "table_operation": "quotes/CLUSTERING", + "dbu": 150.18693224712266, + "cost_usd": 58.57290357637784 + }, + { + "table_operation": "quotes_daily/ANALYZE", + "dbu": 0.003850426071963021, + "cost_usd": 0.0015016661680655782 + }, + { + "table_operation": "quotes_daily/CLUSTERING", + "dbu": 1.247399337877344, + "cost_usd": 0.48648574177216414 + } + ], + "total_dbu": 151.8613010538688, + "total_dbu_decimal": "151.861301053868793271", + "total_cost_usd": 59.225907411008826, + "total_cost_usd_decimal": "59.22590741100882937569" + }, + "mv_refresh": { + "schema_version": 2, + "component": "mv_refresh", + "run_id": "serverless_baseline_full_20260918T170453Z", + "source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/freshness/mv_refresh_allocation.csv", + "sha256": "f2147e76bb379ebb26bd84608ee99d2fb9a187a8098a069e5bb5611c766a68db" + }, + "context_source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/run_context.json", + "sha256": "0cc6fea57545442c1c95bebb01c393c6690ebf43c34091d58ff48b8acf9c8bca" + }, + "package_manifest": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/validation/manifest.json", + "sha256": "51b521ad465a0fdc635c271e87746d4fb93521dd34dfc6605c6475d0894a8fb2" + }, + "pricing_source": { + "path": "quotes/databricks/costs/pricings/serverless_maintenance.json", + "sha256": "f43f8c899ed9dce1941531168fd166ad0b2dabdbf93ed654c87c003037aef540" + }, + "pricing": { + "cloud": "aws", + "region": "eu-west-1", + "plan": "premium", + "dbu_price_per_dbu": 0.39, + "services": [ + "mv_refresh", + "predictive_optimization" + ], + "source_urls": [ + "https://www.databricks.com/product/pricing/lakeflow-pipelines", + "https://www.databricks.com/product/pricing/lakeflow-jobs" + ], + "billing_basis": "Jobs / pipelines serverless DBUs, includes infrastructure; no SQL warehouse rate", + "sku_names": [ + "PREMIUM_JOBS_SERVERLESS_COMPUTE_EUROPE_IRELAND" + ] + }, + "currency": "USD", + "allocation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "cost_model": "allocated_usage_times_checked_in_public_list_rate", + "status": "complete_allocated_window", + "full_dataset_rows": 113219565734, + "scope": "Ingestion and maintenance during the accepted real-time benchmark window", + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "scope_source": { + "path": "quotes/databricks/costs/scopes/serverless_20260918.json", + "sha256": "fcb45742354d21a3801cb7ac8cc1c5c8ab1eca92168d0b5e529e96e2147c9394" + }, + "usage_unit": "DBU", + "usage_records": 2958, + "record_type_counts": { + "ORIGINAL": 2958 + }, + "record_ids": [ + "mv-billing-record-0001", + "mv-billing-record-0002", + "mv-billing-record-0003", + "mv-billing-record-0004", + "mv-billing-record-0005", + "mv-billing-record-0006", + "mv-billing-record-0007", + "mv-billing-record-0008", + "mv-billing-record-0009", + "mv-billing-record-0010", + "mv-billing-record-0011", + "mv-billing-record-0012", + "mv-billing-record-0013", + "mv-billing-record-0014", + "mv-billing-record-0015", + "mv-billing-record-0016", + "mv-billing-record-0017", + "mv-billing-record-0018", + "mv-billing-record-0019", + "mv-billing-record-0020", + "mv-billing-record-0021", + "mv-billing-record-0022", + "mv-billing-record-0023", + "mv-billing-record-0024", + "mv-billing-record-0025", + "mv-billing-record-0026", + "mv-billing-record-0027", + "mv-billing-record-0028", + "mv-billing-record-0029", + "mv-billing-record-0030", + "mv-billing-record-0031", + "mv-billing-record-0032", + "mv-billing-record-0033", + "mv-billing-record-0034", + "mv-billing-record-0035", + "mv-billing-record-0036", + "mv-billing-record-0037", + "mv-billing-record-0038", + "mv-billing-record-0039", + "mv-billing-record-0040", + "mv-billing-record-0041", + "mv-billing-record-0042", + "mv-billing-record-0043", + "mv-billing-record-0044", + "mv-billing-record-0045", + "mv-billing-record-0046", + "mv-billing-record-0047", + "mv-billing-record-0048", + "mv-billing-record-0049", + "mv-billing-record-0050", + "mv-billing-record-0051", + "mv-billing-record-0052", + "mv-billing-record-0053", + "mv-billing-record-0054", + "mv-billing-record-0055", + "mv-billing-record-0056", + "mv-billing-record-0057", + "mv-billing-record-0058", + "mv-billing-record-0059", + "mv-billing-record-0060", + "mv-billing-record-0061", + "mv-billing-record-0062", + "mv-billing-record-0063", + "mv-billing-record-0064", + "mv-billing-record-0065", + "mv-billing-record-0066", + "mv-billing-record-0067", + "mv-billing-record-0068", + "mv-billing-record-0069", + "mv-billing-record-0070", + "mv-billing-record-0071", + "mv-billing-record-0072", + "mv-billing-record-0073", + "mv-billing-record-0074", + "mv-billing-record-0075", + "mv-billing-record-0076", + "mv-billing-record-0077", + "mv-billing-record-0078", + "mv-billing-record-0079", + "mv-billing-record-0080", + "mv-billing-record-0081", + "mv-billing-record-0082", + "mv-billing-record-0083", + "mv-billing-record-0084", + "mv-billing-record-0085", + "mv-billing-record-0086", + "mv-billing-record-0087", + "mv-billing-record-0088", + "mv-billing-record-0089", + "mv-billing-record-0090", + "mv-billing-record-0091", + "mv-billing-record-0092", + "mv-billing-record-0093", + "mv-billing-record-0094", + "mv-billing-record-0095", + "mv-billing-record-0096", + "mv-billing-record-0097", + "mv-billing-record-0098", + "mv-billing-record-0099", + "mv-billing-record-0100", + "mv-billing-record-0101", + "mv-billing-record-0102", + "mv-billing-record-0103", + "mv-billing-record-0104", + "mv-billing-record-0105", + "mv-billing-record-0106", + "mv-billing-record-0107", + "mv-billing-record-0108", + "mv-billing-record-0109", + "mv-billing-record-0110", + "mv-billing-record-0111", + "mv-billing-record-0112", + "mv-billing-record-0113", + "mv-billing-record-0114", + "mv-billing-record-0115", + "mv-billing-record-0116", + "mv-billing-record-0117", + "mv-billing-record-0118", + "mv-billing-record-0119", + "mv-billing-record-0120", + "mv-billing-record-0121", + "mv-billing-record-0122", + "mv-billing-record-0123", + "mv-billing-record-0124", + "mv-billing-record-0125", + "mv-billing-record-0126", + "mv-billing-record-0127", + "mv-billing-record-0128", + "mv-billing-record-0129", + "mv-billing-record-0130", + "mv-billing-record-0131", + "mv-billing-record-0132", + "mv-billing-record-0133", + "mv-billing-record-0134", + "mv-billing-record-0135", + "mv-billing-record-0136", + "mv-billing-record-0137", + "mv-billing-record-0138", + "mv-billing-record-0139", + "mv-billing-record-0140", + "mv-billing-record-0141", + "mv-billing-record-0142", + "mv-billing-record-0143", + "mv-billing-record-0144", + "mv-billing-record-0145", + "mv-billing-record-0146", + "mv-billing-record-0147", + "mv-billing-record-0148", + "mv-billing-record-0149", + "mv-billing-record-0150", + "mv-billing-record-0151", + "mv-billing-record-0152", + "mv-billing-record-0153", + "mv-billing-record-0154", + "mv-billing-record-0155", + "mv-billing-record-0156", + "mv-billing-record-0157", + "mv-billing-record-0158", + "mv-billing-record-0159", + "mv-billing-record-0160", + "mv-billing-record-0161", + "mv-billing-record-0162", + "mv-billing-record-0163", + "mv-billing-record-0164", + "mv-billing-record-0165", + "mv-billing-record-0166", + "mv-billing-record-0167", + "mv-billing-record-0168", + "mv-billing-record-0169", + "mv-billing-record-0170", + "mv-billing-record-0171", + "mv-billing-record-0172", + "mv-billing-record-0173", + "mv-billing-record-0174", + "mv-billing-record-0175", + "mv-billing-record-0176", + "mv-billing-record-0177", + "mv-billing-record-0178", + "mv-billing-record-0179", + "mv-billing-record-0180", + "mv-billing-record-0181", + "mv-billing-record-0182", + "mv-billing-record-0183", + "mv-billing-record-0184", + "mv-billing-record-0185", + "mv-billing-record-0186", + "mv-billing-record-0187", + "mv-billing-record-0188", + "mv-billing-record-0189", + "mv-billing-record-0190", + "mv-billing-record-0191", + "mv-billing-record-0192", + "mv-billing-record-0193", + "mv-billing-record-0194", + "mv-billing-record-0195", + "mv-billing-record-0196", + "mv-billing-record-0197", + "mv-billing-record-0198", + "mv-billing-record-0199", + "mv-billing-record-0200", + "mv-billing-record-0201", + "mv-billing-record-0202", + "mv-billing-record-0203", + "mv-billing-record-0204", + "mv-billing-record-0205", + "mv-billing-record-0206", + "mv-billing-record-0207", + "mv-billing-record-0208", + "mv-billing-record-0209", + "mv-billing-record-0210", + "mv-billing-record-0211", + "mv-billing-record-0212", + "mv-billing-record-0213", + "mv-billing-record-0214", + "mv-billing-record-0215", + "mv-billing-record-0216", + "mv-billing-record-0217", + "mv-billing-record-0218", + "mv-billing-record-0219", + "mv-billing-record-0220", + "mv-billing-record-0221", + "mv-billing-record-0222", + "mv-billing-record-0223", + "mv-billing-record-0224", + "mv-billing-record-0225", + "mv-billing-record-0226", + "mv-billing-record-0227", + "mv-billing-record-0228", + "mv-billing-record-0229", + "mv-billing-record-0230", + "mv-billing-record-0231", + "mv-billing-record-0232", + "mv-billing-record-0233", + "mv-billing-record-0234", + "mv-billing-record-0235", + "mv-billing-record-0236", + "mv-billing-record-0237", + "mv-billing-record-0238", + "mv-billing-record-0239", + "mv-billing-record-0240", + "mv-billing-record-0241", + "mv-billing-record-0242", + "mv-billing-record-0243", + "mv-billing-record-0244", + "mv-billing-record-0245", + "mv-billing-record-0246", + "mv-billing-record-0247", + "mv-billing-record-0248", + "mv-billing-record-0249", + "mv-billing-record-0250", + "mv-billing-record-0251", + "mv-billing-record-0252", + "mv-billing-record-0253", + "mv-billing-record-0254", + "mv-billing-record-0255", + "mv-billing-record-0256", + "mv-billing-record-0257", + "mv-billing-record-0258", + "mv-billing-record-0259", + "mv-billing-record-0260", + "mv-billing-record-0261", + "mv-billing-record-0262", + "mv-billing-record-0263", + "mv-billing-record-0264", + "mv-billing-record-0265", + "mv-billing-record-0266", + "mv-billing-record-0267", + "mv-billing-record-0268", + "mv-billing-record-0269", + "mv-billing-record-0270", + "mv-billing-record-0271", + "mv-billing-record-0272", + "mv-billing-record-0273", + "mv-billing-record-0274", + "mv-billing-record-0275", + "mv-billing-record-0276", + "mv-billing-record-0277", + "mv-billing-record-0278", + "mv-billing-record-0279", + "mv-billing-record-0280", + "mv-billing-record-0281", + "mv-billing-record-0282", + "mv-billing-record-0283", + "mv-billing-record-0284", + "mv-billing-record-0285", + "mv-billing-record-0286", + "mv-billing-record-0287", + "mv-billing-record-0288", + "mv-billing-record-0289", + "mv-billing-record-0290", + "mv-billing-record-0291", + "mv-billing-record-0292", + "mv-billing-record-0293", + "mv-billing-record-0294", + "mv-billing-record-0295", + "mv-billing-record-0296", + "mv-billing-record-0297", + "mv-billing-record-0298", + "mv-billing-record-0299", + "mv-billing-record-0300", + "mv-billing-record-0301", + "mv-billing-record-0302", + "mv-billing-record-0303", + "mv-billing-record-0304", + "mv-billing-record-0305", + "mv-billing-record-0306", + "mv-billing-record-0307", + "mv-billing-record-0308", + "mv-billing-record-0309", + "mv-billing-record-0310", + "mv-billing-record-0311", + "mv-billing-record-0312", + "mv-billing-record-0313", + "mv-billing-record-0314", + "mv-billing-record-0315", + "mv-billing-record-0316", + "mv-billing-record-0317", + "mv-billing-record-0318", + "mv-billing-record-0319", + "mv-billing-record-0320", + "mv-billing-record-0321", + "mv-billing-record-0322", + "mv-billing-record-0323", + "mv-billing-record-0324", + "mv-billing-record-0325", + "mv-billing-record-0326", + "mv-billing-record-0327", + "mv-billing-record-0328", + "mv-billing-record-0329", + "mv-billing-record-0330", + "mv-billing-record-0331", + "mv-billing-record-0332", + "mv-billing-record-0333", + "mv-billing-record-0334", + "mv-billing-record-0335", + "mv-billing-record-0336", + "mv-billing-record-0337", + "mv-billing-record-0338", + "mv-billing-record-0339", + "mv-billing-record-0340", + "mv-billing-record-0341", + "mv-billing-record-0342", + "mv-billing-record-0343", + "mv-billing-record-0344", + "mv-billing-record-0345", + "mv-billing-record-0346", + "mv-billing-record-0347", + "mv-billing-record-0348", + "mv-billing-record-0349", + "mv-billing-record-0350", + "mv-billing-record-0351", + "mv-billing-record-0352", + "mv-billing-record-0353", + "mv-billing-record-0354", + "mv-billing-record-0355", + "mv-billing-record-0356", + "mv-billing-record-0357", + "mv-billing-record-0358", + "mv-billing-record-0359", + "mv-billing-record-0360", + "mv-billing-record-0361", + "mv-billing-record-0362", + "mv-billing-record-0363", + "mv-billing-record-0364", + "mv-billing-record-0365", + "mv-billing-record-0366", + "mv-billing-record-0367", + "mv-billing-record-0368", + "mv-billing-record-0369", + "mv-billing-record-0370", + "mv-billing-record-0371", + "mv-billing-record-0372", + "mv-billing-record-0373", + "mv-billing-record-0374", + "mv-billing-record-0375", + "mv-billing-record-0376", + "mv-billing-record-0377", + "mv-billing-record-0378", + "mv-billing-record-0379", + "mv-billing-record-0380", + "mv-billing-record-0381", + "mv-billing-record-0382", + "mv-billing-record-0383", + "mv-billing-record-0384", + "mv-billing-record-0385", + "mv-billing-record-0386", + "mv-billing-record-0387", + "mv-billing-record-0388", + "mv-billing-record-0389", + "mv-billing-record-0390", + "mv-billing-record-0391", + "mv-billing-record-0392", + "mv-billing-record-0393", + "mv-billing-record-0394", + "mv-billing-record-0395", + "mv-billing-record-0396", + "mv-billing-record-0397", + "mv-billing-record-0398", + "mv-billing-record-0399", + "mv-billing-record-0400", + "mv-billing-record-0401", + "mv-billing-record-0402", + "mv-billing-record-0403", + "mv-billing-record-0404", + "mv-billing-record-0405", + "mv-billing-record-0406", + "mv-billing-record-0407", + "mv-billing-record-0408", + "mv-billing-record-0409", + "mv-billing-record-0410", + "mv-billing-record-0411", + "mv-billing-record-0412", + "mv-billing-record-0413", + "mv-billing-record-0414", + "mv-billing-record-0415", + "mv-billing-record-0416", + "mv-billing-record-0417", + "mv-billing-record-0418", + "mv-billing-record-0419", + "mv-billing-record-0420", + "mv-billing-record-0421", + "mv-billing-record-0422", + "mv-billing-record-0423", + "mv-billing-record-0424", + "mv-billing-record-0425", + "mv-billing-record-0426", + "mv-billing-record-0427", + "mv-billing-record-0428", + "mv-billing-record-0429", + "mv-billing-record-0430", + "mv-billing-record-0431", + "mv-billing-record-0432", + "mv-billing-record-0433", + "mv-billing-record-0434", + "mv-billing-record-0435", + "mv-billing-record-0436", + "mv-billing-record-0437", + "mv-billing-record-0438", + "mv-billing-record-0439", + "mv-billing-record-0440", + "mv-billing-record-0441", + "mv-billing-record-0442", + "mv-billing-record-0443", + "mv-billing-record-0444", + "mv-billing-record-0445", + "mv-billing-record-0446", + "mv-billing-record-0447", + "mv-billing-record-0448", + "mv-billing-record-0449", + "mv-billing-record-0450", + "mv-billing-record-0451", + "mv-billing-record-0452", + "mv-billing-record-0453", + "mv-billing-record-0454", + "mv-billing-record-0455", + "mv-billing-record-0456", + "mv-billing-record-0457", + "mv-billing-record-0458", + "mv-billing-record-0459", + "mv-billing-record-0460", + "mv-billing-record-0461", + "mv-billing-record-0462", + "mv-billing-record-0463", + "mv-billing-record-0464", + "mv-billing-record-0465", + "mv-billing-record-0466", + "mv-billing-record-0467", + "mv-billing-record-0468", + "mv-billing-record-0469", + "mv-billing-record-0470", + "mv-billing-record-0471", + "mv-billing-record-0472", + "mv-billing-record-0473", + "mv-billing-record-0474", + "mv-billing-record-0475", + "mv-billing-record-0476", + "mv-billing-record-0477", + "mv-billing-record-0478", + "mv-billing-record-0479", + "mv-billing-record-0480", + "mv-billing-record-0481", + "mv-billing-record-0482", + "mv-billing-record-0483", + "mv-billing-record-0484", + "mv-billing-record-0485", + "mv-billing-record-0486", + "mv-billing-record-0487", + "mv-billing-record-0488", + "mv-billing-record-0489", + "mv-billing-record-0490", + "mv-billing-record-0491", + "mv-billing-record-0492", + "mv-billing-record-0493", + "mv-billing-record-0494", + "mv-billing-record-0495", + "mv-billing-record-0496", + "mv-billing-record-0497", + "mv-billing-record-0498", + "mv-billing-record-0499", + "mv-billing-record-0500", + "mv-billing-record-0501", + "mv-billing-record-0502", + "mv-billing-record-0503", + "mv-billing-record-0504", + "mv-billing-record-0505", + "mv-billing-record-0506", + "mv-billing-record-0507", + "mv-billing-record-0508", + "mv-billing-record-0509", + "mv-billing-record-0510", + "mv-billing-record-0511", + "mv-billing-record-0512", + "mv-billing-record-0513", + "mv-billing-record-0514", + "mv-billing-record-0515", + "mv-billing-record-0516", + "mv-billing-record-0517", + "mv-billing-record-0518", + "mv-billing-record-0519", + "mv-billing-record-0520", + "mv-billing-record-0521", + "mv-billing-record-0522", + "mv-billing-record-0523", + "mv-billing-record-0524", + "mv-billing-record-0525", + "mv-billing-record-0526", + "mv-billing-record-0527", + "mv-billing-record-0528", + "mv-billing-record-0529", + "mv-billing-record-0530", + "mv-billing-record-0531", + "mv-billing-record-0532", + "mv-billing-record-0533", + "mv-billing-record-0534", + "mv-billing-record-0535", + "mv-billing-record-0536", + "mv-billing-record-0537", + "mv-billing-record-0538", + "mv-billing-record-0539", + "mv-billing-record-0540", + "mv-billing-record-0541", + "mv-billing-record-0542", + "mv-billing-record-0543", + "mv-billing-record-0544", + "mv-billing-record-0545", + "mv-billing-record-0546", + "mv-billing-record-0547", + "mv-billing-record-0548", + "mv-billing-record-0549", + "mv-billing-record-0550", + "mv-billing-record-0551", + "mv-billing-record-0552", + "mv-billing-record-0553", + "mv-billing-record-0554", + "mv-billing-record-0555", + "mv-billing-record-0556", + "mv-billing-record-0557", + "mv-billing-record-0558", + "mv-billing-record-0559", + "mv-billing-record-0560", + "mv-billing-record-0561", + "mv-billing-record-0562", + "mv-billing-record-0563", + "mv-billing-record-0564", + "mv-billing-record-0565", + "mv-billing-record-0566", + "mv-billing-record-0567", + "mv-billing-record-0568", + "mv-billing-record-0569", + "mv-billing-record-0570", + "mv-billing-record-0571", + "mv-billing-record-0572", + "mv-billing-record-0573", + "mv-billing-record-0574", + "mv-billing-record-0575", + "mv-billing-record-0576", + "mv-billing-record-0577", + "mv-billing-record-0578", + "mv-billing-record-0579", + "mv-billing-record-0580", + "mv-billing-record-0581", + "mv-billing-record-0582", + "mv-billing-record-0583", + "mv-billing-record-0584", + "mv-billing-record-0585", + "mv-billing-record-0586", + "mv-billing-record-0587", + "mv-billing-record-0588", + "mv-billing-record-0589", + "mv-billing-record-0590", + "mv-billing-record-0591", + "mv-billing-record-0592", + "mv-billing-record-0593", + "mv-billing-record-0594", + "mv-billing-record-0595", + "mv-billing-record-0596", + "mv-billing-record-0597", + "mv-billing-record-0598", + "mv-billing-record-0599", + "mv-billing-record-0600", + "mv-billing-record-0601", + "mv-billing-record-0602", + "mv-billing-record-0603", + "mv-billing-record-0604", + "mv-billing-record-0605", + "mv-billing-record-0606", + "mv-billing-record-0607", + "mv-billing-record-0608", + "mv-billing-record-0609", + "mv-billing-record-0610", + "mv-billing-record-0611", + "mv-billing-record-0612", + "mv-billing-record-0613", + "mv-billing-record-0614", + "mv-billing-record-0615", + "mv-billing-record-0616", + "mv-billing-record-0617", + "mv-billing-record-0618", + "mv-billing-record-0619", + "mv-billing-record-0620", + "mv-billing-record-0621", + "mv-billing-record-0622", + "mv-billing-record-0623", + "mv-billing-record-0624", + "mv-billing-record-0625", + "mv-billing-record-0626", + "mv-billing-record-0627", + "mv-billing-record-0628", + "mv-billing-record-0629", + "mv-billing-record-0630", + "mv-billing-record-0631", + "mv-billing-record-0632", + "mv-billing-record-0633", + "mv-billing-record-0634", + "mv-billing-record-0635", + "mv-billing-record-0636", + "mv-billing-record-0637", + "mv-billing-record-0638", + "mv-billing-record-0639", + "mv-billing-record-0640", + "mv-billing-record-0641", + "mv-billing-record-0642", + "mv-billing-record-0643", + "mv-billing-record-0644", + "mv-billing-record-0645", + "mv-billing-record-0646", + "mv-billing-record-0647", + "mv-billing-record-0648", + "mv-billing-record-0649", + "mv-billing-record-0650", + "mv-billing-record-0651", + "mv-billing-record-0652", + "mv-billing-record-0653", + "mv-billing-record-0654", + "mv-billing-record-0655", + "mv-billing-record-0656", + "mv-billing-record-0657", + "mv-billing-record-0658", + "mv-billing-record-0659", + "mv-billing-record-0660", + "mv-billing-record-0661", + "mv-billing-record-0662", + "mv-billing-record-0663", + "mv-billing-record-0664", + "mv-billing-record-0665", + "mv-billing-record-0666", + "mv-billing-record-0667", + "mv-billing-record-0668", + "mv-billing-record-0669", + "mv-billing-record-0670", + "mv-billing-record-0671", + "mv-billing-record-0672", + "mv-billing-record-0673", + "mv-billing-record-0674", + "mv-billing-record-0675", + "mv-billing-record-0676", + "mv-billing-record-0677", + "mv-billing-record-0678", + "mv-billing-record-0679", + "mv-billing-record-0680", + "mv-billing-record-0681", + "mv-billing-record-0682", + "mv-billing-record-0683", + "mv-billing-record-0684", + "mv-billing-record-0685", + "mv-billing-record-0686", + "mv-billing-record-0687", + "mv-billing-record-0688", + "mv-billing-record-0689", + "mv-billing-record-0690", + "mv-billing-record-0691", + "mv-billing-record-0692", + "mv-billing-record-0693", + "mv-billing-record-0694", + "mv-billing-record-0695", + "mv-billing-record-0696", + "mv-billing-record-0697", + "mv-billing-record-0698", + "mv-billing-record-0699", + "mv-billing-record-0700", + "mv-billing-record-0701", + "mv-billing-record-0702", + "mv-billing-record-0703", + "mv-billing-record-0704", + "mv-billing-record-0705", + "mv-billing-record-0706", + "mv-billing-record-0707", + "mv-billing-record-0708", + "mv-billing-record-0709", + "mv-billing-record-0710", + "mv-billing-record-0711", + "mv-billing-record-0712", + "mv-billing-record-0713", + "mv-billing-record-0714", + "mv-billing-record-0715", + "mv-billing-record-0716", + "mv-billing-record-0717", + "mv-billing-record-0718", + "mv-billing-record-0719", + "mv-billing-record-0720", + "mv-billing-record-0721", + "mv-billing-record-0722", + "mv-billing-record-0723", + "mv-billing-record-0724", + "mv-billing-record-0725", + "mv-billing-record-0726", + "mv-billing-record-0727", + "mv-billing-record-0728", + "mv-billing-record-0729", + "mv-billing-record-0730", + "mv-billing-record-0731", + "mv-billing-record-0732", + "mv-billing-record-0733", + "mv-billing-record-0734", + "mv-billing-record-0735", + "mv-billing-record-0736", + "mv-billing-record-0737", + "mv-billing-record-0738", + "mv-billing-record-0739", + "mv-billing-record-0740", + "mv-billing-record-0741", + "mv-billing-record-0742", + "mv-billing-record-0743", + "mv-billing-record-0744", + "mv-billing-record-0745", + "mv-billing-record-0746", + "mv-billing-record-0747", + "mv-billing-record-0748", + "mv-billing-record-0749", + "mv-billing-record-0750", + "mv-billing-record-0751", + "mv-billing-record-0752", + "mv-billing-record-0753", + "mv-billing-record-0754", + "mv-billing-record-0755", + "mv-billing-record-0756", + "mv-billing-record-0757", + "mv-billing-record-0758", + "mv-billing-record-0759", + "mv-billing-record-0760", + "mv-billing-record-0761", + "mv-billing-record-0762", + "mv-billing-record-0763", + "mv-billing-record-0764", + "mv-billing-record-0765", + "mv-billing-record-0766", + "mv-billing-record-0767", + "mv-billing-record-0768", + "mv-billing-record-0769", + "mv-billing-record-0770", + "mv-billing-record-0771", + "mv-billing-record-0772", + "mv-billing-record-0773", + "mv-billing-record-0774", + "mv-billing-record-0775", + "mv-billing-record-0776", + "mv-billing-record-0777", + "mv-billing-record-0778", + "mv-billing-record-0779", + "mv-billing-record-0780", + "mv-billing-record-0781", + "mv-billing-record-0782", + "mv-billing-record-0783", + "mv-billing-record-0784", + "mv-billing-record-0785", + "mv-billing-record-0786", + "mv-billing-record-0787", + "mv-billing-record-0788", + "mv-billing-record-0789", + "mv-billing-record-0790", + "mv-billing-record-0791", + "mv-billing-record-0792", + "mv-billing-record-0793", + "mv-billing-record-0794", + "mv-billing-record-0795", + "mv-billing-record-0796", + "mv-billing-record-0797", + "mv-billing-record-0798", + "mv-billing-record-0799", + "mv-billing-record-0800", + "mv-billing-record-0801", + "mv-billing-record-0802", + "mv-billing-record-0803", + "mv-billing-record-0804", + "mv-billing-record-0805", + "mv-billing-record-0806", + "mv-billing-record-0807", + "mv-billing-record-0808", + "mv-billing-record-0809", + "mv-billing-record-0810", + "mv-billing-record-0811", + "mv-billing-record-0812", + "mv-billing-record-0813", + "mv-billing-record-0814", + "mv-billing-record-0815", + "mv-billing-record-0816", + "mv-billing-record-0817", + "mv-billing-record-0818", + "mv-billing-record-0819", + "mv-billing-record-0820", + "mv-billing-record-0821", + "mv-billing-record-0822", + "mv-billing-record-0823", + "mv-billing-record-0824", + "mv-billing-record-0825", + "mv-billing-record-0826", + "mv-billing-record-0827", + "mv-billing-record-0828", + "mv-billing-record-0829", + "mv-billing-record-0830", + "mv-billing-record-0831", + "mv-billing-record-0832", + "mv-billing-record-0833", + "mv-billing-record-0834", + "mv-billing-record-0835", + "mv-billing-record-0836", + "mv-billing-record-0837", + "mv-billing-record-0838", + "mv-billing-record-0839", + "mv-billing-record-0840", + "mv-billing-record-0841", + "mv-billing-record-0842", + "mv-billing-record-0843", + "mv-billing-record-0844", + "mv-billing-record-0845", + "mv-billing-record-0846", + "mv-billing-record-0847", + "mv-billing-record-0848", + "mv-billing-record-0849", + "mv-billing-record-0850", + "mv-billing-record-0851", + "mv-billing-record-0852", + "mv-billing-record-0853", + "mv-billing-record-0854", + "mv-billing-record-0855", + "mv-billing-record-0856", + "mv-billing-record-0857", + "mv-billing-record-0858", + "mv-billing-record-0859", + "mv-billing-record-0860", + "mv-billing-record-0861", + "mv-billing-record-0862", + "mv-billing-record-0863", + "mv-billing-record-0864", + "mv-billing-record-0865", + "mv-billing-record-0866", + "mv-billing-record-0867", + "mv-billing-record-0868", + "mv-billing-record-0869", + "mv-billing-record-0870", + "mv-billing-record-0871", + "mv-billing-record-0872", + "mv-billing-record-0873", + "mv-billing-record-0874", + "mv-billing-record-0875", + "mv-billing-record-0876", + "mv-billing-record-0877", + "mv-billing-record-0878", + "mv-billing-record-0879", + "mv-billing-record-0880", + "mv-billing-record-0881", + "mv-billing-record-0882", + "mv-billing-record-0883", + "mv-billing-record-0884", + "mv-billing-record-0885", + "mv-billing-record-0886", + "mv-billing-record-0887", + "mv-billing-record-0888", + "mv-billing-record-0889", + "mv-billing-record-0890", + "mv-billing-record-0891", + "mv-billing-record-0892", + "mv-billing-record-0893", + "mv-billing-record-0894", + "mv-billing-record-0895", + "mv-billing-record-0896", + "mv-billing-record-0897", + "mv-billing-record-0898", + "mv-billing-record-0899", + "mv-billing-record-0900", + "mv-billing-record-0901", + "mv-billing-record-0902", + "mv-billing-record-0903", + "mv-billing-record-0904", + "mv-billing-record-0905", + "mv-billing-record-0906", + "mv-billing-record-0907", + "mv-billing-record-0908", + "mv-billing-record-0909", + "mv-billing-record-0910", + "mv-billing-record-0911", + "mv-billing-record-0912", + "mv-billing-record-0913", + "mv-billing-record-0914", + "mv-billing-record-0915", + "mv-billing-record-0916", + "mv-billing-record-0917", + "mv-billing-record-0918", + "mv-billing-record-0919", + "mv-billing-record-0920", + "mv-billing-record-0921", + "mv-billing-record-0922", + "mv-billing-record-0923", + "mv-billing-record-0924", + "mv-billing-record-0925", + "mv-billing-record-0926", + "mv-billing-record-0927", + "mv-billing-record-0928", + "mv-billing-record-0929", + "mv-billing-record-0930", + "mv-billing-record-0931", + "mv-billing-record-0932", + "mv-billing-record-0933", + "mv-billing-record-0934", + "mv-billing-record-0935", + "mv-billing-record-0936", + "mv-billing-record-0937", + "mv-billing-record-0938", + "mv-billing-record-0939", + "mv-billing-record-0940", + "mv-billing-record-0941", + "mv-billing-record-0942", + "mv-billing-record-0943", + "mv-billing-record-0944", + "mv-billing-record-0945", + "mv-billing-record-0946", + "mv-billing-record-0947", + "mv-billing-record-0948", + "mv-billing-record-0949", + "mv-billing-record-0950", + "mv-billing-record-0951", + "mv-billing-record-0952", + "mv-billing-record-0953", + "mv-billing-record-0954", + "mv-billing-record-0955", + "mv-billing-record-0956", + "mv-billing-record-0957", + "mv-billing-record-0958", + "mv-billing-record-0959", + "mv-billing-record-0960", + "mv-billing-record-0961", + "mv-billing-record-0962", + "mv-billing-record-0963", + "mv-billing-record-0964", + "mv-billing-record-0965", + "mv-billing-record-0966", + "mv-billing-record-0967", + "mv-billing-record-0968", + "mv-billing-record-0969", + "mv-billing-record-0970", + "mv-billing-record-0971", + "mv-billing-record-0972", + "mv-billing-record-0973", + "mv-billing-record-0974", + "mv-billing-record-0975", + "mv-billing-record-0976", + "mv-billing-record-0977", + "mv-billing-record-0978", + "mv-billing-record-0979", + "mv-billing-record-0980", + "mv-billing-record-0981", + "mv-billing-record-0982", + "mv-billing-record-0983", + "mv-billing-record-0984", + "mv-billing-record-0985", + "mv-billing-record-0986", + "mv-billing-record-0987", + "mv-billing-record-0988", + "mv-billing-record-0989", + "mv-billing-record-0990", + "mv-billing-record-0991", + "mv-billing-record-0992", + "mv-billing-record-0993", + "mv-billing-record-0994", + "mv-billing-record-0995", + "mv-billing-record-0996", + "mv-billing-record-0997", + "mv-billing-record-0998", + "mv-billing-record-0999", + "mv-billing-record-1000", + "mv-billing-record-1001", + "mv-billing-record-1002", + "mv-billing-record-1003", + "mv-billing-record-1004", + "mv-billing-record-1005", + "mv-billing-record-1006", + "mv-billing-record-1007", + "mv-billing-record-1008", + "mv-billing-record-1009", + "mv-billing-record-1010", + "mv-billing-record-1011", + "mv-billing-record-1012", + "mv-billing-record-1013", + "mv-billing-record-1014", + "mv-billing-record-1015", + "mv-billing-record-1016", + "mv-billing-record-1017", + "mv-billing-record-1018", + "mv-billing-record-1019", + "mv-billing-record-1020", + "mv-billing-record-1021", + "mv-billing-record-1022", + "mv-billing-record-1023", + "mv-billing-record-1024", + "mv-billing-record-1025", + "mv-billing-record-1026", + "mv-billing-record-1027", + "mv-billing-record-1028", + "mv-billing-record-1029", + "mv-billing-record-1030", + "mv-billing-record-1031", + "mv-billing-record-1032", + "mv-billing-record-1033", + "mv-billing-record-1034", + "mv-billing-record-1035", + "mv-billing-record-1036", + "mv-billing-record-1037", + "mv-billing-record-1038", + "mv-billing-record-1039", + "mv-billing-record-1040", + "mv-billing-record-1041", + "mv-billing-record-1042", + "mv-billing-record-1043", + "mv-billing-record-1044", + "mv-billing-record-1045", + "mv-billing-record-1046", + "mv-billing-record-1047", + "mv-billing-record-1048", + "mv-billing-record-1049", + "mv-billing-record-1050", + "mv-billing-record-1051", + "mv-billing-record-1052", + "mv-billing-record-1053", + "mv-billing-record-1054", + "mv-billing-record-1055", + "mv-billing-record-1056", + "mv-billing-record-1057", + "mv-billing-record-1058", + "mv-billing-record-1059", + "mv-billing-record-1060", + "mv-billing-record-1061", + "mv-billing-record-1062", + "mv-billing-record-1063", + "mv-billing-record-1064", + "mv-billing-record-1065", + "mv-billing-record-1066", + "mv-billing-record-1067", + "mv-billing-record-1068", + "mv-billing-record-1069", + "mv-billing-record-1070", + "mv-billing-record-1071", + "mv-billing-record-1072", + "mv-billing-record-1073", + "mv-billing-record-1074", + "mv-billing-record-1075", + "mv-billing-record-1076", + "mv-billing-record-1077", + "mv-billing-record-1078", + "mv-billing-record-1079", + "mv-billing-record-1080", + "mv-billing-record-1081", + "mv-billing-record-1082", + "mv-billing-record-1083", + "mv-billing-record-1084", + "mv-billing-record-1085", + "mv-billing-record-1086", + "mv-billing-record-1087", + "mv-billing-record-1088", + "mv-billing-record-1089", + "mv-billing-record-1090", + "mv-billing-record-1091", + "mv-billing-record-1092", + "mv-billing-record-1093", + "mv-billing-record-1094", + "mv-billing-record-1095", + "mv-billing-record-1096", + "mv-billing-record-1097", + "mv-billing-record-1098", + "mv-billing-record-1099", + "mv-billing-record-1100", + "mv-billing-record-1101", + "mv-billing-record-1102", + "mv-billing-record-1103", + "mv-billing-record-1104", + "mv-billing-record-1105", + "mv-billing-record-1106", + "mv-billing-record-1107", + "mv-billing-record-1108", + "mv-billing-record-1109", + "mv-billing-record-1110", + "mv-billing-record-1111", + "mv-billing-record-1112", + "mv-billing-record-1113", + "mv-billing-record-1114", + "mv-billing-record-1115", + "mv-billing-record-1116", + "mv-billing-record-1117", + "mv-billing-record-1118", + "mv-billing-record-1119", + "mv-billing-record-1120", + "mv-billing-record-1121", + "mv-billing-record-1122", + "mv-billing-record-1123", + "mv-billing-record-1124", + "mv-billing-record-1125", + "mv-billing-record-1126", + "mv-billing-record-1127", + "mv-billing-record-1128", + "mv-billing-record-1129", + "mv-billing-record-1130", + "mv-billing-record-1131", + "mv-billing-record-1132", + "mv-billing-record-1133", + "mv-billing-record-1134", + "mv-billing-record-1135", + "mv-billing-record-1136", + "mv-billing-record-1137", + "mv-billing-record-1138", + "mv-billing-record-1139", + "mv-billing-record-1140", + "mv-billing-record-1141", + "mv-billing-record-1142", + "mv-billing-record-1143", + "mv-billing-record-1144", + "mv-billing-record-1145", + "mv-billing-record-1146", + "mv-billing-record-1147", + "mv-billing-record-1148", + "mv-billing-record-1149", + "mv-billing-record-1150", + "mv-billing-record-1151", + "mv-billing-record-1152", + "mv-billing-record-1153", + "mv-billing-record-1154", + "mv-billing-record-1155", + "mv-billing-record-1156", + "mv-billing-record-1157", + "mv-billing-record-1158", + "mv-billing-record-1159", + "mv-billing-record-1160", + "mv-billing-record-1161", + "mv-billing-record-1162", + "mv-billing-record-1163", + "mv-billing-record-1164", + "mv-billing-record-1165", + "mv-billing-record-1166", + "mv-billing-record-1167", + "mv-billing-record-1168", + "mv-billing-record-1169", + "mv-billing-record-1170", + "mv-billing-record-1171", + "mv-billing-record-1172", + "mv-billing-record-1173", + "mv-billing-record-1174", + "mv-billing-record-1175", + "mv-billing-record-1176", + "mv-billing-record-1177", + "mv-billing-record-1178", + "mv-billing-record-1179", + "mv-billing-record-1180", + "mv-billing-record-1181", + "mv-billing-record-1182", + "mv-billing-record-1183", + "mv-billing-record-1184", + "mv-billing-record-1185", + "mv-billing-record-1186", + "mv-billing-record-1187", + "mv-billing-record-1188", + "mv-billing-record-1189", + "mv-billing-record-1190", + "mv-billing-record-1191", + "mv-billing-record-1192", + "mv-billing-record-1193", + "mv-billing-record-1194", + "mv-billing-record-1195", + "mv-billing-record-1196", + "mv-billing-record-1197", + "mv-billing-record-1198", + "mv-billing-record-1199", + "mv-billing-record-1200", + "mv-billing-record-1201", + "mv-billing-record-1202", + "mv-billing-record-1203", + "mv-billing-record-1204", + "mv-billing-record-1205", + "mv-billing-record-1206", + "mv-billing-record-1207", + "mv-billing-record-1208", + "mv-billing-record-1209", + "mv-billing-record-1210", + "mv-billing-record-1211", + "mv-billing-record-1212", + "mv-billing-record-1213", + "mv-billing-record-1214", + "mv-billing-record-1215", + "mv-billing-record-1216", + "mv-billing-record-1217", + "mv-billing-record-1218", + "mv-billing-record-1219", + "mv-billing-record-1220", + "mv-billing-record-1221", + "mv-billing-record-1222", + "mv-billing-record-1223", + "mv-billing-record-1224", + "mv-billing-record-1225", + "mv-billing-record-1226", + "mv-billing-record-1227", + "mv-billing-record-1228", + "mv-billing-record-1229", + "mv-billing-record-1230", + "mv-billing-record-1231", + "mv-billing-record-1232", + "mv-billing-record-1233", + "mv-billing-record-1234", + "mv-billing-record-1235", + "mv-billing-record-1236", + "mv-billing-record-1237", + "mv-billing-record-1238", + "mv-billing-record-1239", + "mv-billing-record-1240", + "mv-billing-record-1241", + "mv-billing-record-1242", + "mv-billing-record-1243", + "mv-billing-record-1244", + "mv-billing-record-1245", + "mv-billing-record-1246", + "mv-billing-record-1247", + "mv-billing-record-1248", + "mv-billing-record-1249", + "mv-billing-record-1250", + "mv-billing-record-1251", + "mv-billing-record-1252", + "mv-billing-record-1253", + "mv-billing-record-1254", + "mv-billing-record-1255", + "mv-billing-record-1256", + "mv-billing-record-1257", + "mv-billing-record-1258", + "mv-billing-record-1259", + "mv-billing-record-1260", + "mv-billing-record-1261", + "mv-billing-record-1262", + "mv-billing-record-1263", + "mv-billing-record-1264", + "mv-billing-record-1265", + "mv-billing-record-1266", + "mv-billing-record-1267", + "mv-billing-record-1268", + "mv-billing-record-1269", + "mv-billing-record-1270", + "mv-billing-record-1271", + "mv-billing-record-1272", + "mv-billing-record-1273", + "mv-billing-record-1274", + "mv-billing-record-1275", + "mv-billing-record-1276", + "mv-billing-record-1277", + "mv-billing-record-1278", + "mv-billing-record-1279", + "mv-billing-record-1280", + "mv-billing-record-1281", + "mv-billing-record-1282", + "mv-billing-record-1283", + "mv-billing-record-1284", + "mv-billing-record-1285", + "mv-billing-record-1286", + "mv-billing-record-1287", + "mv-billing-record-1288", + "mv-billing-record-1289", + "mv-billing-record-1290", + "mv-billing-record-1291", + "mv-billing-record-1292", + "mv-billing-record-1293", + "mv-billing-record-1294", + "mv-billing-record-1295", + "mv-billing-record-1296", + "mv-billing-record-1297", + "mv-billing-record-1298", + "mv-billing-record-1299", + "mv-billing-record-1300", + "mv-billing-record-1301", + "mv-billing-record-1302", + "mv-billing-record-1303", + "mv-billing-record-1304", + "mv-billing-record-1305", + "mv-billing-record-1306", + "mv-billing-record-1307", + "mv-billing-record-1308", + "mv-billing-record-1309", + "mv-billing-record-1310", + "mv-billing-record-1311", + "mv-billing-record-1312", + "mv-billing-record-1313", + "mv-billing-record-1314", + "mv-billing-record-1315", + "mv-billing-record-1316", + "mv-billing-record-1317", + "mv-billing-record-1318", + "mv-billing-record-1319", + "mv-billing-record-1320", + "mv-billing-record-1321", + "mv-billing-record-1322", + "mv-billing-record-1323", + "mv-billing-record-1324", + "mv-billing-record-1325", + "mv-billing-record-1326", + "mv-billing-record-1327", + "mv-billing-record-1328", + "mv-billing-record-1329", + "mv-billing-record-1330", + "mv-billing-record-1331", + "mv-billing-record-1332", + "mv-billing-record-1333", + "mv-billing-record-1334", + "mv-billing-record-1335", + "mv-billing-record-1336", + "mv-billing-record-1337", + "mv-billing-record-1338", + "mv-billing-record-1339", + "mv-billing-record-1340", + "mv-billing-record-1341", + "mv-billing-record-1342", + "mv-billing-record-1343", + "mv-billing-record-1344", + "mv-billing-record-1345", + "mv-billing-record-1346", + "mv-billing-record-1347", + "mv-billing-record-1348", + "mv-billing-record-1349", + "mv-billing-record-1350", + "mv-billing-record-1351", + "mv-billing-record-1352", + "mv-billing-record-1353", + "mv-billing-record-1354", + "mv-billing-record-1355", + "mv-billing-record-1356", + "mv-billing-record-1357", + "mv-billing-record-1358", + "mv-billing-record-1359", + "mv-billing-record-1360", + "mv-billing-record-1361", + "mv-billing-record-1362", + "mv-billing-record-1363", + "mv-billing-record-1364", + "mv-billing-record-1365", + "mv-billing-record-1366", + "mv-billing-record-1367", + "mv-billing-record-1368", + "mv-billing-record-1369", + "mv-billing-record-1370", + "mv-billing-record-1371", + "mv-billing-record-1372", + "mv-billing-record-1373", + "mv-billing-record-1374", + "mv-billing-record-1375", + "mv-billing-record-1376", + "mv-billing-record-1377", + "mv-billing-record-1378", + "mv-billing-record-1379", + "mv-billing-record-1380", + "mv-billing-record-1381", + "mv-billing-record-1382", + "mv-billing-record-1383", + "mv-billing-record-1384", + "mv-billing-record-1385", + "mv-billing-record-1386", + "mv-billing-record-1387", + "mv-billing-record-1388", + "mv-billing-record-1389", + "mv-billing-record-1390", + "mv-billing-record-1391", + "mv-billing-record-1392", + "mv-billing-record-1393", + "mv-billing-record-1394", + "mv-billing-record-1395", + "mv-billing-record-1396", + "mv-billing-record-1397", + "mv-billing-record-1398", + "mv-billing-record-1399", + "mv-billing-record-1400", + "mv-billing-record-1401", + "mv-billing-record-1402", + "mv-billing-record-1403", + "mv-billing-record-1404", + "mv-billing-record-1405", + "mv-billing-record-1406", + "mv-billing-record-1407", + "mv-billing-record-1408", + "mv-billing-record-1409", + "mv-billing-record-1410", + "mv-billing-record-1411", + "mv-billing-record-1412", + "mv-billing-record-1413", + "mv-billing-record-1414", + "mv-billing-record-1415", + "mv-billing-record-1416", + "mv-billing-record-1417", + "mv-billing-record-1418", + "mv-billing-record-1419", + "mv-billing-record-1420", + "mv-billing-record-1421", + "mv-billing-record-1422", + "mv-billing-record-1423", + "mv-billing-record-1424", + "mv-billing-record-1425", + "mv-billing-record-1426", + "mv-billing-record-1427", + "mv-billing-record-1428", + "mv-billing-record-1429", + "mv-billing-record-1430", + "mv-billing-record-1431", + "mv-billing-record-1432", + "mv-billing-record-1433", + "mv-billing-record-1434", + "mv-billing-record-1435", + "mv-billing-record-1436", + "mv-billing-record-1437", + "mv-billing-record-1438", + "mv-billing-record-1439", + "mv-billing-record-1440", + "mv-billing-record-1441", + "mv-billing-record-1442", + "mv-billing-record-1443", + "mv-billing-record-1444", + "mv-billing-record-1445", + "mv-billing-record-1446", + "mv-billing-record-1447", + "mv-billing-record-1448", + "mv-billing-record-1449", + "mv-billing-record-1450", + "mv-billing-record-1451", + "mv-billing-record-1452", + "mv-billing-record-1453", + "mv-billing-record-1454", + "mv-billing-record-1455", + "mv-billing-record-1456", + "mv-billing-record-1457", + "mv-billing-record-1458", + "mv-billing-record-1459", + "mv-billing-record-1460", + "mv-billing-record-1461", + "mv-billing-record-1462", + "mv-billing-record-1463", + "mv-billing-record-1464", + "mv-billing-record-1465", + "mv-billing-record-1466", + "mv-billing-record-1467", + "mv-billing-record-1468", + "mv-billing-record-1469", + "mv-billing-record-1470", + "mv-billing-record-1471", + "mv-billing-record-1472", + "mv-billing-record-1473", + "mv-billing-record-1474", + "mv-billing-record-1475", + "mv-billing-record-1476", + "mv-billing-record-1477", + "mv-billing-record-1478", + "mv-billing-record-1479", + "mv-billing-record-1480", + "mv-billing-record-1481", + "mv-billing-record-1482", + "mv-billing-record-1483", + "mv-billing-record-1484", + "mv-billing-record-1485", + "mv-billing-record-1486", + "mv-billing-record-1487", + "mv-billing-record-1488", + "mv-billing-record-1489", + "mv-billing-record-1490", + "mv-billing-record-1491", + "mv-billing-record-1492", + "mv-billing-record-1493", + "mv-billing-record-1494", + "mv-billing-record-1495", + "mv-billing-record-1496", + "mv-billing-record-1497", + "mv-billing-record-1498", + "mv-billing-record-1499", + "mv-billing-record-1500", + "mv-billing-record-1501", + "mv-billing-record-1502", + "mv-billing-record-1503", + "mv-billing-record-1504", + "mv-billing-record-1505", + "mv-billing-record-1506", + "mv-billing-record-1507", + "mv-billing-record-1508", + "mv-billing-record-1509", + "mv-billing-record-1510", + "mv-billing-record-1511", + "mv-billing-record-1512", + "mv-billing-record-1513", + "mv-billing-record-1514", + "mv-billing-record-1515", + "mv-billing-record-1516", + "mv-billing-record-1517", + "mv-billing-record-1518", + "mv-billing-record-1519", + "mv-billing-record-1520", + "mv-billing-record-1521", + "mv-billing-record-1522", + "mv-billing-record-1523", + "mv-billing-record-1524", + "mv-billing-record-1525", + "mv-billing-record-1526", + "mv-billing-record-1527", + "mv-billing-record-1528", + "mv-billing-record-1529", + "mv-billing-record-1530", + "mv-billing-record-1531", + "mv-billing-record-1532", + "mv-billing-record-1533", + "mv-billing-record-1534", + "mv-billing-record-1535", + "mv-billing-record-1536", + "mv-billing-record-1537", + "mv-billing-record-1538", + "mv-billing-record-1539", + "mv-billing-record-1540", + "mv-billing-record-1541", + "mv-billing-record-1542", + "mv-billing-record-1543", + "mv-billing-record-1544", + "mv-billing-record-1545", + "mv-billing-record-1546", + "mv-billing-record-1547", + "mv-billing-record-1548", + "mv-billing-record-1549", + "mv-billing-record-1550", + "mv-billing-record-1551", + "mv-billing-record-1552", + "mv-billing-record-1553", + "mv-billing-record-1554", + "mv-billing-record-1555", + "mv-billing-record-1556", + "mv-billing-record-1557", + "mv-billing-record-1558", + "mv-billing-record-1559", + "mv-billing-record-1560", + "mv-billing-record-1561", + "mv-billing-record-1562", + "mv-billing-record-1563", + "mv-billing-record-1564", + "mv-billing-record-1565", + "mv-billing-record-1566", + "mv-billing-record-1567", + "mv-billing-record-1568", + "mv-billing-record-1569", + "mv-billing-record-1570", + "mv-billing-record-1571", + "mv-billing-record-1572", + "mv-billing-record-1573", + "mv-billing-record-1574", + "mv-billing-record-1575", + "mv-billing-record-1576", + "mv-billing-record-1577", + "mv-billing-record-1578", + "mv-billing-record-1579", + "mv-billing-record-1580", + "mv-billing-record-1581", + "mv-billing-record-1582", + "mv-billing-record-1583", + "mv-billing-record-1584", + "mv-billing-record-1585", + "mv-billing-record-1586", + "mv-billing-record-1587", + "mv-billing-record-1588", + "mv-billing-record-1589", + "mv-billing-record-1590", + "mv-billing-record-1591", + "mv-billing-record-1592", + "mv-billing-record-1593", + "mv-billing-record-1594", + "mv-billing-record-1595", + "mv-billing-record-1596", + "mv-billing-record-1597", + "mv-billing-record-1598", + "mv-billing-record-1599", + "mv-billing-record-1600", + "mv-billing-record-1601", + "mv-billing-record-1602", + "mv-billing-record-1603", + "mv-billing-record-1604", + "mv-billing-record-1605", + "mv-billing-record-1606", + "mv-billing-record-1607", + "mv-billing-record-1608", + "mv-billing-record-1609", + "mv-billing-record-1610", + "mv-billing-record-1611", + "mv-billing-record-1612", + "mv-billing-record-1613", + "mv-billing-record-1614", + "mv-billing-record-1615", + "mv-billing-record-1616", + "mv-billing-record-1617", + "mv-billing-record-1618", + "mv-billing-record-1619", + "mv-billing-record-1620", + "mv-billing-record-1621", + "mv-billing-record-1622", + "mv-billing-record-1623", + "mv-billing-record-1624", + "mv-billing-record-1625", + "mv-billing-record-1626", + "mv-billing-record-1627", + "mv-billing-record-1628", + "mv-billing-record-1629", + "mv-billing-record-1630", + "mv-billing-record-1631", + "mv-billing-record-1632", + "mv-billing-record-1633", + "mv-billing-record-1634", + "mv-billing-record-1635", + "mv-billing-record-1636", + "mv-billing-record-1637", + "mv-billing-record-1638", + "mv-billing-record-1639", + "mv-billing-record-1640", + "mv-billing-record-1641", + "mv-billing-record-1642", + "mv-billing-record-1643", + "mv-billing-record-1644", + "mv-billing-record-1645", + "mv-billing-record-1646", + "mv-billing-record-1647", + "mv-billing-record-1648", + "mv-billing-record-1649", + "mv-billing-record-1650", + "mv-billing-record-1651", + "mv-billing-record-1652", + "mv-billing-record-1653", + "mv-billing-record-1654", + "mv-billing-record-1655", + "mv-billing-record-1656", + "mv-billing-record-1657", + "mv-billing-record-1658", + "mv-billing-record-1659", + "mv-billing-record-1660", + "mv-billing-record-1661", + "mv-billing-record-1662", + "mv-billing-record-1663", + "mv-billing-record-1664", + "mv-billing-record-1665", + "mv-billing-record-1666", + "mv-billing-record-1667", + "mv-billing-record-1668", + "mv-billing-record-1669", + "mv-billing-record-1670", + "mv-billing-record-1671", + "mv-billing-record-1672", + "mv-billing-record-1673", + "mv-billing-record-1674", + "mv-billing-record-1675", + "mv-billing-record-1676", + "mv-billing-record-1677", + "mv-billing-record-1678", + "mv-billing-record-1679", + "mv-billing-record-1680", + "mv-billing-record-1681", + "mv-billing-record-1682", + "mv-billing-record-1683", + "mv-billing-record-1684", + "mv-billing-record-1685", + "mv-billing-record-1686", + "mv-billing-record-1687", + "mv-billing-record-1688", + "mv-billing-record-1689", + "mv-billing-record-1690", + "mv-billing-record-1691", + "mv-billing-record-1692", + "mv-billing-record-1693", + "mv-billing-record-1694", + "mv-billing-record-1695", + "mv-billing-record-1696", + "mv-billing-record-1697", + "mv-billing-record-1698", + "mv-billing-record-1699", + "mv-billing-record-1700", + "mv-billing-record-1701", + "mv-billing-record-1702", + "mv-billing-record-1703", + "mv-billing-record-1704", + "mv-billing-record-1705", + "mv-billing-record-1706", + "mv-billing-record-1707", + "mv-billing-record-1708", + "mv-billing-record-1709", + "mv-billing-record-1710", + "mv-billing-record-1711", + "mv-billing-record-1712", + "mv-billing-record-1713", + "mv-billing-record-1714", + "mv-billing-record-1715", + "mv-billing-record-1716", + "mv-billing-record-1717", + "mv-billing-record-1718", + "mv-billing-record-1719", + "mv-billing-record-1720", + "mv-billing-record-1721", + "mv-billing-record-1722", + "mv-billing-record-1723", + "mv-billing-record-1724", + "mv-billing-record-1725", + "mv-billing-record-1726", + "mv-billing-record-1727", + "mv-billing-record-1728", + "mv-billing-record-1729", + "mv-billing-record-1730", + "mv-billing-record-1731", + "mv-billing-record-1732", + "mv-billing-record-1733", + "mv-billing-record-1734", + "mv-billing-record-1735", + "mv-billing-record-1736", + "mv-billing-record-1737", + "mv-billing-record-1738", + "mv-billing-record-1739", + "mv-billing-record-1740", + "mv-billing-record-1741", + "mv-billing-record-1742", + "mv-billing-record-1743", + "mv-billing-record-1744", + "mv-billing-record-1745", + "mv-billing-record-1746", + "mv-billing-record-1747", + "mv-billing-record-1748", + "mv-billing-record-1749", + "mv-billing-record-1750", + "mv-billing-record-1751", + "mv-billing-record-1752", + "mv-billing-record-1753", + "mv-billing-record-1754", + "mv-billing-record-1755", + "mv-billing-record-1756", + "mv-billing-record-1757", + "mv-billing-record-1758", + "mv-billing-record-1759", + "mv-billing-record-1760", + "mv-billing-record-1761", + "mv-billing-record-1762", + "mv-billing-record-1763", + "mv-billing-record-1764", + "mv-billing-record-1765", + "mv-billing-record-1766", + "mv-billing-record-1767", + "mv-billing-record-1768", + "mv-billing-record-1769", + "mv-billing-record-1770", + "mv-billing-record-1771", + "mv-billing-record-1772", + "mv-billing-record-1773", + "mv-billing-record-1774", + "mv-billing-record-1775", + "mv-billing-record-1776", + "mv-billing-record-1777", + "mv-billing-record-1778", + "mv-billing-record-1779", + "mv-billing-record-1780", + "mv-billing-record-1781", + "mv-billing-record-1782", + "mv-billing-record-1783", + "mv-billing-record-1784", + "mv-billing-record-1785", + "mv-billing-record-1786", + "mv-billing-record-1787", + "mv-billing-record-1788", + "mv-billing-record-1789", + "mv-billing-record-1790", + "mv-billing-record-1791", + "mv-billing-record-1792", + "mv-billing-record-1793", + "mv-billing-record-1794", + "mv-billing-record-1795", + "mv-billing-record-1796", + "mv-billing-record-1797", + "mv-billing-record-1798", + "mv-billing-record-1799", + "mv-billing-record-1800", + "mv-billing-record-1801", + "mv-billing-record-1802", + "mv-billing-record-1803", + "mv-billing-record-1804", + "mv-billing-record-1805", + "mv-billing-record-1806", + "mv-billing-record-1807", + "mv-billing-record-1808", + "mv-billing-record-1809", + "mv-billing-record-1810", + "mv-billing-record-1811", + "mv-billing-record-1812", + "mv-billing-record-1813", + "mv-billing-record-1814", + "mv-billing-record-1815", + "mv-billing-record-1816", + "mv-billing-record-1817", + "mv-billing-record-1818", + "mv-billing-record-1819", + "mv-billing-record-1820", + "mv-billing-record-1821", + "mv-billing-record-1822", + "mv-billing-record-1823", + "mv-billing-record-1824", + "mv-billing-record-1825", + "mv-billing-record-1826", + "mv-billing-record-1827", + "mv-billing-record-1828", + "mv-billing-record-1829", + "mv-billing-record-1830", + "mv-billing-record-1831", + "mv-billing-record-1832", + "mv-billing-record-1833", + "mv-billing-record-1834", + "mv-billing-record-1835", + "mv-billing-record-1836", + "mv-billing-record-1837", + "mv-billing-record-1838", + "mv-billing-record-1839", + "mv-billing-record-1840", + "mv-billing-record-1841", + "mv-billing-record-1842", + "mv-billing-record-1843", + "mv-billing-record-1844", + "mv-billing-record-1845", + "mv-billing-record-1846", + "mv-billing-record-1847", + "mv-billing-record-1848", + "mv-billing-record-1849", + "mv-billing-record-1850", + "mv-billing-record-1851", + "mv-billing-record-1852", + "mv-billing-record-1853", + "mv-billing-record-1854", + "mv-billing-record-1855", + "mv-billing-record-1856", + "mv-billing-record-1857", + "mv-billing-record-1858", + "mv-billing-record-1859", + "mv-billing-record-1860", + "mv-billing-record-1861", + "mv-billing-record-1862", + "mv-billing-record-1863", + "mv-billing-record-1864", + "mv-billing-record-1865", + "mv-billing-record-1866", + "mv-billing-record-1867", + "mv-billing-record-1868", + "mv-billing-record-1869", + "mv-billing-record-1870", + "mv-billing-record-1871", + "mv-billing-record-1872", + "mv-billing-record-1873", + "mv-billing-record-1874", + "mv-billing-record-1875", + "mv-billing-record-1876", + "mv-billing-record-1877", + "mv-billing-record-1878", + "mv-billing-record-1879", + "mv-billing-record-1880", + "mv-billing-record-1881", + "mv-billing-record-1882", + "mv-billing-record-1883", + "mv-billing-record-1884", + "mv-billing-record-1885", + "mv-billing-record-1886", + "mv-billing-record-1887", + "mv-billing-record-1888", + "mv-billing-record-1889", + "mv-billing-record-1890", + "mv-billing-record-1891", + "mv-billing-record-1892", + "mv-billing-record-1893", + "mv-billing-record-1894", + "mv-billing-record-1895", + "mv-billing-record-1896", + "mv-billing-record-1897", + "mv-billing-record-1898", + "mv-billing-record-1899", + "mv-billing-record-1900", + "mv-billing-record-1901", + "mv-billing-record-1902", + "mv-billing-record-1903", + "mv-billing-record-1904", + "mv-billing-record-1905", + "mv-billing-record-1906", + "mv-billing-record-1907", + "mv-billing-record-1908", + "mv-billing-record-1909", + "mv-billing-record-1910", + "mv-billing-record-1911", + "mv-billing-record-1912", + "mv-billing-record-1913", + "mv-billing-record-1914", + "mv-billing-record-1915", + "mv-billing-record-1916", + "mv-billing-record-1917", + "mv-billing-record-1918", + "mv-billing-record-1919", + "mv-billing-record-1920", + "mv-billing-record-1921", + "mv-billing-record-1922", + "mv-billing-record-1923", + "mv-billing-record-1924", + "mv-billing-record-1925", + "mv-billing-record-1926", + "mv-billing-record-1927", + "mv-billing-record-1928", + "mv-billing-record-1929", + "mv-billing-record-1930", + "mv-billing-record-1931", + "mv-billing-record-1932", + "mv-billing-record-1933", + "mv-billing-record-1934", + "mv-billing-record-1935", + "mv-billing-record-1936", + "mv-billing-record-1937", + "mv-billing-record-1938", + "mv-billing-record-1939", + "mv-billing-record-1940", + "mv-billing-record-1941", + "mv-billing-record-1942", + "mv-billing-record-1943", + "mv-billing-record-1944", + "mv-billing-record-1945", + "mv-billing-record-1946", + "mv-billing-record-1947", + "mv-billing-record-1948", + "mv-billing-record-1949", + "mv-billing-record-1950", + "mv-billing-record-1951", + "mv-billing-record-1952", + "mv-billing-record-1953", + "mv-billing-record-1954", + "mv-billing-record-1955", + "mv-billing-record-1956", + "mv-billing-record-1957", + "mv-billing-record-1958", + "mv-billing-record-1959", + "mv-billing-record-1960", + "mv-billing-record-1961", + "mv-billing-record-1962", + "mv-billing-record-1963", + "mv-billing-record-1964", + "mv-billing-record-1965", + "mv-billing-record-1966", + "mv-billing-record-1967", + "mv-billing-record-1968", + "mv-billing-record-1969", + "mv-billing-record-1970", + "mv-billing-record-1971", + "mv-billing-record-1972", + "mv-billing-record-1973", + "mv-billing-record-1974", + "mv-billing-record-1975", + "mv-billing-record-1976", + "mv-billing-record-1977", + "mv-billing-record-1978", + "mv-billing-record-1979", + "mv-billing-record-1980", + "mv-billing-record-1981", + "mv-billing-record-1982", + "mv-billing-record-1983", + "mv-billing-record-1984", + "mv-billing-record-1985", + "mv-billing-record-1986", + "mv-billing-record-1987", + "mv-billing-record-1988", + "mv-billing-record-1989", + "mv-billing-record-1990", + "mv-billing-record-1991", + "mv-billing-record-1992", + "mv-billing-record-1993", + "mv-billing-record-1994", + "mv-billing-record-1995", + "mv-billing-record-1996", + "mv-billing-record-1997", + "mv-billing-record-1998", + "mv-billing-record-1999", + "mv-billing-record-2000", + "mv-billing-record-2001", + "mv-billing-record-2002", + "mv-billing-record-2003", + "mv-billing-record-2004", + "mv-billing-record-2005", + "mv-billing-record-2006", + "mv-billing-record-2007", + "mv-billing-record-2008", + "mv-billing-record-2009", + "mv-billing-record-2010", + "mv-billing-record-2011", + "mv-billing-record-2012", + "mv-billing-record-2013", + "mv-billing-record-2014", + "mv-billing-record-2015", + "mv-billing-record-2016", + "mv-billing-record-2017", + "mv-billing-record-2018", + "mv-billing-record-2019", + "mv-billing-record-2020", + "mv-billing-record-2021", + "mv-billing-record-2022", + "mv-billing-record-2023", + "mv-billing-record-2024", + "mv-billing-record-2025", + "mv-billing-record-2026", + "mv-billing-record-2027", + "mv-billing-record-2028", + "mv-billing-record-2029", + "mv-billing-record-2030", + "mv-billing-record-2031", + "mv-billing-record-2032", + "mv-billing-record-2033", + "mv-billing-record-2034", + "mv-billing-record-2035", + "mv-billing-record-2036", + "mv-billing-record-2037", + "mv-billing-record-2038", + "mv-billing-record-2039", + "mv-billing-record-2040", + "mv-billing-record-2041", + "mv-billing-record-2042", + "mv-billing-record-2043", + "mv-billing-record-2044", + "mv-billing-record-2045", + "mv-billing-record-2046", + "mv-billing-record-2047", + "mv-billing-record-2048", + "mv-billing-record-2049", + "mv-billing-record-2050", + "mv-billing-record-2051", + "mv-billing-record-2052", + "mv-billing-record-2053", + "mv-billing-record-2054", + "mv-billing-record-2055", + "mv-billing-record-2056", + "mv-billing-record-2057", + "mv-billing-record-2058", + "mv-billing-record-2059", + "mv-billing-record-2060", + "mv-billing-record-2061", + "mv-billing-record-2062", + "mv-billing-record-2063", + "mv-billing-record-2064", + "mv-billing-record-2065", + "mv-billing-record-2066", + "mv-billing-record-2067", + "mv-billing-record-2068", + "mv-billing-record-2069", + "mv-billing-record-2070", + "mv-billing-record-2071", + "mv-billing-record-2072", + "mv-billing-record-2073", + "mv-billing-record-2074", + "mv-billing-record-2075", + "mv-billing-record-2076", + "mv-billing-record-2077", + "mv-billing-record-2078", + "mv-billing-record-2079", + "mv-billing-record-2080", + "mv-billing-record-2081", + "mv-billing-record-2082", + "mv-billing-record-2083", + "mv-billing-record-2084", + "mv-billing-record-2085", + "mv-billing-record-2086", + "mv-billing-record-2087", + "mv-billing-record-2088", + "mv-billing-record-2089", + "mv-billing-record-2090", + "mv-billing-record-2091", + "mv-billing-record-2092", + "mv-billing-record-2093", + "mv-billing-record-2094", + "mv-billing-record-2095", + "mv-billing-record-2096", + "mv-billing-record-2097", + "mv-billing-record-2098", + "mv-billing-record-2099", + "mv-billing-record-2100", + "mv-billing-record-2101", + "mv-billing-record-2102", + "mv-billing-record-2103", + "mv-billing-record-2104", + "mv-billing-record-2105", + "mv-billing-record-2106", + "mv-billing-record-2107", + "mv-billing-record-2108", + "mv-billing-record-2109", + "mv-billing-record-2110", + "mv-billing-record-2111", + "mv-billing-record-2112", + "mv-billing-record-2113", + "mv-billing-record-2114", + "mv-billing-record-2115", + "mv-billing-record-2116", + "mv-billing-record-2117", + "mv-billing-record-2118", + "mv-billing-record-2119", + "mv-billing-record-2120", + "mv-billing-record-2121", + "mv-billing-record-2122", + "mv-billing-record-2123", + "mv-billing-record-2124", + "mv-billing-record-2125", + "mv-billing-record-2126", + "mv-billing-record-2127", + "mv-billing-record-2128", + "mv-billing-record-2129", + "mv-billing-record-2130", + "mv-billing-record-2131", + "mv-billing-record-2132", + "mv-billing-record-2133", + "mv-billing-record-2134", + "mv-billing-record-2135", + "mv-billing-record-2136", + "mv-billing-record-2137", + "mv-billing-record-2138", + "mv-billing-record-2139", + "mv-billing-record-2140", + "mv-billing-record-2141", + "mv-billing-record-2142", + "mv-billing-record-2143", + "mv-billing-record-2144", + "mv-billing-record-2145", + "mv-billing-record-2146", + "mv-billing-record-2147", + "mv-billing-record-2148", + "mv-billing-record-2149", + "mv-billing-record-2150", + "mv-billing-record-2151", + "mv-billing-record-2152", + "mv-billing-record-2153", + "mv-billing-record-2154", + "mv-billing-record-2155", + "mv-billing-record-2156", + "mv-billing-record-2157", + "mv-billing-record-2158", + "mv-billing-record-2159", + "mv-billing-record-2160", + "mv-billing-record-2161", + "mv-billing-record-2162", + "mv-billing-record-2163", + "mv-billing-record-2164", + "mv-billing-record-2165", + "mv-billing-record-2166", + "mv-billing-record-2167", + "mv-billing-record-2168", + "mv-billing-record-2169", + "mv-billing-record-2170", + "mv-billing-record-2171", + "mv-billing-record-2172", + "mv-billing-record-2173", + "mv-billing-record-2174", + "mv-billing-record-2175", + "mv-billing-record-2176", + "mv-billing-record-2177", + "mv-billing-record-2178", + "mv-billing-record-2179", + "mv-billing-record-2180", + "mv-billing-record-2181", + "mv-billing-record-2182", + "mv-billing-record-2183", + "mv-billing-record-2184", + "mv-billing-record-2185", + "mv-billing-record-2186", + "mv-billing-record-2187", + "mv-billing-record-2188", + "mv-billing-record-2189", + "mv-billing-record-2190", + "mv-billing-record-2191", + "mv-billing-record-2192", + "mv-billing-record-2193", + "mv-billing-record-2194", + "mv-billing-record-2195", + "mv-billing-record-2196", + "mv-billing-record-2197", + "mv-billing-record-2198", + "mv-billing-record-2199", + "mv-billing-record-2200", + "mv-billing-record-2201", + "mv-billing-record-2202", + "mv-billing-record-2203", + "mv-billing-record-2204", + "mv-billing-record-2205", + "mv-billing-record-2206", + "mv-billing-record-2207", + "mv-billing-record-2208", + "mv-billing-record-2209", + "mv-billing-record-2210", + "mv-billing-record-2211", + "mv-billing-record-2212", + "mv-billing-record-2213", + "mv-billing-record-2214", + "mv-billing-record-2215", + "mv-billing-record-2216", + "mv-billing-record-2217", + "mv-billing-record-2218", + "mv-billing-record-2219", + "mv-billing-record-2220", + "mv-billing-record-2221", + "mv-billing-record-2222", + "mv-billing-record-2223", + "mv-billing-record-2224", + "mv-billing-record-2225", + "mv-billing-record-2226", + "mv-billing-record-2227", + "mv-billing-record-2228", + "mv-billing-record-2229", + "mv-billing-record-2230", + "mv-billing-record-2231", + "mv-billing-record-2232", + "mv-billing-record-2233", + "mv-billing-record-2234", + "mv-billing-record-2235", + "mv-billing-record-2236", + "mv-billing-record-2237", + "mv-billing-record-2238", + "mv-billing-record-2239", + "mv-billing-record-2240", + "mv-billing-record-2241", + "mv-billing-record-2242", + "mv-billing-record-2243", + "mv-billing-record-2244", + "mv-billing-record-2245", + "mv-billing-record-2246", + "mv-billing-record-2247", + "mv-billing-record-2248", + "mv-billing-record-2249", + "mv-billing-record-2250", + "mv-billing-record-2251", + "mv-billing-record-2252", + "mv-billing-record-2253", + "mv-billing-record-2254", + "mv-billing-record-2255", + "mv-billing-record-2256", + "mv-billing-record-2257", + "mv-billing-record-2258", + "mv-billing-record-2259", + "mv-billing-record-2260", + "mv-billing-record-2261", + "mv-billing-record-2262", + "mv-billing-record-2263", + "mv-billing-record-2264", + "mv-billing-record-2265", + "mv-billing-record-2266", + "mv-billing-record-2267", + "mv-billing-record-2268", + "mv-billing-record-2269", + "mv-billing-record-2270", + "mv-billing-record-2271", + "mv-billing-record-2272", + "mv-billing-record-2273", + "mv-billing-record-2274", + "mv-billing-record-2275", + "mv-billing-record-2276", + "mv-billing-record-2277", + "mv-billing-record-2278", + "mv-billing-record-2279", + "mv-billing-record-2280", + "mv-billing-record-2281", + "mv-billing-record-2282", + "mv-billing-record-2283", + "mv-billing-record-2284", + "mv-billing-record-2285", + "mv-billing-record-2286", + "mv-billing-record-2287", + "mv-billing-record-2288", + "mv-billing-record-2289", + "mv-billing-record-2290", + "mv-billing-record-2291", + "mv-billing-record-2292", + "mv-billing-record-2293", + "mv-billing-record-2294", + "mv-billing-record-2295", + "mv-billing-record-2296", + "mv-billing-record-2297", + "mv-billing-record-2298", + "mv-billing-record-2299", + "mv-billing-record-2300", + "mv-billing-record-2301", + "mv-billing-record-2302", + "mv-billing-record-2303", + "mv-billing-record-2304", + "mv-billing-record-2305", + "mv-billing-record-2306", + "mv-billing-record-2307", + "mv-billing-record-2308", + "mv-billing-record-2309", + "mv-billing-record-2310", + "mv-billing-record-2311", + "mv-billing-record-2312", + "mv-billing-record-2313", + "mv-billing-record-2314", + "mv-billing-record-2315", + "mv-billing-record-2316", + "mv-billing-record-2317", + "mv-billing-record-2318", + "mv-billing-record-2319", + "mv-billing-record-2320", + "mv-billing-record-2321", + "mv-billing-record-2322", + "mv-billing-record-2323", + "mv-billing-record-2324", + "mv-billing-record-2325", + "mv-billing-record-2326", + "mv-billing-record-2327", + "mv-billing-record-2328", + "mv-billing-record-2329", + "mv-billing-record-2330", + "mv-billing-record-2331", + "mv-billing-record-2332", + "mv-billing-record-2333", + "mv-billing-record-2334", + "mv-billing-record-2335", + "mv-billing-record-2336", + "mv-billing-record-2337", + "mv-billing-record-2338", + "mv-billing-record-2339", + "mv-billing-record-2340", + "mv-billing-record-2341", + "mv-billing-record-2342", + "mv-billing-record-2343", + "mv-billing-record-2344", + "mv-billing-record-2345", + "mv-billing-record-2346", + "mv-billing-record-2347", + "mv-billing-record-2348", + "mv-billing-record-2349", + "mv-billing-record-2350", + "mv-billing-record-2351", + "mv-billing-record-2352", + "mv-billing-record-2353", + "mv-billing-record-2354", + "mv-billing-record-2355", + "mv-billing-record-2356", + "mv-billing-record-2357", + "mv-billing-record-2358", + "mv-billing-record-2359", + "mv-billing-record-2360", + "mv-billing-record-2361", + "mv-billing-record-2362", + "mv-billing-record-2363", + "mv-billing-record-2364", + "mv-billing-record-2365", + "mv-billing-record-2366", + "mv-billing-record-2367", + "mv-billing-record-2368", + "mv-billing-record-2369", + "mv-billing-record-2370", + "mv-billing-record-2371", + "mv-billing-record-2372", + "mv-billing-record-2373", + "mv-billing-record-2374", + "mv-billing-record-2375", + "mv-billing-record-2376", + "mv-billing-record-2377", + "mv-billing-record-2378", + "mv-billing-record-2379", + "mv-billing-record-2380", + "mv-billing-record-2381", + "mv-billing-record-2382", + "mv-billing-record-2383", + "mv-billing-record-2384", + "mv-billing-record-2385", + "mv-billing-record-2386", + "mv-billing-record-2387", + "mv-billing-record-2388", + "mv-billing-record-2389", + "mv-billing-record-2390", + "mv-billing-record-2391", + "mv-billing-record-2392", + "mv-billing-record-2393", + "mv-billing-record-2394", + "mv-billing-record-2395", + "mv-billing-record-2396", + "mv-billing-record-2397", + "mv-billing-record-2398", + "mv-billing-record-2399", + "mv-billing-record-2400", + "mv-billing-record-2401", + "mv-billing-record-2402", + "mv-billing-record-2403", + "mv-billing-record-2404", + "mv-billing-record-2405", + "mv-billing-record-2406", + "mv-billing-record-2407", + "mv-billing-record-2408", + "mv-billing-record-2409", + "mv-billing-record-2410", + "mv-billing-record-2411", + "mv-billing-record-2412", + "mv-billing-record-2413", + "mv-billing-record-2414", + "mv-billing-record-2415", + "mv-billing-record-2416", + "mv-billing-record-2417", + "mv-billing-record-2418", + "mv-billing-record-2419", + "mv-billing-record-2420", + "mv-billing-record-2421", + "mv-billing-record-2422", + "mv-billing-record-2423", + "mv-billing-record-2424", + "mv-billing-record-2425", + "mv-billing-record-2426", + "mv-billing-record-2427", + "mv-billing-record-2428", + "mv-billing-record-2429", + "mv-billing-record-2430", + "mv-billing-record-2431", + "mv-billing-record-2432", + "mv-billing-record-2433", + "mv-billing-record-2434", + "mv-billing-record-2435", + "mv-billing-record-2436", + "mv-billing-record-2437", + "mv-billing-record-2438", + "mv-billing-record-2439", + "mv-billing-record-2440", + "mv-billing-record-2441", + "mv-billing-record-2442", + "mv-billing-record-2443", + "mv-billing-record-2444", + "mv-billing-record-2445", + "mv-billing-record-2446", + "mv-billing-record-2447", + "mv-billing-record-2448", + "mv-billing-record-2449", + "mv-billing-record-2450", + "mv-billing-record-2451", + "mv-billing-record-2452", + "mv-billing-record-2453", + "mv-billing-record-2454", + "mv-billing-record-2455", + "mv-billing-record-2456", + "mv-billing-record-2457", + "mv-billing-record-2458", + "mv-billing-record-2459", + "mv-billing-record-2460", + "mv-billing-record-2461", + "mv-billing-record-2462", + "mv-billing-record-2463", + "mv-billing-record-2464", + "mv-billing-record-2465", + "mv-billing-record-2466", + "mv-billing-record-2467", + "mv-billing-record-2468", + "mv-billing-record-2469", + "mv-billing-record-2470", + "mv-billing-record-2471", + "mv-billing-record-2472", + "mv-billing-record-2473", + "mv-billing-record-2474", + "mv-billing-record-2475", + "mv-billing-record-2476", + "mv-billing-record-2477", + "mv-billing-record-2478", + "mv-billing-record-2479", + "mv-billing-record-2480", + "mv-billing-record-2481", + "mv-billing-record-2482", + "mv-billing-record-2483", + "mv-billing-record-2484", + "mv-billing-record-2485", + "mv-billing-record-2486", + "mv-billing-record-2487", + "mv-billing-record-2488", + "mv-billing-record-2489", + "mv-billing-record-2490", + "mv-billing-record-2491", + "mv-billing-record-2492", + "mv-billing-record-2493", + "mv-billing-record-2494", + "mv-billing-record-2495", + "mv-billing-record-2496", + "mv-billing-record-2497", + "mv-billing-record-2498", + "mv-billing-record-2499", + "mv-billing-record-2500", + "mv-billing-record-2501", + "mv-billing-record-2502", + "mv-billing-record-2503", + "mv-billing-record-2504", + "mv-billing-record-2505", + "mv-billing-record-2506", + "mv-billing-record-2507", + "mv-billing-record-2508", + "mv-billing-record-2509", + "mv-billing-record-2510", + "mv-billing-record-2511", + "mv-billing-record-2512", + "mv-billing-record-2513", + "mv-billing-record-2514", + "mv-billing-record-2515", + "mv-billing-record-2516", + "mv-billing-record-2517", + "mv-billing-record-2518", + "mv-billing-record-2519", + "mv-billing-record-2520", + "mv-billing-record-2521", + "mv-billing-record-2522", + "mv-billing-record-2523", + "mv-billing-record-2524", + "mv-billing-record-2525", + "mv-billing-record-2526", + "mv-billing-record-2527", + "mv-billing-record-2528", + "mv-billing-record-2529", + "mv-billing-record-2530", + "mv-billing-record-2531", + "mv-billing-record-2532", + "mv-billing-record-2533", + "mv-billing-record-2534", + "mv-billing-record-2535", + "mv-billing-record-2536", + "mv-billing-record-2537", + "mv-billing-record-2538", + "mv-billing-record-2539", + "mv-billing-record-2540", + "mv-billing-record-2541", + "mv-billing-record-2542", + "mv-billing-record-2543", + "mv-billing-record-2544", + "mv-billing-record-2545", + "mv-billing-record-2546", + "mv-billing-record-2547", + "mv-billing-record-2548", + "mv-billing-record-2549", + "mv-billing-record-2550", + "mv-billing-record-2551", + "mv-billing-record-2552", + "mv-billing-record-2553", + "mv-billing-record-2554", + "mv-billing-record-2555", + "mv-billing-record-2556", + "mv-billing-record-2557", + "mv-billing-record-2558", + "mv-billing-record-2559", + "mv-billing-record-2560", + "mv-billing-record-2561", + "mv-billing-record-2562", + "mv-billing-record-2563", + "mv-billing-record-2564", + "mv-billing-record-2565", + "mv-billing-record-2566", + "mv-billing-record-2567", + "mv-billing-record-2568", + "mv-billing-record-2569", + "mv-billing-record-2570", + "mv-billing-record-2571", + "mv-billing-record-2572", + "mv-billing-record-2573", + "mv-billing-record-2574", + "mv-billing-record-2575", + "mv-billing-record-2576", + "mv-billing-record-2577", + "mv-billing-record-2578", + "mv-billing-record-2579", + "mv-billing-record-2580", + "mv-billing-record-2581", + "mv-billing-record-2582", + "mv-billing-record-2583", + "mv-billing-record-2584", + "mv-billing-record-2585", + "mv-billing-record-2586", + "mv-billing-record-2587", + "mv-billing-record-2588", + "mv-billing-record-2589", + "mv-billing-record-2590", + "mv-billing-record-2591", + "mv-billing-record-2592", + "mv-billing-record-2593", + "mv-billing-record-2594", + "mv-billing-record-2595", + "mv-billing-record-2596", + "mv-billing-record-2597", + "mv-billing-record-2598", + "mv-billing-record-2599", + "mv-billing-record-2600", + "mv-billing-record-2601", + "mv-billing-record-2602", + "mv-billing-record-2603", + "mv-billing-record-2604", + "mv-billing-record-2605", + "mv-billing-record-2606", + "mv-billing-record-2607", + "mv-billing-record-2608", + "mv-billing-record-2609", + "mv-billing-record-2610", + "mv-billing-record-2611", + "mv-billing-record-2612", + "mv-billing-record-2613", + "mv-billing-record-2614", + "mv-billing-record-2615", + "mv-billing-record-2616", + "mv-billing-record-2617", + "mv-billing-record-2618", + "mv-billing-record-2619", + "mv-billing-record-2620", + "mv-billing-record-2621", + "mv-billing-record-2622", + "mv-billing-record-2623", + "mv-billing-record-2624", + "mv-billing-record-2625", + "mv-billing-record-2626", + "mv-billing-record-2627", + "mv-billing-record-2628", + "mv-billing-record-2629", + "mv-billing-record-2630", + "mv-billing-record-2631", + "mv-billing-record-2632", + "mv-billing-record-2633", + "mv-billing-record-2634", + "mv-billing-record-2635", + "mv-billing-record-2636", + "mv-billing-record-2637", + "mv-billing-record-2638", + "mv-billing-record-2639", + "mv-billing-record-2640", + "mv-billing-record-2641", + "mv-billing-record-2642", + "mv-billing-record-2643", + "mv-billing-record-2644", + "mv-billing-record-2645", + "mv-billing-record-2646", + "mv-billing-record-2647", + "mv-billing-record-2648", + "mv-billing-record-2649", + "mv-billing-record-2650", + "mv-billing-record-2651", + "mv-billing-record-2652", + "mv-billing-record-2653", + "mv-billing-record-2654", + "mv-billing-record-2655", + "mv-billing-record-2656", + "mv-billing-record-2657", + "mv-billing-record-2658", + "mv-billing-record-2659", + "mv-billing-record-2660", + "mv-billing-record-2661", + "mv-billing-record-2662", + "mv-billing-record-2663", + "mv-billing-record-2664", + "mv-billing-record-2665", + "mv-billing-record-2666", + "mv-billing-record-2667", + "mv-billing-record-2668", + "mv-billing-record-2669", + "mv-billing-record-2670", + "mv-billing-record-2671", + "mv-billing-record-2672", + "mv-billing-record-2673", + "mv-billing-record-2674", + "mv-billing-record-2675", + "mv-billing-record-2676", + "mv-billing-record-2677", + "mv-billing-record-2678", + "mv-billing-record-2679", + "mv-billing-record-2680", + "mv-billing-record-2681", + "mv-billing-record-2682", + "mv-billing-record-2683", + "mv-billing-record-2684", + "mv-billing-record-2685", + "mv-billing-record-2686", + "mv-billing-record-2687", + "mv-billing-record-2688", + "mv-billing-record-2689", + "mv-billing-record-2690", + "mv-billing-record-2691", + "mv-billing-record-2692", + "mv-billing-record-2693", + "mv-billing-record-2694", + "mv-billing-record-2695", + "mv-billing-record-2696", + "mv-billing-record-2697", + "mv-billing-record-2698", + "mv-billing-record-2699", + "mv-billing-record-2700", + "mv-billing-record-2701", + "mv-billing-record-2702", + "mv-billing-record-2703", + "mv-billing-record-2704", + "mv-billing-record-2705", + "mv-billing-record-2706", + "mv-billing-record-2707", + "mv-billing-record-2708", + "mv-billing-record-2709", + "mv-billing-record-2710", + "mv-billing-record-2711", + "mv-billing-record-2712", + "mv-billing-record-2713", + "mv-billing-record-2714", + "mv-billing-record-2715", + "mv-billing-record-2716", + "mv-billing-record-2717", + "mv-billing-record-2718", + "mv-billing-record-2719", + "mv-billing-record-2720", + "mv-billing-record-2721", + "mv-billing-record-2722", + "mv-billing-record-2723", + "mv-billing-record-2724", + "mv-billing-record-2725", + "mv-billing-record-2726", + "mv-billing-record-2727", + "mv-billing-record-2728", + "mv-billing-record-2729", + "mv-billing-record-2730", + "mv-billing-record-2731", + "mv-billing-record-2732", + "mv-billing-record-2733", + "mv-billing-record-2734", + "mv-billing-record-2735", + "mv-billing-record-2736", + "mv-billing-record-2737", + "mv-billing-record-2738", + "mv-billing-record-2739", + "mv-billing-record-2740", + "mv-billing-record-2741", + "mv-billing-record-2742", + "mv-billing-record-2743", + "mv-billing-record-2744", + "mv-billing-record-2745", + "mv-billing-record-2746", + "mv-billing-record-2747", + "mv-billing-record-2748", + "mv-billing-record-2749", + "mv-billing-record-2750", + "mv-billing-record-2751", + "mv-billing-record-2752", + "mv-billing-record-2753", + "mv-billing-record-2754", + "mv-billing-record-2755", + "mv-billing-record-2756", + "mv-billing-record-2757", + "mv-billing-record-2758", + "mv-billing-record-2759", + "mv-billing-record-2760", + "mv-billing-record-2761", + "mv-billing-record-2762", + "mv-billing-record-2763", + "mv-billing-record-2764", + "mv-billing-record-2765", + "mv-billing-record-2766", + "mv-billing-record-2767", + "mv-billing-record-2768", + "mv-billing-record-2769", + "mv-billing-record-2770", + "mv-billing-record-2771", + "mv-billing-record-2772", + "mv-billing-record-2773", + "mv-billing-record-2774", + "mv-billing-record-2775", + "mv-billing-record-2776", + "mv-billing-record-2777", + "mv-billing-record-2778", + "mv-billing-record-2779", + "mv-billing-record-2780", + "mv-billing-record-2781", + "mv-billing-record-2782", + "mv-billing-record-2783", + "mv-billing-record-2784", + "mv-billing-record-2785", + "mv-billing-record-2786", + "mv-billing-record-2787", + "mv-billing-record-2788", + "mv-billing-record-2789", + "mv-billing-record-2790", + "mv-billing-record-2791", + "mv-billing-record-2792", + "mv-billing-record-2793", + "mv-billing-record-2794", + "mv-billing-record-2795", + "mv-billing-record-2796", + "mv-billing-record-2797", + "mv-billing-record-2798", + "mv-billing-record-2799", + "mv-billing-record-2800", + "mv-billing-record-2801", + "mv-billing-record-2802", + "mv-billing-record-2803", + "mv-billing-record-2804", + "mv-billing-record-2805", + "mv-billing-record-2806", + "mv-billing-record-2807", + "mv-billing-record-2808", + "mv-billing-record-2809", + "mv-billing-record-2810", + "mv-billing-record-2811", + "mv-billing-record-2812", + "mv-billing-record-2813", + "mv-billing-record-2814", + "mv-billing-record-2815", + "mv-billing-record-2816", + "mv-billing-record-2817", + "mv-billing-record-2818", + "mv-billing-record-2819", + "mv-billing-record-2820", + "mv-billing-record-2821", + "mv-billing-record-2822", + "mv-billing-record-2823", + "mv-billing-record-2824", + "mv-billing-record-2825", + "mv-billing-record-2826", + "mv-billing-record-2827", + "mv-billing-record-2828", + "mv-billing-record-2829", + "mv-billing-record-2830", + "mv-billing-record-2831", + "mv-billing-record-2832", + "mv-billing-record-2833", + "mv-billing-record-2834", + "mv-billing-record-2835", + "mv-billing-record-2836", + "mv-billing-record-2837", + "mv-billing-record-2838", + "mv-billing-record-2839", + "mv-billing-record-2840", + "mv-billing-record-2841", + "mv-billing-record-2842", + "mv-billing-record-2843", + "mv-billing-record-2844", + "mv-billing-record-2845", + "mv-billing-record-2846", + "mv-billing-record-2847", + "mv-billing-record-2848", + "mv-billing-record-2849", + "mv-billing-record-2850", + "mv-billing-record-2851", + "mv-billing-record-2852", + "mv-billing-record-2853", + "mv-billing-record-2854", + "mv-billing-record-2855", + "mv-billing-record-2856", + "mv-billing-record-2857", + "mv-billing-record-2858", + "mv-billing-record-2859", + "mv-billing-record-2860", + "mv-billing-record-2861", + "mv-billing-record-2862", + "mv-billing-record-2863", + "mv-billing-record-2864", + "mv-billing-record-2865", + "mv-billing-record-2866", + "mv-billing-record-2867", + "mv-billing-record-2868", + "mv-billing-record-2869", + "mv-billing-record-2870", + "mv-billing-record-2871", + "mv-billing-record-2872", + "mv-billing-record-2873", + "mv-billing-record-2874", + "mv-billing-record-2875", + "mv-billing-record-2876", + "mv-billing-record-2877", + "mv-billing-record-2878", + "mv-billing-record-2879", + "mv-billing-record-2880", + "mv-billing-record-2881", + "mv-billing-record-2882", + "mv-billing-record-2883", + "mv-billing-record-2884", + "mv-billing-record-2885", + "mv-billing-record-2886", + "mv-billing-record-2887", + "mv-billing-record-2888", + "mv-billing-record-2889", + "mv-billing-record-2890", + "mv-billing-record-2891", + "mv-billing-record-2892", + "mv-billing-record-2893", + "mv-billing-record-2894", + "mv-billing-record-2895", + "mv-billing-record-2896", + "mv-billing-record-2897", + "mv-billing-record-2898", + "mv-billing-record-2899", + "mv-billing-record-2900", + "mv-billing-record-2901", + "mv-billing-record-2902", + "mv-billing-record-2903", + "mv-billing-record-2904", + "mv-billing-record-2905", + "mv-billing-record-2906", + "mv-billing-record-2907", + "mv-billing-record-2908", + "mv-billing-record-2909", + "mv-billing-record-2910", + "mv-billing-record-2911", + "mv-billing-record-2912", + "mv-billing-record-2913", + "mv-billing-record-2914", + "mv-billing-record-2915", + "mv-billing-record-2916", + "mv-billing-record-2917", + "mv-billing-record-2918", + "mv-billing-record-2919", + "mv-billing-record-2920", + "mv-billing-record-2921", + "mv-billing-record-2922", + "mv-billing-record-2923", + "mv-billing-record-2924", + "mv-billing-record-2925", + "mv-billing-record-2926", + "mv-billing-record-2927", + "mv-billing-record-2928", + "mv-billing-record-2929", + "mv-billing-record-2930", + "mv-billing-record-2931", + "mv-billing-record-2932", + "mv-billing-record-2933", + "mv-billing-record-2934", + "mv-billing-record-2935", + "mv-billing-record-2936", + "mv-billing-record-2937", + "mv-billing-record-2938", + "mv-billing-record-2939", + "mv-billing-record-2940", + "mv-billing-record-2941", + "mv-billing-record-2942", + "mv-billing-record-2943", + "mv-billing-record-2944", + "mv-billing-record-2945", + "mv-billing-record-2946", + "mv-billing-record-2947", + "mv-billing-record-2948", + "mv-billing-record-2949", + "mv-billing-record-2950", + "mv-billing-record-2951", + "mv-billing-record-2952", + "mv-billing-record-2953", + "mv-billing-record-2954", + "mv-billing-record-2955", + "mv-billing-record-2956", + "mv-billing-record-2957", + "mv-billing-record-2958" + ], + "signed_adjustments_preserved": true, + "allocation_applied_once": true, + "breakdown": [ + { + "sku_name": "PREMIUM_JOBS_SERVERLESS_COMPUTE_EUROPE_IRELAND", + "dbu": 532.8145064201624, + "cost_usd": 207.79765750386332 + } + ], + "pipeline_ids": [ + "" + ], + "null_table_metadata_records": 1044, + "exported_list_cost_usd": 207.79765750386332, + "exported_list_cost_usd_decimal": "207.7976575038633116106825753416666666666666666666666655", + "total_dbu": 532.8145064201624, + "total_dbu_decimal": "532.814506420162337463288654722222222222222222222222218", + "total_cost_usd": 207.79765750386332, + "total_cost_usd_decimal": "207.79765750386331161068257534166666666666666666666666502" + } + }, + "missing_components": [], + "known_components_subtotal_usd": 695.604750434355, + "total_cost_usd": 695.604750434355, + "scope": "Ingestion and MV/layout maintenance during the accepted real-time window; read cost separate", + "caveats": [ + "Zerobus and MV refresh use signed, prorated DBUs at checked-in public list rates; no second allocation", + "Predictive Optimization uses ESTIMATED_DBU", + "Normalized query costs are separate; no invoice reconstruction" + ], + "allocation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "allocated_window_total_cost_usd": 695.604750434355, + "allocation_status": "complete_for_real_time_window", + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "scope_source": { + "path": "quotes/databricks/costs/scopes/serverless_20260918.json", + "sha256": "fcb45742354d21a3801cb7ac8cc1c5c8ab1eca92168d0b5e529e96e2147c9394" + } +} diff --git a/full-path-realtime/quotes/databricks/costs/out/serverless_20260918/full_path.json b/full-path-realtime/quotes/databricks/costs/out/serverless_20260918/full_path.json new file mode 100644 index 0000000..0acab41 --- /dev/null +++ b/full-path-realtime/quotes/databricks/costs/out/serverless_20260918/full_path.json @@ -0,0 +1,93 @@ +{ + "schema_version": 2, + "status": "complete", + "missing_components": [], + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "scope_source": { + "path": "quotes/databricks/costs/scopes/serverless_20260918.json", + "sha256": "fcb45742354d21a3801cb7ac8cc1c5c8ab1eca92168d0b5e529e96e2147c9394" + }, + "allocated_window_plus_matched_queries_usd": 698.2531022010216, + "rows": [ + { + "label": "ClickHouse", + "runtime_sec": 56.385999999999996, + "query_cost": 0.0489, + "fresh_path_cost": 28.68705, + "total_cost": 28.73595, + "cost_runtime_product": 1620.3052767, + "relative_to_clickhouse": 1.0 + }, + { + "label": "Databricks Serverless SQL", + "runtime_sec": 1746.166, + "query_cost": 2.6483517666666665, + "fresh_path_cost": 695.604750434355, + "total_cost": 698.2531022010216, + "cost_runtime_product": 1219265.8264579491, + "relative_to_clickhouse": 752.4914249129466 + } + ], + "sources": { + "ClickHouse_dashboard": { + "path": "quotes/clickhouse-cloud/costs/out_t2/matched/databricks_serverless_20260918/dashboard.json", + "sha256": "ea8e835c58c9d7e99ab0f83d4b3ffa02bec292bb1edb004ae61c2bf4053c6387" + }, + "ClickHouse_drilldown": { + "path": "quotes/clickhouse-cloud/costs/out_t2/matched/databricks_serverless_20260918/drilldown.json", + "sha256": "68a5251de2a7b6eb10159e1f8ae3c408fe85688f0aaeb426fc26f89744b92b59" + }, + "ClickHouse_fresh_path": { + "path": "quotes/clickhouse-cloud/costs/out_t2/ingest.json", + "sha256": "6273b75ad99251d297e696dce3a7ce5aeca6d22beb715c41a67f3b1d6bf810b1" + }, + "Databricks Serverless SQL_dashboard": { + "path": "quotes/databricks/costs/out/serverless_20260918/dashboard.json", + "sha256": "106aef7bcdcd275bd850e5171bcb18bff91670e59e670137020fe4079d5f1308" + }, + "Databricks Serverless SQL_drilldown": { + "path": "quotes/databricks/costs/out/serverless_20260918/drilldown.json", + "sha256": "5e4fc9486014073da6609effbf4eb0081fb1e4347d226379397a28bfe58d2484" + }, + "Databricks Serverless SQL_fresh_path": { + "path": "quotes/databricks/costs/out/serverless_20260918/fresh_data_path.json", + "sha256": "f0ce663e9eeda1b2b12f81ffd8d178d75049a38eac26d1b5ecb316e3b9625de1" + } + }, + "matching_manifest": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/manifest.json", + "sha256": "52378066bfbdc46285569a4f0a08aabcdafd077e9281ff5e5777a067e5ca3ded" + }, + "formula": "(real-time fresh-data-path USD + matched query USD) * matched query runtime seconds", + "cost_model": "normalized queries + allocated DBUs and estimated maintenance at public list rates", + "scope_exclusions": [ + "producer VM", + "object storage capacity/requests", + "network", + "control SQL", + "query warehouse idle/minimum billing", + "warm-window reads" + ] +} diff --git a/full-path-realtime/quotes/databricks/costs/out/serverless_20260918/mv_refresh.json b/full-path-realtime/quotes/databricks/costs/out/serverless_20260918/mv_refresh.json new file mode 100644 index 0000000..04a4fdb --- /dev/null +++ b/full-path-realtime/quotes/databricks/costs/out/serverless_20260918/mv_refresh.json @@ -0,0 +1,3060 @@ +{ + "schema_version": 2, + "component": "mv_refresh", + "run_id": "serverless_baseline_full_20260918T170453Z", + "source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/freshness/mv_refresh_allocation.csv", + "sha256": "f2147e76bb379ebb26bd84608ee99d2fb9a187a8098a069e5bb5611c766a68db" + }, + "context_source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/run_context.json", + "sha256": "0cc6fea57545442c1c95bebb01c393c6690ebf43c34091d58ff48b8acf9c8bca" + }, + "package_manifest": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/validation/manifest.json", + "sha256": "51b521ad465a0fdc635c271e87746d4fb93521dd34dfc6605c6475d0894a8fb2" + }, + "pricing_source": { + "path": "quotes/databricks/costs/pricings/serverless_maintenance.json", + "sha256": "f43f8c899ed9dce1941531168fd166ad0b2dabdbf93ed654c87c003037aef540" + }, + "pricing": { + "cloud": "aws", + "region": "eu-west-1", + "plan": "premium", + "dbu_price_per_dbu": 0.39, + "services": [ + "mv_refresh", + "predictive_optimization" + ], + "source_urls": [ + "https://www.databricks.com/product/pricing/lakeflow-pipelines", + "https://www.databricks.com/product/pricing/lakeflow-jobs" + ], + "billing_basis": "Jobs / pipelines serverless DBUs, includes infrastructure; no SQL warehouse rate", + "sku_names": [ + "PREMIUM_JOBS_SERVERLESS_COMPUTE_EUROPE_IRELAND" + ] + }, + "currency": "USD", + "allocation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "cost_model": "allocated_usage_times_checked_in_public_list_rate", + "status": "complete_allocated_window", + "full_dataset_rows": 113219565734, + "scope": "Ingestion and maintenance during the accepted real-time benchmark window", + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "scope_source": { + "path": "quotes/databricks/costs/scopes/serverless_20260918.json", + "sha256": "fcb45742354d21a3801cb7ac8cc1c5c8ab1eca92168d0b5e529e96e2147c9394" + }, + "usage_unit": "DBU", + "usage_records": 2958, + "record_type_counts": { + "ORIGINAL": 2958 + }, + "record_ids": [ + "mv-billing-record-0001", + "mv-billing-record-0002", + "mv-billing-record-0003", + "mv-billing-record-0004", + "mv-billing-record-0005", + "mv-billing-record-0006", + "mv-billing-record-0007", + "mv-billing-record-0008", + "mv-billing-record-0009", + "mv-billing-record-0010", + "mv-billing-record-0011", + "mv-billing-record-0012", + "mv-billing-record-0013", + "mv-billing-record-0014", + "mv-billing-record-0015", + "mv-billing-record-0016", + "mv-billing-record-0017", + "mv-billing-record-0018", + "mv-billing-record-0019", + "mv-billing-record-0020", + "mv-billing-record-0021", + "mv-billing-record-0022", + "mv-billing-record-0023", + "mv-billing-record-0024", + "mv-billing-record-0025", + "mv-billing-record-0026", + "mv-billing-record-0027", + "mv-billing-record-0028", + "mv-billing-record-0029", + "mv-billing-record-0030", + "mv-billing-record-0031", + "mv-billing-record-0032", + "mv-billing-record-0033", + "mv-billing-record-0034", + "mv-billing-record-0035", + "mv-billing-record-0036", + "mv-billing-record-0037", + "mv-billing-record-0038", + "mv-billing-record-0039", + "mv-billing-record-0040", + "mv-billing-record-0041", + "mv-billing-record-0042", + "mv-billing-record-0043", + "mv-billing-record-0044", + "mv-billing-record-0045", + "mv-billing-record-0046", + "mv-billing-record-0047", + "mv-billing-record-0048", + "mv-billing-record-0049", + "mv-billing-record-0050", + "mv-billing-record-0051", + "mv-billing-record-0052", + "mv-billing-record-0053", + "mv-billing-record-0054", + "mv-billing-record-0055", + "mv-billing-record-0056", + "mv-billing-record-0057", + "mv-billing-record-0058", + "mv-billing-record-0059", + "mv-billing-record-0060", + "mv-billing-record-0061", + "mv-billing-record-0062", + "mv-billing-record-0063", + "mv-billing-record-0064", + "mv-billing-record-0065", + "mv-billing-record-0066", + "mv-billing-record-0067", + "mv-billing-record-0068", + "mv-billing-record-0069", + "mv-billing-record-0070", + "mv-billing-record-0071", + "mv-billing-record-0072", + "mv-billing-record-0073", + "mv-billing-record-0074", + "mv-billing-record-0075", + "mv-billing-record-0076", + "mv-billing-record-0077", + "mv-billing-record-0078", + "mv-billing-record-0079", + "mv-billing-record-0080", + "mv-billing-record-0081", + "mv-billing-record-0082", + "mv-billing-record-0083", + "mv-billing-record-0084", + "mv-billing-record-0085", + "mv-billing-record-0086", + "mv-billing-record-0087", + "mv-billing-record-0088", + "mv-billing-record-0089", + "mv-billing-record-0090", + "mv-billing-record-0091", + "mv-billing-record-0092", + "mv-billing-record-0093", + "mv-billing-record-0094", + "mv-billing-record-0095", + "mv-billing-record-0096", + "mv-billing-record-0097", + "mv-billing-record-0098", + "mv-billing-record-0099", + "mv-billing-record-0100", + "mv-billing-record-0101", + "mv-billing-record-0102", + "mv-billing-record-0103", + "mv-billing-record-0104", + "mv-billing-record-0105", + "mv-billing-record-0106", + "mv-billing-record-0107", + "mv-billing-record-0108", + "mv-billing-record-0109", + "mv-billing-record-0110", + "mv-billing-record-0111", + "mv-billing-record-0112", + "mv-billing-record-0113", + "mv-billing-record-0114", + "mv-billing-record-0115", + "mv-billing-record-0116", + "mv-billing-record-0117", + "mv-billing-record-0118", + "mv-billing-record-0119", + "mv-billing-record-0120", + "mv-billing-record-0121", + "mv-billing-record-0122", + "mv-billing-record-0123", + "mv-billing-record-0124", + "mv-billing-record-0125", + "mv-billing-record-0126", + "mv-billing-record-0127", + "mv-billing-record-0128", + "mv-billing-record-0129", + "mv-billing-record-0130", + "mv-billing-record-0131", + "mv-billing-record-0132", + "mv-billing-record-0133", + "mv-billing-record-0134", + "mv-billing-record-0135", + "mv-billing-record-0136", + "mv-billing-record-0137", + "mv-billing-record-0138", + "mv-billing-record-0139", + "mv-billing-record-0140", + "mv-billing-record-0141", + "mv-billing-record-0142", + "mv-billing-record-0143", + "mv-billing-record-0144", + "mv-billing-record-0145", + "mv-billing-record-0146", + "mv-billing-record-0147", + "mv-billing-record-0148", + "mv-billing-record-0149", + "mv-billing-record-0150", + "mv-billing-record-0151", + "mv-billing-record-0152", + "mv-billing-record-0153", + "mv-billing-record-0154", + "mv-billing-record-0155", + "mv-billing-record-0156", + "mv-billing-record-0157", + "mv-billing-record-0158", + "mv-billing-record-0159", + "mv-billing-record-0160", + "mv-billing-record-0161", + "mv-billing-record-0162", + "mv-billing-record-0163", + "mv-billing-record-0164", + "mv-billing-record-0165", + "mv-billing-record-0166", + "mv-billing-record-0167", + "mv-billing-record-0168", + "mv-billing-record-0169", + "mv-billing-record-0170", + "mv-billing-record-0171", + "mv-billing-record-0172", + "mv-billing-record-0173", + "mv-billing-record-0174", + "mv-billing-record-0175", + "mv-billing-record-0176", + "mv-billing-record-0177", + "mv-billing-record-0178", + "mv-billing-record-0179", + "mv-billing-record-0180", + "mv-billing-record-0181", + "mv-billing-record-0182", + "mv-billing-record-0183", + "mv-billing-record-0184", + "mv-billing-record-0185", + "mv-billing-record-0186", + "mv-billing-record-0187", + "mv-billing-record-0188", + "mv-billing-record-0189", + "mv-billing-record-0190", + "mv-billing-record-0191", + "mv-billing-record-0192", + "mv-billing-record-0193", + "mv-billing-record-0194", + "mv-billing-record-0195", + "mv-billing-record-0196", + "mv-billing-record-0197", + "mv-billing-record-0198", + "mv-billing-record-0199", + "mv-billing-record-0200", + "mv-billing-record-0201", + "mv-billing-record-0202", + "mv-billing-record-0203", + "mv-billing-record-0204", + "mv-billing-record-0205", + "mv-billing-record-0206", + "mv-billing-record-0207", + "mv-billing-record-0208", + "mv-billing-record-0209", + "mv-billing-record-0210", + "mv-billing-record-0211", + "mv-billing-record-0212", + "mv-billing-record-0213", + "mv-billing-record-0214", + "mv-billing-record-0215", + "mv-billing-record-0216", + "mv-billing-record-0217", + "mv-billing-record-0218", + "mv-billing-record-0219", + "mv-billing-record-0220", + "mv-billing-record-0221", + "mv-billing-record-0222", + "mv-billing-record-0223", + "mv-billing-record-0224", + "mv-billing-record-0225", + "mv-billing-record-0226", + "mv-billing-record-0227", + "mv-billing-record-0228", + "mv-billing-record-0229", + "mv-billing-record-0230", + "mv-billing-record-0231", + "mv-billing-record-0232", + "mv-billing-record-0233", + "mv-billing-record-0234", + "mv-billing-record-0235", + "mv-billing-record-0236", + "mv-billing-record-0237", + "mv-billing-record-0238", + "mv-billing-record-0239", + "mv-billing-record-0240", + "mv-billing-record-0241", + "mv-billing-record-0242", + "mv-billing-record-0243", + "mv-billing-record-0244", + "mv-billing-record-0245", + "mv-billing-record-0246", + "mv-billing-record-0247", + "mv-billing-record-0248", + "mv-billing-record-0249", + "mv-billing-record-0250", + "mv-billing-record-0251", + "mv-billing-record-0252", + "mv-billing-record-0253", + "mv-billing-record-0254", + "mv-billing-record-0255", + "mv-billing-record-0256", + "mv-billing-record-0257", + "mv-billing-record-0258", + "mv-billing-record-0259", + "mv-billing-record-0260", + "mv-billing-record-0261", + "mv-billing-record-0262", + "mv-billing-record-0263", + "mv-billing-record-0264", + "mv-billing-record-0265", + "mv-billing-record-0266", + "mv-billing-record-0267", + "mv-billing-record-0268", + "mv-billing-record-0269", + "mv-billing-record-0270", + "mv-billing-record-0271", + "mv-billing-record-0272", + "mv-billing-record-0273", + "mv-billing-record-0274", + "mv-billing-record-0275", + "mv-billing-record-0276", + "mv-billing-record-0277", + "mv-billing-record-0278", + "mv-billing-record-0279", + "mv-billing-record-0280", + "mv-billing-record-0281", + "mv-billing-record-0282", + "mv-billing-record-0283", + "mv-billing-record-0284", + "mv-billing-record-0285", + "mv-billing-record-0286", + "mv-billing-record-0287", + "mv-billing-record-0288", + "mv-billing-record-0289", + "mv-billing-record-0290", + "mv-billing-record-0291", + "mv-billing-record-0292", + "mv-billing-record-0293", + "mv-billing-record-0294", + "mv-billing-record-0295", + "mv-billing-record-0296", + "mv-billing-record-0297", + "mv-billing-record-0298", + "mv-billing-record-0299", + "mv-billing-record-0300", + "mv-billing-record-0301", + "mv-billing-record-0302", + "mv-billing-record-0303", + "mv-billing-record-0304", + "mv-billing-record-0305", + "mv-billing-record-0306", + "mv-billing-record-0307", + "mv-billing-record-0308", + "mv-billing-record-0309", + "mv-billing-record-0310", + "mv-billing-record-0311", + "mv-billing-record-0312", + "mv-billing-record-0313", + "mv-billing-record-0314", + "mv-billing-record-0315", + "mv-billing-record-0316", + "mv-billing-record-0317", + "mv-billing-record-0318", + "mv-billing-record-0319", + "mv-billing-record-0320", + "mv-billing-record-0321", + "mv-billing-record-0322", + "mv-billing-record-0323", + "mv-billing-record-0324", + "mv-billing-record-0325", + "mv-billing-record-0326", + "mv-billing-record-0327", + "mv-billing-record-0328", + "mv-billing-record-0329", + "mv-billing-record-0330", + "mv-billing-record-0331", + "mv-billing-record-0332", + "mv-billing-record-0333", + "mv-billing-record-0334", + "mv-billing-record-0335", + "mv-billing-record-0336", + "mv-billing-record-0337", + "mv-billing-record-0338", + "mv-billing-record-0339", + "mv-billing-record-0340", + "mv-billing-record-0341", + "mv-billing-record-0342", + "mv-billing-record-0343", + "mv-billing-record-0344", + "mv-billing-record-0345", + "mv-billing-record-0346", + "mv-billing-record-0347", + "mv-billing-record-0348", + "mv-billing-record-0349", + "mv-billing-record-0350", + "mv-billing-record-0351", + "mv-billing-record-0352", + "mv-billing-record-0353", + "mv-billing-record-0354", + "mv-billing-record-0355", + "mv-billing-record-0356", + "mv-billing-record-0357", + "mv-billing-record-0358", + "mv-billing-record-0359", + "mv-billing-record-0360", + "mv-billing-record-0361", + "mv-billing-record-0362", + "mv-billing-record-0363", + "mv-billing-record-0364", + "mv-billing-record-0365", + "mv-billing-record-0366", + "mv-billing-record-0367", + "mv-billing-record-0368", + "mv-billing-record-0369", + "mv-billing-record-0370", + "mv-billing-record-0371", + "mv-billing-record-0372", + "mv-billing-record-0373", + "mv-billing-record-0374", + "mv-billing-record-0375", + "mv-billing-record-0376", + "mv-billing-record-0377", + "mv-billing-record-0378", + "mv-billing-record-0379", + "mv-billing-record-0380", + "mv-billing-record-0381", + "mv-billing-record-0382", + "mv-billing-record-0383", + "mv-billing-record-0384", + "mv-billing-record-0385", + "mv-billing-record-0386", + "mv-billing-record-0387", + "mv-billing-record-0388", + "mv-billing-record-0389", + "mv-billing-record-0390", + "mv-billing-record-0391", + "mv-billing-record-0392", + "mv-billing-record-0393", + "mv-billing-record-0394", + "mv-billing-record-0395", + "mv-billing-record-0396", + "mv-billing-record-0397", + "mv-billing-record-0398", + "mv-billing-record-0399", + "mv-billing-record-0400", + "mv-billing-record-0401", + "mv-billing-record-0402", + "mv-billing-record-0403", + "mv-billing-record-0404", + "mv-billing-record-0405", + "mv-billing-record-0406", + "mv-billing-record-0407", + "mv-billing-record-0408", + "mv-billing-record-0409", + "mv-billing-record-0410", + "mv-billing-record-0411", + "mv-billing-record-0412", + "mv-billing-record-0413", + "mv-billing-record-0414", + "mv-billing-record-0415", + "mv-billing-record-0416", + "mv-billing-record-0417", + "mv-billing-record-0418", + "mv-billing-record-0419", + "mv-billing-record-0420", + "mv-billing-record-0421", + "mv-billing-record-0422", + "mv-billing-record-0423", + "mv-billing-record-0424", + "mv-billing-record-0425", + "mv-billing-record-0426", + "mv-billing-record-0427", + "mv-billing-record-0428", + "mv-billing-record-0429", + "mv-billing-record-0430", + "mv-billing-record-0431", + "mv-billing-record-0432", + "mv-billing-record-0433", + "mv-billing-record-0434", + "mv-billing-record-0435", + "mv-billing-record-0436", + "mv-billing-record-0437", + "mv-billing-record-0438", + "mv-billing-record-0439", + "mv-billing-record-0440", + "mv-billing-record-0441", + "mv-billing-record-0442", + "mv-billing-record-0443", + "mv-billing-record-0444", + "mv-billing-record-0445", + "mv-billing-record-0446", + "mv-billing-record-0447", + "mv-billing-record-0448", + "mv-billing-record-0449", + "mv-billing-record-0450", + "mv-billing-record-0451", + "mv-billing-record-0452", + "mv-billing-record-0453", + "mv-billing-record-0454", + "mv-billing-record-0455", + "mv-billing-record-0456", + "mv-billing-record-0457", + "mv-billing-record-0458", + "mv-billing-record-0459", + "mv-billing-record-0460", + "mv-billing-record-0461", + "mv-billing-record-0462", + "mv-billing-record-0463", + "mv-billing-record-0464", + "mv-billing-record-0465", + "mv-billing-record-0466", + "mv-billing-record-0467", + "mv-billing-record-0468", + "mv-billing-record-0469", + "mv-billing-record-0470", + "mv-billing-record-0471", + "mv-billing-record-0472", + "mv-billing-record-0473", + "mv-billing-record-0474", + "mv-billing-record-0475", + "mv-billing-record-0476", + "mv-billing-record-0477", + "mv-billing-record-0478", + "mv-billing-record-0479", + "mv-billing-record-0480", + "mv-billing-record-0481", + "mv-billing-record-0482", + "mv-billing-record-0483", + "mv-billing-record-0484", + "mv-billing-record-0485", + "mv-billing-record-0486", + "mv-billing-record-0487", + "mv-billing-record-0488", + "mv-billing-record-0489", + "mv-billing-record-0490", + "mv-billing-record-0491", + "mv-billing-record-0492", + "mv-billing-record-0493", + "mv-billing-record-0494", + "mv-billing-record-0495", + "mv-billing-record-0496", + "mv-billing-record-0497", + "mv-billing-record-0498", + "mv-billing-record-0499", + "mv-billing-record-0500", + "mv-billing-record-0501", + "mv-billing-record-0502", + "mv-billing-record-0503", + "mv-billing-record-0504", + "mv-billing-record-0505", + "mv-billing-record-0506", + "mv-billing-record-0507", + "mv-billing-record-0508", + "mv-billing-record-0509", + "mv-billing-record-0510", + "mv-billing-record-0511", + "mv-billing-record-0512", + "mv-billing-record-0513", + "mv-billing-record-0514", + "mv-billing-record-0515", + "mv-billing-record-0516", + "mv-billing-record-0517", + "mv-billing-record-0518", + "mv-billing-record-0519", + "mv-billing-record-0520", + "mv-billing-record-0521", + "mv-billing-record-0522", + "mv-billing-record-0523", + "mv-billing-record-0524", + "mv-billing-record-0525", + "mv-billing-record-0526", + "mv-billing-record-0527", + "mv-billing-record-0528", + "mv-billing-record-0529", + "mv-billing-record-0530", + "mv-billing-record-0531", + "mv-billing-record-0532", + "mv-billing-record-0533", + "mv-billing-record-0534", + "mv-billing-record-0535", + "mv-billing-record-0536", + "mv-billing-record-0537", + "mv-billing-record-0538", + "mv-billing-record-0539", + "mv-billing-record-0540", + "mv-billing-record-0541", + "mv-billing-record-0542", + "mv-billing-record-0543", + "mv-billing-record-0544", + "mv-billing-record-0545", + "mv-billing-record-0546", + "mv-billing-record-0547", + "mv-billing-record-0548", + "mv-billing-record-0549", + "mv-billing-record-0550", + "mv-billing-record-0551", + "mv-billing-record-0552", + "mv-billing-record-0553", + "mv-billing-record-0554", + "mv-billing-record-0555", + "mv-billing-record-0556", + "mv-billing-record-0557", + "mv-billing-record-0558", + "mv-billing-record-0559", + "mv-billing-record-0560", + "mv-billing-record-0561", + "mv-billing-record-0562", + "mv-billing-record-0563", + "mv-billing-record-0564", + "mv-billing-record-0565", + "mv-billing-record-0566", + "mv-billing-record-0567", + "mv-billing-record-0568", + "mv-billing-record-0569", + "mv-billing-record-0570", + "mv-billing-record-0571", + "mv-billing-record-0572", + "mv-billing-record-0573", + "mv-billing-record-0574", + "mv-billing-record-0575", + "mv-billing-record-0576", + "mv-billing-record-0577", + "mv-billing-record-0578", + "mv-billing-record-0579", + "mv-billing-record-0580", + "mv-billing-record-0581", + "mv-billing-record-0582", + "mv-billing-record-0583", + "mv-billing-record-0584", + "mv-billing-record-0585", + "mv-billing-record-0586", + "mv-billing-record-0587", + "mv-billing-record-0588", + "mv-billing-record-0589", + "mv-billing-record-0590", + "mv-billing-record-0591", + "mv-billing-record-0592", + "mv-billing-record-0593", + "mv-billing-record-0594", + "mv-billing-record-0595", + "mv-billing-record-0596", + "mv-billing-record-0597", + "mv-billing-record-0598", + "mv-billing-record-0599", + "mv-billing-record-0600", + "mv-billing-record-0601", + "mv-billing-record-0602", + "mv-billing-record-0603", + "mv-billing-record-0604", + "mv-billing-record-0605", + "mv-billing-record-0606", + "mv-billing-record-0607", + "mv-billing-record-0608", + "mv-billing-record-0609", + "mv-billing-record-0610", + "mv-billing-record-0611", + "mv-billing-record-0612", + "mv-billing-record-0613", + "mv-billing-record-0614", + "mv-billing-record-0615", + "mv-billing-record-0616", + "mv-billing-record-0617", + "mv-billing-record-0618", + "mv-billing-record-0619", + "mv-billing-record-0620", + "mv-billing-record-0621", + "mv-billing-record-0622", + "mv-billing-record-0623", + "mv-billing-record-0624", + "mv-billing-record-0625", + "mv-billing-record-0626", + "mv-billing-record-0627", + "mv-billing-record-0628", + "mv-billing-record-0629", + "mv-billing-record-0630", + "mv-billing-record-0631", + "mv-billing-record-0632", + "mv-billing-record-0633", + "mv-billing-record-0634", + "mv-billing-record-0635", + "mv-billing-record-0636", + "mv-billing-record-0637", + "mv-billing-record-0638", + "mv-billing-record-0639", + "mv-billing-record-0640", + "mv-billing-record-0641", + "mv-billing-record-0642", + "mv-billing-record-0643", + "mv-billing-record-0644", + "mv-billing-record-0645", + "mv-billing-record-0646", + "mv-billing-record-0647", + "mv-billing-record-0648", + "mv-billing-record-0649", + "mv-billing-record-0650", + "mv-billing-record-0651", + "mv-billing-record-0652", + "mv-billing-record-0653", + "mv-billing-record-0654", + "mv-billing-record-0655", + "mv-billing-record-0656", + "mv-billing-record-0657", + "mv-billing-record-0658", + "mv-billing-record-0659", + "mv-billing-record-0660", + "mv-billing-record-0661", + "mv-billing-record-0662", + "mv-billing-record-0663", + "mv-billing-record-0664", + "mv-billing-record-0665", + "mv-billing-record-0666", + "mv-billing-record-0667", + "mv-billing-record-0668", + "mv-billing-record-0669", + "mv-billing-record-0670", + "mv-billing-record-0671", + "mv-billing-record-0672", + "mv-billing-record-0673", + "mv-billing-record-0674", + "mv-billing-record-0675", + "mv-billing-record-0676", + "mv-billing-record-0677", + "mv-billing-record-0678", + "mv-billing-record-0679", + "mv-billing-record-0680", + "mv-billing-record-0681", + "mv-billing-record-0682", + "mv-billing-record-0683", + "mv-billing-record-0684", + "mv-billing-record-0685", + "mv-billing-record-0686", + "mv-billing-record-0687", + "mv-billing-record-0688", + "mv-billing-record-0689", + "mv-billing-record-0690", + "mv-billing-record-0691", + "mv-billing-record-0692", + "mv-billing-record-0693", + "mv-billing-record-0694", + "mv-billing-record-0695", + "mv-billing-record-0696", + "mv-billing-record-0697", + "mv-billing-record-0698", + "mv-billing-record-0699", + "mv-billing-record-0700", + "mv-billing-record-0701", + "mv-billing-record-0702", + "mv-billing-record-0703", + "mv-billing-record-0704", + "mv-billing-record-0705", + "mv-billing-record-0706", + "mv-billing-record-0707", + "mv-billing-record-0708", + "mv-billing-record-0709", + "mv-billing-record-0710", + "mv-billing-record-0711", + "mv-billing-record-0712", + "mv-billing-record-0713", + "mv-billing-record-0714", + "mv-billing-record-0715", + "mv-billing-record-0716", + "mv-billing-record-0717", + "mv-billing-record-0718", + "mv-billing-record-0719", + "mv-billing-record-0720", + "mv-billing-record-0721", + "mv-billing-record-0722", + "mv-billing-record-0723", + "mv-billing-record-0724", + "mv-billing-record-0725", + "mv-billing-record-0726", + "mv-billing-record-0727", + "mv-billing-record-0728", + "mv-billing-record-0729", + "mv-billing-record-0730", + "mv-billing-record-0731", + "mv-billing-record-0732", + "mv-billing-record-0733", + "mv-billing-record-0734", + "mv-billing-record-0735", + "mv-billing-record-0736", + "mv-billing-record-0737", + "mv-billing-record-0738", + "mv-billing-record-0739", + "mv-billing-record-0740", + "mv-billing-record-0741", + "mv-billing-record-0742", + "mv-billing-record-0743", + "mv-billing-record-0744", + "mv-billing-record-0745", + "mv-billing-record-0746", + "mv-billing-record-0747", + "mv-billing-record-0748", + "mv-billing-record-0749", + "mv-billing-record-0750", + "mv-billing-record-0751", + "mv-billing-record-0752", + "mv-billing-record-0753", + "mv-billing-record-0754", + "mv-billing-record-0755", + "mv-billing-record-0756", + "mv-billing-record-0757", + "mv-billing-record-0758", + "mv-billing-record-0759", + "mv-billing-record-0760", + "mv-billing-record-0761", + "mv-billing-record-0762", + "mv-billing-record-0763", + "mv-billing-record-0764", + "mv-billing-record-0765", + "mv-billing-record-0766", + "mv-billing-record-0767", + "mv-billing-record-0768", + "mv-billing-record-0769", + "mv-billing-record-0770", + "mv-billing-record-0771", + "mv-billing-record-0772", + "mv-billing-record-0773", + "mv-billing-record-0774", + "mv-billing-record-0775", + "mv-billing-record-0776", + "mv-billing-record-0777", + "mv-billing-record-0778", + "mv-billing-record-0779", + "mv-billing-record-0780", + "mv-billing-record-0781", + "mv-billing-record-0782", + "mv-billing-record-0783", + "mv-billing-record-0784", + "mv-billing-record-0785", + "mv-billing-record-0786", + "mv-billing-record-0787", + "mv-billing-record-0788", + "mv-billing-record-0789", + "mv-billing-record-0790", + "mv-billing-record-0791", + "mv-billing-record-0792", + "mv-billing-record-0793", + "mv-billing-record-0794", + "mv-billing-record-0795", + "mv-billing-record-0796", + "mv-billing-record-0797", + "mv-billing-record-0798", + "mv-billing-record-0799", + "mv-billing-record-0800", + "mv-billing-record-0801", + "mv-billing-record-0802", + "mv-billing-record-0803", + "mv-billing-record-0804", + "mv-billing-record-0805", + "mv-billing-record-0806", + "mv-billing-record-0807", + "mv-billing-record-0808", + "mv-billing-record-0809", + "mv-billing-record-0810", + "mv-billing-record-0811", + "mv-billing-record-0812", + "mv-billing-record-0813", + "mv-billing-record-0814", + "mv-billing-record-0815", + "mv-billing-record-0816", + "mv-billing-record-0817", + "mv-billing-record-0818", + "mv-billing-record-0819", + "mv-billing-record-0820", + "mv-billing-record-0821", + "mv-billing-record-0822", + "mv-billing-record-0823", + "mv-billing-record-0824", + "mv-billing-record-0825", + "mv-billing-record-0826", + "mv-billing-record-0827", + "mv-billing-record-0828", + "mv-billing-record-0829", + "mv-billing-record-0830", + "mv-billing-record-0831", + "mv-billing-record-0832", + "mv-billing-record-0833", + "mv-billing-record-0834", + "mv-billing-record-0835", + "mv-billing-record-0836", + "mv-billing-record-0837", + "mv-billing-record-0838", + "mv-billing-record-0839", + "mv-billing-record-0840", + "mv-billing-record-0841", + "mv-billing-record-0842", + "mv-billing-record-0843", + "mv-billing-record-0844", + "mv-billing-record-0845", + "mv-billing-record-0846", + "mv-billing-record-0847", + "mv-billing-record-0848", + "mv-billing-record-0849", + "mv-billing-record-0850", + "mv-billing-record-0851", + "mv-billing-record-0852", + "mv-billing-record-0853", + "mv-billing-record-0854", + "mv-billing-record-0855", + "mv-billing-record-0856", + "mv-billing-record-0857", + "mv-billing-record-0858", + "mv-billing-record-0859", + "mv-billing-record-0860", + "mv-billing-record-0861", + "mv-billing-record-0862", + "mv-billing-record-0863", + "mv-billing-record-0864", + "mv-billing-record-0865", + "mv-billing-record-0866", + "mv-billing-record-0867", + "mv-billing-record-0868", + "mv-billing-record-0869", + "mv-billing-record-0870", + "mv-billing-record-0871", + "mv-billing-record-0872", + "mv-billing-record-0873", + "mv-billing-record-0874", + "mv-billing-record-0875", + "mv-billing-record-0876", + "mv-billing-record-0877", + "mv-billing-record-0878", + "mv-billing-record-0879", + "mv-billing-record-0880", + "mv-billing-record-0881", + "mv-billing-record-0882", + "mv-billing-record-0883", + "mv-billing-record-0884", + "mv-billing-record-0885", + "mv-billing-record-0886", + "mv-billing-record-0887", + "mv-billing-record-0888", + "mv-billing-record-0889", + "mv-billing-record-0890", + "mv-billing-record-0891", + "mv-billing-record-0892", + "mv-billing-record-0893", + "mv-billing-record-0894", + "mv-billing-record-0895", + "mv-billing-record-0896", + "mv-billing-record-0897", + "mv-billing-record-0898", + "mv-billing-record-0899", + "mv-billing-record-0900", + "mv-billing-record-0901", + "mv-billing-record-0902", + "mv-billing-record-0903", + "mv-billing-record-0904", + "mv-billing-record-0905", + "mv-billing-record-0906", + "mv-billing-record-0907", + "mv-billing-record-0908", + "mv-billing-record-0909", + "mv-billing-record-0910", + "mv-billing-record-0911", + "mv-billing-record-0912", + "mv-billing-record-0913", + "mv-billing-record-0914", + "mv-billing-record-0915", + "mv-billing-record-0916", + "mv-billing-record-0917", + "mv-billing-record-0918", + "mv-billing-record-0919", + "mv-billing-record-0920", + "mv-billing-record-0921", + "mv-billing-record-0922", + "mv-billing-record-0923", + "mv-billing-record-0924", + "mv-billing-record-0925", + "mv-billing-record-0926", + "mv-billing-record-0927", + "mv-billing-record-0928", + "mv-billing-record-0929", + "mv-billing-record-0930", + "mv-billing-record-0931", + "mv-billing-record-0932", + "mv-billing-record-0933", + "mv-billing-record-0934", + "mv-billing-record-0935", + "mv-billing-record-0936", + "mv-billing-record-0937", + "mv-billing-record-0938", + "mv-billing-record-0939", + "mv-billing-record-0940", + "mv-billing-record-0941", + "mv-billing-record-0942", + "mv-billing-record-0943", + "mv-billing-record-0944", + "mv-billing-record-0945", + "mv-billing-record-0946", + "mv-billing-record-0947", + "mv-billing-record-0948", + "mv-billing-record-0949", + "mv-billing-record-0950", + "mv-billing-record-0951", + "mv-billing-record-0952", + "mv-billing-record-0953", + "mv-billing-record-0954", + "mv-billing-record-0955", + "mv-billing-record-0956", + "mv-billing-record-0957", + "mv-billing-record-0958", + "mv-billing-record-0959", + "mv-billing-record-0960", + "mv-billing-record-0961", + "mv-billing-record-0962", + "mv-billing-record-0963", + "mv-billing-record-0964", + "mv-billing-record-0965", + "mv-billing-record-0966", + "mv-billing-record-0967", + "mv-billing-record-0968", + "mv-billing-record-0969", + "mv-billing-record-0970", + "mv-billing-record-0971", + "mv-billing-record-0972", + "mv-billing-record-0973", + "mv-billing-record-0974", + "mv-billing-record-0975", + "mv-billing-record-0976", + "mv-billing-record-0977", + "mv-billing-record-0978", + "mv-billing-record-0979", + "mv-billing-record-0980", + "mv-billing-record-0981", + "mv-billing-record-0982", + "mv-billing-record-0983", + "mv-billing-record-0984", + "mv-billing-record-0985", + "mv-billing-record-0986", + "mv-billing-record-0987", + "mv-billing-record-0988", + "mv-billing-record-0989", + "mv-billing-record-0990", + "mv-billing-record-0991", + "mv-billing-record-0992", + "mv-billing-record-0993", + "mv-billing-record-0994", + "mv-billing-record-0995", + "mv-billing-record-0996", + "mv-billing-record-0997", + "mv-billing-record-0998", + "mv-billing-record-0999", + "mv-billing-record-1000", + "mv-billing-record-1001", + "mv-billing-record-1002", + "mv-billing-record-1003", + "mv-billing-record-1004", + "mv-billing-record-1005", + "mv-billing-record-1006", + "mv-billing-record-1007", + "mv-billing-record-1008", + "mv-billing-record-1009", + "mv-billing-record-1010", + "mv-billing-record-1011", + "mv-billing-record-1012", + "mv-billing-record-1013", + "mv-billing-record-1014", + "mv-billing-record-1015", + "mv-billing-record-1016", + "mv-billing-record-1017", + "mv-billing-record-1018", + "mv-billing-record-1019", + "mv-billing-record-1020", + "mv-billing-record-1021", + "mv-billing-record-1022", + "mv-billing-record-1023", + "mv-billing-record-1024", + "mv-billing-record-1025", + "mv-billing-record-1026", + "mv-billing-record-1027", + "mv-billing-record-1028", + "mv-billing-record-1029", + "mv-billing-record-1030", + "mv-billing-record-1031", + "mv-billing-record-1032", + "mv-billing-record-1033", + "mv-billing-record-1034", + "mv-billing-record-1035", + "mv-billing-record-1036", + "mv-billing-record-1037", + "mv-billing-record-1038", + "mv-billing-record-1039", + "mv-billing-record-1040", + "mv-billing-record-1041", + "mv-billing-record-1042", + "mv-billing-record-1043", + "mv-billing-record-1044", + "mv-billing-record-1045", + "mv-billing-record-1046", + "mv-billing-record-1047", + "mv-billing-record-1048", + "mv-billing-record-1049", + "mv-billing-record-1050", + "mv-billing-record-1051", + "mv-billing-record-1052", + "mv-billing-record-1053", + "mv-billing-record-1054", + "mv-billing-record-1055", + "mv-billing-record-1056", + "mv-billing-record-1057", + "mv-billing-record-1058", + "mv-billing-record-1059", + "mv-billing-record-1060", + "mv-billing-record-1061", + "mv-billing-record-1062", + "mv-billing-record-1063", + "mv-billing-record-1064", + "mv-billing-record-1065", + "mv-billing-record-1066", + "mv-billing-record-1067", + "mv-billing-record-1068", + "mv-billing-record-1069", + "mv-billing-record-1070", + "mv-billing-record-1071", + "mv-billing-record-1072", + "mv-billing-record-1073", + "mv-billing-record-1074", + "mv-billing-record-1075", + "mv-billing-record-1076", + "mv-billing-record-1077", + "mv-billing-record-1078", + "mv-billing-record-1079", + "mv-billing-record-1080", + "mv-billing-record-1081", + "mv-billing-record-1082", + "mv-billing-record-1083", + "mv-billing-record-1084", + "mv-billing-record-1085", + "mv-billing-record-1086", + "mv-billing-record-1087", + "mv-billing-record-1088", + "mv-billing-record-1089", + "mv-billing-record-1090", + "mv-billing-record-1091", + "mv-billing-record-1092", + "mv-billing-record-1093", + "mv-billing-record-1094", + "mv-billing-record-1095", + "mv-billing-record-1096", + "mv-billing-record-1097", + "mv-billing-record-1098", + "mv-billing-record-1099", + "mv-billing-record-1100", + "mv-billing-record-1101", + "mv-billing-record-1102", + "mv-billing-record-1103", + "mv-billing-record-1104", + "mv-billing-record-1105", + "mv-billing-record-1106", + "mv-billing-record-1107", + "mv-billing-record-1108", + "mv-billing-record-1109", + "mv-billing-record-1110", + "mv-billing-record-1111", + "mv-billing-record-1112", + "mv-billing-record-1113", + "mv-billing-record-1114", + "mv-billing-record-1115", + "mv-billing-record-1116", + "mv-billing-record-1117", + "mv-billing-record-1118", + "mv-billing-record-1119", + "mv-billing-record-1120", + "mv-billing-record-1121", + "mv-billing-record-1122", + "mv-billing-record-1123", + "mv-billing-record-1124", + "mv-billing-record-1125", + "mv-billing-record-1126", + "mv-billing-record-1127", + "mv-billing-record-1128", + "mv-billing-record-1129", + "mv-billing-record-1130", + "mv-billing-record-1131", + "mv-billing-record-1132", + "mv-billing-record-1133", + "mv-billing-record-1134", + "mv-billing-record-1135", + "mv-billing-record-1136", + "mv-billing-record-1137", + "mv-billing-record-1138", + "mv-billing-record-1139", + "mv-billing-record-1140", + "mv-billing-record-1141", + "mv-billing-record-1142", + "mv-billing-record-1143", + "mv-billing-record-1144", + "mv-billing-record-1145", + "mv-billing-record-1146", + "mv-billing-record-1147", + "mv-billing-record-1148", + "mv-billing-record-1149", + "mv-billing-record-1150", + "mv-billing-record-1151", + "mv-billing-record-1152", + "mv-billing-record-1153", + "mv-billing-record-1154", + "mv-billing-record-1155", + "mv-billing-record-1156", + "mv-billing-record-1157", + "mv-billing-record-1158", + "mv-billing-record-1159", + "mv-billing-record-1160", + "mv-billing-record-1161", + "mv-billing-record-1162", + "mv-billing-record-1163", + "mv-billing-record-1164", + "mv-billing-record-1165", + "mv-billing-record-1166", + "mv-billing-record-1167", + "mv-billing-record-1168", + "mv-billing-record-1169", + "mv-billing-record-1170", + "mv-billing-record-1171", + "mv-billing-record-1172", + "mv-billing-record-1173", + "mv-billing-record-1174", + "mv-billing-record-1175", + "mv-billing-record-1176", + "mv-billing-record-1177", + "mv-billing-record-1178", + "mv-billing-record-1179", + "mv-billing-record-1180", + "mv-billing-record-1181", + "mv-billing-record-1182", + "mv-billing-record-1183", + "mv-billing-record-1184", + "mv-billing-record-1185", + "mv-billing-record-1186", + "mv-billing-record-1187", + "mv-billing-record-1188", + "mv-billing-record-1189", + "mv-billing-record-1190", + "mv-billing-record-1191", + "mv-billing-record-1192", + "mv-billing-record-1193", + "mv-billing-record-1194", + "mv-billing-record-1195", + "mv-billing-record-1196", + "mv-billing-record-1197", + "mv-billing-record-1198", + "mv-billing-record-1199", + "mv-billing-record-1200", + "mv-billing-record-1201", + "mv-billing-record-1202", + "mv-billing-record-1203", + "mv-billing-record-1204", + "mv-billing-record-1205", + "mv-billing-record-1206", + "mv-billing-record-1207", + "mv-billing-record-1208", + "mv-billing-record-1209", + "mv-billing-record-1210", + "mv-billing-record-1211", + "mv-billing-record-1212", + "mv-billing-record-1213", + "mv-billing-record-1214", + "mv-billing-record-1215", + "mv-billing-record-1216", + "mv-billing-record-1217", + "mv-billing-record-1218", + "mv-billing-record-1219", + "mv-billing-record-1220", + "mv-billing-record-1221", + "mv-billing-record-1222", + "mv-billing-record-1223", + "mv-billing-record-1224", + "mv-billing-record-1225", + "mv-billing-record-1226", + "mv-billing-record-1227", + "mv-billing-record-1228", + "mv-billing-record-1229", + "mv-billing-record-1230", + "mv-billing-record-1231", + "mv-billing-record-1232", + "mv-billing-record-1233", + "mv-billing-record-1234", + "mv-billing-record-1235", + "mv-billing-record-1236", + "mv-billing-record-1237", + "mv-billing-record-1238", + "mv-billing-record-1239", + "mv-billing-record-1240", + "mv-billing-record-1241", + "mv-billing-record-1242", + "mv-billing-record-1243", + "mv-billing-record-1244", + "mv-billing-record-1245", + "mv-billing-record-1246", + "mv-billing-record-1247", + "mv-billing-record-1248", + "mv-billing-record-1249", + "mv-billing-record-1250", + "mv-billing-record-1251", + "mv-billing-record-1252", + "mv-billing-record-1253", + "mv-billing-record-1254", + "mv-billing-record-1255", + "mv-billing-record-1256", + "mv-billing-record-1257", + "mv-billing-record-1258", + "mv-billing-record-1259", + "mv-billing-record-1260", + "mv-billing-record-1261", + "mv-billing-record-1262", + "mv-billing-record-1263", + "mv-billing-record-1264", + "mv-billing-record-1265", + "mv-billing-record-1266", + "mv-billing-record-1267", + "mv-billing-record-1268", + "mv-billing-record-1269", + "mv-billing-record-1270", + "mv-billing-record-1271", + "mv-billing-record-1272", + "mv-billing-record-1273", + "mv-billing-record-1274", + "mv-billing-record-1275", + "mv-billing-record-1276", + "mv-billing-record-1277", + "mv-billing-record-1278", + "mv-billing-record-1279", + "mv-billing-record-1280", + "mv-billing-record-1281", + "mv-billing-record-1282", + "mv-billing-record-1283", + "mv-billing-record-1284", + "mv-billing-record-1285", + "mv-billing-record-1286", + "mv-billing-record-1287", + "mv-billing-record-1288", + "mv-billing-record-1289", + "mv-billing-record-1290", + "mv-billing-record-1291", + "mv-billing-record-1292", + "mv-billing-record-1293", + "mv-billing-record-1294", + "mv-billing-record-1295", + "mv-billing-record-1296", + "mv-billing-record-1297", + "mv-billing-record-1298", + "mv-billing-record-1299", + "mv-billing-record-1300", + "mv-billing-record-1301", + "mv-billing-record-1302", + "mv-billing-record-1303", + "mv-billing-record-1304", + "mv-billing-record-1305", + "mv-billing-record-1306", + "mv-billing-record-1307", + "mv-billing-record-1308", + "mv-billing-record-1309", + "mv-billing-record-1310", + "mv-billing-record-1311", + "mv-billing-record-1312", + "mv-billing-record-1313", + "mv-billing-record-1314", + "mv-billing-record-1315", + "mv-billing-record-1316", + "mv-billing-record-1317", + "mv-billing-record-1318", + "mv-billing-record-1319", + "mv-billing-record-1320", + "mv-billing-record-1321", + "mv-billing-record-1322", + "mv-billing-record-1323", + "mv-billing-record-1324", + "mv-billing-record-1325", + "mv-billing-record-1326", + "mv-billing-record-1327", + "mv-billing-record-1328", + "mv-billing-record-1329", + "mv-billing-record-1330", + "mv-billing-record-1331", + "mv-billing-record-1332", + "mv-billing-record-1333", + "mv-billing-record-1334", + "mv-billing-record-1335", + "mv-billing-record-1336", + "mv-billing-record-1337", + "mv-billing-record-1338", + "mv-billing-record-1339", + "mv-billing-record-1340", + "mv-billing-record-1341", + "mv-billing-record-1342", + "mv-billing-record-1343", + "mv-billing-record-1344", + "mv-billing-record-1345", + "mv-billing-record-1346", + "mv-billing-record-1347", + "mv-billing-record-1348", + "mv-billing-record-1349", + "mv-billing-record-1350", + "mv-billing-record-1351", + "mv-billing-record-1352", + "mv-billing-record-1353", + "mv-billing-record-1354", + "mv-billing-record-1355", + "mv-billing-record-1356", + "mv-billing-record-1357", + "mv-billing-record-1358", + "mv-billing-record-1359", + "mv-billing-record-1360", + "mv-billing-record-1361", + "mv-billing-record-1362", + "mv-billing-record-1363", + "mv-billing-record-1364", + "mv-billing-record-1365", + "mv-billing-record-1366", + "mv-billing-record-1367", + "mv-billing-record-1368", + "mv-billing-record-1369", + "mv-billing-record-1370", + "mv-billing-record-1371", + "mv-billing-record-1372", + "mv-billing-record-1373", + "mv-billing-record-1374", + "mv-billing-record-1375", + "mv-billing-record-1376", + "mv-billing-record-1377", + "mv-billing-record-1378", + "mv-billing-record-1379", + "mv-billing-record-1380", + "mv-billing-record-1381", + "mv-billing-record-1382", + "mv-billing-record-1383", + "mv-billing-record-1384", + "mv-billing-record-1385", + "mv-billing-record-1386", + "mv-billing-record-1387", + "mv-billing-record-1388", + "mv-billing-record-1389", + "mv-billing-record-1390", + "mv-billing-record-1391", + "mv-billing-record-1392", + "mv-billing-record-1393", + "mv-billing-record-1394", + "mv-billing-record-1395", + "mv-billing-record-1396", + "mv-billing-record-1397", + "mv-billing-record-1398", + "mv-billing-record-1399", + "mv-billing-record-1400", + "mv-billing-record-1401", + "mv-billing-record-1402", + "mv-billing-record-1403", + "mv-billing-record-1404", + "mv-billing-record-1405", + "mv-billing-record-1406", + "mv-billing-record-1407", + "mv-billing-record-1408", + "mv-billing-record-1409", + "mv-billing-record-1410", + "mv-billing-record-1411", + "mv-billing-record-1412", + "mv-billing-record-1413", + "mv-billing-record-1414", + "mv-billing-record-1415", + "mv-billing-record-1416", + "mv-billing-record-1417", + "mv-billing-record-1418", + "mv-billing-record-1419", + "mv-billing-record-1420", + "mv-billing-record-1421", + "mv-billing-record-1422", + "mv-billing-record-1423", + "mv-billing-record-1424", + "mv-billing-record-1425", + "mv-billing-record-1426", + "mv-billing-record-1427", + "mv-billing-record-1428", + "mv-billing-record-1429", + "mv-billing-record-1430", + "mv-billing-record-1431", + "mv-billing-record-1432", + "mv-billing-record-1433", + "mv-billing-record-1434", + "mv-billing-record-1435", + "mv-billing-record-1436", + "mv-billing-record-1437", + "mv-billing-record-1438", + "mv-billing-record-1439", + "mv-billing-record-1440", + "mv-billing-record-1441", + "mv-billing-record-1442", + "mv-billing-record-1443", + "mv-billing-record-1444", + "mv-billing-record-1445", + "mv-billing-record-1446", + "mv-billing-record-1447", + "mv-billing-record-1448", + "mv-billing-record-1449", + "mv-billing-record-1450", + "mv-billing-record-1451", + "mv-billing-record-1452", + "mv-billing-record-1453", + "mv-billing-record-1454", + "mv-billing-record-1455", + "mv-billing-record-1456", + "mv-billing-record-1457", + "mv-billing-record-1458", + "mv-billing-record-1459", + "mv-billing-record-1460", + "mv-billing-record-1461", + "mv-billing-record-1462", + "mv-billing-record-1463", + "mv-billing-record-1464", + "mv-billing-record-1465", + "mv-billing-record-1466", + "mv-billing-record-1467", + "mv-billing-record-1468", + "mv-billing-record-1469", + "mv-billing-record-1470", + "mv-billing-record-1471", + "mv-billing-record-1472", + "mv-billing-record-1473", + "mv-billing-record-1474", + "mv-billing-record-1475", + "mv-billing-record-1476", + "mv-billing-record-1477", + "mv-billing-record-1478", + "mv-billing-record-1479", + "mv-billing-record-1480", + "mv-billing-record-1481", + "mv-billing-record-1482", + "mv-billing-record-1483", + "mv-billing-record-1484", + "mv-billing-record-1485", + "mv-billing-record-1486", + "mv-billing-record-1487", + "mv-billing-record-1488", + "mv-billing-record-1489", + "mv-billing-record-1490", + "mv-billing-record-1491", + "mv-billing-record-1492", + "mv-billing-record-1493", + "mv-billing-record-1494", + "mv-billing-record-1495", + "mv-billing-record-1496", + "mv-billing-record-1497", + "mv-billing-record-1498", + "mv-billing-record-1499", + "mv-billing-record-1500", + "mv-billing-record-1501", + "mv-billing-record-1502", + "mv-billing-record-1503", + "mv-billing-record-1504", + "mv-billing-record-1505", + "mv-billing-record-1506", + "mv-billing-record-1507", + "mv-billing-record-1508", + "mv-billing-record-1509", + "mv-billing-record-1510", + "mv-billing-record-1511", + "mv-billing-record-1512", + "mv-billing-record-1513", + "mv-billing-record-1514", + "mv-billing-record-1515", + "mv-billing-record-1516", + "mv-billing-record-1517", + "mv-billing-record-1518", + "mv-billing-record-1519", + "mv-billing-record-1520", + "mv-billing-record-1521", + "mv-billing-record-1522", + "mv-billing-record-1523", + "mv-billing-record-1524", + "mv-billing-record-1525", + "mv-billing-record-1526", + "mv-billing-record-1527", + "mv-billing-record-1528", + "mv-billing-record-1529", + "mv-billing-record-1530", + "mv-billing-record-1531", + "mv-billing-record-1532", + "mv-billing-record-1533", + "mv-billing-record-1534", + "mv-billing-record-1535", + "mv-billing-record-1536", + "mv-billing-record-1537", + "mv-billing-record-1538", + "mv-billing-record-1539", + "mv-billing-record-1540", + "mv-billing-record-1541", + "mv-billing-record-1542", + "mv-billing-record-1543", + "mv-billing-record-1544", + "mv-billing-record-1545", + "mv-billing-record-1546", + "mv-billing-record-1547", + "mv-billing-record-1548", + "mv-billing-record-1549", + "mv-billing-record-1550", + "mv-billing-record-1551", + "mv-billing-record-1552", + "mv-billing-record-1553", + "mv-billing-record-1554", + "mv-billing-record-1555", + "mv-billing-record-1556", + "mv-billing-record-1557", + "mv-billing-record-1558", + "mv-billing-record-1559", + "mv-billing-record-1560", + "mv-billing-record-1561", + "mv-billing-record-1562", + "mv-billing-record-1563", + "mv-billing-record-1564", + "mv-billing-record-1565", + "mv-billing-record-1566", + "mv-billing-record-1567", + "mv-billing-record-1568", + "mv-billing-record-1569", + "mv-billing-record-1570", + "mv-billing-record-1571", + "mv-billing-record-1572", + "mv-billing-record-1573", + "mv-billing-record-1574", + "mv-billing-record-1575", + "mv-billing-record-1576", + "mv-billing-record-1577", + "mv-billing-record-1578", + "mv-billing-record-1579", + "mv-billing-record-1580", + "mv-billing-record-1581", + "mv-billing-record-1582", + "mv-billing-record-1583", + "mv-billing-record-1584", + "mv-billing-record-1585", + "mv-billing-record-1586", + "mv-billing-record-1587", + "mv-billing-record-1588", + "mv-billing-record-1589", + "mv-billing-record-1590", + "mv-billing-record-1591", + "mv-billing-record-1592", + "mv-billing-record-1593", + "mv-billing-record-1594", + "mv-billing-record-1595", + "mv-billing-record-1596", + "mv-billing-record-1597", + "mv-billing-record-1598", + "mv-billing-record-1599", + "mv-billing-record-1600", + "mv-billing-record-1601", + "mv-billing-record-1602", + "mv-billing-record-1603", + "mv-billing-record-1604", + "mv-billing-record-1605", + "mv-billing-record-1606", + "mv-billing-record-1607", + "mv-billing-record-1608", + "mv-billing-record-1609", + "mv-billing-record-1610", + "mv-billing-record-1611", + "mv-billing-record-1612", + "mv-billing-record-1613", + "mv-billing-record-1614", + "mv-billing-record-1615", + "mv-billing-record-1616", + "mv-billing-record-1617", + "mv-billing-record-1618", + "mv-billing-record-1619", + "mv-billing-record-1620", + "mv-billing-record-1621", + "mv-billing-record-1622", + "mv-billing-record-1623", + "mv-billing-record-1624", + "mv-billing-record-1625", + "mv-billing-record-1626", + "mv-billing-record-1627", + "mv-billing-record-1628", + "mv-billing-record-1629", + "mv-billing-record-1630", + "mv-billing-record-1631", + "mv-billing-record-1632", + "mv-billing-record-1633", + "mv-billing-record-1634", + "mv-billing-record-1635", + "mv-billing-record-1636", + "mv-billing-record-1637", + "mv-billing-record-1638", + "mv-billing-record-1639", + "mv-billing-record-1640", + "mv-billing-record-1641", + "mv-billing-record-1642", + "mv-billing-record-1643", + "mv-billing-record-1644", + "mv-billing-record-1645", + "mv-billing-record-1646", + "mv-billing-record-1647", + "mv-billing-record-1648", + "mv-billing-record-1649", + "mv-billing-record-1650", + "mv-billing-record-1651", + "mv-billing-record-1652", + "mv-billing-record-1653", + "mv-billing-record-1654", + "mv-billing-record-1655", + "mv-billing-record-1656", + "mv-billing-record-1657", + "mv-billing-record-1658", + "mv-billing-record-1659", + "mv-billing-record-1660", + "mv-billing-record-1661", + "mv-billing-record-1662", + "mv-billing-record-1663", + "mv-billing-record-1664", + "mv-billing-record-1665", + "mv-billing-record-1666", + "mv-billing-record-1667", + "mv-billing-record-1668", + "mv-billing-record-1669", + "mv-billing-record-1670", + "mv-billing-record-1671", + "mv-billing-record-1672", + "mv-billing-record-1673", + "mv-billing-record-1674", + "mv-billing-record-1675", + "mv-billing-record-1676", + "mv-billing-record-1677", + "mv-billing-record-1678", + "mv-billing-record-1679", + "mv-billing-record-1680", + "mv-billing-record-1681", + "mv-billing-record-1682", + "mv-billing-record-1683", + "mv-billing-record-1684", + "mv-billing-record-1685", + "mv-billing-record-1686", + "mv-billing-record-1687", + "mv-billing-record-1688", + "mv-billing-record-1689", + "mv-billing-record-1690", + "mv-billing-record-1691", + "mv-billing-record-1692", + "mv-billing-record-1693", + "mv-billing-record-1694", + "mv-billing-record-1695", + "mv-billing-record-1696", + "mv-billing-record-1697", + "mv-billing-record-1698", + "mv-billing-record-1699", + "mv-billing-record-1700", + "mv-billing-record-1701", + "mv-billing-record-1702", + "mv-billing-record-1703", + "mv-billing-record-1704", + "mv-billing-record-1705", + "mv-billing-record-1706", + "mv-billing-record-1707", + "mv-billing-record-1708", + "mv-billing-record-1709", + "mv-billing-record-1710", + "mv-billing-record-1711", + "mv-billing-record-1712", + "mv-billing-record-1713", + "mv-billing-record-1714", + "mv-billing-record-1715", + "mv-billing-record-1716", + "mv-billing-record-1717", + "mv-billing-record-1718", + "mv-billing-record-1719", + "mv-billing-record-1720", + "mv-billing-record-1721", + "mv-billing-record-1722", + "mv-billing-record-1723", + "mv-billing-record-1724", + "mv-billing-record-1725", + "mv-billing-record-1726", + "mv-billing-record-1727", + "mv-billing-record-1728", + "mv-billing-record-1729", + "mv-billing-record-1730", + "mv-billing-record-1731", + "mv-billing-record-1732", + "mv-billing-record-1733", + "mv-billing-record-1734", + "mv-billing-record-1735", + "mv-billing-record-1736", + "mv-billing-record-1737", + "mv-billing-record-1738", + "mv-billing-record-1739", + "mv-billing-record-1740", + "mv-billing-record-1741", + "mv-billing-record-1742", + "mv-billing-record-1743", + "mv-billing-record-1744", + "mv-billing-record-1745", + "mv-billing-record-1746", + "mv-billing-record-1747", + "mv-billing-record-1748", + "mv-billing-record-1749", + "mv-billing-record-1750", + "mv-billing-record-1751", + "mv-billing-record-1752", + "mv-billing-record-1753", + "mv-billing-record-1754", + "mv-billing-record-1755", + "mv-billing-record-1756", + "mv-billing-record-1757", + "mv-billing-record-1758", + "mv-billing-record-1759", + "mv-billing-record-1760", + "mv-billing-record-1761", + "mv-billing-record-1762", + "mv-billing-record-1763", + "mv-billing-record-1764", + "mv-billing-record-1765", + "mv-billing-record-1766", + "mv-billing-record-1767", + "mv-billing-record-1768", + "mv-billing-record-1769", + "mv-billing-record-1770", + "mv-billing-record-1771", + "mv-billing-record-1772", + "mv-billing-record-1773", + "mv-billing-record-1774", + "mv-billing-record-1775", + "mv-billing-record-1776", + "mv-billing-record-1777", + "mv-billing-record-1778", + "mv-billing-record-1779", + "mv-billing-record-1780", + "mv-billing-record-1781", + "mv-billing-record-1782", + "mv-billing-record-1783", + "mv-billing-record-1784", + "mv-billing-record-1785", + "mv-billing-record-1786", + "mv-billing-record-1787", + "mv-billing-record-1788", + "mv-billing-record-1789", + "mv-billing-record-1790", + "mv-billing-record-1791", + "mv-billing-record-1792", + "mv-billing-record-1793", + "mv-billing-record-1794", + "mv-billing-record-1795", + "mv-billing-record-1796", + "mv-billing-record-1797", + "mv-billing-record-1798", + "mv-billing-record-1799", + "mv-billing-record-1800", + "mv-billing-record-1801", + "mv-billing-record-1802", + "mv-billing-record-1803", + "mv-billing-record-1804", + "mv-billing-record-1805", + "mv-billing-record-1806", + "mv-billing-record-1807", + "mv-billing-record-1808", + "mv-billing-record-1809", + "mv-billing-record-1810", + "mv-billing-record-1811", + "mv-billing-record-1812", + "mv-billing-record-1813", + "mv-billing-record-1814", + "mv-billing-record-1815", + "mv-billing-record-1816", + "mv-billing-record-1817", + "mv-billing-record-1818", + "mv-billing-record-1819", + "mv-billing-record-1820", + "mv-billing-record-1821", + "mv-billing-record-1822", + "mv-billing-record-1823", + "mv-billing-record-1824", + "mv-billing-record-1825", + "mv-billing-record-1826", + "mv-billing-record-1827", + "mv-billing-record-1828", + "mv-billing-record-1829", + "mv-billing-record-1830", + "mv-billing-record-1831", + "mv-billing-record-1832", + "mv-billing-record-1833", + "mv-billing-record-1834", + "mv-billing-record-1835", + "mv-billing-record-1836", + "mv-billing-record-1837", + "mv-billing-record-1838", + "mv-billing-record-1839", + "mv-billing-record-1840", + "mv-billing-record-1841", + "mv-billing-record-1842", + "mv-billing-record-1843", + "mv-billing-record-1844", + "mv-billing-record-1845", + "mv-billing-record-1846", + "mv-billing-record-1847", + "mv-billing-record-1848", + "mv-billing-record-1849", + "mv-billing-record-1850", + "mv-billing-record-1851", + "mv-billing-record-1852", + "mv-billing-record-1853", + "mv-billing-record-1854", + "mv-billing-record-1855", + "mv-billing-record-1856", + "mv-billing-record-1857", + "mv-billing-record-1858", + "mv-billing-record-1859", + "mv-billing-record-1860", + "mv-billing-record-1861", + "mv-billing-record-1862", + "mv-billing-record-1863", + "mv-billing-record-1864", + "mv-billing-record-1865", + "mv-billing-record-1866", + "mv-billing-record-1867", + "mv-billing-record-1868", + "mv-billing-record-1869", + "mv-billing-record-1870", + "mv-billing-record-1871", + "mv-billing-record-1872", + "mv-billing-record-1873", + "mv-billing-record-1874", + "mv-billing-record-1875", + "mv-billing-record-1876", + "mv-billing-record-1877", + "mv-billing-record-1878", + "mv-billing-record-1879", + "mv-billing-record-1880", + "mv-billing-record-1881", + "mv-billing-record-1882", + "mv-billing-record-1883", + "mv-billing-record-1884", + "mv-billing-record-1885", + "mv-billing-record-1886", + "mv-billing-record-1887", + "mv-billing-record-1888", + "mv-billing-record-1889", + "mv-billing-record-1890", + "mv-billing-record-1891", + "mv-billing-record-1892", + "mv-billing-record-1893", + "mv-billing-record-1894", + "mv-billing-record-1895", + "mv-billing-record-1896", + "mv-billing-record-1897", + "mv-billing-record-1898", + "mv-billing-record-1899", + "mv-billing-record-1900", + "mv-billing-record-1901", + "mv-billing-record-1902", + "mv-billing-record-1903", + "mv-billing-record-1904", + "mv-billing-record-1905", + "mv-billing-record-1906", + "mv-billing-record-1907", + "mv-billing-record-1908", + "mv-billing-record-1909", + "mv-billing-record-1910", + "mv-billing-record-1911", + "mv-billing-record-1912", + "mv-billing-record-1913", + "mv-billing-record-1914", + "mv-billing-record-1915", + "mv-billing-record-1916", + "mv-billing-record-1917", + "mv-billing-record-1918", + "mv-billing-record-1919", + "mv-billing-record-1920", + "mv-billing-record-1921", + "mv-billing-record-1922", + "mv-billing-record-1923", + "mv-billing-record-1924", + "mv-billing-record-1925", + "mv-billing-record-1926", + "mv-billing-record-1927", + "mv-billing-record-1928", + "mv-billing-record-1929", + "mv-billing-record-1930", + "mv-billing-record-1931", + "mv-billing-record-1932", + "mv-billing-record-1933", + "mv-billing-record-1934", + "mv-billing-record-1935", + "mv-billing-record-1936", + "mv-billing-record-1937", + "mv-billing-record-1938", + "mv-billing-record-1939", + "mv-billing-record-1940", + "mv-billing-record-1941", + "mv-billing-record-1942", + "mv-billing-record-1943", + "mv-billing-record-1944", + "mv-billing-record-1945", + "mv-billing-record-1946", + "mv-billing-record-1947", + "mv-billing-record-1948", + "mv-billing-record-1949", + "mv-billing-record-1950", + "mv-billing-record-1951", + "mv-billing-record-1952", + "mv-billing-record-1953", + "mv-billing-record-1954", + "mv-billing-record-1955", + "mv-billing-record-1956", + "mv-billing-record-1957", + "mv-billing-record-1958", + "mv-billing-record-1959", + "mv-billing-record-1960", + "mv-billing-record-1961", + "mv-billing-record-1962", + "mv-billing-record-1963", + "mv-billing-record-1964", + "mv-billing-record-1965", + "mv-billing-record-1966", + "mv-billing-record-1967", + "mv-billing-record-1968", + "mv-billing-record-1969", + "mv-billing-record-1970", + "mv-billing-record-1971", + "mv-billing-record-1972", + "mv-billing-record-1973", + "mv-billing-record-1974", + "mv-billing-record-1975", + "mv-billing-record-1976", + "mv-billing-record-1977", + "mv-billing-record-1978", + "mv-billing-record-1979", + "mv-billing-record-1980", + "mv-billing-record-1981", + "mv-billing-record-1982", + "mv-billing-record-1983", + "mv-billing-record-1984", + "mv-billing-record-1985", + "mv-billing-record-1986", + "mv-billing-record-1987", + "mv-billing-record-1988", + "mv-billing-record-1989", + "mv-billing-record-1990", + "mv-billing-record-1991", + "mv-billing-record-1992", + "mv-billing-record-1993", + "mv-billing-record-1994", + "mv-billing-record-1995", + "mv-billing-record-1996", + "mv-billing-record-1997", + "mv-billing-record-1998", + "mv-billing-record-1999", + "mv-billing-record-2000", + "mv-billing-record-2001", + "mv-billing-record-2002", + "mv-billing-record-2003", + "mv-billing-record-2004", + "mv-billing-record-2005", + "mv-billing-record-2006", + "mv-billing-record-2007", + "mv-billing-record-2008", + "mv-billing-record-2009", + "mv-billing-record-2010", + "mv-billing-record-2011", + "mv-billing-record-2012", + "mv-billing-record-2013", + "mv-billing-record-2014", + "mv-billing-record-2015", + "mv-billing-record-2016", + "mv-billing-record-2017", + "mv-billing-record-2018", + "mv-billing-record-2019", + "mv-billing-record-2020", + "mv-billing-record-2021", + "mv-billing-record-2022", + "mv-billing-record-2023", + "mv-billing-record-2024", + "mv-billing-record-2025", + "mv-billing-record-2026", + "mv-billing-record-2027", + "mv-billing-record-2028", + "mv-billing-record-2029", + "mv-billing-record-2030", + "mv-billing-record-2031", + "mv-billing-record-2032", + "mv-billing-record-2033", + "mv-billing-record-2034", + "mv-billing-record-2035", + "mv-billing-record-2036", + "mv-billing-record-2037", + "mv-billing-record-2038", + "mv-billing-record-2039", + "mv-billing-record-2040", + "mv-billing-record-2041", + "mv-billing-record-2042", + "mv-billing-record-2043", + "mv-billing-record-2044", + "mv-billing-record-2045", + "mv-billing-record-2046", + "mv-billing-record-2047", + "mv-billing-record-2048", + "mv-billing-record-2049", + "mv-billing-record-2050", + "mv-billing-record-2051", + "mv-billing-record-2052", + "mv-billing-record-2053", + "mv-billing-record-2054", + "mv-billing-record-2055", + "mv-billing-record-2056", + "mv-billing-record-2057", + "mv-billing-record-2058", + "mv-billing-record-2059", + "mv-billing-record-2060", + "mv-billing-record-2061", + "mv-billing-record-2062", + "mv-billing-record-2063", + "mv-billing-record-2064", + "mv-billing-record-2065", + "mv-billing-record-2066", + "mv-billing-record-2067", + "mv-billing-record-2068", + "mv-billing-record-2069", + "mv-billing-record-2070", + "mv-billing-record-2071", + "mv-billing-record-2072", + "mv-billing-record-2073", + "mv-billing-record-2074", + "mv-billing-record-2075", + "mv-billing-record-2076", + "mv-billing-record-2077", + "mv-billing-record-2078", + "mv-billing-record-2079", + "mv-billing-record-2080", + "mv-billing-record-2081", + "mv-billing-record-2082", + "mv-billing-record-2083", + "mv-billing-record-2084", + "mv-billing-record-2085", + "mv-billing-record-2086", + "mv-billing-record-2087", + "mv-billing-record-2088", + "mv-billing-record-2089", + "mv-billing-record-2090", + "mv-billing-record-2091", + "mv-billing-record-2092", + "mv-billing-record-2093", + "mv-billing-record-2094", + "mv-billing-record-2095", + "mv-billing-record-2096", + "mv-billing-record-2097", + "mv-billing-record-2098", + "mv-billing-record-2099", + "mv-billing-record-2100", + "mv-billing-record-2101", + "mv-billing-record-2102", + "mv-billing-record-2103", + "mv-billing-record-2104", + "mv-billing-record-2105", + "mv-billing-record-2106", + "mv-billing-record-2107", + "mv-billing-record-2108", + "mv-billing-record-2109", + "mv-billing-record-2110", + "mv-billing-record-2111", + "mv-billing-record-2112", + "mv-billing-record-2113", + "mv-billing-record-2114", + "mv-billing-record-2115", + "mv-billing-record-2116", + "mv-billing-record-2117", + "mv-billing-record-2118", + "mv-billing-record-2119", + "mv-billing-record-2120", + "mv-billing-record-2121", + "mv-billing-record-2122", + "mv-billing-record-2123", + "mv-billing-record-2124", + "mv-billing-record-2125", + "mv-billing-record-2126", + "mv-billing-record-2127", + "mv-billing-record-2128", + "mv-billing-record-2129", + "mv-billing-record-2130", + "mv-billing-record-2131", + "mv-billing-record-2132", + "mv-billing-record-2133", + "mv-billing-record-2134", + "mv-billing-record-2135", + "mv-billing-record-2136", + "mv-billing-record-2137", + "mv-billing-record-2138", + "mv-billing-record-2139", + "mv-billing-record-2140", + "mv-billing-record-2141", + "mv-billing-record-2142", + "mv-billing-record-2143", + "mv-billing-record-2144", + "mv-billing-record-2145", + "mv-billing-record-2146", + "mv-billing-record-2147", + "mv-billing-record-2148", + "mv-billing-record-2149", + "mv-billing-record-2150", + "mv-billing-record-2151", + "mv-billing-record-2152", + "mv-billing-record-2153", + "mv-billing-record-2154", + "mv-billing-record-2155", + "mv-billing-record-2156", + "mv-billing-record-2157", + "mv-billing-record-2158", + "mv-billing-record-2159", + "mv-billing-record-2160", + "mv-billing-record-2161", + "mv-billing-record-2162", + "mv-billing-record-2163", + "mv-billing-record-2164", + "mv-billing-record-2165", + "mv-billing-record-2166", + "mv-billing-record-2167", + "mv-billing-record-2168", + "mv-billing-record-2169", + "mv-billing-record-2170", + "mv-billing-record-2171", + "mv-billing-record-2172", + "mv-billing-record-2173", + "mv-billing-record-2174", + "mv-billing-record-2175", + "mv-billing-record-2176", + "mv-billing-record-2177", + "mv-billing-record-2178", + "mv-billing-record-2179", + "mv-billing-record-2180", + "mv-billing-record-2181", + "mv-billing-record-2182", + "mv-billing-record-2183", + "mv-billing-record-2184", + "mv-billing-record-2185", + "mv-billing-record-2186", + "mv-billing-record-2187", + "mv-billing-record-2188", + "mv-billing-record-2189", + "mv-billing-record-2190", + "mv-billing-record-2191", + "mv-billing-record-2192", + "mv-billing-record-2193", + "mv-billing-record-2194", + "mv-billing-record-2195", + "mv-billing-record-2196", + "mv-billing-record-2197", + "mv-billing-record-2198", + "mv-billing-record-2199", + "mv-billing-record-2200", + "mv-billing-record-2201", + "mv-billing-record-2202", + "mv-billing-record-2203", + "mv-billing-record-2204", + "mv-billing-record-2205", + "mv-billing-record-2206", + "mv-billing-record-2207", + "mv-billing-record-2208", + "mv-billing-record-2209", + "mv-billing-record-2210", + "mv-billing-record-2211", + "mv-billing-record-2212", + "mv-billing-record-2213", + "mv-billing-record-2214", + "mv-billing-record-2215", + "mv-billing-record-2216", + "mv-billing-record-2217", + "mv-billing-record-2218", + "mv-billing-record-2219", + "mv-billing-record-2220", + "mv-billing-record-2221", + "mv-billing-record-2222", + "mv-billing-record-2223", + "mv-billing-record-2224", + "mv-billing-record-2225", + "mv-billing-record-2226", + "mv-billing-record-2227", + "mv-billing-record-2228", + "mv-billing-record-2229", + "mv-billing-record-2230", + "mv-billing-record-2231", + "mv-billing-record-2232", + "mv-billing-record-2233", + "mv-billing-record-2234", + "mv-billing-record-2235", + "mv-billing-record-2236", + "mv-billing-record-2237", + "mv-billing-record-2238", + "mv-billing-record-2239", + "mv-billing-record-2240", + "mv-billing-record-2241", + "mv-billing-record-2242", + "mv-billing-record-2243", + "mv-billing-record-2244", + "mv-billing-record-2245", + "mv-billing-record-2246", + "mv-billing-record-2247", + "mv-billing-record-2248", + "mv-billing-record-2249", + "mv-billing-record-2250", + "mv-billing-record-2251", + "mv-billing-record-2252", + "mv-billing-record-2253", + "mv-billing-record-2254", + "mv-billing-record-2255", + "mv-billing-record-2256", + "mv-billing-record-2257", + "mv-billing-record-2258", + "mv-billing-record-2259", + "mv-billing-record-2260", + "mv-billing-record-2261", + "mv-billing-record-2262", + "mv-billing-record-2263", + "mv-billing-record-2264", + "mv-billing-record-2265", + "mv-billing-record-2266", + "mv-billing-record-2267", + "mv-billing-record-2268", + "mv-billing-record-2269", + "mv-billing-record-2270", + "mv-billing-record-2271", + "mv-billing-record-2272", + "mv-billing-record-2273", + "mv-billing-record-2274", + "mv-billing-record-2275", + "mv-billing-record-2276", + "mv-billing-record-2277", + "mv-billing-record-2278", + "mv-billing-record-2279", + "mv-billing-record-2280", + "mv-billing-record-2281", + "mv-billing-record-2282", + "mv-billing-record-2283", + "mv-billing-record-2284", + "mv-billing-record-2285", + "mv-billing-record-2286", + "mv-billing-record-2287", + "mv-billing-record-2288", + "mv-billing-record-2289", + "mv-billing-record-2290", + "mv-billing-record-2291", + "mv-billing-record-2292", + "mv-billing-record-2293", + "mv-billing-record-2294", + "mv-billing-record-2295", + "mv-billing-record-2296", + "mv-billing-record-2297", + "mv-billing-record-2298", + "mv-billing-record-2299", + "mv-billing-record-2300", + "mv-billing-record-2301", + "mv-billing-record-2302", + "mv-billing-record-2303", + "mv-billing-record-2304", + "mv-billing-record-2305", + "mv-billing-record-2306", + "mv-billing-record-2307", + "mv-billing-record-2308", + "mv-billing-record-2309", + "mv-billing-record-2310", + "mv-billing-record-2311", + "mv-billing-record-2312", + "mv-billing-record-2313", + "mv-billing-record-2314", + "mv-billing-record-2315", + "mv-billing-record-2316", + "mv-billing-record-2317", + "mv-billing-record-2318", + "mv-billing-record-2319", + "mv-billing-record-2320", + "mv-billing-record-2321", + "mv-billing-record-2322", + "mv-billing-record-2323", + "mv-billing-record-2324", + "mv-billing-record-2325", + "mv-billing-record-2326", + "mv-billing-record-2327", + "mv-billing-record-2328", + "mv-billing-record-2329", + "mv-billing-record-2330", + "mv-billing-record-2331", + "mv-billing-record-2332", + "mv-billing-record-2333", + "mv-billing-record-2334", + "mv-billing-record-2335", + "mv-billing-record-2336", + "mv-billing-record-2337", + "mv-billing-record-2338", + "mv-billing-record-2339", + "mv-billing-record-2340", + "mv-billing-record-2341", + "mv-billing-record-2342", + "mv-billing-record-2343", + "mv-billing-record-2344", + "mv-billing-record-2345", + "mv-billing-record-2346", + "mv-billing-record-2347", + "mv-billing-record-2348", + "mv-billing-record-2349", + "mv-billing-record-2350", + "mv-billing-record-2351", + "mv-billing-record-2352", + "mv-billing-record-2353", + "mv-billing-record-2354", + "mv-billing-record-2355", + "mv-billing-record-2356", + "mv-billing-record-2357", + "mv-billing-record-2358", + "mv-billing-record-2359", + "mv-billing-record-2360", + "mv-billing-record-2361", + "mv-billing-record-2362", + "mv-billing-record-2363", + "mv-billing-record-2364", + "mv-billing-record-2365", + "mv-billing-record-2366", + "mv-billing-record-2367", + "mv-billing-record-2368", + "mv-billing-record-2369", + "mv-billing-record-2370", + "mv-billing-record-2371", + "mv-billing-record-2372", + "mv-billing-record-2373", + "mv-billing-record-2374", + "mv-billing-record-2375", + "mv-billing-record-2376", + "mv-billing-record-2377", + "mv-billing-record-2378", + "mv-billing-record-2379", + "mv-billing-record-2380", + "mv-billing-record-2381", + "mv-billing-record-2382", + "mv-billing-record-2383", + "mv-billing-record-2384", + "mv-billing-record-2385", + "mv-billing-record-2386", + "mv-billing-record-2387", + "mv-billing-record-2388", + "mv-billing-record-2389", + "mv-billing-record-2390", + "mv-billing-record-2391", + "mv-billing-record-2392", + "mv-billing-record-2393", + "mv-billing-record-2394", + "mv-billing-record-2395", + "mv-billing-record-2396", + "mv-billing-record-2397", + "mv-billing-record-2398", + "mv-billing-record-2399", + "mv-billing-record-2400", + "mv-billing-record-2401", + "mv-billing-record-2402", + "mv-billing-record-2403", + "mv-billing-record-2404", + "mv-billing-record-2405", + "mv-billing-record-2406", + "mv-billing-record-2407", + "mv-billing-record-2408", + "mv-billing-record-2409", + "mv-billing-record-2410", + "mv-billing-record-2411", + "mv-billing-record-2412", + "mv-billing-record-2413", + "mv-billing-record-2414", + "mv-billing-record-2415", + "mv-billing-record-2416", + "mv-billing-record-2417", + "mv-billing-record-2418", + "mv-billing-record-2419", + "mv-billing-record-2420", + "mv-billing-record-2421", + "mv-billing-record-2422", + "mv-billing-record-2423", + "mv-billing-record-2424", + "mv-billing-record-2425", + "mv-billing-record-2426", + "mv-billing-record-2427", + "mv-billing-record-2428", + "mv-billing-record-2429", + "mv-billing-record-2430", + "mv-billing-record-2431", + "mv-billing-record-2432", + "mv-billing-record-2433", + "mv-billing-record-2434", + "mv-billing-record-2435", + "mv-billing-record-2436", + "mv-billing-record-2437", + "mv-billing-record-2438", + "mv-billing-record-2439", + "mv-billing-record-2440", + "mv-billing-record-2441", + "mv-billing-record-2442", + "mv-billing-record-2443", + "mv-billing-record-2444", + "mv-billing-record-2445", + "mv-billing-record-2446", + "mv-billing-record-2447", + "mv-billing-record-2448", + "mv-billing-record-2449", + "mv-billing-record-2450", + "mv-billing-record-2451", + "mv-billing-record-2452", + "mv-billing-record-2453", + "mv-billing-record-2454", + "mv-billing-record-2455", + "mv-billing-record-2456", + "mv-billing-record-2457", + "mv-billing-record-2458", + "mv-billing-record-2459", + "mv-billing-record-2460", + "mv-billing-record-2461", + "mv-billing-record-2462", + "mv-billing-record-2463", + "mv-billing-record-2464", + "mv-billing-record-2465", + "mv-billing-record-2466", + "mv-billing-record-2467", + "mv-billing-record-2468", + "mv-billing-record-2469", + "mv-billing-record-2470", + "mv-billing-record-2471", + "mv-billing-record-2472", + "mv-billing-record-2473", + "mv-billing-record-2474", + "mv-billing-record-2475", + "mv-billing-record-2476", + "mv-billing-record-2477", + "mv-billing-record-2478", + "mv-billing-record-2479", + "mv-billing-record-2480", + "mv-billing-record-2481", + "mv-billing-record-2482", + "mv-billing-record-2483", + "mv-billing-record-2484", + "mv-billing-record-2485", + "mv-billing-record-2486", + "mv-billing-record-2487", + "mv-billing-record-2488", + "mv-billing-record-2489", + "mv-billing-record-2490", + "mv-billing-record-2491", + "mv-billing-record-2492", + "mv-billing-record-2493", + "mv-billing-record-2494", + "mv-billing-record-2495", + "mv-billing-record-2496", + "mv-billing-record-2497", + "mv-billing-record-2498", + "mv-billing-record-2499", + "mv-billing-record-2500", + "mv-billing-record-2501", + "mv-billing-record-2502", + "mv-billing-record-2503", + "mv-billing-record-2504", + "mv-billing-record-2505", + "mv-billing-record-2506", + "mv-billing-record-2507", + "mv-billing-record-2508", + "mv-billing-record-2509", + "mv-billing-record-2510", + "mv-billing-record-2511", + "mv-billing-record-2512", + "mv-billing-record-2513", + "mv-billing-record-2514", + "mv-billing-record-2515", + "mv-billing-record-2516", + "mv-billing-record-2517", + "mv-billing-record-2518", + "mv-billing-record-2519", + "mv-billing-record-2520", + "mv-billing-record-2521", + "mv-billing-record-2522", + "mv-billing-record-2523", + "mv-billing-record-2524", + "mv-billing-record-2525", + "mv-billing-record-2526", + "mv-billing-record-2527", + "mv-billing-record-2528", + "mv-billing-record-2529", + "mv-billing-record-2530", + "mv-billing-record-2531", + "mv-billing-record-2532", + "mv-billing-record-2533", + "mv-billing-record-2534", + "mv-billing-record-2535", + "mv-billing-record-2536", + "mv-billing-record-2537", + "mv-billing-record-2538", + "mv-billing-record-2539", + "mv-billing-record-2540", + "mv-billing-record-2541", + "mv-billing-record-2542", + "mv-billing-record-2543", + "mv-billing-record-2544", + "mv-billing-record-2545", + "mv-billing-record-2546", + "mv-billing-record-2547", + "mv-billing-record-2548", + "mv-billing-record-2549", + "mv-billing-record-2550", + "mv-billing-record-2551", + "mv-billing-record-2552", + "mv-billing-record-2553", + "mv-billing-record-2554", + "mv-billing-record-2555", + "mv-billing-record-2556", + "mv-billing-record-2557", + "mv-billing-record-2558", + "mv-billing-record-2559", + "mv-billing-record-2560", + "mv-billing-record-2561", + "mv-billing-record-2562", + "mv-billing-record-2563", + "mv-billing-record-2564", + "mv-billing-record-2565", + "mv-billing-record-2566", + "mv-billing-record-2567", + "mv-billing-record-2568", + "mv-billing-record-2569", + "mv-billing-record-2570", + "mv-billing-record-2571", + "mv-billing-record-2572", + "mv-billing-record-2573", + "mv-billing-record-2574", + "mv-billing-record-2575", + "mv-billing-record-2576", + "mv-billing-record-2577", + "mv-billing-record-2578", + "mv-billing-record-2579", + "mv-billing-record-2580", + "mv-billing-record-2581", + "mv-billing-record-2582", + "mv-billing-record-2583", + "mv-billing-record-2584", + "mv-billing-record-2585", + "mv-billing-record-2586", + "mv-billing-record-2587", + "mv-billing-record-2588", + "mv-billing-record-2589", + "mv-billing-record-2590", + "mv-billing-record-2591", + "mv-billing-record-2592", + "mv-billing-record-2593", + "mv-billing-record-2594", + "mv-billing-record-2595", + "mv-billing-record-2596", + "mv-billing-record-2597", + "mv-billing-record-2598", + "mv-billing-record-2599", + "mv-billing-record-2600", + "mv-billing-record-2601", + "mv-billing-record-2602", + "mv-billing-record-2603", + "mv-billing-record-2604", + "mv-billing-record-2605", + "mv-billing-record-2606", + "mv-billing-record-2607", + "mv-billing-record-2608", + "mv-billing-record-2609", + "mv-billing-record-2610", + "mv-billing-record-2611", + "mv-billing-record-2612", + "mv-billing-record-2613", + "mv-billing-record-2614", + "mv-billing-record-2615", + "mv-billing-record-2616", + "mv-billing-record-2617", + "mv-billing-record-2618", + "mv-billing-record-2619", + "mv-billing-record-2620", + "mv-billing-record-2621", + "mv-billing-record-2622", + "mv-billing-record-2623", + "mv-billing-record-2624", + "mv-billing-record-2625", + "mv-billing-record-2626", + "mv-billing-record-2627", + "mv-billing-record-2628", + "mv-billing-record-2629", + "mv-billing-record-2630", + "mv-billing-record-2631", + "mv-billing-record-2632", + "mv-billing-record-2633", + "mv-billing-record-2634", + "mv-billing-record-2635", + "mv-billing-record-2636", + "mv-billing-record-2637", + "mv-billing-record-2638", + "mv-billing-record-2639", + "mv-billing-record-2640", + "mv-billing-record-2641", + "mv-billing-record-2642", + "mv-billing-record-2643", + "mv-billing-record-2644", + "mv-billing-record-2645", + "mv-billing-record-2646", + "mv-billing-record-2647", + "mv-billing-record-2648", + "mv-billing-record-2649", + "mv-billing-record-2650", + "mv-billing-record-2651", + "mv-billing-record-2652", + "mv-billing-record-2653", + "mv-billing-record-2654", + "mv-billing-record-2655", + "mv-billing-record-2656", + "mv-billing-record-2657", + "mv-billing-record-2658", + "mv-billing-record-2659", + "mv-billing-record-2660", + "mv-billing-record-2661", + "mv-billing-record-2662", + "mv-billing-record-2663", + "mv-billing-record-2664", + "mv-billing-record-2665", + "mv-billing-record-2666", + "mv-billing-record-2667", + "mv-billing-record-2668", + "mv-billing-record-2669", + "mv-billing-record-2670", + "mv-billing-record-2671", + "mv-billing-record-2672", + "mv-billing-record-2673", + "mv-billing-record-2674", + "mv-billing-record-2675", + "mv-billing-record-2676", + "mv-billing-record-2677", + "mv-billing-record-2678", + "mv-billing-record-2679", + "mv-billing-record-2680", + "mv-billing-record-2681", + "mv-billing-record-2682", + "mv-billing-record-2683", + "mv-billing-record-2684", + "mv-billing-record-2685", + "mv-billing-record-2686", + "mv-billing-record-2687", + "mv-billing-record-2688", + "mv-billing-record-2689", + "mv-billing-record-2690", + "mv-billing-record-2691", + "mv-billing-record-2692", + "mv-billing-record-2693", + "mv-billing-record-2694", + "mv-billing-record-2695", + "mv-billing-record-2696", + "mv-billing-record-2697", + "mv-billing-record-2698", + "mv-billing-record-2699", + "mv-billing-record-2700", + "mv-billing-record-2701", + "mv-billing-record-2702", + "mv-billing-record-2703", + "mv-billing-record-2704", + "mv-billing-record-2705", + "mv-billing-record-2706", + "mv-billing-record-2707", + "mv-billing-record-2708", + "mv-billing-record-2709", + "mv-billing-record-2710", + "mv-billing-record-2711", + "mv-billing-record-2712", + "mv-billing-record-2713", + "mv-billing-record-2714", + "mv-billing-record-2715", + "mv-billing-record-2716", + "mv-billing-record-2717", + "mv-billing-record-2718", + "mv-billing-record-2719", + "mv-billing-record-2720", + "mv-billing-record-2721", + "mv-billing-record-2722", + "mv-billing-record-2723", + "mv-billing-record-2724", + "mv-billing-record-2725", + "mv-billing-record-2726", + "mv-billing-record-2727", + "mv-billing-record-2728", + "mv-billing-record-2729", + "mv-billing-record-2730", + "mv-billing-record-2731", + "mv-billing-record-2732", + "mv-billing-record-2733", + "mv-billing-record-2734", + "mv-billing-record-2735", + "mv-billing-record-2736", + "mv-billing-record-2737", + "mv-billing-record-2738", + "mv-billing-record-2739", + "mv-billing-record-2740", + "mv-billing-record-2741", + "mv-billing-record-2742", + "mv-billing-record-2743", + "mv-billing-record-2744", + "mv-billing-record-2745", + "mv-billing-record-2746", + "mv-billing-record-2747", + "mv-billing-record-2748", + "mv-billing-record-2749", + "mv-billing-record-2750", + "mv-billing-record-2751", + "mv-billing-record-2752", + "mv-billing-record-2753", + "mv-billing-record-2754", + "mv-billing-record-2755", + "mv-billing-record-2756", + "mv-billing-record-2757", + "mv-billing-record-2758", + "mv-billing-record-2759", + "mv-billing-record-2760", + "mv-billing-record-2761", + "mv-billing-record-2762", + "mv-billing-record-2763", + "mv-billing-record-2764", + "mv-billing-record-2765", + "mv-billing-record-2766", + "mv-billing-record-2767", + "mv-billing-record-2768", + "mv-billing-record-2769", + "mv-billing-record-2770", + "mv-billing-record-2771", + "mv-billing-record-2772", + "mv-billing-record-2773", + "mv-billing-record-2774", + "mv-billing-record-2775", + "mv-billing-record-2776", + "mv-billing-record-2777", + "mv-billing-record-2778", + "mv-billing-record-2779", + "mv-billing-record-2780", + "mv-billing-record-2781", + "mv-billing-record-2782", + "mv-billing-record-2783", + "mv-billing-record-2784", + "mv-billing-record-2785", + "mv-billing-record-2786", + "mv-billing-record-2787", + "mv-billing-record-2788", + "mv-billing-record-2789", + "mv-billing-record-2790", + "mv-billing-record-2791", + "mv-billing-record-2792", + "mv-billing-record-2793", + "mv-billing-record-2794", + "mv-billing-record-2795", + "mv-billing-record-2796", + "mv-billing-record-2797", + "mv-billing-record-2798", + "mv-billing-record-2799", + "mv-billing-record-2800", + "mv-billing-record-2801", + "mv-billing-record-2802", + "mv-billing-record-2803", + "mv-billing-record-2804", + "mv-billing-record-2805", + "mv-billing-record-2806", + "mv-billing-record-2807", + "mv-billing-record-2808", + "mv-billing-record-2809", + "mv-billing-record-2810", + "mv-billing-record-2811", + "mv-billing-record-2812", + "mv-billing-record-2813", + "mv-billing-record-2814", + "mv-billing-record-2815", + "mv-billing-record-2816", + "mv-billing-record-2817", + "mv-billing-record-2818", + "mv-billing-record-2819", + "mv-billing-record-2820", + "mv-billing-record-2821", + "mv-billing-record-2822", + "mv-billing-record-2823", + "mv-billing-record-2824", + "mv-billing-record-2825", + "mv-billing-record-2826", + "mv-billing-record-2827", + "mv-billing-record-2828", + "mv-billing-record-2829", + "mv-billing-record-2830", + "mv-billing-record-2831", + "mv-billing-record-2832", + "mv-billing-record-2833", + "mv-billing-record-2834", + "mv-billing-record-2835", + "mv-billing-record-2836", + "mv-billing-record-2837", + "mv-billing-record-2838", + "mv-billing-record-2839", + "mv-billing-record-2840", + "mv-billing-record-2841", + "mv-billing-record-2842", + "mv-billing-record-2843", + "mv-billing-record-2844", + "mv-billing-record-2845", + "mv-billing-record-2846", + "mv-billing-record-2847", + "mv-billing-record-2848", + "mv-billing-record-2849", + "mv-billing-record-2850", + "mv-billing-record-2851", + "mv-billing-record-2852", + "mv-billing-record-2853", + "mv-billing-record-2854", + "mv-billing-record-2855", + "mv-billing-record-2856", + "mv-billing-record-2857", + "mv-billing-record-2858", + "mv-billing-record-2859", + "mv-billing-record-2860", + "mv-billing-record-2861", + "mv-billing-record-2862", + "mv-billing-record-2863", + "mv-billing-record-2864", + "mv-billing-record-2865", + "mv-billing-record-2866", + "mv-billing-record-2867", + "mv-billing-record-2868", + "mv-billing-record-2869", + "mv-billing-record-2870", + "mv-billing-record-2871", + "mv-billing-record-2872", + "mv-billing-record-2873", + "mv-billing-record-2874", + "mv-billing-record-2875", + "mv-billing-record-2876", + "mv-billing-record-2877", + "mv-billing-record-2878", + "mv-billing-record-2879", + "mv-billing-record-2880", + "mv-billing-record-2881", + "mv-billing-record-2882", + "mv-billing-record-2883", + "mv-billing-record-2884", + "mv-billing-record-2885", + "mv-billing-record-2886", + "mv-billing-record-2887", + "mv-billing-record-2888", + "mv-billing-record-2889", + "mv-billing-record-2890", + "mv-billing-record-2891", + "mv-billing-record-2892", + "mv-billing-record-2893", + "mv-billing-record-2894", + "mv-billing-record-2895", + "mv-billing-record-2896", + "mv-billing-record-2897", + "mv-billing-record-2898", + "mv-billing-record-2899", + "mv-billing-record-2900", + "mv-billing-record-2901", + "mv-billing-record-2902", + "mv-billing-record-2903", + "mv-billing-record-2904", + "mv-billing-record-2905", + "mv-billing-record-2906", + "mv-billing-record-2907", + "mv-billing-record-2908", + "mv-billing-record-2909", + "mv-billing-record-2910", + "mv-billing-record-2911", + "mv-billing-record-2912", + "mv-billing-record-2913", + "mv-billing-record-2914", + "mv-billing-record-2915", + "mv-billing-record-2916", + "mv-billing-record-2917", + "mv-billing-record-2918", + "mv-billing-record-2919", + "mv-billing-record-2920", + "mv-billing-record-2921", + "mv-billing-record-2922", + "mv-billing-record-2923", + "mv-billing-record-2924", + "mv-billing-record-2925", + "mv-billing-record-2926", + "mv-billing-record-2927", + "mv-billing-record-2928", + "mv-billing-record-2929", + "mv-billing-record-2930", + "mv-billing-record-2931", + "mv-billing-record-2932", + "mv-billing-record-2933", + "mv-billing-record-2934", + "mv-billing-record-2935", + "mv-billing-record-2936", + "mv-billing-record-2937", + "mv-billing-record-2938", + "mv-billing-record-2939", + "mv-billing-record-2940", + "mv-billing-record-2941", + "mv-billing-record-2942", + "mv-billing-record-2943", + "mv-billing-record-2944", + "mv-billing-record-2945", + "mv-billing-record-2946", + "mv-billing-record-2947", + "mv-billing-record-2948", + "mv-billing-record-2949", + "mv-billing-record-2950", + "mv-billing-record-2951", + "mv-billing-record-2952", + "mv-billing-record-2953", + "mv-billing-record-2954", + "mv-billing-record-2955", + "mv-billing-record-2956", + "mv-billing-record-2957", + "mv-billing-record-2958" + ], + "signed_adjustments_preserved": true, + "allocation_applied_once": true, + "breakdown": [ + { + "sku_name": "PREMIUM_JOBS_SERVERLESS_COMPUTE_EUROPE_IRELAND", + "dbu": 532.8145064201624, + "cost_usd": 207.79765750386332 + } + ], + "pipeline_ids": [ + "" + ], + "null_table_metadata_records": 1044, + "exported_list_cost_usd": 207.79765750386332, + "exported_list_cost_usd_decimal": "207.7976575038633116106825753416666666666666666666666655", + "total_dbu": 532.8145064201624, + "total_dbu_decimal": "532.814506420162337463288654722222222222222222222222218", + "total_cost_usd": 207.79765750386332, + "total_cost_usd_decimal": "207.79765750386331161068257534166666666666666666666666502" +} diff --git a/full-path-realtime/quotes/databricks/costs/out/serverless_20260918/zerobus.json b/full-path-realtime/quotes/databricks/costs/out/serverless_20260918/zerobus.json new file mode 100644 index 0000000..ccbfdfc --- /dev/null +++ b/full-path-realtime/quotes/databricks/costs/out/serverless_20260918/zerobus.json @@ -0,0 +1,296 @@ +{ + "schema_version": 2, + "component": "zerobus", + "run_id": "serverless_baseline_full_20260918T170453Z", + "source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/ingest/zerobus_ingest_allocation.csv", + "sha256": "5288be110892f92feb541ceee921f60543293c5e913db0a8ebf4ec8e01886bf9" + }, + "context_source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/run_context.json", + "sha256": "0cc6fea57545442c1c95bebb01c393c6690ebf43c34091d58ff48b8acf9c8bca" + }, + "package_manifest": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/validation/manifest.json", + "sha256": "51b521ad465a0fdc635c271e87746d4fb93521dd34dfc6605c6475d0894a8fb2" + }, + "pricing_source": { + "path": "quotes/databricks/costs/pricings/zerobus_ingest.json", + "sha256": "c03d2af2360b66cd258a7e9c1ef24918c83f1de01deb6b7a66104797c3f6eab1" + }, + "pricing": { + "cloud": "aws", + "region": "eu-west-1", + "plan": "premium", + "displayed_usd_per_gb": 0.056, + "dbu_per_gb": 0.143, + "dbu_price_per_dbu": 0.39, + "usd_per_gb": 0.05577, + "bytes_per_gb": 1000000000, + "unit_status": "model_assumption_decimal_GB", + "unit_note": "Public Zerobus pricing labels GB without a byte divisor. Decimal GB is an explicit model assumption; output also includes the 2^30-byte sensitivity. The networking GB definition is not assumed to define ingestion billing.", + "quantity_basis": "Provider system.lakeflow.zerobus_ingest committed_bytes; run IPC compression NONE. Provider bytes are a volume proxy, not a billing export.", + "includes_compute": true, + "source_url": "https://www.databricks.com/product/pricing/lakeflow-connect", + "rate_calculation": "0.143 DBU/GB * 0.39 USD/DBU; pricing card rounds to $0.056/GB", + "price_basis": "Public list tariff verified 2026-09-22; not a historical invoice reconstruction", + "sku_names": [ + "PREMIUM_JOBS_SERVERLESS_COMPUTE_EUROPE_IRELAND" + ] + }, + "currency": "USD", + "allocation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "cost_model": "allocated_usage_times_checked_in_public_list_rate", + "status": "complete_allocated_window", + "full_dataset_rows": 113219565734, + "scope": "Ingestion and maintenance during the accepted real-time benchmark window", + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "scope_source": { + "path": "quotes/databricks/costs/scopes/serverless_20260918.json", + "sha256": "fcb45742354d21a3801cb7ac8cc1c5c8ab1eca92168d0b5e529e96e2147c9394" + }, + "usage_unit": "DBU", + "usage_records": 190, + "record_type_counts": { + "ORIGINAL": 190 + }, + "record_ids": [ + "zerobus-billing-record-0001", + "zerobus-billing-record-0002", + "zerobus-billing-record-0003", + "zerobus-billing-record-0004", + "zerobus-billing-record-0005", + "zerobus-billing-record-0006", + "zerobus-billing-record-0007", + "zerobus-billing-record-0008", + "zerobus-billing-record-0009", + "zerobus-billing-record-0010", + "zerobus-billing-record-0011", + "zerobus-billing-record-0012", + "zerobus-billing-record-0013", + "zerobus-billing-record-0014", + "zerobus-billing-record-0015", + "zerobus-billing-record-0016", + "zerobus-billing-record-0017", + "zerobus-billing-record-0018", + "zerobus-billing-record-0019", + "zerobus-billing-record-0020", + "zerobus-billing-record-0021", + "zerobus-billing-record-0022", + "zerobus-billing-record-0023", + "zerobus-billing-record-0024", + "zerobus-billing-record-0025", + "zerobus-billing-record-0026", + "zerobus-billing-record-0027", + "zerobus-billing-record-0028", + "zerobus-billing-record-0029", + "zerobus-billing-record-0030", + "zerobus-billing-record-0031", + "zerobus-billing-record-0032", + "zerobus-billing-record-0033", + "zerobus-billing-record-0034", + "zerobus-billing-record-0035", + "zerobus-billing-record-0036", + "zerobus-billing-record-0037", + "zerobus-billing-record-0038", + "zerobus-billing-record-0039", + "zerobus-billing-record-0040", + "zerobus-billing-record-0041", + "zerobus-billing-record-0042", + "zerobus-billing-record-0043", + "zerobus-billing-record-0044", + "zerobus-billing-record-0045", + "zerobus-billing-record-0046", + "zerobus-billing-record-0047", + "zerobus-billing-record-0048", + "zerobus-billing-record-0049", + "zerobus-billing-record-0050", + "zerobus-billing-record-0051", + "zerobus-billing-record-0052", + "zerobus-billing-record-0053", + "zerobus-billing-record-0054", + "zerobus-billing-record-0055", + "zerobus-billing-record-0056", + "zerobus-billing-record-0057", + "zerobus-billing-record-0058", + "zerobus-billing-record-0059", + "zerobus-billing-record-0060", + "zerobus-billing-record-0061", + "zerobus-billing-record-0062", + "zerobus-billing-record-0063", + "zerobus-billing-record-0064", + "zerobus-billing-record-0065", + "zerobus-billing-record-0066", + "zerobus-billing-record-0067", + "zerobus-billing-record-0068", + "zerobus-billing-record-0069", + "zerobus-billing-record-0070", + "zerobus-billing-record-0071", + "zerobus-billing-record-0072", + "zerobus-billing-record-0073", + "zerobus-billing-record-0074", + "zerobus-billing-record-0075", + "zerobus-billing-record-0076", + "zerobus-billing-record-0077", + "zerobus-billing-record-0078", + "zerobus-billing-record-0079", + "zerobus-billing-record-0080", + "zerobus-billing-record-0081", + "zerobus-billing-record-0082", + "zerobus-billing-record-0083", + "zerobus-billing-record-0084", + "zerobus-billing-record-0085", + "zerobus-billing-record-0086", + "zerobus-billing-record-0087", + "zerobus-billing-record-0088", + "zerobus-billing-record-0089", + "zerobus-billing-record-0090", + "zerobus-billing-record-0091", + "zerobus-billing-record-0092", + "zerobus-billing-record-0093", + "zerobus-billing-record-0094", + "zerobus-billing-record-0095", + "zerobus-billing-record-0096", + "zerobus-billing-record-0097", + "zerobus-billing-record-0098", + "zerobus-billing-record-0099", + "zerobus-billing-record-0100", + "zerobus-billing-record-0101", + "zerobus-billing-record-0102", + "zerobus-billing-record-0103", + "zerobus-billing-record-0104", + "zerobus-billing-record-0105", + "zerobus-billing-record-0106", + "zerobus-billing-record-0107", + "zerobus-billing-record-0108", + "zerobus-billing-record-0109", + "zerobus-billing-record-0110", + "zerobus-billing-record-0111", + "zerobus-billing-record-0112", + "zerobus-billing-record-0113", + "zerobus-billing-record-0114", + "zerobus-billing-record-0115", + "zerobus-billing-record-0116", + "zerobus-billing-record-0117", + "zerobus-billing-record-0118", + "zerobus-billing-record-0119", + "zerobus-billing-record-0120", + "zerobus-billing-record-0121", + "zerobus-billing-record-0122", + "zerobus-billing-record-0123", + "zerobus-billing-record-0124", + "zerobus-billing-record-0125", + "zerobus-billing-record-0126", + "zerobus-billing-record-0127", + "zerobus-billing-record-0128", + "zerobus-billing-record-0129", + "zerobus-billing-record-0130", + "zerobus-billing-record-0131", + "zerobus-billing-record-0132", + "zerobus-billing-record-0133", + "zerobus-billing-record-0134", + "zerobus-billing-record-0135", + "zerobus-billing-record-0136", + "zerobus-billing-record-0137", + "zerobus-billing-record-0138", + "zerobus-billing-record-0139", + "zerobus-billing-record-0140", + "zerobus-billing-record-0141", + "zerobus-billing-record-0142", + "zerobus-billing-record-0143", + "zerobus-billing-record-0144", + "zerobus-billing-record-0145", + "zerobus-billing-record-0146", + "zerobus-billing-record-0147", + "zerobus-billing-record-0148", + "zerobus-billing-record-0149", + "zerobus-billing-record-0150", + "zerobus-billing-record-0151", + "zerobus-billing-record-0152", + "zerobus-billing-record-0153", + "zerobus-billing-record-0154", + "zerobus-billing-record-0155", + "zerobus-billing-record-0156", + "zerobus-billing-record-0157", + "zerobus-billing-record-0158", + "zerobus-billing-record-0159", + "zerobus-billing-record-0160", + "zerobus-billing-record-0161", + "zerobus-billing-record-0162", + "zerobus-billing-record-0163", + "zerobus-billing-record-0164", + "zerobus-billing-record-0165", + "zerobus-billing-record-0166", + "zerobus-billing-record-0167", + "zerobus-billing-record-0168", + "zerobus-billing-record-0169", + "zerobus-billing-record-0170", + "zerobus-billing-record-0171", + "zerobus-billing-record-0172", + "zerobus-billing-record-0173", + "zerobus-billing-record-0174", + "zerobus-billing-record-0175", + "zerobus-billing-record-0176", + "zerobus-billing-record-0177", + "zerobus-billing-record-0178", + "zerobus-billing-record-0179", + "zerobus-billing-record-0180", + "zerobus-billing-record-0181", + "zerobus-billing-record-0182", + "zerobus-billing-record-0183", + "zerobus-billing-record-0184", + "zerobus-billing-record-0185", + "zerobus-billing-record-0186", + "zerobus-billing-record-0187", + "zerobus-billing-record-0188", + "zerobus-billing-record-0189", + "zerobus-billing-record-0190" + ], + "signed_adjustments_preserved": true, + "allocation_applied_once": true, + "breakdown": [ + { + "sku_name": "PREMIUM_JOBS_SERVERLESS_COMPUTE_EUROPE_IRELAND", + "dbu": 1098.9261167166228, + "cost_usd": 428.58118551948286 + } + ], + "table_ids": [ + "" + ], + "reconciliation_source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/evidence/provider_reconciliation.json", + "sha256": "a17675c0587568471df8fffd7b155c66dfc5199ea7f0140aced1aee0f37e7d9a" + }, + "meter_status": "run-scoped allocated DBUs; byte-volume proxy superseded", + "total_dbu": 1098.9261167166228, + "total_dbu_decimal": "1098.92611671662270389974502", + "total_cost_usd": 428.58118551948286, + "total_cost_usd_decimal": "428.5811855194828545209005578" +} diff --git a/full-path-realtime/quotes/databricks/costs/pricings/serverless_maintenance.json b/full-path-realtime/quotes/databricks/costs/pricings/serverless_maintenance.json new file mode 100644 index 0000000..7d2e5e1 --- /dev/null +++ b/full-path-realtime/quotes/databricks/costs/pricings/serverless_maintenance.json @@ -0,0 +1,25 @@ +{ + "provider": "databricks", + "currency": "USD", + "retrieved_on": "2026-09-22", + "pricing": [ + { + "cloud": "aws", + "region": "eu-west-1", + "plan": "premium", + "dbu_price_per_dbu": 0.39, + "services": [ + "mv_refresh", + "predictive_optimization" + ], + "source_urls": [ + "https://www.databricks.com/product/pricing/lakeflow-pipelines", + "https://www.databricks.com/product/pricing/lakeflow-jobs" + ], + "billing_basis": "Jobs / pipelines serverless DBUs, includes infrastructure; no SQL warehouse rate", + "sku_names": [ + "PREMIUM_JOBS_SERVERLESS_COMPUTE_EUROPE_IRELAND" + ] + } + ] +} diff --git a/full-path-realtime/quotes/databricks/costs/pricings/sql_serverless_compute.json b/full-path-realtime/quotes/databricks/costs/pricings/sql_serverless_compute.json index 1b1d4cd..bbb7d19 100644 --- a/full-path-realtime/quotes/databricks/costs/pricings/sql_serverless_compute.json +++ b/full-path-realtime/quotes/databricks/costs/pricings/sql_serverless_compute.json @@ -2,31 +2,137 @@ "provider": "databricks", "service": "sql_serverless_compute", "currency": "USD", - "pricing": [ { "cloud": "aws", "region": "us-east-1", "plan": "premium", - - "dbu_price_per_hour": 0.70, - + "dbu_price_per_hour": 0.7, "instances": [ - { "name": "2X-Small", "vcpus": null, "memory_gb": null, "dbu_per_hour": 4.0 }, - { "name": "X-Small", "vcpus": null, "memory_gb": null, "dbu_per_hour": 6.0 }, - { "name": "Small", "vcpus": null, "memory_gb": null, "dbu_per_hour": 12.0 }, - { "name": "Medium", "vcpus": null, "memory_gb": null, "dbu_per_hour": 24.0 }, - { "name": "Large", "vcpus": null, "memory_gb": null, "dbu_per_hour": 40.0 }, - { "name": "X-Large", "vcpus": null, "memory_gb": null, "dbu_per_hour": 80.0 }, - { "name": "2X-Large", "vcpus": null, "memory_gb": null, "dbu_per_hour": 144.0 }, - { "name": "3X-Large", "vcpus": null, "memory_gb": null, "dbu_per_hour": 272.0 }, - { "name": "4X-Large", "vcpus": null, "memory_gb": null, "dbu_per_hour": 528.0 } + { + "name": "2X-Small", + "vcpus": null, + "memory_gb": null, + "dbu_per_hour": 4.0 + }, + { + "name": "X-Small", + "vcpus": null, + "memory_gb": null, + "dbu_per_hour": 6.0 + }, + { + "name": "Small", + "vcpus": null, + "memory_gb": null, + "dbu_per_hour": 12.0 + }, + { + "name": "Medium", + "vcpus": null, + "memory_gb": null, + "dbu_per_hour": 24.0 + }, + { + "name": "Large", + "vcpus": null, + "memory_gb": null, + "dbu_per_hour": 40.0 + }, + { + "name": "X-Large", + "vcpus": null, + "memory_gb": null, + "dbu_per_hour": 80.0 + }, + { + "name": "2X-Large", + "vcpus": null, + "memory_gb": null, + "dbu_per_hour": 144.0 + }, + { + "name": "3X-Large", + "vcpus": null, + "memory_gb": null, + "dbu_per_hour": 272.0 + }, + { + "name": "4X-Large", + "vcpus": null, + "memory_gb": null, + "dbu_per_hour": 528.0 + } ], - "storage": { - "storage": 23.0, - "storage_price_unit": 1000000000000 + "storage": 23.0, + "storage_price_unit": 1000000000000 } + }, + { + "cloud": "aws", + "region": "eu-west-1", + "plan": "premium", + "dbu_price_per_hour": 0.91, + "instances": [ + { + "name": "2X-Small", + "vcpus": null, + "memory_gb": null, + "dbu_per_hour": 4.0 + }, + { + "name": "X-Small", + "vcpus": null, + "memory_gb": null, + "dbu_per_hour": 6.0 + }, + { + "name": "Small", + "vcpus": null, + "memory_gb": null, + "dbu_per_hour": 12.0 + }, + { + "name": "Medium", + "vcpus": null, + "memory_gb": null, + "dbu_per_hour": 24.0 + }, + { + "name": "Large", + "vcpus": null, + "memory_gb": null, + "dbu_per_hour": 40.0 + }, + { + "name": "X-Large", + "vcpus": null, + "memory_gb": null, + "dbu_per_hour": 80.0 + }, + { + "name": "2X-Large", + "vcpus": null, + "memory_gb": null, + "dbu_per_hour": 144.0 + }, + { + "name": "3X-Large", + "vcpus": null, + "memory_gb": null, + "dbu_per_hour": 272.0 + }, + { + "name": "4X-Large", + "vcpus": null, + "memory_gb": null, + "dbu_per_hour": 528.0 + } + ], + "source_url": "https://www.databricks.com/product/pricing/databricks-lakehouse", + "retrieved_on": "2026-09-22", + "pricing_basis": "Public Premium list rate; includes underlying compute; no Lakehouse RT discount" } ] -} \ No newline at end of file +} diff --git a/full-path-realtime/quotes/databricks/costs/pricings/zerobus_ingest.json b/full-path-realtime/quotes/databricks/costs/pricings/zerobus_ingest.json new file mode 100644 index 0000000..4a897ad --- /dev/null +++ b/full-path-realtime/quotes/databricks/costs/pricings/zerobus_ingest.json @@ -0,0 +1,28 @@ +{ + "provider": "databricks", + "service": "zerobus_ingest", + "currency": "USD", + "retrieved_on": "2026-09-22", + "pricing": [ + { + "cloud": "aws", + "region": "eu-west-1", + "plan": "premium", + "displayed_usd_per_gb": 0.056, + "dbu_per_gb": 0.143, + "dbu_price_per_dbu": 0.39, + "usd_per_gb": 0.05577, + "bytes_per_gb": 1000000000, + "unit_status": "model_assumption_decimal_GB", + "unit_note": "Public Zerobus pricing labels GB without a byte divisor. Decimal GB is an explicit model assumption; output also includes the 2^30-byte sensitivity. The networking GB definition is not assumed to define ingestion billing.", + "quantity_basis": "Provider system.lakeflow.zerobus_ingest committed_bytes; run IPC compression NONE. Provider bytes are a volume proxy, not a billing export.", + "includes_compute": true, + "source_url": "https://www.databricks.com/product/pricing/lakeflow-connect", + "rate_calculation": "0.143 DBU/GB * 0.39 USD/DBU; pricing card rounds to $0.056/GB", + "price_basis": "Public list tariff verified 2026-09-22; not a historical invoice reconstruction", + "sku_names": [ + "PREMIUM_JOBS_SERVERLESS_COMPUTE_EUROPE_IRELAND" + ] + } + ] +} diff --git a/full-path-realtime/quotes/databricks/costs/scopes/serverless_20260918.json b/full-path-realtime/quotes/databricks/costs/scopes/serverless_20260918.json new file mode 100644 index 0000000..c653891 --- /dev/null +++ b/full-path-realtime/quotes/databricks/costs/scopes/serverless_20260918.json @@ -0,0 +1,23 @@ +{ + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false +} diff --git a/full-path-realtime/quotes/databricks/costs/summarize_clustering.sh b/full-path-realtime/quotes/databricks/costs/summarize_clustering.sh index 93c8bd8..0492a82 100755 --- a/full-path-realtime/quotes/databricks/costs/summarize_clustering.sh +++ b/full-path-realtime/quotes/databricks/costs/summarize_clustering.sh @@ -1,6 +1,11 @@ #!/usr/bin/env bash set -euo pipefail +# September JSON/CSV adapter; legacy Markdown handling remains below. +if [[ "${1:-}" == *.json || "${1:-}" == *.csv ]]; then + exec "${PYTHON:-python3}" "$(dirname "$0")/summarize_components.py" clustering "$@" +fi + # --------------------------------------------- # Summarize Databricks clustering cost from a # predictive_optimization_operations_history markdown export. diff --git a/full-path-realtime/quotes/databricks/costs/summarize_components.py b/full-path-realtime/quotes/databricks/costs/summarize_components.py new file mode 100644 index 0000000..1c93471 --- /dev/null +++ b/full-path-realtime/quotes/databricks/costs/summarize_components.py @@ -0,0 +1,68 @@ +#!/usr/bin/env python3 +"""Apply checked-in regional tariffs to September volume and maintenance evidence.""" +from __future__ import annotations +import argparse,math +from collections import defaultdict +from pathlib import Path +from _common import read,records,price,provenance,save,number +from _allocations import allocated_component + +def component(kind,source,pricing,cloud,region,plan,ingest_summary=None): + if Path(source).suffix == ".csv": + return allocated_component(kind,source,pricing,cloud,region,plan) + data=read(source);rate=price(pricing,cloud,region,plan) + out={"schema_version":1,"component":kind,"source":provenance(source),"pricing_source":provenance(pricing),"pricing":rate,"run_id":data.get("run_id"),"status":"complete","cost_model":"measured_quantity_times_public_list_rate"} + if kind=="zerobus": + summary=read(ingest_summary) + if not data["complete"] or data["provider_errors"] or data["provider_committed_records"]!=summary["logical_raw_rows"]: + raise ValueError("provider/producer reconciliation failed") + volume=number(data["provider_committed_bytes"],"provider bytes") + pergb=number(rate["usd_per_gb"],"USD/GB");divisor=number(rate["bytes_per_gb"],"bytes/GB") + if not math.isclose(pergb,rate["dbu_per_gb"]*rate["dbu_price_per_dbu"],abs_tol=1e-12): raise ValueError("tariff conversion mismatch") + out.update(status="modeled",quantity_bytes=int(volume),quantity_gb=volume/divisor,total_cost_usd=volume/divisor*pergb,ipc_compression=summary["config"]["ipc_compression"],ingest_summary=provenance(ingest_summary),client_arrow_buffer_bytes=summary["durable_uncompressed_arrow_buffer_bytes"],full_dataset_rows=data["provider_committed_records"],meter_status="provider ingestion volume proxy; billing byte divisor unconfirmed",binary_gb_sensitivity_usd=volume/(2**30)*pergb,displayed_rounded_tariff_sensitivity_usd=volume/divisor*rate["displayed_usd_per_gb"],scope="Zerobus service including underlying compute; storage/producer/network excluded") + elif kind=="clustering": + ops=data["predictive_optimization"]["operations"] + if not ops or len({o["operation_id"] for o in ops})!=len(ops): raise ValueError("empty/duplicate maintenance operations") + groups=defaultdict(float) + for op in ops: + if op["usage_unit"]!="ESTIMATED_DBU" or op["operation_status"]!="SUCCESSFUL": raise ValueError("unexpected operation evidence") + groups[op["table_name"]+"/"+op["operation_type"]]+=number(op["usage_quantity"],"estimated DBU") + total=math.fsum(number(o["usage_quantity"],"DBU") for o in ops) + out.update(status="estimated",total_dbu=total,usage_unit="ESTIMATED_DBU",operations=len(ops),operation_ids=[o["operation_id"] for o in ops],breakdown=[{"table_operation":k,"dbu":v,"cost_usd":v*rate["dbu_price_per_dbu"]} for k,v in groups.items()],total_cost_usd=total*rate["dbu_price_per_dbu"],collection_window=data["collection_window"],scope="All measured run-table Predictive Optimization: ANALYZE and CLUSTERING, raw and MV; estimates preserved") + elif kind=="mv_refresh": + # Refresh counts cannot substitute for measured compute consumption. + if data.get("total_dbu") is None: + out.update(status="pending_usage",total_dbu=None,total_cost_usd=None,missing_input="Run-scoped MV-refresh DBUs for the accepted benchmark window",planning_event_count=sum(data.get("maintenance_type_counts", {}).values()),explanation="MV usage pending; refresh counts are not compute consumption") + else: + if data.get("usage_unit")!="DBU" or not data.get("run_id") or not data.get("scope") or not data.get("source_query") or not data.get("pipeline_id"): + raise ValueError("MV usage export needs DBU unit, pipeline id, scope, source_query") + total=number(data["total_dbu"],"MV DBUs");out.update(total_dbu=total,total_cost_usd=total*rate["dbu_price_per_dbu"],usage_unit="DBU",usage_scope=data["scope"]) + return out + +def assemble(folder): + folder=Path(folder);parts={k:read(folder/f"{k}.json") for k in ["zerobus","clustering","mv_refresh"]} + if len({v["run_id"] for v in parts.values()}) != 1 or parts["zerobus"]["run_id"] is None: + raise ValueError("component run IDs do not match") + missing=[k for k,v in parts.items() if v["total_cost_usd"] is None] + known=math.fsum(v["total_cost_usd"] for v in parts.values() if v["total_cost_usd"] is not None) + allocated=all("allocation_window" in v for v in parts.values()) + windows=[v["allocation_window"] for v in parts.values()] if allocated else [] + if windows and any(w!=windows[0] for w in windows): raise ValueError("component allocation windows differ") + caveats=["Zerobus and MV refresh use signed, prorated DBUs at checked-in public list rates; no second allocation" if allocated else "Zerobus uses provider bytes and decimal GB assumption; binary sensitivity retained","Predictive Optimization uses ESTIMATED_DBU","Normalized query costs are separate; no invoice reconstruction"] + out={"schema_version":2,"run_id":parts["zerobus"]["run_id"],"status":"incomplete" if missing else "complete_modeled","components":parts,"missing_components":missing,"known_components_subtotal_usd":known,"total_cost_usd":None if missing else known,"scope":"Ingestion and MV/layout maintenance during the accepted real-time window; read cost separate","caveats":caveats} + if allocated: + scopes=[v["comparison_scope"] for v in parts.values()] + if any(scope!=scopes[0] for scope in scopes): raise ValueError("component comparison scopes differ") + out.update(allocation_window=windows[0],allocated_window_total_cost_usd=known,allocation_status="complete_for_real_time_window",comparison_scope=scopes[0],scope_source=parts["zerobus"]["scope_source"]) + save(folder/"fresh_data_path.json",out) + return out + +def main(): + p=argparse.ArgumentParser(description=__doc__);p.add_argument("component",choices=["zerobus","clustering","mv_refresh","assemble"]) + p.add_argument("source");p.add_argument("pricing",nargs="?");p.add_argument("output",nargs="?") + p.add_argument("--ingest-summary");p.add_argument("--cloud",default="aws");p.add_argument("--region",default="eu-west-1");p.add_argument("--plan",default="premium");a=p.parse_args() + if a.component=="assemble": assemble(a.source);return + if not a.pricing or not a.output: p.error("pricing and output required") + result=component(a.component,a.source,a.pricing,a.cloud,a.region,a.plan,a.ingest_summary);save(a.output,result) + print(f"{a.component}: {result['status']}, USD={result['total_cost_usd']}") +if __name__=="__main__": main() diff --git a/full-path-realtime/quotes/databricks/costs/summarize_mv_refresh.sh b/full-path-realtime/quotes/databricks/costs/summarize_mv_refresh.sh index c5db49c..69c9d7c 100755 --- a/full-path-realtime/quotes/databricks/costs/summarize_mv_refresh.sh +++ b/full-path-realtime/quotes/databricks/costs/summarize_mv_refresh.sh @@ -1,6 +1,11 @@ #!/usr/bin/env bash set -euo pipefail +# September JSON/CSV adapter; legacy Markdown handling remains below. +if [[ "${1:-}" == *.json || "${1:-}" == *.csv ]]; then + exec "${PYTHON:-python3}" "$(dirname "$0")/summarize_components.py" mv_refresh "$@" +fi + # --------------------------------------------- # Summarize Databricks MV refresh cost from a # system.billing.usage markdown export. diff --git a/full-path-realtime/quotes/databricks/costs/summarize_queries.py b/full-path-realtime/quotes/databricks/costs/summarize_queries.py new file mode 100644 index 0000000..2a080e9 --- /dev/null +++ b/full-path-realtime/quotes/databricks/costs/summarize_queries.py @@ -0,0 +1,51 @@ +#!/usr/bin/env python3 +"""Price accepted runner runtimes using the existing CostBench normalized model.""" +from __future__ import annotations +import argparse,math +from _common import records,price,provenance,save,number + +def summarize(path,pricing,cloud="aws",region="us-east-1",plan="premium",iterations=None): + all_rows=records(path) + if not all_rows: raise ValueError("empty runner") + if iterations is not None and (iterations<1 or iterations>len(all_rows)): + raise ValueError("requested iteration count is unavailable") + rows=all_rows if iterations is None else all_rows[:iterations] + first=rows[0];size=first["cluster_size"];q=len(first["result"]) + block=price(pricing,cloud,region,plan) + instances=[i for i in block["instances"] if i["name"]==size] + if len(instances)!=1: raise ValueError("missing or ambiguous warehouse price") + values=[];ids=[];previous=-1 + for row in rows: + if row["cluster_size"]!=size or len(row["result"])!=q: raise ValueError("runner shape/resources changed") + if row["raw_rows"]=3: + meta=row["query_warehouse"]["api_metadata"] + if meta.get("enable_serverless_compute") is not True or meta.get("max_num_clusters")!=1: + raise ValueError("pricing requires one Serverless SQL cluster") + if row.get("cache_hit")!=[[False] for _ in range(q)] or row.get("query_errors")!=[[] for _ in range(q)]: + raise ValueError("missing/cache-hit/error query evidence") + statements=row.get("statement_ids") + if not isinstance(statements,list) or len(statements)!=q or any(len(x)!=1 or not x[0] for x in statements): + raise ValueError("missing statement identifiers") + ids.extend(x[0] for x in statements) + for trial in row["result"]: + if len(trial)!=1: raise ValueError("expected one measured trial per query") + values.append(number(trial[0],"runtime")) + if len(ids)!=len(set(ids)): raise ValueError("duplicate statement ids") + total=math.fsum(values);dbuh=number(instances[0]["dbu_per_hour"],"DBU/hour");rate=number(block["dbu_price_per_hour"],"USD/DBU") + return {"schema_version":2,"source_file":provenance(path)["path"],"source":provenance(path),"pricing_source":provenance(pricing), + "system":first["system"],"version":first.get("version"),"warehouse_size":size,"cloud":cloud,"region":region,"plan":plan, + "cost_model":"normalized_runtime_list_price","runtime_source":"runner result: provider Query History total duration; includes compilation; excludes result fetch", + "scope_note":"Accepted prefix; idle, minimum billing and other warehouse activity excluded. Public list pricing, not invoice allocation.", + "iterations_included":len(rows),"queries_per_iteration":q,"query_jobs":len(values),"total_runtime_seconds":total, + "source_indices":list(range(len(rows))),"last_sampled_raw_rows":rows[-1]["raw_rows"],"raw_rows_source":first.get("raw_rows_source"), + "costs":[{"tier":plan,"warehouse_size":size,"dbu_per_hour":dbuh,"dbu_price_per_hour":rate,"total_compute_cost_usd":total/3600*dbuh*rate}]} +def main(): + p=argparse.ArgumentParser(description=__doc__) + for k in ["input","pricing","output"]: p.add_argument(k) + for k,d in [("cloud","aws"),("region","us-east-1"),("plan","premium")]: p.add_argument("--"+k,default=d) + p.add_argument("--iterations",type=int);a=p.parse_args() + result=summarize(a.input,a.pricing,a.cloud,a.region,a.plan,a.iterations);save(a.output,result) + print(f"{a.output}: {result['query_jobs']} jobs, {result['total_runtime_seconds']:.3f}s, ${result['costs'][0]['total_compute_cost_usd']:.6f}") +if __name__=="__main__": main() diff --git a/full-path-realtime/quotes/databricks/costs/summarize_queries.sh b/full-path-realtime/quotes/databricks/costs/summarize_queries.sh index d2ef2f6..b352ed7 100755 --- a/full-path-realtime/quotes/databricks/costs/summarize_queries.sh +++ b/full-path-realtime/quotes/databricks/costs/summarize_queries.sh @@ -1,146 +1,4 @@ #!/usr/bin/env bash set -euo pipefail - -# --------------------------------------------- -# Summarize Databricks query JSONL results with cost info. -# -# Usage: -# ./summarize_queries_databricks.sh \ -# [--cloud ] [--region ] [--plan ] [--iterations N] -# -# Example: -# ./summarize_queries_databricks.sh dashboard_20260611.jsonl \ -# pricings/sql_serverless_compute.json \ -# results/dashboard_summary.json \ -# --cloud aws --region us-east-1 --plan premium --iterations 30 -# -# cluster_size in the JSONL is the warehouse size name (e.g. "X-Small") -# and is used directly to look up DBU/hour in the pricing file. -# --------------------------------------------- - -CLOUD="aws" -REGION="us-east-1" -PLAN="premium" -MAX_ITER="" - -if [[ $# -lt 3 ]]; then - echo "Usage: $0 [--cloud ] [--region ] [--plan ] [--iterations N]" >&2 - exit 1 -fi - -INPUT="$1" -PRICING_FILE="$2" -OUT_FILE="$3" -shift 3 - -while [[ $# -gt 0 ]]; do - case "$1" in - --cloud) CLOUD="$2"; shift 2 ;; - --region) REGION="$2"; shift 2 ;; - --plan) PLAN="$2"; shift 2 ;; - --iterations) MAX_ITER="$2"; shift 2 ;; - *) - echo "Unknown option: $1" >&2 - exit 1 - ;; - esac -done - -if ! command -v jq >/dev/null 2>&1; then - echo "jq is required." >&2 - exit 1 -fi - -if [[ ! -f "$INPUT" ]]; then - echo "Error: input file not found: $INPUT" >&2 - exit 1 -fi - -if [[ ! -f "$PRICING_FILE" ]]; then - echo "Error: pricing file not found: $PRICING_FILE" >&2 - exit 1 -fi - -mkdir -p "$(dirname "$OUT_FILE")" - -echo "→ Summarizing Databricks query results" -echo " Input : $INPUT" -echo " Pricing: $PRICING_FILE" -echo " Cloud : $CLOUD / $REGION" -echo " Plan : $PLAN" -if [[ -n "$MAX_ITER" ]]; then - echo " Iterations: first $MAX_ITER" - DATA=$(head -n "$MAX_ITER" "$INPUT") -else - echo " Iterations: all" - DATA=$(cat "$INPUT") -fi -echo - -TMP_OUT="${OUT_FILE}.tmp" - -jq -s \ - --arg cloud "$CLOUD" \ - --arg region "$REGION" \ - --arg plan "$PLAN" \ - --slurpfile pricing "$PRICING_FILE" ' - - .[0] as $first - | length as $iter_count - | ($first.cluster_size) as $warehouse_size - - # Sum every runtime across all iterations and all queries - | ([.[].result[][]] | add) as $total_runtime - - # Find the matching pricing block and instance - | ( - $pricing[0].pricing[] - | select(.cloud == $cloud and .region == $region and .plan == $plan) - ) as $pricing_block - - | ( - $pricing_block.instances[] - | select(.name == $warehouse_size) - ) as $instance - - | ($pricing_block.dbu_price_per_hour) as $dbu_price - | ($instance.dbu_per_hour) as $dbu_per_hour - - | ($total_runtime / 3600.0 * $dbu_per_hour * $dbu_price) as $compute_cost - - | { - source_file: ($first | input_filename? // ""), - system: $first.system, - version: $first.version, - warehouse_size: $warehouse_size, - cloud: $cloud, - region: $region, - plan: $plan, - iterations_included: $iter_count, - queries_per_iteration: ($first.result | length), - total_runtime_seconds: ($total_runtime * 1000 | round / 1000), - costs: [ - { - tier: $plan, - warehouse_size: $warehouse_size, - dbu_per_hour: $dbu_per_hour, - dbu_price_per_hour: $dbu_price, - total_compute_cost_usd: ($compute_cost * 100000 | round / 100000) - } - ] - } -' <(echo "$DATA") > "$TMP_OUT" - -if [[ ! -s "$TMP_OUT" ]]; then - rm -f "$TMP_OUT" - echo "Error: no matching pricing entry found." >&2 - echo " cloud=$CLOUD, region=$REGION, plan=$PLAN, warehouse_size=$(head -1 "$INPUT" | jq -r '.cluster_size')" >&2 - exit 1 -fi - -mv "$TMP_OUT" "$OUT_FILE" - -echo "✅ Written to $OUT_FILE" -echo "⏱ Total runtime: $(jq '.total_runtime_seconds' "$OUT_FILE")s" -echo "💰 Total compute cost:" -jq -r '.costs[] | " \(.tier) (\(.warehouse_size), \(.dbu_per_hour) DBU/h): $\(.total_compute_cost_usd)"' "$OUT_FILE" +# Existing CLI preserved; strict runner validation and portable provenance. +exec "${PYTHON:-python3}" "$(dirname "$0")/summarize_queries.py" "$@" diff --git a/full-path-realtime/quotes/databricks/costs/summarize_zerobus.sh b/full-path-realtime/quotes/databricks/costs/summarize_zerobus.sh new file mode 100644 index 0000000..5571ae8 --- /dev/null +++ b/full-path-realtime/quotes/databricks/costs/summarize_zerobus.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "${PYTHON:-python3}" "$(dirname "$0")/summarize_components.py" zerobus "$@" diff --git a/full-path-realtime/quotes/databricks/integrate_september.py b/full-path-realtime/quotes/databricks/integrate_september.py new file mode 100644 index 0000000..570c640 --- /dev/null +++ b/full-path-realtime/quotes/databricks/integrate_september.py @@ -0,0 +1,102 @@ +#!/usr/bin/env python3 +"""Prepare/finalize the September full-run CostBench offline integration.""" +from __future__ import annotations +import argparse,csv,hashlib,json,subprocess,sys +from pathlib import Path +DB=Path(__file__).resolve().parent +ROOT=DB.parents[1] +sys.path.insert(0,str(DB/"costs")) +from _common import read,records,provenance,save +RUN=DB/"results/serverless_baseline_full_20260918T170453Z" +OUT=DB/"costs/out/serverless_20260918" +MATCH=ROOT/"quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918" +CHCOST=ROOT/"quotes/clickhouse-cloud/costs/out_t2/matched/databricks_serverless_20260918" +SPECS={"dashboard":("mv/dashboard_20260918T170453Z.jsonl","mv/dashboard_20260808T065559Z.jsonl",189,112848979521,4),"drilldown":("raw/drilldown_20260918T170453Z.jsonl","raw/drilldown_20260808T065602Z.jsonl",32,111648774193,2)} + +def verify_package(): + manifest=read(RUN/"validation/manifest.json") + for artifact in manifest["artifacts"]: + p=RUN/artifact["path"] + if p.stat().st_size!=artifact["size_bytes"] or provenance(p)["sha256"]!=artifact["sha256"]: + raise ValueError(f"package hash/size mismatch: {p}") + return manifest + +def prepare(): + package=verify_package();validation=read(RUN/"validation/validation_report_settled_20260921T092624Z.json") + if validation["accepted"] is not True: raise ValueError("run validation rejected") + context=read(RUN/"run_context.json");selection={} + for workload,(dbfile,chfile,n,h,q) in SPECS.items(): + reference=RUN/dbfile;candidate=ROOT/"quotes/clickhouse-cloud/results_t2"/chfile + indices=validation["query_samples"][workload]["accepted_indices"] + if indices!=list(range(n)): raise ValueError("accepted selection changed") + accepted=records(reference)[:n] + if max(r["raw_rows"] for r in accepted)!=h or any(r["producer_progress_finished"] for r in accepted): + raise ValueError("accepted horizon/phase changed") + target=MATCH/f"{workload}_active_matched_to_databricks.jsonl" + subprocess.run([sys.executable,str(ROOT/"utils/match_progress.py"),"--reference",str(reference),"--candidate",str(candidate),"--reference-final-rows",str(h),"--candidate-final-rows",str(h),"--count",str(n),"--output",str(target)],check=True) + (MATCH/f"{workload}_active_matched_to_databricks_iterations_{n}.txt").touch() + matched=records(target) + if len(matched)!=n or len({r["iteration"] for r in matched})!=n: raise ValueError("bad matching") + if any(len(r["result"])!=q for r in matched): raise ValueError("matched query shape") + selected=RUN/"integration"/f"{workload}_accepted.jsonl";selected.parent.mkdir(exist_ok=True) + selected.write_text("".join(json.dumps(r,separators=(",",":"))+"\n" for r in accepted)) + selection[workload]={"reference":provenance(reference),"candidate":provenance(candidate),"accepted":provenance(selected),"matched":provenance(target),"match_report":provenance(str(target)+".match.json"),"source_indices":indices,"iterations":n,"query_jobs":n*q,"comparison_horizon_rows":h,"denominators":[h,h]} + save(RUN/"integration/manifest.json",{"schema_version":1,"run_id":context["run_id"],"label":"Databricks Serverless SQL · X-Small","cloud":"aws","region":"eu-west-1","plan":"premium","plan_basis":"CostBench public Premium pricing convention","package_manifest":provenance(RUN/"validation/manifest.json"),"verified_artifacts":len(package["artifacts"]),"validation_attestation":provenance(RUN/"validation/validation_report_settled_20260921T092624Z.json"),"dataset_final_rows":context["expected_rows"],"clickhouse_final_rows":113217743918,"selection":selection,"selection_note":"189/32 prefixes are the supplied validator's accepted observations, through H while producer running. First F observation is an active_endpoint under generic inspection but outside this stricter accepted window. Later warm observations excluded. 100B is only a plotting cap.","row_semantics":"Databricks raw_rows is client durability progress; matching does not establish exact query-visible rows or identical MV freshness.","sql_sources":[provenance(DB/x) for x in ["create_full_serverless_baseline_r3_20260918.sql","queries_mv.sql","queries_raw.sql"]]}) + +def finalize(): + verify_package();manifest=read(RUN/"integration/manifest.json") + fresh_summary=read(OUT/"fresh_data_path.json") + if fresh_summary.get("run_id") != manifest["run_id"]: + raise ValueError("fresh-path costs belong to a different run") + rows=[];sources={} + for system,folder,tier in [("ClickHouse",CHCOST,"Enterprise"),("Databricks Serverless SQL",OUT,"premium")]: + runtime=cost=0 + for workload,(_,_,n,_,q) in SPECS.items(): + p=folder/f"{workload}.json";s=read(p) + if (s["iterations_included"],s["queries_per_iteration"])!=(n,q): raise ValueError("cost sample count mismatch") + runtime+=s["total_runtime_seconds"];cost+=next(x["total_compute_cost_usd"] for x in s["costs"] if x["tier"]==tier) + sources[f"{system}_{workload}"]=provenance(p) + fresh=read(OUT/"fresh_data_path.json") if system.startswith("Databricks") else read(ROOT/"quotes/clickhouse-cloud/costs/out_t2/ingest.json") + sources[f"{system}_fresh_path"]=provenance(OUT/"fresh_data_path.json" if system.startswith("Databricks") else ROOT/"quotes/clickhouse-cloud/costs/out_t2/ingest.json") + write=fresh["total_cost_usd"] if system.startswith("Databricks") else next(c["total_compute_cost_usd"] for c in fresh["costs"] if c["tier"]==tier) + rows.append({"label":system,"runtime_sec":runtime,"query_cost":cost,"fresh_path_cost":write,"total_cost":None if write is None else write+cost,"cost_runtime_product":None if write is None else (write+cost)*runtime}) + baseline=rows[0]["cost_runtime_product"] + for r in rows: r["relative_to_clickhouse"]=None if r["cost_runtime_product"] is None else r["cost_runtime_product"]/baseline + save(OUT/"full_path.json",{"schema_version":2,"status":"complete" if rows[1]["total_cost"] is not None else "incomplete","missing_components":fresh_summary["missing_components"],"comparison_scope":fresh_summary.get("comparison_scope"),"scope_source":fresh_summary.get("scope_source"),"allocated_window_plus_matched_queries_usd":fresh_summary.get("allocated_window_total_cost_usd",fresh_summary["known_components_subtotal_usd"])+rows[1]["query_cost"],"rows":rows,"sources":sources,"matching_manifest":provenance(RUN/"integration/manifest.json"),"formula":"(real-time fresh-data-path USD + matched query USD) * matched query runtime seconds","cost_model":"normalized queries + allocated DBUs and estimated maintenance at public list rates","scope_exclusions":["producer VM","object storage capacity/requests","network","control SQL","query warehouse idle/minimum billing","warm-window reads"]}) + ledger=[] + for workload,(dbfile,chfile,n,h,q) in SPECS.items(): + for system,path in [("databricks",RUN/dbfile),("clickhouse",MATCH/f"{workload}_active_matched_to_databricks.jsonl")]: + chosen=records(path)[:n] if system=="databricks" else records(path) + for r in chosen: + for i,t in enumerate(r["result"],1): ledger.append({"system":system,"workload":workload,"iteration":r["iteration"],"raw_rows":r["raw_rows"],"query":i,"seconds":t[0],"source":provenance(path)["path"],"phase":"accepted_ingestion_window"}) + with (RUN/"integration/claims.csv").open("w") as f: + writer=csv.DictWriter(f,fieldnames=list(ledger[0]));writer.writeheader();writer.writerows(ledger) + paths=list(OUT.glob("*.json"))+list(CHCOST.glob("*.json"))+list((DB/"costs/pricings").glob("*.json")) + save(RUN/"integration/derived_manifest.json",{"schema_version":1,"inputs":provenance(RUN/"integration/manifest.json"),"artifacts":[provenance(p) for p in sorted(paths)],"full_path_status":read(OUT/"full_path.json")["status"]}) + save(RUN/"integration/readiness.json",{"schema_version":2,"run_id":manifest["run_id"],"status":"ready" if not fresh_summary["missing_components"] else "incomplete","missing_components":fresh_summary["missing_components"],"full_path_cost_complete":not fresh_summary["missing_components"],"allocation_status":fresh_summary.get("allocation_status"),"comparison_scope":fresh_summary.get("comparison_scope"),"note":"All cost components integrated for the accepted real-time benchmark window."}) + print(json.dumps(rows,indent=2)) + +def refresh_inputs(): + """Refresh package provenance while proving accepted matching inputs unchanged.""" + package=verify_package();path=RUN/"integration/manifest.json";manifest=read(path) + for selection in manifest["selection"].values(): + for key in ("reference","candidate","accepted","matched","match_report"): + expected=selection[key];p=ROOT/expected["path"] + if provenance(p)["sha256"]!=expected["sha256"]: + raise ValueError(f"accepted {key} changed: {p}") + for expected in manifest["sql_sources"]: + if provenance(ROOT/expected["path"])["sha256"]!=expected["sha256"]: + raise ValueError("accepted SQL changed") + manifest.update(package_manifest=provenance(RUN/"validation/manifest.json"),verified_artifacts=len(package["artifacts"])) + manifest["allocation_inputs"]={kind:provenance(RUN/rel) for kind,rel in { + "zerobus":"ingest/zerobus_ingest_allocation.csv", + "clustering":"ingest/predictive_optimization_allocation.csv", + "mv_refresh":"freshness/mv_refresh_allocation.csv"}.items()} + manifest["comparison_scope"]=provenance(DB/"costs/scopes/serverless_20260918.json") + manifest["allocation_export_sql"]=provenance(DB/"export_allocation_details.sql") + save(path,manifest) + print(f"Verified {len(package['artifacts'])} package artifacts; accepted query selections unchanged.") + +if __name__=="__main__": + parser=argparse.ArgumentParser(description=__doc__);parser.add_argument("action",choices=["prepare","refresh-inputs","finalize"]);args=parser.parse_args() + {"prepare":prepare,"refresh-inputs":refresh_inputs,"finalize":finalize}[args.action]() diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks.png b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks.png new file mode 100644 index 0000000..946bc8a Binary files /dev/null and b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks.png differ diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks.svg b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks.svg new file mode 100644 index 0000000..6789ba3 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks.svg @@ -0,0 +1,4572 @@ + + + + + + + + 2026-09-22T07:47:37.964549 + image/svg+xml + + + Matplotlib v3.10.9, https://matplotlib.org/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks_data.csv b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks_data.csv new file mode 100644 index 0000000..c2db18f --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks_data.csv @@ -0,0 +1,1437 @@ +series,label,source_line,iteration,observed_at,raw_rows,query_number,query_name,latency_sec +left,ClickHouse Cloud,2,2,2026-08-08T07:05:59Z,724786266,1,Single-symbol summary,0.006 +left,ClickHouse Cloud,2,2,2026-08-08T07:05:59Z,724786266,2,Watchlist summary,0.005 +left,ClickHouse Cloud,2,2,2026-08-08T07:05:59Z,724786266,3,Top movers,0.006 +left,ClickHouse Cloud,2,2,2026-08-08T07:05:59Z,724786266,4,Daily activity,0.006 +left,ClickHouse Cloud,3,3,2026-08-08T07:15:59Z,1370669828,1,Single-symbol summary,0.041 +left,ClickHouse Cloud,3,3,2026-08-08T07:15:59Z,1370669828,2,Watchlist summary,0.007 +left,ClickHouse Cloud,3,3,2026-08-08T07:15:59Z,1370669828,3,Top movers,0.009 +left,ClickHouse Cloud,3,3,2026-08-08T07:15:59Z,1370669828,4,Daily activity,0.006 +left,ClickHouse Cloud,4,4,2026-08-08T07:25:59Z,1975682003,1,Single-symbol summary,0.006 +left,ClickHouse Cloud,4,4,2026-08-08T07:25:59Z,1975682003,2,Watchlist summary,0.033 +left,ClickHouse Cloud,4,4,2026-08-08T07:25:59Z,1975682003,3,Top movers,0.045 +left,ClickHouse Cloud,4,4,2026-08-08T07:25:59Z,1975682003,4,Daily activity,0.025 +left,ClickHouse Cloud,5,5,2026-08-08T07:35:59Z,2574084882,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,5,5,2026-08-08T07:35:59Z,2574084882,2,Watchlist summary,0.01 +left,ClickHouse Cloud,5,5,2026-08-08T07:35:59Z,2574084882,3,Top movers,0.011 +left,ClickHouse Cloud,5,5,2026-08-08T07:35:59Z,2574084882,4,Daily activity,0.008 +left,ClickHouse Cloud,6,6,2026-08-08T07:45:59Z,3146910669,1,Single-symbol summary,0.012 +left,ClickHouse Cloud,6,6,2026-08-08T07:45:59Z,3146910669,2,Watchlist summary,0.01 +left,ClickHouse Cloud,6,6,2026-08-08T07:45:59Z,3146910669,3,Top movers,0.011 +left,ClickHouse Cloud,6,6,2026-08-08T07:45:59Z,3146910669,4,Daily activity,0.008 +left,ClickHouse Cloud,7,7,2026-08-08T07:55:59Z,3738865972,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,7,7,2026-08-08T07:55:59Z,3738865972,2,Watchlist summary,0.009 +left,ClickHouse Cloud,7,7,2026-08-08T07:55:59Z,3738865972,3,Top movers,0.012 +left,ClickHouse Cloud,7,7,2026-08-08T07:55:59Z,3738865972,4,Daily activity,0.01 +left,ClickHouse Cloud,8,8,2026-08-08T08:05:59Z,4293755746,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,8,8,2026-08-08T08:05:59Z,4293755746,2,Watchlist summary,0.01 +left,ClickHouse Cloud,8,8,2026-08-08T08:05:59Z,4293755746,3,Top movers,0.012 +left,ClickHouse Cloud,8,8,2026-08-08T08:05:59Z,4293755746,4,Daily activity,0.009 +left,ClickHouse Cloud,9,9,2026-08-08T08:15:59Z,4891042750,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,9,9,2026-08-08T08:15:59Z,4891042750,2,Watchlist summary,0.008 +left,ClickHouse Cloud,9,9,2026-08-08T08:15:59Z,4891042750,3,Top movers,0.013 +left,ClickHouse Cloud,9,9,2026-08-08T08:15:59Z,4891042750,4,Daily activity,0.01 +left,ClickHouse Cloud,10,10,2026-08-08T08:25:59Z,5469535309,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,10,10,2026-08-08T08:25:59Z,5469535309,2,Watchlist summary,0.017 +left,ClickHouse Cloud,10,10,2026-08-08T08:25:59Z,5469535309,3,Top movers,0.014 +left,ClickHouse Cloud,10,10,2026-08-08T08:25:59Z,5469535309,4,Daily activity,0.011 +left,ClickHouse Cloud,11,11,2026-08-08T08:35:59Z,6010532017,1,Single-symbol summary,0.006 +left,ClickHouse Cloud,11,11,2026-08-08T08:35:59Z,6010532017,2,Watchlist summary,0.009 +left,ClickHouse Cloud,11,11,2026-08-08T08:35:59Z,6010532017,3,Top movers,0.013 +left,ClickHouse Cloud,11,11,2026-08-08T08:35:59Z,6010532017,4,Daily activity,0.011 +left,ClickHouse Cloud,12,12,2026-08-08T08:45:59Z,6539371357,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,12,12,2026-08-08T08:45:59Z,6539371357,2,Watchlist summary,0.01 +left,ClickHouse Cloud,12,12,2026-08-08T08:45:59Z,6539371357,3,Top movers,0.012 +left,ClickHouse Cloud,12,12,2026-08-08T08:45:59Z,6539371357,4,Daily activity,0.01 +left,ClickHouse Cloud,13,13,2026-08-08T08:55:59Z,7146131616,1,Single-symbol summary,0.006 +left,ClickHouse Cloud,13,13,2026-08-08T08:55:59Z,7146131616,2,Watchlist summary,0.009 +left,ClickHouse Cloud,13,13,2026-08-08T08:55:59Z,7146131616,3,Top movers,0.011 +left,ClickHouse Cloud,13,13,2026-08-08T08:55:59Z,7146131616,4,Daily activity,0.01 +left,ClickHouse Cloud,14,14,2026-08-08T09:05:59Z,7727462172,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,14,14,2026-08-08T09:05:59Z,7727462172,2,Watchlist summary,0.009 +left,ClickHouse Cloud,14,14,2026-08-08T09:05:59Z,7727462172,3,Top movers,0.013 +left,ClickHouse Cloud,14,14,2026-08-08T09:05:59Z,7727462172,4,Daily activity,0.01 +left,ClickHouse Cloud,15,15,2026-08-08T09:15:59Z,8305203448,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,15,15,2026-08-08T09:15:59Z,8305203448,2,Watchlist summary,0.013 +left,ClickHouse Cloud,15,15,2026-08-08T09:15:59Z,8305203448,3,Top movers,0.012 +left,ClickHouse Cloud,15,15,2026-08-08T09:15:59Z,8305203448,4,Daily activity,0.011 +left,ClickHouse Cloud,16,16,2026-08-08T09:25:59Z,8807164173,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,16,16,2026-08-08T09:25:59Z,8807164173,2,Watchlist summary,0.017 +left,ClickHouse Cloud,16,16,2026-08-08T09:25:59Z,8807164173,3,Top movers,0.012 +left,ClickHouse Cloud,16,16,2026-08-08T09:25:59Z,8807164173,4,Daily activity,0.01 +left,ClickHouse Cloud,17,17,2026-08-08T09:35:59Z,9395201523,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,17,17,2026-08-08T09:35:59Z,9395201523,2,Watchlist summary,0.011 +left,ClickHouse Cloud,17,17,2026-08-08T09:35:59Z,9395201523,3,Top movers,0.013 +left,ClickHouse Cloud,17,17,2026-08-08T09:35:59Z,9395201523,4,Daily activity,0.011 +left,ClickHouse Cloud,18,18,2026-08-08T09:45:59Z,9911918805,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,18,18,2026-08-08T09:45:59Z,9911918805,2,Watchlist summary,0.01 +left,ClickHouse Cloud,18,18,2026-08-08T09:45:59Z,9911918805,3,Top movers,0.012 +left,ClickHouse Cloud,18,18,2026-08-08T09:45:59Z,9911918805,4,Daily activity,0.011 +left,ClickHouse Cloud,19,19,2026-08-08T09:55:59Z,10448957290,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,19,19,2026-08-08T09:55:59Z,10448957290,2,Watchlist summary,0.011 +left,ClickHouse Cloud,19,19,2026-08-08T09:55:59Z,10448957290,3,Top movers,0.013 +left,ClickHouse Cloud,19,19,2026-08-08T09:55:59Z,10448957290,4,Daily activity,0.011 +left,ClickHouse Cloud,20,20,2026-08-08T10:05:59Z,10999409964,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,20,20,2026-08-08T10:05:59Z,10999409964,2,Watchlist summary,0.011 +left,ClickHouse Cloud,20,20,2026-08-08T10:05:59Z,10999409964,3,Top movers,0.013 +left,ClickHouse Cloud,20,20,2026-08-08T10:05:59Z,10999409964,4,Daily activity,0.01 +left,ClickHouse Cloud,21,21,2026-08-08T10:15:59Z,11495758638,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,21,21,2026-08-08T10:15:59Z,11495758638,2,Watchlist summary,0.015 +left,ClickHouse Cloud,21,21,2026-08-08T10:15:59Z,11495758638,3,Top movers,0.011 +left,ClickHouse Cloud,21,21,2026-08-08T10:15:59Z,11495758638,4,Daily activity,0.011 +left,ClickHouse Cloud,22,22,2026-08-08T10:25:59Z,12058435469,1,Single-symbol summary,0.012 +left,ClickHouse Cloud,22,22,2026-08-08T10:25:59Z,12058435469,2,Watchlist summary,0.01 +left,ClickHouse Cloud,22,22,2026-08-08T10:25:59Z,12058435469,3,Top movers,0.012 +left,ClickHouse Cloud,22,22,2026-08-08T10:25:59Z,12058435469,4,Daily activity,0.01 +left,ClickHouse Cloud,23,23,2026-08-08T10:35:59Z,12574526062,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,23,23,2026-08-08T10:35:59Z,12574526062,2,Watchlist summary,0.01 +left,ClickHouse Cloud,23,23,2026-08-08T10:35:59Z,12574526062,3,Top movers,0.013 +left,ClickHouse Cloud,23,23,2026-08-08T10:35:59Z,12574526062,4,Daily activity,0.011 +left,ClickHouse Cloud,24,24,2026-08-08T10:45:59Z,13130688854,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,24,24,2026-08-08T10:45:59Z,13130688854,2,Watchlist summary,0.015 +left,ClickHouse Cloud,24,24,2026-08-08T10:45:59Z,13130688854,3,Top movers,0.013 +left,ClickHouse Cloud,24,24,2026-08-08T10:45:59Z,13130688854,4,Daily activity,0.011 +left,ClickHouse Cloud,25,25,2026-08-08T10:55:59Z,13690901348,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,25,25,2026-08-08T10:55:59Z,13690901348,2,Watchlist summary,0.016 +left,ClickHouse Cloud,25,25,2026-08-08T10:55:59Z,13690901348,3,Top movers,0.014 +left,ClickHouse Cloud,25,25,2026-08-08T10:55:59Z,13690901348,4,Daily activity,0.011 +left,ClickHouse Cloud,26,26,2026-08-08T11:05:59Z,14280804947,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,26,26,2026-08-08T11:05:59Z,14280804947,2,Watchlist summary,0.016 +left,ClickHouse Cloud,26,26,2026-08-08T11:05:59Z,14280804947,3,Top movers,0.014 +left,ClickHouse Cloud,26,26,2026-08-08T11:05:59Z,14280804947,4,Daily activity,0.012 +left,ClickHouse Cloud,27,27,2026-08-08T11:15:59Z,14876856126,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,27,27,2026-08-08T11:15:59Z,14876856126,2,Watchlist summary,0.011 +left,ClickHouse Cloud,27,27,2026-08-08T11:15:59Z,14876856126,3,Top movers,0.013 +left,ClickHouse Cloud,27,27,2026-08-08T11:15:59Z,14876856126,4,Daily activity,0.01 +left,ClickHouse Cloud,28,28,2026-08-08T11:25:59Z,15470256866,1,Single-symbol summary,0.087 +left,ClickHouse Cloud,28,28,2026-08-08T11:25:59Z,15470256866,2,Watchlist summary,0.08 +left,ClickHouse Cloud,28,28,2026-08-08T11:25:59Z,15470256866,3,Top movers,0.011 +left,ClickHouse Cloud,28,28,2026-08-08T11:25:59Z,15470256866,4,Daily activity,0.01 +left,ClickHouse Cloud,29,29,2026-08-08T11:35:59Z,16058779354,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,29,29,2026-08-08T11:35:59Z,16058779354,2,Watchlist summary,0.011 +left,ClickHouse Cloud,29,29,2026-08-08T11:35:59Z,16058779354,3,Top movers,0.011 +left,ClickHouse Cloud,29,29,2026-08-08T11:35:59Z,16058779354,4,Daily activity,0.01 +left,ClickHouse Cloud,30,30,2026-08-08T11:45:59Z,16604006353,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,30,30,2026-08-08T11:45:59Z,16604006353,2,Watchlist summary,0.01 +left,ClickHouse Cloud,30,30,2026-08-08T11:45:59Z,16604006353,3,Top movers,0.011 +left,ClickHouse Cloud,30,30,2026-08-08T11:45:59Z,16604006353,4,Daily activity,0.01 +left,ClickHouse Cloud,31,31,2026-08-08T11:55:59Z,17204550973,1,Single-symbol summary,0.006 +left,ClickHouse Cloud,31,31,2026-08-08T11:55:59Z,17204550973,2,Watchlist summary,0.013 +left,ClickHouse Cloud,31,31,2026-08-08T11:55:59Z,17204550973,3,Top movers,0.011 +left,ClickHouse Cloud,31,31,2026-08-08T11:55:59Z,17204550973,4,Daily activity,0.01 +left,ClickHouse Cloud,32,32,2026-08-08T12:05:59Z,17758468213,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,32,32,2026-08-08T12:05:59Z,17758468213,2,Watchlist summary,0.011 +left,ClickHouse Cloud,32,32,2026-08-08T12:05:59Z,17758468213,3,Top movers,0.011 +left,ClickHouse Cloud,32,32,2026-08-08T12:05:59Z,17758468213,4,Daily activity,0.014 +left,ClickHouse Cloud,33,33,2026-08-08T12:15:59Z,18360002425,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,33,33,2026-08-08T12:15:59Z,18360002425,2,Watchlist summary,0.01 +left,ClickHouse Cloud,33,33,2026-08-08T12:15:59Z,18360002425,3,Top movers,0.012 +left,ClickHouse Cloud,33,33,2026-08-08T12:15:59Z,18360002425,4,Daily activity,0.011 +left,ClickHouse Cloud,34,34,2026-08-08T12:25:59Z,18930505218,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,34,34,2026-08-08T12:25:59Z,18930505218,2,Watchlist summary,0.011 +left,ClickHouse Cloud,34,34,2026-08-08T12:25:59Z,18930505218,3,Top movers,0.012 +left,ClickHouse Cloud,34,34,2026-08-08T12:25:59Z,18930505218,4,Daily activity,0.01 +left,ClickHouse Cloud,35,35,2026-08-08T12:35:59Z,19498533079,1,Single-symbol summary,0.012 +left,ClickHouse Cloud,35,35,2026-08-08T12:35:59Z,19498533079,2,Watchlist summary,0.016 +left,ClickHouse Cloud,35,35,2026-08-08T12:35:59Z,19498533079,3,Top movers,0.013 +left,ClickHouse Cloud,35,35,2026-08-08T12:35:59Z,19498533079,4,Daily activity,0.011 +left,ClickHouse Cloud,36,36,2026-08-08T12:45:59Z,20030972521,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,36,36,2026-08-08T12:45:59Z,20030972521,2,Watchlist summary,0.104 +left,ClickHouse Cloud,36,36,2026-08-08T12:45:59Z,20030972521,3,Top movers,0.014 +left,ClickHouse Cloud,36,36,2026-08-08T12:45:59Z,20030972521,4,Daily activity,0.011 +left,ClickHouse Cloud,37,37,2026-08-08T12:55:59Z,20598954386,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,37,37,2026-08-08T12:55:59Z,20598954386,2,Watchlist summary,0.015 +left,ClickHouse Cloud,37,37,2026-08-08T12:55:59Z,20598954386,3,Top movers,0.015 +left,ClickHouse Cloud,37,37,2026-08-08T12:55:59Z,20598954386,4,Daily activity,0.012 +left,ClickHouse Cloud,38,38,2026-08-08T13:05:59Z,21177624388,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,38,38,2026-08-08T13:05:59Z,21177624388,2,Watchlist summary,0.011 +left,ClickHouse Cloud,38,38,2026-08-08T13:05:59Z,21177624388,3,Top movers,0.015 +left,ClickHouse Cloud,38,38,2026-08-08T13:05:59Z,21177624388,4,Daily activity,0.011 +left,ClickHouse Cloud,39,39,2026-08-08T13:15:59Z,21690449123,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,39,39,2026-08-08T13:15:59Z,21690449123,2,Watchlist summary,0.011 +left,ClickHouse Cloud,39,39,2026-08-08T13:15:59Z,21690449123,3,Top movers,0.014 +left,ClickHouse Cloud,39,39,2026-08-08T13:15:59Z,21690449123,4,Daily activity,0.011 +left,ClickHouse Cloud,40,40,2026-08-08T13:25:59Z,22225814642,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,40,40,2026-08-08T13:25:59Z,22225814642,2,Watchlist summary,0.015 +left,ClickHouse Cloud,40,40,2026-08-08T13:25:59Z,22225814642,3,Top movers,0.012 +left,ClickHouse Cloud,40,40,2026-08-08T13:25:59Z,22225814642,4,Daily activity,0.011 +left,ClickHouse Cloud,41,41,2026-08-08T13:35:59Z,22769842666,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,41,41,2026-08-08T13:35:59Z,22769842666,2,Watchlist summary,0.011 +left,ClickHouse Cloud,41,41,2026-08-08T13:35:59Z,22769842666,3,Top movers,0.013 +left,ClickHouse Cloud,41,41,2026-08-08T13:35:59Z,22769842666,4,Daily activity,0.011 +left,ClickHouse Cloud,42,42,2026-08-08T13:45:59Z,23288685490,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,42,42,2026-08-08T13:45:59Z,23288685490,2,Watchlist summary,0.011 +left,ClickHouse Cloud,42,42,2026-08-08T13:45:59Z,23288685490,3,Top movers,0.012 +left,ClickHouse Cloud,42,42,2026-08-08T13:45:59Z,23288685490,4,Daily activity,0.011 +left,ClickHouse Cloud,43,43,2026-08-08T13:55:59Z,23844225514,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,43,43,2026-08-08T13:55:59Z,23844225514,2,Watchlist summary,0.011 +left,ClickHouse Cloud,43,43,2026-08-08T13:55:59Z,23844225514,3,Top movers,0.012 +left,ClickHouse Cloud,43,43,2026-08-08T13:55:59Z,23844225514,4,Daily activity,0.01 +left,ClickHouse Cloud,44,44,2026-08-08T14:05:59Z,24360433073,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,44,44,2026-08-08T14:05:59Z,24360433073,2,Watchlist summary,0.011 +left,ClickHouse Cloud,44,44,2026-08-08T14:05:59Z,24360433073,3,Top movers,0.012 +left,ClickHouse Cloud,44,44,2026-08-08T14:05:59Z,24360433073,4,Daily activity,0.011 +left,ClickHouse Cloud,45,45,2026-08-08T14:15:59Z,24937313823,1,Single-symbol summary,0.012 +left,ClickHouse Cloud,45,45,2026-08-08T14:15:59Z,24937313823,2,Watchlist summary,0.015 +left,ClickHouse Cloud,45,45,2026-08-08T14:15:59Z,24937313823,3,Top movers,0.011 +left,ClickHouse Cloud,45,45,2026-08-08T14:15:59Z,24937313823,4,Daily activity,0.01 +left,ClickHouse Cloud,46,46,2026-08-08T14:25:59Z,25492435118,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,46,46,2026-08-08T14:25:59Z,25492435118,2,Watchlist summary,0.011 +left,ClickHouse Cloud,46,46,2026-08-08T14:25:59Z,25492435118,3,Top movers,0.013 +left,ClickHouse Cloud,46,46,2026-08-08T14:25:59Z,25492435118,4,Daily activity,0.011 +left,ClickHouse Cloud,47,47,2026-08-08T14:35:59Z,26047358918,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,47,47,2026-08-08T14:35:59Z,26047358918,2,Watchlist summary,0.011 +left,ClickHouse Cloud,47,47,2026-08-08T14:35:59Z,26047358918,3,Top movers,0.012 +left,ClickHouse Cloud,47,47,2026-08-08T14:35:59Z,26047358918,4,Daily activity,0.01 +left,ClickHouse Cloud,48,48,2026-08-08T14:45:59Z,26583320264,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,48,48,2026-08-08T14:45:59Z,26583320264,2,Watchlist summary,0.014 +left,ClickHouse Cloud,48,48,2026-08-08T14:45:59Z,26583320264,3,Top movers,0.012 +left,ClickHouse Cloud,48,48,2026-08-08T14:45:59Z,26583320264,4,Daily activity,0.01 +left,ClickHouse Cloud,49,49,2026-08-08T14:55:59Z,27117466999,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,49,49,2026-08-08T14:55:59Z,27117466999,2,Watchlist summary,0.019 +left,ClickHouse Cloud,49,49,2026-08-08T14:55:59Z,27117466999,3,Top movers,0.012 +left,ClickHouse Cloud,49,49,2026-08-08T14:55:59Z,27117466999,4,Daily activity,0.011 +left,ClickHouse Cloud,50,50,2026-08-08T15:05:59Z,27681375912,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,50,50,2026-08-08T15:05:59Z,27681375912,2,Watchlist summary,0.012 +left,ClickHouse Cloud,50,50,2026-08-08T15:05:59Z,27681375912,3,Top movers,0.013 +left,ClickHouse Cloud,50,50,2026-08-08T15:05:59Z,27681375912,4,Daily activity,0.011 +left,ClickHouse Cloud,51,51,2026-08-08T15:15:59Z,28239125449,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,51,51,2026-08-08T15:15:59Z,28239125449,2,Watchlist summary,0.011 +left,ClickHouse Cloud,51,51,2026-08-08T15:15:59Z,28239125449,3,Top movers,0.012 +left,ClickHouse Cloud,51,51,2026-08-08T15:15:59Z,28239125449,4,Daily activity,0.011 +left,ClickHouse Cloud,52,52,2026-08-08T15:25:59Z,28773516979,1,Single-symbol summary,0.111 +left,ClickHouse Cloud,52,52,2026-08-08T15:25:59Z,28773516979,2,Watchlist summary,0.09 +left,ClickHouse Cloud,52,52,2026-08-08T15:25:59Z,28773516979,3,Top movers,0.011 +left,ClickHouse Cloud,52,52,2026-08-08T15:25:59Z,28773516979,4,Daily activity,0.043 +left,ClickHouse Cloud,53,53,2026-08-08T15:35:59Z,29346127706,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,53,53,2026-08-08T15:35:59Z,29346127706,2,Watchlist summary,0.012 +left,ClickHouse Cloud,53,53,2026-08-08T15:35:59Z,29346127706,3,Top movers,0.011 +left,ClickHouse Cloud,53,53,2026-08-08T15:35:59Z,29346127706,4,Daily activity,0.01 +left,ClickHouse Cloud,54,54,2026-08-08T15:45:59Z,29890137150,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,54,54,2026-08-08T15:45:59Z,29890137150,2,Watchlist summary,0.012 +left,ClickHouse Cloud,54,54,2026-08-08T15:45:59Z,29890137150,3,Top movers,0.011 +left,ClickHouse Cloud,54,54,2026-08-08T15:45:59Z,29890137150,4,Daily activity,0.01 +left,ClickHouse Cloud,55,55,2026-08-08T15:55:59Z,30465667350,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,55,55,2026-08-08T15:55:59Z,30465667350,2,Watchlist summary,0.013 +left,ClickHouse Cloud,55,55,2026-08-08T15:55:59Z,30465667350,3,Top movers,0.011 +left,ClickHouse Cloud,55,55,2026-08-08T15:55:59Z,30465667350,4,Daily activity,0.01 +left,ClickHouse Cloud,56,56,2026-08-08T16:05:59Z,31018228497,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,56,56,2026-08-08T16:05:59Z,31018228497,2,Watchlist summary,0.011 +left,ClickHouse Cloud,56,56,2026-08-08T16:05:59Z,31018228497,3,Top movers,0.011 +left,ClickHouse Cloud,56,56,2026-08-08T16:05:59Z,31018228497,4,Daily activity,0.011 +left,ClickHouse Cloud,57,57,2026-08-08T16:15:59Z,31588088259,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,57,57,2026-08-08T16:15:59Z,31588088259,2,Watchlist summary,0.011 +left,ClickHouse Cloud,57,57,2026-08-08T16:15:59Z,31588088259,3,Top movers,0.012 +left,ClickHouse Cloud,57,57,2026-08-08T16:15:59Z,31588088259,4,Daily activity,0.011 +left,ClickHouse Cloud,58,58,2026-08-08T16:25:59Z,32144496083,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,58,58,2026-08-08T16:25:59Z,32144496083,2,Watchlist summary,0.012 +left,ClickHouse Cloud,58,58,2026-08-08T16:25:59Z,32144496083,3,Top movers,0.013 +left,ClickHouse Cloud,58,58,2026-08-08T16:25:59Z,32144496083,4,Daily activity,0.011 +left,ClickHouse Cloud,59,59,2026-08-08T16:35:59Z,32651953244,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,59,59,2026-08-08T16:35:59Z,32651953244,2,Watchlist summary,0.014 +left,ClickHouse Cloud,59,59,2026-08-08T16:35:59Z,32651953244,3,Top movers,0.014 +left,ClickHouse Cloud,59,59,2026-08-08T16:35:59Z,32651953244,4,Daily activity,0.011 +left,ClickHouse Cloud,60,60,2026-08-08T16:45:59Z,33183996050,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,60,60,2026-08-08T16:45:59Z,33183996050,2,Watchlist summary,0.016 +left,ClickHouse Cloud,60,60,2026-08-08T16:45:59Z,33183996050,3,Top movers,0.013 +left,ClickHouse Cloud,60,60,2026-08-08T16:45:59Z,33183996050,4,Daily activity,0.013 +left,ClickHouse Cloud,61,61,2026-08-08T16:55:59Z,33748476003,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,61,61,2026-08-08T16:55:59Z,33748476003,2,Watchlist summary,0.012 +left,ClickHouse Cloud,61,61,2026-08-08T16:55:59Z,33748476003,3,Top movers,0.014 +left,ClickHouse Cloud,61,61,2026-08-08T16:55:59Z,33748476003,4,Daily activity,0.012 +left,ClickHouse Cloud,62,62,2026-08-08T17:05:59Z,34249264401,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,62,62,2026-08-08T17:05:59Z,34249264401,2,Watchlist summary,0.012 +left,ClickHouse Cloud,62,62,2026-08-08T17:05:59Z,34249264401,3,Top movers,0.013 +left,ClickHouse Cloud,62,62,2026-08-08T17:05:59Z,34249264401,4,Daily activity,0.011 +left,ClickHouse Cloud,63,63,2026-08-08T17:15:59Z,34764613132,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,63,63,2026-08-08T17:15:59Z,34764613132,2,Watchlist summary,0.012 +left,ClickHouse Cloud,63,63,2026-08-08T17:15:59Z,34764613132,3,Top movers,0.012 +left,ClickHouse Cloud,63,63,2026-08-08T17:15:59Z,34764613132,4,Daily activity,0.011 +left,ClickHouse Cloud,64,64,2026-08-08T17:25:59Z,35300178406,1,Single-symbol summary,0.012 +left,ClickHouse Cloud,64,64,2026-08-08T17:25:59Z,35300178406,2,Watchlist summary,0.012 +left,ClickHouse Cloud,64,64,2026-08-08T17:25:59Z,35300178406,3,Top movers,0.013 +left,ClickHouse Cloud,64,64,2026-08-08T17:25:59Z,35300178406,4,Daily activity,0.011 +left,ClickHouse Cloud,65,65,2026-08-08T17:35:59Z,35804053385,1,Single-symbol summary,0.009 +left,ClickHouse Cloud,65,65,2026-08-08T17:35:59Z,35804053385,2,Watchlist summary,0.012 +left,ClickHouse Cloud,65,65,2026-08-08T17:35:59Z,35804053385,3,Top movers,0.013 +left,ClickHouse Cloud,65,65,2026-08-08T17:35:59Z,35804053385,4,Daily activity,0.017 +left,ClickHouse Cloud,66,66,2026-08-08T17:45:59Z,36352821706,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,66,66,2026-08-08T17:45:59Z,36352821706,2,Watchlist summary,0.011 +left,ClickHouse Cloud,66,66,2026-08-08T17:45:59Z,36352821706,3,Top movers,0.013 +left,ClickHouse Cloud,66,66,2026-08-08T17:45:59Z,36352821706,4,Daily activity,0.011 +left,ClickHouse Cloud,67,67,2026-08-08T17:55:59Z,36850964650,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,67,67,2026-08-08T17:55:59Z,36850964650,2,Watchlist summary,0.012 +left,ClickHouse Cloud,67,67,2026-08-08T17:55:59Z,36850964650,3,Top movers,0.014 +left,ClickHouse Cloud,67,67,2026-08-08T17:55:59Z,36850964650,4,Daily activity,0.011 +left,ClickHouse Cloud,68,68,2026-08-08T18:05:59Z,37331880801,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,68,68,2026-08-08T18:05:59Z,37331880801,2,Watchlist summary,0.015 +left,ClickHouse Cloud,68,68,2026-08-08T18:05:59Z,37331880801,3,Top movers,0.012 +left,ClickHouse Cloud,68,68,2026-08-08T18:05:59Z,37331880801,4,Daily activity,0.011 +left,ClickHouse Cloud,69,69,2026-08-08T18:15:59Z,37851506740,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,69,69,2026-08-08T18:15:59Z,37851506740,2,Watchlist summary,0.012 +left,ClickHouse Cloud,69,69,2026-08-08T18:15:59Z,37851506740,3,Top movers,0.012 +left,ClickHouse Cloud,69,69,2026-08-08T18:15:59Z,37851506740,4,Daily activity,0.011 +left,ClickHouse Cloud,70,70,2026-08-08T18:25:59Z,38333894855,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,70,70,2026-08-08T18:25:59Z,38333894855,2,Watchlist summary,0.012 +left,ClickHouse Cloud,70,70,2026-08-08T18:25:59Z,38333894855,3,Top movers,0.012 +left,ClickHouse Cloud,70,70,2026-08-08T18:25:59Z,38333894855,4,Daily activity,0.011 +left,ClickHouse Cloud,71,71,2026-08-08T18:35:59Z,38903981063,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,71,71,2026-08-08T18:35:59Z,38903981063,2,Watchlist summary,0.012 +left,ClickHouse Cloud,71,71,2026-08-08T18:35:59Z,38903981063,3,Top movers,0.014 +left,ClickHouse Cloud,71,71,2026-08-08T18:35:59Z,38903981063,4,Daily activity,0.011 +left,ClickHouse Cloud,72,72,2026-08-08T18:45:59Z,39403630784,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,72,72,2026-08-08T18:45:59Z,39403630784,2,Watchlist summary,0.016 +left,ClickHouse Cloud,72,72,2026-08-08T18:45:59Z,39403630784,3,Top movers,0.014 +left,ClickHouse Cloud,72,72,2026-08-08T18:45:59Z,39403630784,4,Daily activity,0.011 +left,ClickHouse Cloud,73,73,2026-08-08T18:55:59Z,39938729827,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,73,73,2026-08-08T18:55:59Z,39938729827,2,Watchlist summary,0.012 +left,ClickHouse Cloud,73,73,2026-08-08T18:55:59Z,39938729827,3,Top movers,0.012 +left,ClickHouse Cloud,73,73,2026-08-08T18:55:59Z,39938729827,4,Daily activity,0.011 +left,ClickHouse Cloud,74,74,2026-08-08T19:05:59Z,40455322866,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,74,74,2026-08-08T19:05:59Z,40455322866,2,Watchlist summary,0.012 +left,ClickHouse Cloud,74,74,2026-08-08T19:05:59Z,40455322866,3,Top movers,0.013 +left,ClickHouse Cloud,74,74,2026-08-08T19:05:59Z,40455322866,4,Daily activity,0.011 +left,ClickHouse Cloud,75,75,2026-08-08T19:15:59Z,40983472025,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,75,75,2026-08-08T19:15:59Z,40983472025,2,Watchlist summary,0.016 +left,ClickHouse Cloud,75,75,2026-08-08T19:15:59Z,40983472025,3,Top movers,0.014 +left,ClickHouse Cloud,75,75,2026-08-08T19:15:59Z,40983472025,4,Daily activity,0.011 +left,ClickHouse Cloud,76,76,2026-08-08T19:25:59Z,41461994932,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,76,76,2026-08-08T19:25:59Z,41461994932,2,Watchlist summary,0.016 +left,ClickHouse Cloud,76,76,2026-08-08T19:25:59Z,41461994932,3,Top movers,0.014 +left,ClickHouse Cloud,76,76,2026-08-08T19:25:59Z,41461994932,4,Daily activity,0.011 +left,ClickHouse Cloud,77,77,2026-08-08T19:35:59Z,41986954384,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,77,77,2026-08-08T19:35:59Z,41986954384,2,Watchlist summary,0.013 +left,ClickHouse Cloud,77,77,2026-08-08T19:35:59Z,41986954384,3,Top movers,0.016 +left,ClickHouse Cloud,77,77,2026-08-08T19:35:59Z,41986954384,4,Daily activity,0.012 +left,ClickHouse Cloud,78,78,2026-08-08T19:45:59Z,42504704257,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,78,78,2026-08-08T19:45:59Z,42504704257,2,Watchlist summary,0.013 +left,ClickHouse Cloud,78,78,2026-08-08T19:45:59Z,42504704257,3,Top movers,0.014 +left,ClickHouse Cloud,78,78,2026-08-08T19:45:59Z,42504704257,4,Daily activity,0.011 +left,ClickHouse Cloud,79,79,2026-08-08T19:55:59Z,43037353870,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,79,79,2026-08-08T19:55:59Z,43037353870,2,Watchlist summary,0.012 +left,ClickHouse Cloud,79,79,2026-08-08T19:55:59Z,43037353870,3,Top movers,0.014 +left,ClickHouse Cloud,79,79,2026-08-08T19:55:59Z,43037353870,4,Daily activity,0.011 +left,ClickHouse Cloud,80,80,2026-08-08T20:05:59Z,43568180819,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,80,80,2026-08-08T20:05:59Z,43568180819,2,Watchlist summary,0.017 +left,ClickHouse Cloud,80,80,2026-08-08T20:05:59Z,43568180819,3,Top movers,0.013 +left,ClickHouse Cloud,80,80,2026-08-08T20:05:59Z,43568180819,4,Daily activity,0.011 +left,ClickHouse Cloud,81,81,2026-08-08T20:15:59Z,44075896295,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,81,81,2026-08-08T20:15:59Z,44075896295,2,Watchlist summary,0.013 +left,ClickHouse Cloud,81,81,2026-08-08T20:15:59Z,44075896295,3,Top movers,0.015 +left,ClickHouse Cloud,81,81,2026-08-08T20:15:59Z,44075896295,4,Daily activity,0.012 +left,ClickHouse Cloud,82,82,2026-08-08T20:25:59Z,44585275116,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,82,82,2026-08-08T20:25:59Z,44585275116,2,Watchlist summary,0.017 +left,ClickHouse Cloud,82,82,2026-08-08T20:25:59Z,44585275116,3,Top movers,0.014 +left,ClickHouse Cloud,82,82,2026-08-08T20:25:59Z,44585275116,4,Daily activity,0.011 +left,ClickHouse Cloud,83,83,2026-08-08T20:35:59Z,45119401562,1,Single-symbol summary,0.017 +left,ClickHouse Cloud,83,83,2026-08-08T20:35:59Z,45119401562,2,Watchlist summary,0.025 +left,ClickHouse Cloud,83,83,2026-08-08T20:35:59Z,45119401562,3,Top movers,0.013 +left,ClickHouse Cloud,83,83,2026-08-08T20:35:59Z,45119401562,4,Daily activity,0.012 +left,ClickHouse Cloud,84,84,2026-08-08T20:45:59Z,45608868518,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,84,84,2026-08-08T20:45:59Z,45608868518,2,Watchlist summary,0.012 +left,ClickHouse Cloud,84,84,2026-08-08T20:45:59Z,45608868518,3,Top movers,0.012 +left,ClickHouse Cloud,84,84,2026-08-08T20:45:59Z,45608868518,4,Daily activity,0.011 +left,ClickHouse Cloud,85,85,2026-08-08T20:55:59Z,46108257326,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,85,85,2026-08-08T20:55:59Z,46108257326,2,Watchlist summary,0.012 +left,ClickHouse Cloud,85,85,2026-08-08T20:55:59Z,46108257326,3,Top movers,0.013 +left,ClickHouse Cloud,85,85,2026-08-08T20:55:59Z,46108257326,4,Daily activity,0.011 +left,ClickHouse Cloud,86,86,2026-08-08T21:05:59Z,46607144697,1,Single-symbol summary,0.009 +left,ClickHouse Cloud,86,86,2026-08-08T21:05:59Z,46607144697,2,Watchlist summary,0.012 +left,ClickHouse Cloud,86,86,2026-08-08T21:05:59Z,46607144697,3,Top movers,0.013 +left,ClickHouse Cloud,86,86,2026-08-08T21:05:59Z,46607144697,4,Daily activity,0.011 +left,ClickHouse Cloud,87,87,2026-08-08T21:15:59Z,47127220430,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,87,87,2026-08-08T21:15:59Z,47127220430,2,Watchlist summary,0.013 +left,ClickHouse Cloud,87,87,2026-08-08T21:15:59Z,47127220430,3,Top movers,0.013 +left,ClickHouse Cloud,87,87,2026-08-08T21:15:59Z,47127220430,4,Daily activity,0.012 +left,ClickHouse Cloud,88,88,2026-08-08T21:25:59Z,47630286458,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,88,88,2026-08-08T21:25:59Z,47630286458,2,Watchlist summary,0.013 +left,ClickHouse Cloud,88,88,2026-08-08T21:25:59Z,47630286458,3,Top movers,0.014 +left,ClickHouse Cloud,88,88,2026-08-08T21:25:59Z,47630286458,4,Daily activity,0.013 +left,ClickHouse Cloud,89,89,2026-08-08T21:35:59Z,48152769396,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,89,89,2026-08-08T21:35:59Z,48152769396,2,Watchlist summary,0.014 +left,ClickHouse Cloud,89,89,2026-08-08T21:35:59Z,48152769396,3,Top movers,0.014 +left,ClickHouse Cloud,89,89,2026-08-08T21:35:59Z,48152769396,4,Daily activity,0.017 +left,ClickHouse Cloud,90,90,2026-08-08T21:45:59Z,48651039753,1,Single-symbol summary,0.017 +left,ClickHouse Cloud,90,90,2026-08-08T21:45:59Z,48651039753,2,Watchlist summary,0.013 +left,ClickHouse Cloud,90,90,2026-08-08T21:45:59Z,48651039753,3,Top movers,0.015 +left,ClickHouse Cloud,90,90,2026-08-08T21:45:59Z,48651039753,4,Daily activity,0.011 +left,ClickHouse Cloud,91,91,2026-08-08T21:55:59Z,49173608481,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,91,91,2026-08-08T21:55:59Z,49173608481,2,Watchlist summary,0.012 +left,ClickHouse Cloud,91,91,2026-08-08T21:55:59Z,49173608481,3,Top movers,0.014 +left,ClickHouse Cloud,91,91,2026-08-08T21:55:59Z,49173608481,4,Daily activity,0.013 +left,ClickHouse Cloud,92,92,2026-08-08T22:05:59Z,49691385785,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,92,92,2026-08-08T22:05:59Z,49691385785,2,Watchlist summary,0.015 +left,ClickHouse Cloud,92,92,2026-08-08T22:05:59Z,49691385785,3,Top movers,0.016 +left,ClickHouse Cloud,92,92,2026-08-08T22:05:59Z,49691385785,4,Daily activity,0.011 +left,ClickHouse Cloud,93,93,2026-08-08T22:15:59Z,50238320035,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,93,93,2026-08-08T22:15:59Z,50238320035,2,Watchlist summary,0.012 +left,ClickHouse Cloud,93,93,2026-08-08T22:15:59Z,50238320035,3,Top movers,0.017 +left,ClickHouse Cloud,93,93,2026-08-08T22:15:59Z,50238320035,4,Daily activity,0.012 +left,ClickHouse Cloud,94,94,2026-08-08T22:25:59Z,50788829774,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,94,94,2026-08-08T22:25:59Z,50788829774,2,Watchlist summary,0.012 +left,ClickHouse Cloud,94,94,2026-08-08T22:25:59Z,50788829774,3,Top movers,0.014 +left,ClickHouse Cloud,94,94,2026-08-08T22:25:59Z,50788829774,4,Daily activity,0.013 +left,ClickHouse Cloud,95,95,2026-08-08T22:35:59Z,51325118756,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,95,95,2026-08-08T22:35:59Z,51325118756,2,Watchlist summary,0.012 +left,ClickHouse Cloud,95,95,2026-08-08T22:35:59Z,51325118756,3,Top movers,0.015 +left,ClickHouse Cloud,95,95,2026-08-08T22:35:59Z,51325118756,4,Daily activity,0.013 +left,ClickHouse Cloud,96,96,2026-08-08T22:45:59Z,51886771408,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,96,96,2026-08-08T22:45:59Z,51886771408,2,Watchlist summary,0.013 +left,ClickHouse Cloud,96,96,2026-08-08T22:45:59Z,51886771408,3,Top movers,0.014 +left,ClickHouse Cloud,96,96,2026-08-08T22:45:59Z,51886771408,4,Daily activity,0.012 +left,ClickHouse Cloud,97,97,2026-08-08T22:55:59Z,52441318029,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,97,97,2026-08-08T22:55:59Z,52441318029,2,Watchlist summary,0.017 +left,ClickHouse Cloud,97,97,2026-08-08T22:55:59Z,52441318029,3,Top movers,0.013 +left,ClickHouse Cloud,97,97,2026-08-08T22:55:59Z,52441318029,4,Daily activity,0.012 +left,ClickHouse Cloud,98,98,2026-08-08T23:05:59Z,52920335727,1,Single-symbol summary,0.035 +left,ClickHouse Cloud,98,98,2026-08-08T23:05:59Z,52920335727,2,Watchlist summary,0.013 +left,ClickHouse Cloud,98,98,2026-08-08T23:05:59Z,52920335727,3,Top movers,0.014 +left,ClickHouse Cloud,98,98,2026-08-08T23:05:59Z,52920335727,4,Daily activity,0.011 +left,ClickHouse Cloud,99,99,2026-08-08T23:15:59Z,53408601648,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,99,99,2026-08-08T23:15:59Z,53408601648,2,Watchlist summary,0.012 +left,ClickHouse Cloud,99,99,2026-08-08T23:15:59Z,53408601648,3,Top movers,0.013 +left,ClickHouse Cloud,99,99,2026-08-08T23:15:59Z,53408601648,4,Daily activity,0.011 +left,ClickHouse Cloud,100,100,2026-08-08T23:25:59Z,53910086618,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,100,100,2026-08-08T23:25:59Z,53910086618,2,Watchlist summary,0.017 +left,ClickHouse Cloud,100,100,2026-08-08T23:25:59Z,53910086618,3,Top movers,0.015 +left,ClickHouse Cloud,100,100,2026-08-08T23:25:59Z,53910086618,4,Daily activity,0.013 +left,ClickHouse Cloud,101,101,2026-08-08T23:35:59Z,54424699241,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,101,101,2026-08-08T23:35:59Z,54424699241,2,Watchlist summary,0.013 +left,ClickHouse Cloud,101,101,2026-08-08T23:35:59Z,54424699241,3,Top movers,0.015 +left,ClickHouse Cloud,101,101,2026-08-08T23:35:59Z,54424699241,4,Daily activity,0.012 +left,ClickHouse Cloud,102,102,2026-08-08T23:45:59Z,54899250491,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,102,102,2026-08-08T23:45:59Z,54899250491,2,Watchlist summary,0.012 +left,ClickHouse Cloud,102,102,2026-08-08T23:45:59Z,54899250491,3,Top movers,0.015 +left,ClickHouse Cloud,102,102,2026-08-08T23:45:59Z,54899250491,4,Daily activity,0.013 +left,ClickHouse Cloud,103,103,2026-08-08T23:55:59Z,55416633625,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,103,103,2026-08-08T23:55:59Z,55416633625,2,Watchlist summary,0.012 +left,ClickHouse Cloud,103,103,2026-08-08T23:55:59Z,55416633625,3,Top movers,0.015 +left,ClickHouse Cloud,103,103,2026-08-08T23:55:59Z,55416633625,4,Daily activity,0.012 +left,ClickHouse Cloud,104,104,2026-08-09T00:05:59Z,55944840077,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,104,104,2026-08-09T00:05:59Z,55944840077,2,Watchlist summary,0.016 +left,ClickHouse Cloud,104,104,2026-08-09T00:05:59Z,55944840077,3,Top movers,0.015 +left,ClickHouse Cloud,104,104,2026-08-09T00:05:59Z,55944840077,4,Daily activity,0.012 +left,ClickHouse Cloud,105,105,2026-08-09T00:15:59Z,56450202011,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,105,105,2026-08-09T00:15:59Z,56450202011,2,Watchlist summary,0.013 +left,ClickHouse Cloud,105,105,2026-08-09T00:15:59Z,56450202011,3,Top movers,0.015 +left,ClickHouse Cloud,105,105,2026-08-09T00:15:59Z,56450202011,4,Daily activity,0.012 +left,ClickHouse Cloud,106,106,2026-08-09T00:25:59Z,56976658135,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,106,106,2026-08-09T00:25:59Z,56976658135,2,Watchlist summary,0.019 +left,ClickHouse Cloud,106,106,2026-08-09T00:25:59Z,56976658135,3,Top movers,0.013 +left,ClickHouse Cloud,106,106,2026-08-09T00:25:59Z,56976658135,4,Daily activity,0.013 +left,ClickHouse Cloud,107,107,2026-08-09T00:35:59Z,57502590981,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,107,107,2026-08-09T00:35:59Z,57502590981,2,Watchlist summary,0.012 +left,ClickHouse Cloud,107,107,2026-08-09T00:35:59Z,57502590981,3,Top movers,0.014 +left,ClickHouse Cloud,107,107,2026-08-09T00:35:59Z,57502590981,4,Daily activity,0.011 +left,ClickHouse Cloud,108,108,2026-08-09T00:45:59Z,58017492696,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,108,108,2026-08-09T00:45:59Z,58017492696,2,Watchlist summary,0.013 +left,ClickHouse Cloud,108,108,2026-08-09T00:45:59Z,58017492696,3,Top movers,0.015 +left,ClickHouse Cloud,108,108,2026-08-09T00:45:59Z,58017492696,4,Daily activity,0.013 +left,ClickHouse Cloud,109,109,2026-08-09T00:55:59Z,58509450012,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,109,109,2026-08-09T00:55:59Z,58509450012,2,Watchlist summary,0.014 +left,ClickHouse Cloud,109,109,2026-08-09T00:55:59Z,58509450012,3,Top movers,0.014 +left,ClickHouse Cloud,109,109,2026-08-09T00:55:59Z,58509450012,4,Daily activity,0.011 +left,ClickHouse Cloud,110,110,2026-08-09T01:05:59Z,59010783142,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,110,110,2026-08-09T01:05:59Z,59010783142,2,Watchlist summary,0.013 +left,ClickHouse Cloud,110,110,2026-08-09T01:05:59Z,59010783142,3,Top movers,0.015 +left,ClickHouse Cloud,110,110,2026-08-09T01:05:59Z,59010783142,4,Daily activity,0.012 +left,ClickHouse Cloud,111,111,2026-08-09T01:15:59Z,59503489949,1,Single-symbol summary,0.01 +left,ClickHouse Cloud,111,111,2026-08-09T01:15:59Z,59503489949,2,Watchlist summary,0.013 +left,ClickHouse Cloud,111,111,2026-08-09T01:15:59Z,59503489949,3,Top movers,0.015 +left,ClickHouse Cloud,111,111,2026-08-09T01:15:59Z,59503489949,4,Daily activity,0.014 +left,ClickHouse Cloud,112,112,2026-08-09T01:25:59Z,59972983401,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,112,112,2026-08-09T01:25:59Z,59972983401,2,Watchlist summary,0.018 +left,ClickHouse Cloud,112,112,2026-08-09T01:25:59Z,59972983401,3,Top movers,0.015 +left,ClickHouse Cloud,112,112,2026-08-09T01:25:59Z,59972983401,4,Daily activity,0.014 +left,ClickHouse Cloud,113,113,2026-08-09T01:35:59Z,60442237749,1,Single-symbol summary,0.009 +left,ClickHouse Cloud,113,113,2026-08-09T01:35:59Z,60442237749,2,Watchlist summary,0.012 +left,ClickHouse Cloud,113,113,2026-08-09T01:35:59Z,60442237749,3,Top movers,0.015 +left,ClickHouse Cloud,113,113,2026-08-09T01:35:59Z,60442237749,4,Daily activity,0.014 +left,ClickHouse Cloud,114,114,2026-08-09T01:45:59Z,60904448195,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,114,114,2026-08-09T01:45:59Z,60904448195,2,Watchlist summary,0.013 +left,ClickHouse Cloud,114,114,2026-08-09T01:45:59Z,60904448195,3,Top movers,0.014 +left,ClickHouse Cloud,114,114,2026-08-09T01:45:59Z,60904448195,4,Daily activity,0.013 +left,ClickHouse Cloud,115,115,2026-08-09T01:55:59Z,61370139665,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,115,115,2026-08-09T01:55:59Z,61370139665,2,Watchlist summary,0.012 +left,ClickHouse Cloud,115,115,2026-08-09T01:55:59Z,61370139665,3,Top movers,0.015 +left,ClickHouse Cloud,115,115,2026-08-09T01:55:59Z,61370139665,4,Daily activity,0.012 +left,ClickHouse Cloud,116,116,2026-08-09T02:05:59Z,61872097967,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,116,116,2026-08-09T02:05:59Z,61872097967,2,Watchlist summary,0.013 +left,ClickHouse Cloud,116,116,2026-08-09T02:05:59Z,61872097967,3,Top movers,0.015 +left,ClickHouse Cloud,116,116,2026-08-09T02:05:59Z,61872097967,4,Daily activity,0.013 +left,ClickHouse Cloud,117,117,2026-08-09T02:15:59Z,62362523974,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,117,117,2026-08-09T02:15:59Z,62362523974,2,Watchlist summary,0.013 +left,ClickHouse Cloud,117,117,2026-08-09T02:15:59Z,62362523974,3,Top movers,0.017 +left,ClickHouse Cloud,117,117,2026-08-09T02:15:59Z,62362523974,4,Daily activity,0.013 +left,ClickHouse Cloud,118,118,2026-08-09T02:25:59Z,62852767644,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,118,118,2026-08-09T02:25:59Z,62852767644,2,Watchlist summary,0.014 +left,ClickHouse Cloud,118,118,2026-08-09T02:25:59Z,62852767644,3,Top movers,0.015 +left,ClickHouse Cloud,118,118,2026-08-09T02:25:59Z,62852767644,4,Daily activity,0.012 +left,ClickHouse Cloud,119,119,2026-08-09T02:35:59Z,63303274836,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,119,119,2026-08-09T02:35:59Z,63303274836,2,Watchlist summary,0.013 +left,ClickHouse Cloud,119,119,2026-08-09T02:35:59Z,63303274836,3,Top movers,0.017 +left,ClickHouse Cloud,119,119,2026-08-09T02:35:59Z,63303274836,4,Daily activity,0.012 +left,ClickHouse Cloud,120,120,2026-08-09T02:45:59Z,63813706871,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,120,120,2026-08-09T02:45:59Z,63813706871,2,Watchlist summary,0.016 +left,ClickHouse Cloud,120,120,2026-08-09T02:45:59Z,63813706871,3,Top movers,0.017 +left,ClickHouse Cloud,120,120,2026-08-09T02:45:59Z,63813706871,4,Daily activity,0.013 +left,ClickHouse Cloud,121,121,2026-08-09T02:55:59Z,64297816643,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,121,121,2026-08-09T02:55:59Z,64297816643,2,Watchlist summary,0.043 +left,ClickHouse Cloud,121,121,2026-08-09T02:55:59Z,64297816643,3,Top movers,0.021 +left,ClickHouse Cloud,121,121,2026-08-09T02:55:59Z,64297816643,4,Daily activity,0.025 +left,ClickHouse Cloud,122,122,2026-08-09T03:05:59Z,64830505943,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,122,122,2026-08-09T03:05:59Z,64830505943,2,Watchlist summary,0.013 +left,ClickHouse Cloud,122,122,2026-08-09T03:05:59Z,64830505943,3,Top movers,0.014 +left,ClickHouse Cloud,122,122,2026-08-09T03:05:59Z,64830505943,4,Daily activity,0.013 +left,ClickHouse Cloud,123,123,2026-08-09T03:15:59Z,65325007686,1,Single-symbol summary,0.006 +left,ClickHouse Cloud,123,123,2026-08-09T03:15:59Z,65325007686,2,Watchlist summary,0.012 +left,ClickHouse Cloud,123,123,2026-08-09T03:15:59Z,65325007686,3,Top movers,0.013 +left,ClickHouse Cloud,123,123,2026-08-09T03:15:59Z,65325007686,4,Daily activity,0.012 +left,ClickHouse Cloud,124,124,2026-08-09T03:25:59Z,65803792964,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,124,124,2026-08-09T03:25:59Z,65803792964,2,Watchlist summary,0.012 +left,ClickHouse Cloud,124,124,2026-08-09T03:25:59Z,65803792964,3,Top movers,0.013 +left,ClickHouse Cloud,124,124,2026-08-09T03:25:59Z,65803792964,4,Daily activity,0.013 +left,ClickHouse Cloud,125,125,2026-08-09T03:35:59Z,66304040996,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,125,125,2026-08-09T03:35:59Z,66304040996,2,Watchlist summary,0.012 +left,ClickHouse Cloud,125,125,2026-08-09T03:35:59Z,66304040996,3,Top movers,0.015 +left,ClickHouse Cloud,125,125,2026-08-09T03:35:59Z,66304040996,4,Daily activity,0.013 +left,ClickHouse Cloud,126,126,2026-08-09T03:45:59Z,66813762801,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,126,126,2026-08-09T03:45:59Z,66813762801,2,Watchlist summary,0.016 +left,ClickHouse Cloud,126,126,2026-08-09T03:45:59Z,66813762801,3,Top movers,0.015 +left,ClickHouse Cloud,126,126,2026-08-09T03:45:59Z,66813762801,4,Daily activity,0.012 +left,ClickHouse Cloud,127,127,2026-08-09T03:55:59Z,67293866994,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,127,127,2026-08-09T03:55:59Z,67293866994,2,Watchlist summary,0.012 +left,ClickHouse Cloud,127,127,2026-08-09T03:55:59Z,67293866994,3,Top movers,0.013 +left,ClickHouse Cloud,127,127,2026-08-09T03:55:59Z,67293866994,4,Daily activity,0.013 +left,ClickHouse Cloud,128,128,2026-08-09T04:05:59Z,67748504407,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,128,128,2026-08-09T04:05:59Z,67748504407,2,Watchlist summary,0.012 +left,ClickHouse Cloud,128,128,2026-08-09T04:05:59Z,67748504407,3,Top movers,0.013 +left,ClickHouse Cloud,128,128,2026-08-09T04:05:59Z,67748504407,4,Daily activity,0.012 +left,ClickHouse Cloud,129,129,2026-08-09T04:15:59Z,68201006429,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,129,129,2026-08-09T04:15:59Z,68201006429,2,Watchlist summary,0.012 +left,ClickHouse Cloud,129,129,2026-08-09T04:15:59Z,68201006429,3,Top movers,0.014 +left,ClickHouse Cloud,129,129,2026-08-09T04:15:59Z,68201006429,4,Daily activity,0.013 +left,ClickHouse Cloud,130,130,2026-08-09T04:25:59Z,68684069442,1,Single-symbol summary,0.01 +left,ClickHouse Cloud,130,130,2026-08-09T04:25:59Z,68684069442,2,Watchlist summary,0.013 +left,ClickHouse Cloud,130,130,2026-08-09T04:25:59Z,68684069442,3,Top movers,0.013 +left,ClickHouse Cloud,130,130,2026-08-09T04:25:59Z,68684069442,4,Daily activity,0.018 +left,ClickHouse Cloud,131,131,2026-08-09T04:35:59Z,69181831398,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,131,131,2026-08-09T04:35:59Z,69181831398,2,Watchlist summary,0.017 +left,ClickHouse Cloud,131,131,2026-08-09T04:35:59Z,69181831398,3,Top movers,0.015 +left,ClickHouse Cloud,131,131,2026-08-09T04:35:59Z,69181831398,4,Daily activity,0.013 +left,ClickHouse Cloud,132,132,2026-08-09T04:45:59Z,69676432303,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,132,132,2026-08-09T04:45:59Z,69676432303,2,Watchlist summary,0.016 +left,ClickHouse Cloud,132,132,2026-08-09T04:45:59Z,69676432303,3,Top movers,0.015 +left,ClickHouse Cloud,132,132,2026-08-09T04:45:59Z,69676432303,4,Daily activity,0.013 +left,ClickHouse Cloud,133,133,2026-08-09T04:55:59Z,70168596073,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,133,133,2026-08-09T04:55:59Z,70168596073,2,Watchlist summary,0.013 +left,ClickHouse Cloud,133,133,2026-08-09T04:55:59Z,70168596073,3,Top movers,0.014 +left,ClickHouse Cloud,133,133,2026-08-09T04:55:59Z,70168596073,4,Daily activity,0.013 +left,ClickHouse Cloud,134,134,2026-08-09T05:05:59Z,70659299166,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,134,134,2026-08-09T05:05:59Z,70659299166,2,Watchlist summary,0.013 +left,ClickHouse Cloud,134,134,2026-08-09T05:05:59Z,70659299166,3,Top movers,0.014 +left,ClickHouse Cloud,134,134,2026-08-09T05:05:59Z,70659299166,4,Daily activity,0.013 +left,ClickHouse Cloud,135,135,2026-08-09T05:15:59Z,71156738966,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,135,135,2026-08-09T05:15:59Z,71156738966,2,Watchlist summary,0.011 +left,ClickHouse Cloud,135,135,2026-08-09T05:15:59Z,71156738966,3,Top movers,0.016 +left,ClickHouse Cloud,135,135,2026-08-09T05:15:59Z,71156738966,4,Daily activity,0.013 +left,ClickHouse Cloud,136,136,2026-08-09T05:25:59Z,71624709770,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,136,136,2026-08-09T05:25:59Z,71624709770,2,Watchlist summary,0.012 +left,ClickHouse Cloud,136,136,2026-08-09T05:25:59Z,71624709770,3,Top movers,0.015 +left,ClickHouse Cloud,136,136,2026-08-09T05:25:59Z,71624709770,4,Daily activity,0.015 +left,ClickHouse Cloud,137,137,2026-08-09T05:35:59Z,72091825703,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,137,137,2026-08-09T05:35:59Z,72091825703,2,Watchlist summary,0.017 +left,ClickHouse Cloud,137,137,2026-08-09T05:35:59Z,72091825703,3,Top movers,0.015 +left,ClickHouse Cloud,137,137,2026-08-09T05:35:59Z,72091825703,4,Daily activity,0.013 +left,ClickHouse Cloud,138,138,2026-08-09T05:45:59Z,72547878251,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,138,138,2026-08-09T05:45:59Z,72547878251,2,Watchlist summary,0.017 +left,ClickHouse Cloud,138,138,2026-08-09T05:45:59Z,72547878251,3,Top movers,0.017 +left,ClickHouse Cloud,138,138,2026-08-09T05:45:59Z,72547878251,4,Daily activity,0.013 +left,ClickHouse Cloud,139,139,2026-08-09T05:55:59Z,73013213443,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,139,139,2026-08-09T05:55:59Z,73013213443,2,Watchlist summary,0.012 +left,ClickHouse Cloud,139,139,2026-08-09T05:55:59Z,73013213443,3,Top movers,0.014 +left,ClickHouse Cloud,139,139,2026-08-09T05:55:59Z,73013213443,4,Daily activity,0.012 +left,ClickHouse Cloud,140,140,2026-08-09T06:05:59Z,73476437585,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,140,140,2026-08-09T06:05:59Z,73476437585,2,Watchlist summary,0.012 +left,ClickHouse Cloud,140,140,2026-08-09T06:05:59Z,73476437585,3,Top movers,0.014 +left,ClickHouse Cloud,140,140,2026-08-09T06:05:59Z,73476437585,4,Daily activity,0.014 +left,ClickHouse Cloud,141,141,2026-08-09T06:15:59Z,73987325693,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,141,141,2026-08-09T06:15:59Z,73987325693,2,Watchlist summary,0.012 +left,ClickHouse Cloud,141,141,2026-08-09T06:15:59Z,73987325693,3,Top movers,0.014 +left,ClickHouse Cloud,141,141,2026-08-09T06:15:59Z,73987325693,4,Daily activity,0.013 +left,ClickHouse Cloud,142,142,2026-08-09T06:25:59Z,74486757162,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,142,142,2026-08-09T06:25:59Z,74486757162,2,Watchlist summary,0.012 +left,ClickHouse Cloud,142,142,2026-08-09T06:25:59Z,74486757162,3,Top movers,0.015 +left,ClickHouse Cloud,142,142,2026-08-09T06:25:59Z,74486757162,4,Daily activity,0.013 +left,ClickHouse Cloud,143,143,2026-08-09T06:35:59Z,74995355831,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,143,143,2026-08-09T06:35:59Z,74995355831,2,Watchlist summary,0.013 +left,ClickHouse Cloud,143,143,2026-08-09T06:35:59Z,74995355831,3,Top movers,0.014 +left,ClickHouse Cloud,143,143,2026-08-09T06:35:59Z,74995355831,4,Daily activity,0.014 +left,ClickHouse Cloud,144,144,2026-08-09T06:45:59Z,75466940903,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,144,144,2026-08-09T06:45:59Z,75466940903,2,Watchlist summary,0.013 +left,ClickHouse Cloud,144,144,2026-08-09T06:45:59Z,75466940903,3,Top movers,0.016 +left,ClickHouse Cloud,144,144,2026-08-09T06:45:59Z,75466940903,4,Daily activity,0.012 +left,ClickHouse Cloud,145,145,2026-08-09T06:55:59Z,75964855518,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,145,145,2026-08-09T06:55:59Z,75964855518,2,Watchlist summary,0.017 +left,ClickHouse Cloud,145,145,2026-08-09T06:55:59Z,75964855518,3,Top movers,0.016 +left,ClickHouse Cloud,145,145,2026-08-09T06:55:59Z,75964855518,4,Daily activity,0.014 +left,ClickHouse Cloud,146,146,2026-08-09T07:05:59Z,76430868234,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,146,146,2026-08-09T07:05:59Z,76430868234,2,Watchlist summary,0.012 +left,ClickHouse Cloud,146,146,2026-08-09T07:05:59Z,76430868234,3,Top movers,0.016 +left,ClickHouse Cloud,146,146,2026-08-09T07:05:59Z,76430868234,4,Daily activity,0.014 +left,ClickHouse Cloud,147,147,2026-08-09T07:15:59Z,76885010641,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,147,147,2026-08-09T07:15:59Z,76885010641,2,Watchlist summary,0.013 +left,ClickHouse Cloud,147,147,2026-08-09T07:15:59Z,76885010641,3,Top movers,0.016 +left,ClickHouse Cloud,147,147,2026-08-09T07:15:59Z,76885010641,4,Daily activity,0.013 +left,ClickHouse Cloud,148,148,2026-08-09T07:25:59Z,77350951993,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,148,148,2026-08-09T07:25:59Z,77350951993,2,Watchlist summary,0.011 +left,ClickHouse Cloud,148,148,2026-08-09T07:25:59Z,77350951993,3,Top movers,0.014 +left,ClickHouse Cloud,148,148,2026-08-09T07:25:59Z,77350951993,4,Daily activity,0.014 +left,ClickHouse Cloud,149,149,2026-08-09T07:35:59Z,77850423857,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,149,149,2026-08-09T07:35:59Z,77850423857,2,Watchlist summary,0.012 +left,ClickHouse Cloud,149,149,2026-08-09T07:35:59Z,77850423857,3,Top movers,0.014 +left,ClickHouse Cloud,149,149,2026-08-09T07:35:59Z,77850423857,4,Daily activity,0.013 +left,ClickHouse Cloud,150,150,2026-08-09T07:45:59Z,78316136469,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,150,150,2026-08-09T07:45:59Z,78316136469,2,Watchlist summary,0.013 +left,ClickHouse Cloud,150,150,2026-08-09T07:45:59Z,78316136469,3,Top movers,0.014 +left,ClickHouse Cloud,150,150,2026-08-09T07:45:59Z,78316136469,4,Daily activity,0.013 +left,ClickHouse Cloud,151,151,2026-08-09T07:55:59Z,78743691693,1,Single-symbol summary,0.009 +left,ClickHouse Cloud,151,151,2026-08-09T07:55:59Z,78743691693,2,Watchlist summary,0.012 +left,ClickHouse Cloud,151,151,2026-08-09T07:55:59Z,78743691693,3,Top movers,0.015 +left,ClickHouse Cloud,151,151,2026-08-09T07:55:59Z,78743691693,4,Daily activity,0.013 +left,ClickHouse Cloud,152,152,2026-08-09T08:05:59Z,79106273696,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,152,152,2026-08-09T08:05:59Z,79106273696,2,Watchlist summary,0.012 +left,ClickHouse Cloud,152,152,2026-08-09T08:05:59Z,79106273696,3,Top movers,0.016 +left,ClickHouse Cloud,152,152,2026-08-09T08:05:59Z,79106273696,4,Daily activity,0.013 +left,ClickHouse Cloud,153,153,2026-08-09T08:15:59Z,79558355522,1,Single-symbol summary,0.009 +left,ClickHouse Cloud,153,153,2026-08-09T08:15:59Z,79558355522,2,Watchlist summary,0.012 +left,ClickHouse Cloud,153,153,2026-08-09T08:15:59Z,79558355522,3,Top movers,0.017 +left,ClickHouse Cloud,153,153,2026-08-09T08:15:59Z,79558355522,4,Daily activity,0.013 +left,ClickHouse Cloud,154,154,2026-08-09T08:25:59Z,80034599414,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,154,154,2026-08-09T08:25:59Z,80034599414,2,Watchlist summary,0.013 +left,ClickHouse Cloud,154,154,2026-08-09T08:25:59Z,80034599414,3,Top movers,0.015 +left,ClickHouse Cloud,154,154,2026-08-09T08:25:59Z,80034599414,4,Daily activity,0.013 +left,ClickHouse Cloud,155,155,2026-08-09T08:35:59Z,80503603294,1,Single-symbol summary,0.009 +left,ClickHouse Cloud,155,155,2026-08-09T08:35:59Z,80503603294,2,Watchlist summary,0.013 +left,ClickHouse Cloud,155,155,2026-08-09T08:35:59Z,80503603294,3,Top movers,0.016 +left,ClickHouse Cloud,155,155,2026-08-09T08:35:59Z,80503603294,4,Daily activity,0.013 +left,ClickHouse Cloud,156,156,2026-08-09T08:45:59Z,80949316423,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,156,156,2026-08-09T08:45:59Z,80949316423,2,Watchlist summary,0.014 +left,ClickHouse Cloud,156,156,2026-08-09T08:45:59Z,80949316423,3,Top movers,0.015 +left,ClickHouse Cloud,156,156,2026-08-09T08:45:59Z,80949316423,4,Daily activity,0.014 +left,ClickHouse Cloud,157,157,2026-08-09T08:55:59Z,81360968914,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,157,157,2026-08-09T08:55:59Z,81360968914,2,Watchlist summary,0.012 +left,ClickHouse Cloud,157,157,2026-08-09T08:55:59Z,81360968914,3,Top movers,0.015 +left,ClickHouse Cloud,157,157,2026-08-09T08:55:59Z,81360968914,4,Daily activity,0.013 +left,ClickHouse Cloud,158,158,2026-08-09T09:05:59Z,81786894322,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,158,158,2026-08-09T09:05:59Z,81786894322,2,Watchlist summary,0.017 +left,ClickHouse Cloud,158,158,2026-08-09T09:05:59Z,81786894322,3,Top movers,0.015 +left,ClickHouse Cloud,158,158,2026-08-09T09:05:59Z,81786894322,4,Daily activity,0.014 +left,ClickHouse Cloud,159,159,2026-08-09T09:15:59Z,82193904360,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,159,159,2026-08-09T09:15:59Z,82193904360,2,Watchlist summary,0.012 +left,ClickHouse Cloud,159,159,2026-08-09T09:15:59Z,82193904360,3,Top movers,0.016 +left,ClickHouse Cloud,159,159,2026-08-09T09:15:59Z,82193904360,4,Daily activity,0.015 +left,ClickHouse Cloud,160,160,2026-08-09T09:25:59Z,82614022776,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,160,160,2026-08-09T09:25:59Z,82614022776,2,Watchlist summary,0.013 +left,ClickHouse Cloud,160,160,2026-08-09T09:25:59Z,82614022776,3,Top movers,0.016 +left,ClickHouse Cloud,160,160,2026-08-09T09:25:59Z,82614022776,4,Daily activity,0.013 +left,ClickHouse Cloud,161,161,2026-08-09T09:35:59Z,83038964951,1,Single-symbol summary,0.01 +left,ClickHouse Cloud,161,161,2026-08-09T09:35:59Z,83038964951,2,Watchlist summary,0.019 +left,ClickHouse Cloud,161,161,2026-08-09T09:35:59Z,83038964951,3,Top movers,0.016 +left,ClickHouse Cloud,161,161,2026-08-09T09:35:59Z,83038964951,4,Daily activity,0.014 +left,ClickHouse Cloud,162,162,2026-08-09T09:45:59Z,83491097777,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,162,162,2026-08-09T09:45:59Z,83491097777,2,Watchlist summary,0.018 +left,ClickHouse Cloud,162,162,2026-08-09T09:45:59Z,83491097777,3,Top movers,0.016 +left,ClickHouse Cloud,162,162,2026-08-09T09:45:59Z,83491097777,4,Daily activity,0.013 +left,ClickHouse Cloud,163,163,2026-08-09T09:55:59Z,83949333223,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,163,163,2026-08-09T09:55:59Z,83949333223,2,Watchlist summary,0.019 +left,ClickHouse Cloud,163,163,2026-08-09T09:55:59Z,83949333223,3,Top movers,0.017 +left,ClickHouse Cloud,163,163,2026-08-09T09:55:59Z,83949333223,4,Daily activity,0.016 +left,ClickHouse Cloud,164,164,2026-08-09T10:05:59Z,84454230067,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,164,164,2026-08-09T10:05:59Z,84454230067,2,Watchlist summary,0.013 +left,ClickHouse Cloud,164,164,2026-08-09T10:05:59Z,84454230067,3,Top movers,0.016 +left,ClickHouse Cloud,164,164,2026-08-09T10:05:59Z,84454230067,4,Daily activity,0.015 +left,ClickHouse Cloud,165,165,2026-08-09T10:15:59Z,84942338016,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,165,165,2026-08-09T10:15:59Z,84942338016,2,Watchlist summary,0.012 +left,ClickHouse Cloud,165,165,2026-08-09T10:15:59Z,84942338016,3,Top movers,0.017 +left,ClickHouse Cloud,165,165,2026-08-09T10:15:59Z,84942338016,4,Daily activity,0.015 +left,ClickHouse Cloud,166,166,2026-08-09T10:25:59Z,85486320046,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,166,166,2026-08-09T10:25:59Z,85486320046,2,Watchlist summary,0.014 +left,ClickHouse Cloud,166,166,2026-08-09T10:25:59Z,85486320046,3,Top movers,0.016 +left,ClickHouse Cloud,166,166,2026-08-09T10:25:59Z,85486320046,4,Daily activity,0.014 +left,ClickHouse Cloud,167,167,2026-08-09T10:35:59Z,86027059928,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,167,167,2026-08-09T10:35:59Z,86027059928,2,Watchlist summary,0.019 +left,ClickHouse Cloud,167,167,2026-08-09T10:35:59Z,86027059928,3,Top movers,0.017 +left,ClickHouse Cloud,167,167,2026-08-09T10:35:59Z,86027059928,4,Daily activity,0.016 +left,ClickHouse Cloud,168,168,2026-08-09T10:45:59Z,86536377584,1,Single-symbol summary,0.009 +left,ClickHouse Cloud,168,168,2026-08-09T10:45:59Z,86536377584,2,Watchlist summary,0.013 +left,ClickHouse Cloud,168,168,2026-08-09T10:45:59Z,86536377584,3,Top movers,0.019 +left,ClickHouse Cloud,168,168,2026-08-09T10:45:59Z,86536377584,4,Daily activity,0.015 +left,ClickHouse Cloud,169,169,2026-08-09T10:55:59Z,87060073492,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,169,169,2026-08-09T10:55:59Z,87060073492,2,Watchlist summary,0.015 +left,ClickHouse Cloud,169,169,2026-08-09T10:55:59Z,87060073492,3,Top movers,0.017 +left,ClickHouse Cloud,169,169,2026-08-09T10:55:59Z,87060073492,4,Daily activity,0.014 +left,ClickHouse Cloud,170,170,2026-08-09T11:05:59Z,87633622969,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,170,170,2026-08-09T11:05:59Z,87633622969,2,Watchlist summary,0.015 +left,ClickHouse Cloud,170,170,2026-08-09T11:05:59Z,87633622969,3,Top movers,0.017 +left,ClickHouse Cloud,170,170,2026-08-09T11:05:59Z,87633622969,4,Daily activity,0.016 +left,ClickHouse Cloud,171,171,2026-08-09T11:15:59Z,88183458683,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,171,171,2026-08-09T11:15:59Z,88183458683,2,Watchlist summary,0.018 +left,ClickHouse Cloud,171,171,2026-08-09T11:15:59Z,88183458683,3,Top movers,0.018 +left,ClickHouse Cloud,171,171,2026-08-09T11:15:59Z,88183458683,4,Daily activity,0.016 +left,ClickHouse Cloud,172,172,2026-08-09T11:25:59Z,88722660479,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,172,172,2026-08-09T11:25:59Z,88722660479,2,Watchlist summary,0.013 +left,ClickHouse Cloud,172,172,2026-08-09T11:25:59Z,88722660479,3,Top movers,0.018 +left,ClickHouse Cloud,172,172,2026-08-09T11:25:59Z,88722660479,4,Daily activity,0.017 +left,ClickHouse Cloud,173,173,2026-08-09T11:35:59Z,89252600968,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,173,173,2026-08-09T11:35:59Z,89252600968,2,Watchlist summary,0.012 +left,ClickHouse Cloud,173,173,2026-08-09T11:35:59Z,89252600968,3,Top movers,0.019 +left,ClickHouse Cloud,173,173,2026-08-09T11:35:59Z,89252600968,4,Daily activity,0.017 +left,ClickHouse Cloud,174,174,2026-08-09T11:45:59Z,89771307204,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,174,174,2026-08-09T11:45:59Z,89771307204,2,Watchlist summary,0.014 +left,ClickHouse Cloud,174,174,2026-08-09T11:45:59Z,89771307204,3,Top movers,0.018 +left,ClickHouse Cloud,174,174,2026-08-09T11:45:59Z,89771307204,4,Daily activity,0.016 +left,ClickHouse Cloud,175,175,2026-08-09T11:55:59Z,90310361990,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,175,175,2026-08-09T11:55:59Z,90310361990,2,Watchlist summary,0.017 +left,ClickHouse Cloud,175,175,2026-08-09T11:55:59Z,90310361990,3,Top movers,0.019 +left,ClickHouse Cloud,175,175,2026-08-09T11:55:59Z,90310361990,4,Daily activity,0.015 +left,ClickHouse Cloud,176,176,2026-08-09T12:05:59Z,90786625328,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,176,176,2026-08-09T12:05:59Z,90786625328,2,Watchlist summary,0.012 +left,ClickHouse Cloud,176,176,2026-08-09T12:05:59Z,90786625328,3,Top movers,0.018 +left,ClickHouse Cloud,176,176,2026-08-09T12:05:59Z,90786625328,4,Daily activity,0.017 +left,ClickHouse Cloud,177,177,2026-08-09T12:15:59Z,91318721092,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,177,177,2026-08-09T12:15:59Z,91318721092,2,Watchlist summary,0.012 +left,ClickHouse Cloud,177,177,2026-08-09T12:15:59Z,91318721092,3,Top movers,0.019 +left,ClickHouse Cloud,177,177,2026-08-09T12:15:59Z,91318721092,4,Daily activity,0.018 +left,ClickHouse Cloud,178,178,2026-08-09T12:25:59Z,91841644344,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,178,178,2026-08-09T12:25:59Z,91841644344,2,Watchlist summary,0.012 +left,ClickHouse Cloud,178,178,2026-08-09T12:25:59Z,91841644344,3,Top movers,0.019 +left,ClickHouse Cloud,178,178,2026-08-09T12:25:59Z,91841644344,4,Daily activity,0.016 +left,ClickHouse Cloud,179,179,2026-08-09T12:35:59Z,92330582028,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,179,179,2026-08-09T12:35:59Z,92330582028,2,Watchlist summary,0.012 +left,ClickHouse Cloud,179,179,2026-08-09T12:35:59Z,92330582028,3,Top movers,0.02 +left,ClickHouse Cloud,179,179,2026-08-09T12:35:59Z,92330582028,4,Daily activity,0.027 +left,ClickHouse Cloud,180,180,2026-08-09T12:45:59Z,92808126794,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,180,180,2026-08-09T12:45:59Z,92808126794,2,Watchlist summary,0.013 +left,ClickHouse Cloud,180,180,2026-08-09T12:45:59Z,92808126794,3,Top movers,0.018 +left,ClickHouse Cloud,180,180,2026-08-09T12:45:59Z,92808126794,4,Daily activity,0.015 +left,ClickHouse Cloud,181,181,2026-08-09T12:55:59Z,93292685867,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,181,181,2026-08-09T12:55:59Z,93292685867,2,Watchlist summary,0.012 +left,ClickHouse Cloud,181,181,2026-08-09T12:55:59Z,93292685867,3,Top movers,0.02 +left,ClickHouse Cloud,181,181,2026-08-09T12:55:59Z,93292685867,4,Daily activity,0.018 +left,ClickHouse Cloud,182,182,2026-08-09T13:05:59Z,93798216437,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,182,182,2026-08-09T13:05:59Z,93798216437,2,Watchlist summary,0.016 +left,ClickHouse Cloud,182,182,2026-08-09T13:05:59Z,93798216437,3,Top movers,0.019 +left,ClickHouse Cloud,182,182,2026-08-09T13:05:59Z,93798216437,4,Daily activity,0.015 +left,ClickHouse Cloud,183,183,2026-08-09T13:15:59Z,94324820860,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,183,183,2026-08-09T13:15:59Z,94324820860,2,Watchlist summary,0.017 +left,ClickHouse Cloud,183,183,2026-08-09T13:15:59Z,94324820860,3,Top movers,0.018 +left,ClickHouse Cloud,183,183,2026-08-09T13:15:59Z,94324820860,4,Daily activity,0.016 +left,ClickHouse Cloud,184,184,2026-08-09T13:25:59Z,94869720583,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,184,184,2026-08-09T13:25:59Z,94869720583,2,Watchlist summary,0.02 +left,ClickHouse Cloud,184,184,2026-08-09T13:25:59Z,94869720583,3,Top movers,0.019 +left,ClickHouse Cloud,184,184,2026-08-09T13:25:59Z,94869720583,4,Daily activity,0.017 +left,ClickHouse Cloud,185,185,2026-08-09T13:35:59Z,95368092163,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,185,185,2026-08-09T13:35:59Z,95368092163,2,Watchlist summary,0.013 +left,ClickHouse Cloud,185,185,2026-08-09T13:35:59Z,95368092163,3,Top movers,0.019 +left,ClickHouse Cloud,185,185,2026-08-09T13:35:59Z,95368092163,4,Daily activity,0.016 +left,ClickHouse Cloud,186,186,2026-08-09T13:45:59Z,95854521730,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,186,186,2026-08-09T13:45:59Z,95854521730,2,Watchlist summary,0.013 +left,ClickHouse Cloud,186,186,2026-08-09T13:45:59Z,95854521730,3,Top movers,0.018 +left,ClickHouse Cloud,186,186,2026-08-09T13:45:59Z,95854521730,4,Daily activity,0.016 +left,ClickHouse Cloud,187,187,2026-08-09T13:55:59Z,96363475717,1,Single-symbol summary,0.01 +left,ClickHouse Cloud,187,187,2026-08-09T13:55:59Z,96363475717,2,Watchlist summary,0.013 +left,ClickHouse Cloud,187,187,2026-08-09T13:55:59Z,96363475717,3,Top movers,0.019 +left,ClickHouse Cloud,187,187,2026-08-09T13:55:59Z,96363475717,4,Daily activity,0.016 +left,ClickHouse Cloud,188,188,2026-08-09T14:05:59Z,96870245467,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,188,188,2026-08-09T14:05:59Z,96870245467,2,Watchlist summary,0.013 +left,ClickHouse Cloud,188,188,2026-08-09T14:05:59Z,96870245467,3,Top movers,0.018 +left,ClickHouse Cloud,188,188,2026-08-09T14:05:59Z,96870245467,4,Daily activity,0.016 +left,ClickHouse Cloud,189,189,2026-08-09T14:15:59Z,97440595296,1,Single-symbol summary,0.016 +left,ClickHouse Cloud,189,189,2026-08-09T14:15:59Z,97440595296,2,Watchlist summary,0.013 +left,ClickHouse Cloud,189,189,2026-08-09T14:15:59Z,97440595296,3,Top movers,0.019 +left,ClickHouse Cloud,189,189,2026-08-09T14:15:59Z,97440595296,4,Daily activity,0.015 +left,ClickHouse Cloud,190,190,2026-08-09T14:25:59Z,97990299109,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,190,190,2026-08-09T14:25:59Z,97990299109,2,Watchlist summary,0.019 +left,ClickHouse Cloud,190,190,2026-08-09T14:25:59Z,97990299109,3,Top movers,0.018 +left,ClickHouse Cloud,190,190,2026-08-09T14:25:59Z,97990299109,4,Daily activity,0.015 +left,ClickHouse Cloud,191,191,2026-08-09T14:35:59Z,98531195718,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,191,191,2026-08-09T14:35:59Z,98531195718,2,Watchlist summary,0.013 +left,ClickHouse Cloud,191,191,2026-08-09T14:35:59Z,98531195718,3,Top movers,0.018 +left,ClickHouse Cloud,191,191,2026-08-09T14:35:59Z,98531195718,4,Daily activity,0.015 +left,ClickHouse Cloud,192,192,2026-08-09T14:45:59Z,99080355059,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,192,192,2026-08-09T14:45:59Z,99080355059,2,Watchlist summary,0.013 +left,ClickHouse Cloud,192,192,2026-08-09T14:45:59Z,99080355059,3,Top movers,0.02 +left,ClickHouse Cloud,192,192,2026-08-09T14:45:59Z,99080355059,4,Daily activity,0.017 +left,ClickHouse Cloud,193,193,2026-08-09T14:55:59Z,99566521565,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,193,193,2026-08-09T14:55:59Z,99566521565,2,Watchlist summary,0.013 +left,ClickHouse Cloud,193,193,2026-08-09T14:55:59Z,99566521565,3,Top movers,0.018 +left,ClickHouse Cloud,193,193,2026-08-09T14:55:59Z,99566521565,4,Daily activity,0.015 +right,Databricks SQL,1,1,2026-09-18T17:07:31.664Z,48991024,1,Single-symbol summary,2.31 +right,Databricks SQL,1,1,2026-09-18T17:07:31.664Z,48991024,2,Watchlist summary,0.843 +right,Databricks SQL,1,1,2026-09-18T17:07:31.664Z,48991024,3,Top movers,0.445 +right,Databricks SQL,1,1,2026-09-18T17:07:31.664Z,48991024,4,Daily activity,0.441 +right,Databricks SQL,2,2,2026-09-18T17:17:31.665Z,649003190,1,Single-symbol summary,0.994 +right,Databricks SQL,2,2,2026-09-18T17:17:31.665Z,649003190,2,Watchlist summary,0.375 +right,Databricks SQL,2,2,2026-09-18T17:17:31.665Z,649003190,3,Top movers,0.531 +right,Databricks SQL,2,2,2026-09-18T17:17:31.665Z,649003190,4,Daily activity,1.414 +right,Databricks SQL,3,3,2026-09-18T17:27:31.665Z,1249020088,1,Single-symbol summary,1.148 +right,Databricks SQL,3,3,2026-09-18T17:27:31.665Z,1249020088,2,Watchlist summary,0.387 +right,Databricks SQL,3,3,2026-09-18T17:27:31.665Z,1249020088,3,Top movers,0.356 +right,Databricks SQL,3,3,2026-09-18T17:27:31.665Z,1249020088,4,Daily activity,0.372 +right,Databricks SQL,4,4,2026-09-18T17:37:31.665Z,1848994361,1,Single-symbol summary,1.366 +right,Databricks SQL,4,4,2026-09-18T17:37:31.665Z,1848994361,2,Watchlist summary,0.345 +right,Databricks SQL,4,4,2026-09-18T17:37:31.665Z,1848994361,3,Top movers,0.322 +right,Databricks SQL,4,4,2026-09-18T17:37:31.665Z,1848994361,4,Daily activity,0.79 +right,Databricks SQL,5,5,2026-09-18T17:47:31.665Z,2448987056,1,Single-symbol summary,1.709 +right,Databricks SQL,5,5,2026-09-18T17:47:31.665Z,2448987056,2,Watchlist summary,0.354 +right,Databricks SQL,5,5,2026-09-18T17:47:31.665Z,2448987056,3,Top movers,0.568 +right,Databricks SQL,5,5,2026-09-18T17:47:31.665Z,2448987056,4,Daily activity,0.833 +right,Databricks SQL,6,6,2026-09-18T17:57:31.665Z,3049016351,1,Single-symbol summary,1.021 +right,Databricks SQL,6,6,2026-09-18T17:57:31.665Z,3049016351,2,Watchlist summary,0.373 +right,Databricks SQL,6,6,2026-09-18T17:57:31.665Z,3049016351,3,Top movers,0.346 +right,Databricks SQL,6,6,2026-09-18T17:57:31.665Z,3049016351,4,Daily activity,1.131 +right,Databricks SQL,7,7,2026-09-18T18:07:31.665Z,3648905245,1,Single-symbol summary,1.204 +right,Databricks SQL,7,7,2026-09-18T18:07:31.665Z,3648905245,2,Watchlist summary,0.354 +right,Databricks SQL,7,7,2026-09-18T18:07:31.665Z,3648905245,3,Top movers,0.335 +right,Databricks SQL,7,7,2026-09-18T18:07:31.665Z,3648905245,4,Daily activity,0.62 +right,Databricks SQL,8,8,2026-09-18T18:17:31.665Z,4248886900,1,Single-symbol summary,1.1 +right,Databricks SQL,8,8,2026-09-18T18:17:31.665Z,4248886900,2,Watchlist summary,1.119 +right,Databricks SQL,8,8,2026-09-18T18:17:31.665Z,4248886900,3,Top movers,0.677 +right,Databricks SQL,8,8,2026-09-18T18:17:31.665Z,4248886900,4,Daily activity,0.494 +right,Databricks SQL,9,9,2026-09-18T18:27:31.665Z,4848983718,1,Single-symbol summary,1.155 +right,Databricks SQL,9,9,2026-09-18T18:27:31.665Z,4848983718,2,Watchlist summary,0.44 +right,Databricks SQL,9,9,2026-09-18T18:27:31.665Z,4848983718,3,Top movers,0.359 +right,Databricks SQL,9,9,2026-09-18T18:27:31.665Z,4848983718,4,Daily activity,0.852 +right,Databricks SQL,10,10,2026-09-18T18:37:31.665Z,5448871065,1,Single-symbol summary,1.588 +right,Databricks SQL,10,10,2026-09-18T18:37:31.665Z,5448871065,2,Watchlist summary,0.378 +right,Databricks SQL,10,10,2026-09-18T18:37:31.665Z,5448871065,3,Top movers,0.481 +right,Databricks SQL,10,10,2026-09-18T18:37:31.665Z,5448871065,4,Daily activity,0.388 +right,Databricks SQL,11,11,2026-09-18T18:47:31.665Z,6048972873,1,Single-symbol summary,1.926 +right,Databricks SQL,11,11,2026-09-18T18:47:31.665Z,6048972873,2,Watchlist summary,0.402 +right,Databricks SQL,11,11,2026-09-18T18:47:31.665Z,6048972873,3,Top movers,0.375 +right,Databricks SQL,11,11,2026-09-18T18:47:31.665Z,6048972873,4,Daily activity,0.424 +right,Databricks SQL,12,12,2026-09-18T18:57:31.665Z,6649003205,1,Single-symbol summary,1.734 +right,Databricks SQL,12,12,2026-09-18T18:57:31.665Z,6649003205,2,Watchlist summary,0.401 +right,Databricks SQL,12,12,2026-09-18T18:57:31.665Z,6649003205,3,Top movers,0.424 +right,Databricks SQL,12,12,2026-09-18T18:57:31.665Z,6649003205,4,Daily activity,0.439 +right,Databricks SQL,13,13,2026-09-18T19:07:31.665Z,7248988928,1,Single-symbol summary,2.364 +right,Databricks SQL,13,13,2026-09-18T19:07:31.665Z,7248988928,2,Watchlist summary,0.461 +right,Databricks SQL,13,13,2026-09-18T19:07:31.665Z,7248988928,3,Top movers,0.479 +right,Databricks SQL,13,13,2026-09-18T19:07:31.665Z,7248988928,4,Daily activity,0.476 +right,Databricks SQL,14,14,2026-09-18T19:17:31.665Z,7849051094,1,Single-symbol summary,0.697 +right,Databricks SQL,14,14,2026-09-18T19:17:31.665Z,7849051094,2,Watchlist summary,0.401 +right,Databricks SQL,14,14,2026-09-18T19:17:31.665Z,7849051094,3,Top movers,0.39 +right,Databricks SQL,14,14,2026-09-18T19:17:31.665Z,7849051094,4,Daily activity,0.46 +right,Databricks SQL,15,15,2026-09-18T19:27:31.665Z,8448855794,1,Single-symbol summary,1.545 +right,Databricks SQL,15,15,2026-09-18T19:27:31.665Z,8448855794,2,Watchlist summary,0.783 +right,Databricks SQL,15,15,2026-09-18T19:27:31.665Z,8448855794,3,Top movers,0.8 +right,Databricks SQL,15,15,2026-09-18T19:27:31.665Z,8448855794,4,Daily activity,1.06 +right,Databricks SQL,16,16,2026-09-18T19:37:31.665Z,9048929201,1,Single-symbol summary,1.549 +right,Databricks SQL,16,16,2026-09-18T19:37:31.665Z,9048929201,2,Watchlist summary,0.462 +right,Databricks SQL,16,16,2026-09-18T19:37:31.665Z,9048929201,3,Top movers,0.385 +right,Databricks SQL,16,16,2026-09-18T19:37:31.665Z,9048929201,4,Daily activity,0.525 +right,Databricks SQL,17,17,2026-09-18T19:47:31.665Z,9648968625,1,Single-symbol summary,1.321 +right,Databricks SQL,17,17,2026-09-18T19:47:31.665Z,9648968625,2,Watchlist summary,0.393 +right,Databricks SQL,17,17,2026-09-18T19:47:31.665Z,9648968625,3,Top movers,0.415 +right,Databricks SQL,17,17,2026-09-18T19:47:31.665Z,9648968625,4,Daily activity,0.433 +right,Databricks SQL,18,18,2026-09-18T19:57:31.665Z,10248903114,1,Single-symbol summary,0.75 +right,Databricks SQL,18,18,2026-09-18T19:57:31.665Z,10248903114,2,Watchlist summary,0.396 +right,Databricks SQL,18,18,2026-09-18T19:57:31.665Z,10248903114,3,Top movers,0.379 +right,Databricks SQL,18,18,2026-09-18T19:57:31.665Z,10248903114,4,Daily activity,0.967 +right,Databricks SQL,19,19,2026-09-18T20:07:31.665Z,10848950992,1,Single-symbol summary,0.75 +right,Databricks SQL,19,19,2026-09-18T20:07:31.665Z,10848950992,2,Watchlist summary,0.566 +right,Databricks SQL,19,19,2026-09-18T20:07:31.665Z,10848950992,3,Top movers,0.466 +right,Databricks SQL,19,19,2026-09-18T20:07:31.665Z,10848950992,4,Daily activity,0.878 +right,Databricks SQL,20,20,2026-09-18T20:17:31.665Z,11448893976,1,Single-symbol summary,1.513 +right,Databricks SQL,20,20,2026-09-18T20:17:31.665Z,11448893976,2,Watchlist summary,0.735 +right,Databricks SQL,20,20,2026-09-18T20:17:31.665Z,11448893976,3,Top movers,0.742 +right,Databricks SQL,20,20,2026-09-18T20:17:31.665Z,11448893976,4,Daily activity,1.331 +right,Databricks SQL,21,21,2026-09-18T20:27:31.665Z,12048592301,1,Single-symbol summary,0.88 +right,Databricks SQL,21,21,2026-09-18T20:27:31.665Z,12048592301,2,Watchlist summary,0.788 +right,Databricks SQL,21,21,2026-09-18T20:27:31.665Z,12048592301,3,Top movers,0.373 +right,Databricks SQL,21,21,2026-09-18T20:27:31.665Z,12048592301,4,Daily activity,0.416 +right,Databricks SQL,22,22,2026-09-18T20:37:31.665Z,12649009868,1,Single-symbol summary,1.025 +right,Databricks SQL,22,22,2026-09-18T20:37:31.665Z,12649009868,2,Watchlist summary,0.436 +right,Databricks SQL,22,22,2026-09-18T20:37:31.665Z,12649009868,3,Top movers,0.398 +right,Databricks SQL,22,22,2026-09-18T20:37:31.665Z,12649009868,4,Daily activity,0.445 +right,Databricks SQL,23,23,2026-09-18T20:47:31.665Z,13249019508,1,Single-symbol summary,0.919 +right,Databricks SQL,23,23,2026-09-18T20:47:31.665Z,13249019508,2,Watchlist summary,0.684 +right,Databricks SQL,23,23,2026-09-18T20:47:31.665Z,13249019508,3,Top movers,0.671 +right,Databricks SQL,23,23,2026-09-18T20:47:31.665Z,13249019508,4,Daily activity,0.725 +right,Databricks SQL,24,24,2026-09-18T20:57:31.665Z,13848898093,1,Single-symbol summary,0.77 +right,Databricks SQL,24,24,2026-09-18T20:57:31.665Z,13848898093,2,Watchlist summary,0.386 +right,Databricks SQL,24,24,2026-09-18T20:57:31.665Z,13848898093,3,Top movers,0.393 +right,Databricks SQL,24,24,2026-09-18T20:57:31.665Z,13848898093,4,Daily activity,0.411 +right,Databricks SQL,25,25,2026-09-18T21:07:31.665Z,14448885812,1,Single-symbol summary,1.075 +right,Databricks SQL,25,25,2026-09-18T21:07:31.665Z,14448885812,2,Watchlist summary,0.769 +right,Databricks SQL,25,25,2026-09-18T21:07:31.665Z,14448885812,3,Top movers,0.806 +right,Databricks SQL,25,25,2026-09-18T21:07:31.665Z,14448885812,4,Daily activity,0.823 +right,Databricks SQL,26,26,2026-09-18T21:17:31.665Z,15048867160,1,Single-symbol summary,0.992 +right,Databricks SQL,26,26,2026-09-18T21:17:31.665Z,15048867160,2,Watchlist summary,0.443 +right,Databricks SQL,26,26,2026-09-18T21:17:31.665Z,15048867160,3,Top movers,0.42 +right,Databricks SQL,26,26,2026-09-18T21:17:31.665Z,15048867160,4,Daily activity,0.442 +right,Databricks SQL,27,27,2026-09-18T21:27:31.665Z,15648997618,1,Single-symbol summary,1.222 +right,Databricks SQL,27,27,2026-09-18T21:27:31.665Z,15648997618,2,Watchlist summary,0.456 +right,Databricks SQL,27,27,2026-09-18T21:27:31.665Z,15648997618,3,Top movers,0.422 +right,Databricks SQL,27,27,2026-09-18T21:27:31.665Z,15648997618,4,Daily activity,0.732 +right,Databricks SQL,28,28,2026-09-18T21:37:31.665Z,16249004090,1,Single-symbol summary,0.813 +right,Databricks SQL,28,28,2026-09-18T21:37:31.665Z,16249004090,2,Watchlist summary,0.475 +right,Databricks SQL,28,28,2026-09-18T21:37:31.665Z,16249004090,3,Top movers,0.395 +right,Databricks SQL,28,28,2026-09-18T21:37:31.665Z,16249004090,4,Daily activity,0.432 +right,Databricks SQL,29,29,2026-09-18T21:47:31.665Z,16849004649,1,Single-symbol summary,0.709 +right,Databricks SQL,29,29,2026-09-18T21:47:31.665Z,16849004649,2,Watchlist summary,0.418 +right,Databricks SQL,29,29,2026-09-18T21:47:31.665Z,16849004649,3,Top movers,0.393 +right,Databricks SQL,29,29,2026-09-18T21:47:31.665Z,16849004649,4,Daily activity,0.423 +right,Databricks SQL,30,30,2026-09-18T21:57:31.665Z,17448992007,1,Single-symbol summary,0.732 +right,Databricks SQL,30,30,2026-09-18T21:57:31.665Z,17448992007,2,Watchlist summary,0.414 +right,Databricks SQL,30,30,2026-09-18T21:57:31.665Z,17448992007,3,Top movers,0.479 +right,Databricks SQL,30,30,2026-09-18T21:57:31.665Z,17448992007,4,Daily activity,0.455 +right,Databricks SQL,31,31,2026-09-18T22:07:31.665Z,18048883403,1,Single-symbol summary,1.944 +right,Databricks SQL,31,31,2026-09-18T22:07:31.665Z,18048883403,2,Watchlist summary,0.46 +right,Databricks SQL,31,31,2026-09-18T22:07:31.665Z,18048883403,3,Top movers,0.427 +right,Databricks SQL,31,31,2026-09-18T22:07:31.665Z,18048883403,4,Daily activity,0.509 +right,Databricks SQL,32,32,2026-09-18T22:17:31.665Z,18648733933,1,Single-symbol summary,1.206 +right,Databricks SQL,32,32,2026-09-18T22:17:31.665Z,18648733933,2,Watchlist summary,0.413 +right,Databricks SQL,32,32,2026-09-18T22:17:31.665Z,18648733933,3,Top movers,0.434 +right,Databricks SQL,32,32,2026-09-18T22:17:31.665Z,18648733933,4,Daily activity,0.443 +right,Databricks SQL,33,33,2026-09-18T22:27:31.665Z,19248986594,1,Single-symbol summary,0.658 +right,Databricks SQL,33,33,2026-09-18T22:27:31.665Z,19248986594,2,Watchlist summary,0.443 +right,Databricks SQL,33,33,2026-09-18T22:27:31.665Z,19248986594,3,Top movers,0.399 +right,Databricks SQL,33,33,2026-09-18T22:27:31.665Z,19248986594,4,Daily activity,0.411 +right,Databricks SQL,34,34,2026-09-18T22:37:31.665Z,19848956047,1,Single-symbol summary,0.673 +right,Databricks SQL,34,34,2026-09-18T22:37:31.665Z,19848956047,2,Watchlist summary,0.412 +right,Databricks SQL,34,34,2026-09-18T22:37:31.665Z,19848956047,3,Top movers,0.395 +right,Databricks SQL,34,34,2026-09-18T22:37:31.665Z,19848956047,4,Daily activity,0.468 +right,Databricks SQL,35,35,2026-09-18T22:47:31.665Z,20448891140,1,Single-symbol summary,0.962 +right,Databricks SQL,35,35,2026-09-18T22:47:31.665Z,20448891140,2,Watchlist summary,0.627 +right,Databricks SQL,35,35,2026-09-18T22:47:31.665Z,20448891140,3,Top movers,0.382 +right,Databricks SQL,35,35,2026-09-18T22:47:31.665Z,20448891140,4,Daily activity,0.452 +right,Databricks SQL,36,36,2026-09-18T22:57:31.665Z,21048956022,1,Single-symbol summary,0.628 +right,Databricks SQL,36,36,2026-09-18T22:57:31.665Z,21048956022,2,Watchlist summary,0.656 +right,Databricks SQL,36,36,2026-09-18T22:57:31.665Z,21048956022,3,Top movers,0.65 +right,Databricks SQL,36,36,2026-09-18T22:57:31.665Z,21048956022,4,Daily activity,0.471 +right,Databricks SQL,37,37,2026-09-18T23:07:31.665Z,21648927817,1,Single-symbol summary,1.016 +right,Databricks SQL,37,37,2026-09-18T23:07:31.665Z,21648927817,2,Watchlist summary,0.608 +right,Databricks SQL,37,37,2026-09-18T23:07:31.665Z,21648927817,3,Top movers,0.747 +right,Databricks SQL,37,37,2026-09-18T23:07:31.665Z,21648927817,4,Daily activity,0.7 +right,Databricks SQL,38,38,2026-09-18T23:17:31.665Z,22249043246,1,Single-symbol summary,1.228 +right,Databricks SQL,38,38,2026-09-18T23:17:31.665Z,22249043246,2,Watchlist summary,0.467 +right,Databricks SQL,38,38,2026-09-18T23:17:31.665Z,22249043246,3,Top movers,0.733 +right,Databricks SQL,38,38,2026-09-18T23:17:31.665Z,22249043246,4,Daily activity,0.447 +right,Databricks SQL,39,39,2026-09-18T23:27:31.665Z,22848929920,1,Single-symbol summary,1.061 +right,Databricks SQL,39,39,2026-09-18T23:27:31.665Z,22848929920,2,Watchlist summary,0.682 +right,Databricks SQL,39,39,2026-09-18T23:27:31.665Z,22848929920,3,Top movers,0.494 +right,Databricks SQL,39,39,2026-09-18T23:27:31.665Z,22848929920,4,Daily activity,0.481 +right,Databricks SQL,40,40,2026-09-18T23:37:31.665Z,23448953518,1,Single-symbol summary,1.855 +right,Databricks SQL,40,40,2026-09-18T23:37:31.665Z,23448953518,2,Watchlist summary,0.652 +right,Databricks SQL,40,40,2026-09-18T23:37:31.665Z,23448953518,3,Top movers,0.854 +right,Databricks SQL,40,40,2026-09-18T23:37:31.665Z,23448953518,4,Daily activity,0.926 +right,Databricks SQL,41,41,2026-09-18T23:47:31.665Z,24048909415,1,Single-symbol summary,0.899 +right,Databricks SQL,41,41,2026-09-18T23:47:31.665Z,24048909415,2,Watchlist summary,0.654 +right,Databricks SQL,41,41,2026-09-18T23:47:31.665Z,24048909415,3,Top movers,0.669 +right,Databricks SQL,41,41,2026-09-18T23:47:31.665Z,24048909415,4,Daily activity,0.762 +right,Databricks SQL,42,42,2026-09-18T23:57:31.665Z,24648973497,1,Single-symbol summary,0.738 +right,Databricks SQL,42,42,2026-09-18T23:57:31.665Z,24648973497,2,Watchlist summary,0.392 +right,Databricks SQL,42,42,2026-09-18T23:57:31.665Z,24648973497,3,Top movers,0.38 +right,Databricks SQL,42,42,2026-09-18T23:57:31.665Z,24648973497,4,Daily activity,0.434 +right,Databricks SQL,43,43,2026-09-19T00:07:31.665Z,25248924027,1,Single-symbol summary,0.939 +right,Databricks SQL,43,43,2026-09-19T00:07:31.665Z,25248924027,2,Watchlist summary,0.705 +right,Databricks SQL,43,43,2026-09-19T00:07:31.665Z,25248924027,3,Top movers,0.84 +right,Databricks SQL,43,43,2026-09-19T00:07:31.665Z,25248924027,4,Daily activity,0.797 +right,Databricks SQL,44,44,2026-09-19T00:17:31.665Z,25848959896,1,Single-symbol summary,0.964 +right,Databricks SQL,44,44,2026-09-19T00:17:31.665Z,25848959896,2,Watchlist summary,0.643 +right,Databricks SQL,44,44,2026-09-19T00:17:31.665Z,25848959896,3,Top movers,0.728 +right,Databricks SQL,44,44,2026-09-19T00:17:31.665Z,25848959896,4,Daily activity,0.704 +right,Databricks SQL,45,45,2026-09-19T00:27:31.665Z,26448943724,1,Single-symbol summary,1.038 +right,Databricks SQL,45,45,2026-09-19T00:27:31.665Z,26448943724,2,Watchlist summary,1.037 +right,Databricks SQL,45,45,2026-09-19T00:27:31.665Z,26448943724,3,Top movers,0.73 +right,Databricks SQL,45,45,2026-09-19T00:27:31.665Z,26448943724,4,Daily activity,0.796 +right,Databricks SQL,46,46,2026-09-19T00:37:31.665Z,27048899731,1,Single-symbol summary,0.744 +right,Databricks SQL,46,46,2026-09-19T00:37:31.665Z,27048899731,2,Watchlist summary,0.428 +right,Databricks SQL,46,46,2026-09-19T00:37:31.665Z,27048899731,3,Top movers,0.411 +right,Databricks SQL,46,46,2026-09-19T00:37:31.665Z,27048899731,4,Daily activity,0.446 +right,Databricks SQL,47,47,2026-09-19T00:47:31.665Z,27648937048,1,Single-symbol summary,0.82 +right,Databricks SQL,47,47,2026-09-19T00:47:31.665Z,27648937048,2,Watchlist summary,0.471 +right,Databricks SQL,47,47,2026-09-19T00:47:31.665Z,27648937048,3,Top movers,0.436 +right,Databricks SQL,47,47,2026-09-19T00:47:31.665Z,27648937048,4,Daily activity,0.469 +right,Databricks SQL,48,48,2026-09-19T00:57:31.665Z,28248919345,1,Single-symbol summary,1.052 +right,Databricks SQL,48,48,2026-09-19T00:57:31.665Z,28248919345,2,Watchlist summary,0.68 +right,Databricks SQL,48,48,2026-09-19T00:57:31.665Z,28248919345,3,Top movers,0.798 +right,Databricks SQL,48,48,2026-09-19T00:57:31.665Z,28248919345,4,Daily activity,0.824 +right,Databricks SQL,49,49,2026-09-19T01:07:31.665Z,28848912329,1,Single-symbol summary,0.871 +right,Databricks SQL,49,49,2026-09-19T01:07:31.665Z,28848912329,2,Watchlist summary,0.669 +right,Databricks SQL,49,49,2026-09-19T01:07:31.665Z,28848912329,3,Top movers,0.555 +right,Databricks SQL,49,49,2026-09-19T01:07:31.665Z,28848912329,4,Daily activity,0.585 +right,Databricks SQL,50,50,2026-09-19T01:17:31.665Z,29448915472,1,Single-symbol summary,0.695 +right,Databricks SQL,50,50,2026-09-19T01:17:31.665Z,29448915472,2,Watchlist summary,0.412 +right,Databricks SQL,50,50,2026-09-19T01:17:31.665Z,29448915472,3,Top movers,0.514 +right,Databricks SQL,50,50,2026-09-19T01:17:31.665Z,29448915472,4,Daily activity,0.456 +right,Databricks SQL,51,51,2026-09-19T01:27:31.665Z,30048967566,1,Single-symbol summary,0.686 +right,Databricks SQL,51,51,2026-09-19T01:27:31.665Z,30048967566,2,Watchlist summary,0.429 +right,Databricks SQL,51,51,2026-09-19T01:27:31.665Z,30048967566,3,Top movers,0.391 +right,Databricks SQL,51,51,2026-09-19T01:27:31.665Z,30048967566,4,Daily activity,0.451 +right,Databricks SQL,52,52,2026-09-19T01:37:31.665Z,30648879647,1,Single-symbol summary,0.79 +right,Databricks SQL,52,52,2026-09-19T01:37:31.665Z,30648879647,2,Watchlist summary,0.467 +right,Databricks SQL,52,52,2026-09-19T01:37:31.665Z,30648879647,3,Top movers,0.385 +right,Databricks SQL,52,52,2026-09-19T01:37:31.665Z,30648879647,4,Daily activity,0.449 +right,Databricks SQL,53,53,2026-09-19T01:47:31.665Z,31248858731,1,Single-symbol summary,0.883 +right,Databricks SQL,53,53,2026-09-19T01:47:31.665Z,31248858731,2,Watchlist summary,0.434 +right,Databricks SQL,53,53,2026-09-19T01:47:31.665Z,31248858731,3,Top movers,0.414 +right,Databricks SQL,53,53,2026-09-19T01:47:31.665Z,31248858731,4,Daily activity,0.836 +right,Databricks SQL,54,54,2026-09-19T01:57:31.665Z,31849001715,1,Single-symbol summary,0.705 +right,Databricks SQL,54,54,2026-09-19T01:57:31.665Z,31849001715,2,Watchlist summary,0.419 +right,Databricks SQL,54,54,2026-09-19T01:57:31.665Z,31849001715,3,Top movers,0.448 +right,Databricks SQL,54,54,2026-09-19T01:57:31.665Z,31849001715,4,Daily activity,0.492 +right,Databricks SQL,55,55,2026-09-19T02:07:31.665Z,32448900387,1,Single-symbol summary,0.668 +right,Databricks SQL,55,55,2026-09-19T02:07:31.665Z,32448900387,2,Watchlist summary,0.542 +right,Databricks SQL,55,55,2026-09-19T02:07:31.665Z,32448900387,3,Top movers,0.531 +right,Databricks SQL,55,55,2026-09-19T02:07:31.665Z,32448900387,4,Daily activity,0.472 +right,Databricks SQL,56,56,2026-09-19T02:17:31.665Z,33049038056,1,Single-symbol summary,0.727 +right,Databricks SQL,56,56,2026-09-19T02:17:31.665Z,33049038056,2,Watchlist summary,0.419 +right,Databricks SQL,56,56,2026-09-19T02:17:31.665Z,33049038056,3,Top movers,0.413 +right,Databricks SQL,56,56,2026-09-19T02:17:31.665Z,33049038056,4,Daily activity,0.474 +right,Databricks SQL,57,57,2026-09-19T02:27:31.665Z,33649000287,1,Single-symbol summary,0.692 +right,Databricks SQL,57,57,2026-09-19T02:27:31.665Z,33649000287,2,Watchlist summary,0.456 +right,Databricks SQL,57,57,2026-09-19T02:27:31.665Z,33649000287,3,Top movers,0.406 +right,Databricks SQL,57,57,2026-09-19T02:27:31.665Z,33649000287,4,Daily activity,0.444 +right,Databricks SQL,58,58,2026-09-19T02:37:31.665Z,34248943675,1,Single-symbol summary,1.463 +right,Databricks SQL,58,58,2026-09-19T02:37:31.665Z,34248943675,2,Watchlist summary,0.479 +right,Databricks SQL,58,58,2026-09-19T02:37:31.665Z,34248943675,3,Top movers,0.413 +right,Databricks SQL,58,58,2026-09-19T02:37:31.665Z,34248943675,4,Daily activity,0.418 +right,Databricks SQL,59,59,2026-09-19T02:47:31.665Z,34848935288,1,Single-symbol summary,0.79 +right,Databricks SQL,59,59,2026-09-19T02:47:31.665Z,34848935288,2,Watchlist summary,0.44 +right,Databricks SQL,59,59,2026-09-19T02:47:31.665Z,34848935288,3,Top movers,0.44 +right,Databricks SQL,59,59,2026-09-19T02:47:31.665Z,34848935288,4,Daily activity,0.456 +right,Databricks SQL,60,60,2026-09-19T02:57:31.665Z,35448936836,1,Single-symbol summary,0.727 +right,Databricks SQL,60,60,2026-09-19T02:57:31.665Z,35448936836,2,Watchlist summary,0.42 +right,Databricks SQL,60,60,2026-09-19T02:57:31.665Z,35448936836,3,Top movers,0.425 +right,Databricks SQL,60,60,2026-09-19T02:57:31.665Z,35448936836,4,Daily activity,0.601 +right,Databricks SQL,61,61,2026-09-19T03:07:31.665Z,36049010227,1,Single-symbol summary,0.958 +right,Databricks SQL,61,61,2026-09-19T03:07:31.665Z,36049010227,2,Watchlist summary,0.83 +right,Databricks SQL,61,61,2026-09-19T03:07:31.665Z,36049010227,3,Top movers,0.976 +right,Databricks SQL,61,61,2026-09-19T03:07:31.665Z,36049010227,4,Daily activity,1.968 +right,Databricks SQL,62,62,2026-09-19T03:17:31.665Z,36648957386,1,Single-symbol summary,1.913 +right,Databricks SQL,62,62,2026-09-19T03:17:31.665Z,36648957386,2,Watchlist summary,0.892 +right,Databricks SQL,62,62,2026-09-19T03:17:31.665Z,36648957386,3,Top movers,0.394 +right,Databricks SQL,62,62,2026-09-19T03:17:31.665Z,36648957386,4,Daily activity,0.534 +right,Databricks SQL,63,63,2026-09-19T03:27:31.665Z,37249049007,1,Single-symbol summary,0.914 +right,Databricks SQL,63,63,2026-09-19T03:27:31.665Z,37249049007,2,Watchlist summary,0.47 +right,Databricks SQL,63,63,2026-09-19T03:27:31.665Z,37249049007,3,Top movers,0.391 +right,Databricks SQL,63,63,2026-09-19T03:27:31.665Z,37249049007,4,Daily activity,0.47 +right,Databricks SQL,64,64,2026-09-19T03:37:31.665Z,37848989380,1,Single-symbol summary,1.044 +right,Databricks SQL,64,64,2026-09-19T03:37:31.665Z,37848989380,2,Watchlist summary,0.697 +right,Databricks SQL,64,64,2026-09-19T03:37:31.665Z,37848989380,3,Top movers,0.788 +right,Databricks SQL,64,64,2026-09-19T03:37:31.665Z,37848989380,4,Daily activity,0.789 +right,Databricks SQL,65,65,2026-09-19T03:47:31.665Z,38448981241,1,Single-symbol summary,1.113 +right,Databricks SQL,65,65,2026-09-19T03:47:31.665Z,38448981241,2,Watchlist summary,0.72 +right,Databricks SQL,65,65,2026-09-19T03:47:31.665Z,38448981241,3,Top movers,0.78 +right,Databricks SQL,65,65,2026-09-19T03:47:31.665Z,38448981241,4,Daily activity,0.828 +right,Databricks SQL,66,66,2026-09-19T03:57:31.665Z,39048929732,1,Single-symbol summary,1.356 +right,Databricks SQL,66,66,2026-09-19T03:57:31.665Z,39048929732,2,Watchlist summary,0.67 +right,Databricks SQL,66,66,2026-09-19T03:57:31.665Z,39048929732,3,Top movers,0.751 +right,Databricks SQL,66,66,2026-09-19T03:57:31.665Z,39048929732,4,Daily activity,0.734 +right,Databricks SQL,67,67,2026-09-19T04:07:31.665Z,39648991503,1,Single-symbol summary,1.026 +right,Databricks SQL,67,67,2026-09-19T04:07:31.665Z,39648991503,2,Watchlist summary,0.88 +right,Databricks SQL,67,67,2026-09-19T04:07:31.665Z,39648991503,3,Top movers,0.897 +right,Databricks SQL,67,67,2026-09-19T04:07:31.665Z,39648991503,4,Daily activity,0.786 +right,Databricks SQL,68,68,2026-09-19T04:17:31.665Z,40248892033,1,Single-symbol summary,0.698 +right,Databricks SQL,68,68,2026-09-19T04:17:31.665Z,40248892033,2,Watchlist summary,0.48 +right,Databricks SQL,68,68,2026-09-19T04:17:31.665Z,40248892033,3,Top movers,0.414 +right,Databricks SQL,68,68,2026-09-19T04:17:31.665Z,40248892033,4,Daily activity,0.429 +right,Databricks SQL,69,69,2026-09-19T04:27:31.665Z,40848840757,1,Single-symbol summary,1.777 +right,Databricks SQL,69,69,2026-09-19T04:27:31.665Z,40848840757,2,Watchlist summary,0.727 +right,Databricks SQL,69,69,2026-09-19T04:27:31.665Z,40848840757,3,Top movers,0.778 +right,Databricks SQL,69,69,2026-09-19T04:27:31.665Z,40848840757,4,Daily activity,0.824 +right,Databricks SQL,70,70,2026-09-19T04:37:31.665Z,41448952314,1,Single-symbol summary,1.057 +right,Databricks SQL,70,70,2026-09-19T04:37:31.665Z,41448952314,2,Watchlist summary,0.733 +right,Databricks SQL,70,70,2026-09-19T04:37:31.665Z,41448952314,3,Top movers,0.872 +right,Databricks SQL,70,70,2026-09-19T04:37:31.665Z,41448952314,4,Daily activity,0.79 +right,Databricks SQL,71,71,2026-09-19T04:47:31.665Z,42048902844,1,Single-symbol summary,0.982 +right,Databricks SQL,71,71,2026-09-19T04:47:31.665Z,42048902844,2,Watchlist summary,0.728 +right,Databricks SQL,71,71,2026-09-19T04:47:31.665Z,42048902844,3,Top movers,0.82 +right,Databricks SQL,71,71,2026-09-19T04:47:31.665Z,42048902844,4,Daily activity,0.787 +right,Databricks SQL,72,72,2026-09-19T04:57:31.665Z,42649050693,1,Single-symbol summary,0.974 +right,Databricks SQL,72,72,2026-09-19T04:57:31.665Z,42649050693,2,Watchlist summary,0.683 +right,Databricks SQL,72,72,2026-09-19T04:57:31.665Z,42649050693,3,Top movers,0.762 +right,Databricks SQL,72,72,2026-09-19T04:57:31.665Z,42649050693,4,Daily activity,0.803 +right,Databricks SQL,73,73,2026-09-19T05:07:31.665Z,43248955264,1,Single-symbol summary,1.619 +right,Databricks SQL,73,73,2026-09-19T05:07:31.665Z,43248955264,2,Watchlist summary,0.5 +right,Databricks SQL,73,73,2026-09-19T05:07:31.665Z,43248955264,3,Top movers,0.497 +right,Databricks SQL,73,73,2026-09-19T05:07:31.665Z,43248955264,4,Daily activity,0.502 +right,Databricks SQL,74,74,2026-09-19T05:17:31.665Z,43849004793,1,Single-symbol summary,1.099 +right,Databricks SQL,74,74,2026-09-19T05:17:31.665Z,43849004793,2,Watchlist summary,0.693 +right,Databricks SQL,74,74,2026-09-19T05:17:31.665Z,43849004793,3,Top movers,0.809 +right,Databricks SQL,74,74,2026-09-19T05:17:31.665Z,43849004793,4,Daily activity,0.805 +right,Databricks SQL,75,75,2026-09-19T05:27:31.665Z,44448870942,1,Single-symbol summary,0.767 +right,Databricks SQL,75,75,2026-09-19T05:27:31.665Z,44448870942,2,Watchlist summary,0.43 +right,Databricks SQL,75,75,2026-09-19T05:27:31.665Z,44448870942,3,Top movers,0.418 +right,Databricks SQL,75,75,2026-09-19T05:27:31.665Z,44448870942,4,Daily activity,0.449 +right,Databricks SQL,76,76,2026-09-19T05:37:31.665Z,45048902478,1,Single-symbol summary,1.079 +right,Databricks SQL,76,76,2026-09-19T05:37:31.665Z,45048902478,2,Watchlist summary,0.681 +right,Databricks SQL,76,76,2026-09-19T05:37:31.665Z,45048902478,3,Top movers,0.775 +right,Databricks SQL,76,76,2026-09-19T05:37:31.665Z,45048902478,4,Daily activity,0.815 +right,Databricks SQL,77,77,2026-09-19T05:47:31.665Z,45648983692,1,Single-symbol summary,0.682 +right,Databricks SQL,77,77,2026-09-19T05:47:31.665Z,45648983692,2,Watchlist summary,0.402 +right,Databricks SQL,77,77,2026-09-19T05:47:31.665Z,45648983692,3,Top movers,0.394 +right,Databricks SQL,77,77,2026-09-19T05:47:31.665Z,45648983692,4,Daily activity,0.414 +right,Databricks SQL,78,78,2026-09-19T05:57:31.665Z,46248965040,1,Single-symbol summary,1.036 +right,Databricks SQL,78,78,2026-09-19T05:57:31.665Z,46248965040,2,Watchlist summary,0.686 +right,Databricks SQL,78,78,2026-09-19T05:57:31.665Z,46248965040,3,Top movers,0.807 +right,Databricks SQL,78,78,2026-09-19T05:57:31.665Z,46248965040,4,Daily activity,0.837 +right,Databricks SQL,79,79,2026-09-19T06:07:31.665Z,46848958026,1,Single-symbol summary,0.807 +right,Databricks SQL,79,79,2026-09-19T06:07:31.665Z,46848958026,2,Watchlist summary,0.506 +right,Databricks SQL,79,79,2026-09-19T06:07:31.665Z,46848958026,3,Top movers,0.558 +right,Databricks SQL,79,79,2026-09-19T06:07:31.665Z,46848958026,4,Daily activity,0.664 +right,Databricks SQL,80,80,2026-09-19T06:17:31.665Z,47448953256,1,Single-symbol summary,1.085 +right,Databricks SQL,80,80,2026-09-19T06:17:31.665Z,47448953256,2,Watchlist summary,0.728 +right,Databricks SQL,80,80,2026-09-19T06:17:31.665Z,47448953256,3,Top movers,0.848 +right,Databricks SQL,80,80,2026-09-19T06:17:31.665Z,47448953256,4,Daily activity,0.885 +right,Databricks SQL,81,81,2026-09-19T06:27:31.665Z,48048969904,1,Single-symbol summary,0.811 +right,Databricks SQL,81,81,2026-09-19T06:27:31.665Z,48048969904,2,Watchlist summary,0.445 +right,Databricks SQL,81,81,2026-09-19T06:27:31.665Z,48048969904,3,Top movers,0.458 +right,Databricks SQL,81,81,2026-09-19T06:27:31.665Z,48048969904,4,Daily activity,0.492 +right,Databricks SQL,82,82,2026-09-19T06:37:31.665Z,48648841029,1,Single-symbol summary,0.989 +right,Databricks SQL,82,82,2026-09-19T06:37:31.665Z,48648841029,2,Watchlist summary,0.743 +right,Databricks SQL,82,82,2026-09-19T06:37:31.665Z,48648841029,3,Top movers,0.782 +right,Databricks SQL,82,82,2026-09-19T06:37:31.665Z,48648841029,4,Daily activity,0.853 +right,Databricks SQL,83,83,2026-09-19T06:47:31.665Z,49249000673,1,Single-symbol summary,0.759 +right,Databricks SQL,83,83,2026-09-19T06:47:31.665Z,49249000673,2,Watchlist summary,0.482 +right,Databricks SQL,83,83,2026-09-19T06:47:31.665Z,49249000673,3,Top movers,0.414 +right,Databricks SQL,83,83,2026-09-19T06:47:31.665Z,49249000673,4,Daily activity,0.445 +right,Databricks SQL,84,84,2026-09-19T06:57:31.665Z,49848932021,1,Single-symbol summary,0.986 +right,Databricks SQL,84,84,2026-09-19T06:57:31.665Z,49848932021,2,Watchlist summary,0.765 +right,Databricks SQL,84,84,2026-09-19T06:57:31.665Z,49848932021,3,Top movers,0.789 +right,Databricks SQL,84,84,2026-09-19T06:57:31.665Z,49848932021,4,Daily activity,0.832 +right,Databricks SQL,85,85,2026-09-19T07:07:31.665Z,50448920743,1,Single-symbol summary,0.885 +right,Databricks SQL,85,85,2026-09-19T07:07:31.665Z,50448920743,2,Watchlist summary,0.484 +right,Databricks SQL,85,85,2026-09-19T07:07:31.665Z,50448920743,3,Top movers,0.482 +right,Databricks SQL,85,85,2026-09-19T07:07:31.665Z,50448920743,4,Daily activity,0.599 +right,Databricks SQL,86,86,2026-09-19T07:17:31.665Z,51048965322,1,Single-symbol summary,1.089 +right,Databricks SQL,86,86,2026-09-19T07:17:31.665Z,51048965322,2,Watchlist summary,0.705 +right,Databricks SQL,86,86,2026-09-19T07:17:31.665Z,51048965322,3,Top movers,0.782 +right,Databricks SQL,86,86,2026-09-19T07:17:31.665Z,51048965322,4,Daily activity,0.81 +right,Databricks SQL,87,87,2026-09-19T07:27:31.665Z,51648867376,1,Single-symbol summary,1.037 +right,Databricks SQL,87,87,2026-09-19T07:27:31.665Z,51648867376,2,Watchlist summary,0.762 +right,Databricks SQL,87,87,2026-09-19T07:27:31.665Z,51648867376,3,Top movers,0.785 +right,Databricks SQL,87,87,2026-09-19T07:27:31.665Z,51648867376,4,Daily activity,0.867 +right,Databricks SQL,88,88,2026-09-19T07:37:31.665Z,52248886297,1,Single-symbol summary,1.005 +right,Databricks SQL,88,88,2026-09-19T07:37:31.665Z,52248886297,2,Watchlist summary,0.807 +right,Databricks SQL,88,88,2026-09-19T07:37:31.665Z,52248886297,3,Top movers,0.818 +right,Databricks SQL,88,88,2026-09-19T07:37:31.665Z,52248886297,4,Daily activity,0.852 +right,Databricks SQL,89,89,2026-09-19T07:47:31.665Z,52848929281,1,Single-symbol summary,0.892 +right,Databricks SQL,89,89,2026-09-19T07:47:31.665Z,52848929281,2,Watchlist summary,0.637 +right,Databricks SQL,89,89,2026-09-19T07:47:31.665Z,52848929281,3,Top movers,0.769 +right,Databricks SQL,89,89,2026-09-19T07:47:31.665Z,52848929281,4,Daily activity,0.794 +right,Databricks SQL,90,90,2026-09-19T07:57:31.665Z,53448968592,1,Single-symbol summary,0.976 +right,Databricks SQL,90,90,2026-09-19T07:57:31.665Z,53448968592,2,Watchlist summary,0.691 +right,Databricks SQL,90,90,2026-09-19T07:57:31.665Z,53448968592,3,Top movers,0.797 +right,Databricks SQL,90,90,2026-09-19T07:57:31.665Z,53448968592,4,Daily activity,0.939 +right,Databricks SQL,91,91,2026-09-19T08:07:31.665Z,54048999698,1,Single-symbol summary,1.015 +right,Databricks SQL,91,91,2026-09-19T08:07:31.665Z,54048999698,2,Watchlist summary,0.877 +right,Databricks SQL,91,91,2026-09-19T08:07:31.665Z,54048999698,3,Top movers,0.903 +right,Databricks SQL,91,91,2026-09-19T08:07:31.665Z,54048999698,4,Daily activity,0.987 +right,Databricks SQL,92,92,2026-09-19T08:17:31.665Z,54648912657,1,Single-symbol summary,1.407 +right,Databricks SQL,92,92,2026-09-19T08:17:31.665Z,54648912657,2,Watchlist summary,0.736 +right,Databricks SQL,92,92,2026-09-19T08:17:31.665Z,54648912657,3,Top movers,0.859 +right,Databricks SQL,92,92,2026-09-19T08:17:31.665Z,54648912657,4,Daily activity,0.877 +right,Databricks SQL,93,93,2026-09-19T08:27:31.665Z,55248932131,1,Single-symbol summary,0.959 +right,Databricks SQL,93,93,2026-09-19T08:27:31.665Z,55248932131,2,Watchlist summary,0.764 +right,Databricks SQL,93,93,2026-09-19T08:27:31.665Z,55248932131,3,Top movers,0.807 +right,Databricks SQL,93,93,2026-09-19T08:27:31.665Z,55248932131,4,Daily activity,1.611 +right,Databricks SQL,94,94,2026-09-19T08:37:31.665Z,55849013665,1,Single-symbol summary,0.955 +right,Databricks SQL,94,94,2026-09-19T08:37:31.665Z,55849013665,2,Watchlist summary,0.688 +right,Databricks SQL,94,94,2026-09-19T08:37:31.665Z,55849013665,3,Top movers,0.786 +right,Databricks SQL,94,94,2026-09-19T08:37:31.665Z,55849013665,4,Daily activity,0.818 +right,Databricks SQL,95,95,2026-09-19T08:47:31.665Z,56448925831,1,Single-symbol summary,0.943 +right,Databricks SQL,95,95,2026-09-19T08:47:31.665Z,56448925831,2,Watchlist summary,0.686 +right,Databricks SQL,95,95,2026-09-19T08:47:31.665Z,56448925831,3,Top movers,0.825 +right,Databricks SQL,95,95,2026-09-19T08:47:31.665Z,56448925831,4,Daily activity,0.877 +right,Databricks SQL,96,96,2026-09-19T08:57:31.665Z,57048862217,1,Single-symbol summary,1.072 +right,Databricks SQL,96,96,2026-09-19T08:57:31.665Z,57048862217,2,Watchlist summary,0.784 +right,Databricks SQL,96,96,2026-09-19T08:57:31.665Z,57048862217,3,Top movers,0.797 +right,Databricks SQL,96,96,2026-09-19T08:57:31.665Z,57048862217,4,Daily activity,0.869 +right,Databricks SQL,97,97,2026-09-19T09:07:31.665Z,57648963051,1,Single-symbol summary,0.984 +right,Databricks SQL,97,97,2026-09-19T09:07:31.665Z,57648963051,2,Watchlist summary,0.773 +right,Databricks SQL,97,97,2026-09-19T09:07:31.665Z,57648963051,3,Top movers,0.872 +right,Databricks SQL,97,97,2026-09-19T09:07:31.665Z,57648963051,4,Daily activity,0.894 +right,Databricks SQL,98,98,2026-09-19T09:17:31.665Z,58249004920,1,Single-symbol summary,1.055 +right,Databricks SQL,98,98,2026-09-19T09:17:31.665Z,58249004920,2,Watchlist summary,0.763 +right,Databricks SQL,98,98,2026-09-19T09:17:31.665Z,58249004920,3,Top movers,0.881 +right,Databricks SQL,98,98,2026-09-19T09:17:31.665Z,58249004920,4,Daily activity,0.823 +right,Databricks SQL,99,99,2026-09-19T09:27:31.665Z,58848886186,1,Single-symbol summary,0.71 +right,Databricks SQL,99,99,2026-09-19T09:27:31.665Z,58848886186,2,Watchlist summary,0.412 +right,Databricks SQL,99,99,2026-09-19T09:27:31.665Z,58848886186,3,Top movers,0.391 +right,Databricks SQL,99,99,2026-09-19T09:27:31.665Z,58848886186,4,Daily activity,0.416 +right,Databricks SQL,100,100,2026-09-19T09:37:31.665Z,59449032571,1,Single-symbol summary,0.97 +right,Databricks SQL,100,100,2026-09-19T09:37:31.665Z,59449032571,2,Watchlist summary,0.722 +right,Databricks SQL,100,100,2026-09-19T09:37:31.665Z,59449032571,3,Top movers,0.799 +right,Databricks SQL,100,100,2026-09-19T09:37:31.665Z,59449032571,4,Daily activity,0.831 +right,Databricks SQL,101,101,2026-09-19T09:47:31.665Z,60048974387,1,Single-symbol summary,0.91 +right,Databricks SQL,101,101,2026-09-19T09:47:31.665Z,60048974387,2,Watchlist summary,0.73 +right,Databricks SQL,101,101,2026-09-19T09:47:31.665Z,60048974387,3,Top movers,0.762 +right,Databricks SQL,101,101,2026-09-19T09:47:31.665Z,60048974387,4,Daily activity,0.731 +right,Databricks SQL,102,102,2026-09-19T09:57:31.665Z,60649047005,1,Single-symbol summary,0.986 +right,Databricks SQL,102,102,2026-09-19T09:57:31.665Z,60649047005,2,Watchlist summary,0.411 +right,Databricks SQL,102,102,2026-09-19T09:57:31.665Z,60649047005,3,Top movers,0.366 +right,Databricks SQL,102,102,2026-09-19T09:57:31.665Z,60649047005,4,Daily activity,0.402 +right,Databricks SQL,103,103,2026-09-19T10:07:31.665Z,61248997535,1,Single-symbol summary,1.051 +right,Databricks SQL,103,103,2026-09-19T10:07:31.665Z,61248997535,2,Watchlist summary,0.866 +right,Databricks SQL,103,103,2026-09-19T10:07:31.665Z,61248997535,3,Top movers,1.155 +right,Databricks SQL,103,103,2026-09-19T10:07:31.665Z,61248997535,4,Daily activity,0.906 +right,Databricks SQL,104,104,2026-09-19T10:17:31.665Z,61848979545,1,Single-symbol summary,0.971 +right,Databricks SQL,104,104,2026-09-19T10:17:31.665Z,61848979545,2,Watchlist summary,0.414 +right,Databricks SQL,104,104,2026-09-19T10:17:31.665Z,61848979545,3,Top movers,0.389 +right,Databricks SQL,104,104,2026-09-19T10:17:31.665Z,61848979545,4,Daily activity,0.455 +right,Databricks SQL,105,105,2026-09-19T10:27:31.665Z,62448827582,1,Single-symbol summary,0.969 +right,Databricks SQL,105,105,2026-09-19T10:27:31.665Z,62448827582,2,Watchlist summary,0.701 +right,Databricks SQL,105,105,2026-09-19T10:27:31.665Z,62448827582,3,Top movers,0.78 +right,Databricks SQL,105,105,2026-09-19T10:27:31.665Z,62448827582,4,Daily activity,0.839 +right,Databricks SQL,106,106,2026-09-19T10:37:31.665Z,63048951008,1,Single-symbol summary,0.674 +right,Databricks SQL,106,106,2026-09-19T10:37:31.665Z,63048951008,2,Watchlist summary,0.442 +right,Databricks SQL,106,106,2026-09-19T10:37:31.665Z,63048951008,3,Top movers,0.414 +right,Databricks SQL,106,106,2026-09-19T10:37:31.665Z,63048951008,4,Daily activity,0.419 +right,Databricks SQL,107,107,2026-09-19T10:47:31.665Z,63648915373,1,Single-symbol summary,0.985 +right,Databricks SQL,107,107,2026-09-19T10:47:31.665Z,63648915373,2,Watchlist summary,0.757 +right,Databricks SQL,107,107,2026-09-19T10:47:31.665Z,63648915373,3,Top movers,0.817 +right,Databricks SQL,107,107,2026-09-19T10:47:31.665Z,63648915373,4,Daily activity,0.787 +right,Databricks SQL,108,108,2026-09-19T10:57:31.665Z,64248934893,1,Single-symbol summary,0.985 +right,Databricks SQL,108,108,2026-09-19T10:57:31.665Z,64248934893,2,Watchlist summary,0.549 +right,Databricks SQL,108,108,2026-09-19T10:57:31.665Z,64248934893,3,Top movers,0.427 +right,Databricks SQL,108,108,2026-09-19T10:57:31.665Z,64248934893,4,Daily activity,0.468 +right,Databricks SQL,109,109,2026-09-19T11:07:31.665Z,64848931181,1,Single-symbol summary,0.826 +right,Databricks SQL,109,109,2026-09-19T11:07:31.665Z,64848931181,2,Watchlist summary,0.49 +right,Databricks SQL,109,109,2026-09-19T11:07:31.665Z,64848931181,3,Top movers,0.448 +right,Databricks SQL,109,109,2026-09-19T11:07:31.665Z,64848931181,4,Daily activity,0.887 +right,Databricks SQL,110,110,2026-09-19T11:17:31.665Z,65448990060,1,Single-symbol summary,0.986 +right,Databricks SQL,110,110,2026-09-19T11:17:31.665Z,65448990060,2,Watchlist summary,0.69 +right,Databricks SQL,110,110,2026-09-19T11:17:31.665Z,65448990060,3,Top movers,0.775 +right,Databricks SQL,110,110,2026-09-19T11:17:31.665Z,65448990060,4,Daily activity,0.836 +right,Databricks SQL,111,111,2026-09-19T11:27:31.665Z,66048942260,1,Single-symbol summary,0.729 +right,Databricks SQL,111,111,2026-09-19T11:27:31.665Z,66048942260,2,Watchlist summary,0.417 +right,Databricks SQL,111,111,2026-09-19T11:27:31.665Z,66048942260,3,Top movers,0.403 +right,Databricks SQL,111,111,2026-09-19T11:27:31.665Z,66048942260,4,Daily activity,0.58 +right,Databricks SQL,112,112,2026-09-19T11:37:31.665Z,66648970121,1,Single-symbol summary,1.046 +right,Databricks SQL,112,112,2026-09-19T11:37:31.665Z,66648970121,2,Watchlist summary,0.725 +right,Databricks SQL,112,112,2026-09-19T11:37:31.665Z,66648970121,3,Top movers,0.702 +right,Databricks SQL,112,112,2026-09-19T11:37:31.665Z,66648970121,4,Daily activity,1.108 +right,Databricks SQL,113,113,2026-09-19T11:47:31.665Z,67248947921,1,Single-symbol summary,0.732 +right,Databricks SQL,113,113,2026-09-19T11:47:31.665Z,67248947921,2,Watchlist summary,0.451 +right,Databricks SQL,113,113,2026-09-19T11:47:31.665Z,67248947921,3,Top movers,0.419 +right,Databricks SQL,113,113,2026-09-19T11:47:31.665Z,67248947921,4,Daily activity,0.424 +right,Databricks SQL,114,114,2026-09-19T11:57:31.665Z,67848865391,1,Single-symbol summary,1.098 +right,Databricks SQL,114,114,2026-09-19T11:57:31.665Z,67848865391,2,Watchlist summary,0.766 +right,Databricks SQL,114,114,2026-09-19T11:57:31.665Z,67848865391,3,Top movers,0.846 +right,Databricks SQL,114,114,2026-09-19T11:57:31.665Z,67848865391,4,Daily activity,0.844 +right,Databricks SQL,115,115,2026-09-19T12:07:31.665Z,68448901225,1,Single-symbol summary,1.172 +right,Databricks SQL,115,115,2026-09-19T12:07:31.665Z,68448901225,2,Watchlist summary,0.897 +right,Databricks SQL,115,115,2026-09-19T12:07:31.665Z,68448901225,3,Top movers,1.002 +right,Databricks SQL,115,115,2026-09-19T12:07:31.665Z,68448901225,4,Daily activity,1.43 +right,Databricks SQL,116,116,2026-09-19T12:17:31.665Z,69049033856,1,Single-symbol summary,1.061 +right,Databricks SQL,116,116,2026-09-19T12:17:31.665Z,69049033856,2,Watchlist summary,0.735 +right,Databricks SQL,116,116,2026-09-19T12:17:31.665Z,69049033856,3,Top movers,0.827 +right,Databricks SQL,116,116,2026-09-19T12:17:31.665Z,69049033856,4,Daily activity,0.872 +right,Databricks SQL,117,117,2026-09-19T12:27:31.665Z,69648898887,1,Single-symbol summary,1.345 +right,Databricks SQL,117,117,2026-09-19T12:27:31.665Z,69648898887,2,Watchlist summary,0.725 +right,Databricks SQL,117,117,2026-09-19T12:27:31.665Z,69648898887,3,Top movers,0.836 +right,Databricks SQL,117,117,2026-09-19T12:27:31.665Z,69648898887,4,Daily activity,0.876 +right,Databricks SQL,118,118,2026-09-19T12:37:31.665Z,70248972689,1,Single-symbol summary,1.005 +right,Databricks SQL,118,118,2026-09-19T12:37:31.665Z,70248972689,2,Watchlist summary,0.802 +right,Databricks SQL,118,118,2026-09-19T12:37:31.665Z,70248972689,3,Top movers,0.854 +right,Databricks SQL,118,118,2026-09-19T12:37:31.665Z,70248972689,4,Daily activity,0.857 +right,Databricks SQL,119,119,2026-09-19T12:47:31.665Z,70848944994,1,Single-symbol summary,2.311 +right,Databricks SQL,119,119,2026-09-19T12:47:31.665Z,70848944994,2,Watchlist summary,1.138 +right,Databricks SQL,119,119,2026-09-19T12:47:31.665Z,70848944994,3,Top movers,0.869 +right,Databricks SQL,119,119,2026-09-19T12:47:31.665Z,70848944994,4,Daily activity,1.774 +right,Databricks SQL,120,120,2026-09-19T12:57:31.665Z,71448876924,1,Single-symbol summary,1.044 +right,Databricks SQL,120,120,2026-09-19T12:57:31.665Z,71448876924,2,Watchlist summary,0.785 +right,Databricks SQL,120,120,2026-09-19T12:57:31.665Z,71448876924,3,Top movers,0.882 +right,Databricks SQL,120,120,2026-09-19T12:57:31.665Z,71448876924,4,Daily activity,0.856 +right,Databricks SQL,121,121,2026-09-19T13:07:31.665Z,72048872763,1,Single-symbol summary,1.082 +right,Databricks SQL,121,121,2026-09-19T13:07:31.665Z,72048872763,2,Watchlist summary,0.792 +right,Databricks SQL,121,121,2026-09-19T13:07:31.665Z,72048872763,3,Top movers,1.005 +right,Databricks SQL,121,121,2026-09-19T13:07:31.665Z,72048872763,4,Daily activity,1.094 +right,Databricks SQL,122,122,2026-09-19T13:17:31.665Z,72648823293,1,Single-symbol summary,1.413 +right,Databricks SQL,122,122,2026-09-19T13:17:31.665Z,72648823293,2,Watchlist summary,0.767 +right,Databricks SQL,122,122,2026-09-19T13:17:31.665Z,72648823293,3,Top movers,0.853 +right,Databricks SQL,122,122,2026-09-19T13:17:31.665Z,72648823293,4,Daily activity,0.914 +right,Databricks SQL,123,123,2026-09-19T13:27:31.665Z,73248951843,1,Single-symbol summary,0.981 +right,Databricks SQL,123,123,2026-09-19T13:27:31.665Z,73248951843,2,Watchlist summary,0.739 +right,Databricks SQL,123,123,2026-09-19T13:27:31.665Z,73248951843,3,Top movers,0.823 +right,Databricks SQL,123,123,2026-09-19T13:27:31.665Z,73248951843,4,Daily activity,0.903 +right,Databricks SQL,124,124,2026-09-19T13:37:31.665Z,73848850795,1,Single-symbol summary,0.95 +right,Databricks SQL,124,124,2026-09-19T13:37:31.665Z,73848850795,2,Watchlist summary,0.743 +right,Databricks SQL,124,124,2026-09-19T13:37:31.665Z,73848850795,3,Top movers,0.806 +right,Databricks SQL,124,124,2026-09-19T13:37:31.665Z,73848850795,4,Daily activity,0.844 +right,Databricks SQL,125,125,2026-09-19T13:47:31.665Z,74448988124,1,Single-symbol summary,0.952 +right,Databricks SQL,125,125,2026-09-19T13:47:31.665Z,74448988124,2,Watchlist summary,0.736 +right,Databricks SQL,125,125,2026-09-19T13:47:31.665Z,74448988124,3,Top movers,0.749 +right,Databricks SQL,125,125,2026-09-19T13:47:31.665Z,74448988124,4,Daily activity,0.831 +right,Databricks SQL,126,126,2026-09-19T13:57:31.665Z,75048980211,1,Single-symbol summary,1.445 +right,Databricks SQL,126,126,2026-09-19T13:57:31.665Z,75048980211,2,Watchlist summary,0.72 +right,Databricks SQL,126,126,2026-09-19T13:57:31.665Z,75048980211,3,Top movers,0.841 +right,Databricks SQL,126,126,2026-09-19T13:57:31.665Z,75048980211,4,Daily activity,0.753 +right,Databricks SQL,127,127,2026-09-19T14:07:31.665Z,75648919105,1,Single-symbol summary,0.975 +right,Databricks SQL,127,127,2026-09-19T14:07:31.665Z,75648919105,2,Watchlist summary,0.805 +right,Databricks SQL,127,127,2026-09-19T14:07:31.665Z,75648919105,3,Top movers,0.894 +right,Databricks SQL,127,127,2026-09-19T14:07:31.665Z,75648919105,4,Daily activity,0.907 +right,Databricks SQL,128,128,2026-09-19T14:17:31.665Z,76248881396,1,Single-symbol summary,0.991 +right,Databricks SQL,128,128,2026-09-19T14:17:31.665Z,76248881396,2,Watchlist summary,0.795 +right,Databricks SQL,128,128,2026-09-19T14:17:31.665Z,76248881396,3,Top movers,0.822 +right,Databricks SQL,128,128,2026-09-19T14:17:31.665Z,76248881396,4,Daily activity,0.837 +right,Databricks SQL,129,129,2026-09-19T14:27:31.665Z,76848823691,1,Single-symbol summary,1.051 +right,Databricks SQL,129,129,2026-09-19T14:27:31.665Z,76848823691,2,Watchlist summary,0.75 +right,Databricks SQL,129,129,2026-09-19T14:27:31.665Z,76848823691,3,Top movers,0.799 +right,Databricks SQL,129,129,2026-09-19T14:27:31.665Z,76848823691,4,Daily activity,0.841 +right,Databricks SQL,130,130,2026-09-19T14:37:31.665Z,77448864325,1,Single-symbol summary,0.968 +right,Databricks SQL,130,130,2026-09-19T14:37:31.665Z,77448864325,2,Watchlist summary,0.718 +right,Databricks SQL,130,130,2026-09-19T14:37:31.665Z,77448864325,3,Top movers,0.839 +right,Databricks SQL,130,130,2026-09-19T14:37:31.665Z,77448864325,4,Daily activity,0.8 +right,Databricks SQL,131,131,2026-09-19T14:47:31.665Z,78048857309,1,Single-symbol summary,0.966 +right,Databricks SQL,131,131,2026-09-19T14:47:31.665Z,78048857309,2,Watchlist summary,0.712 +right,Databricks SQL,131,131,2026-09-19T14:47:31.665Z,78048857309,3,Top movers,0.742 +right,Databricks SQL,131,131,2026-09-19T14:47:31.665Z,78048857309,4,Daily activity,0.822 +right,Databricks SQL,132,132,2026-09-19T14:57:31.665Z,78648963825,1,Single-symbol summary,1.115 +right,Databricks SQL,132,132,2026-09-19T14:57:31.665Z,78648963825,2,Watchlist summary,0.749 +right,Databricks SQL,132,132,2026-09-19T14:57:31.665Z,78648963825,3,Top movers,0.824 +right,Databricks SQL,132,132,2026-09-19T14:57:31.665Z,78648963825,4,Daily activity,0.877 +right,Databricks SQL,133,133,2026-09-19T15:07:31.665Z,79248916498,1,Single-symbol summary,0.998 +right,Databricks SQL,133,133,2026-09-19T15:07:31.665Z,79248916498,2,Watchlist summary,0.849 +right,Databricks SQL,133,133,2026-09-19T15:07:31.665Z,79248916498,3,Top movers,0.907 +right,Databricks SQL,133,133,2026-09-19T15:07:31.665Z,79248916498,4,Daily activity,0.867 +right,Databricks SQL,134,134,2026-09-19T15:17:31.665Z,79848963748,1,Single-symbol summary,0.677 +right,Databricks SQL,134,134,2026-09-19T15:17:31.665Z,79848963748,2,Watchlist summary,0.426 +right,Databricks SQL,134,134,2026-09-19T15:17:31.665Z,79848963748,3,Top movers,0.433 +right,Databricks SQL,134,134,2026-09-19T15:17:31.665Z,79848963748,4,Daily activity,0.481 +right,Databricks SQL,135,135,2026-09-19T15:27:31.665Z,80448989098,1,Single-symbol summary,0.899 +right,Databricks SQL,135,135,2026-09-19T15:27:31.665Z,80448989098,2,Watchlist summary,0.682 +right,Databricks SQL,135,135,2026-09-19T15:27:31.665Z,80448989098,3,Top movers,0.747 +right,Databricks SQL,135,135,2026-09-19T15:27:31.665Z,80448989098,4,Daily activity,0.807 +right,Databricks SQL,136,136,2026-09-19T15:37:31.665Z,81048989103,1,Single-symbol summary,0.683 +right,Databricks SQL,136,136,2026-09-19T15:37:31.665Z,81048989103,2,Watchlist summary,0.411 +right,Databricks SQL,136,136,2026-09-19T15:37:31.665Z,81048989103,3,Top movers,0.427 +right,Databricks SQL,136,136,2026-09-19T15:37:31.665Z,81048989103,4,Daily activity,0.425 +right,Databricks SQL,137,137,2026-09-19T15:47:31.665Z,81648805878,1,Single-symbol summary,0.946 +right,Databricks SQL,137,137,2026-09-19T15:47:31.665Z,81648805878,2,Watchlist summary,0.726 +right,Databricks SQL,137,137,2026-09-19T15:47:31.665Z,81648805878,3,Top movers,0.768 +right,Databricks SQL,137,137,2026-09-19T15:47:31.665Z,81648805878,4,Daily activity,0.802 +right,Databricks SQL,138,138,2026-09-19T15:57:31.665Z,82248892830,1,Single-symbol summary,1.019 +right,Databricks SQL,138,138,2026-09-19T15:57:31.665Z,82248892830,2,Watchlist summary,0.696 +right,Databricks SQL,138,138,2026-09-19T15:57:31.665Z,82248892830,3,Top movers,1.289 +right,Databricks SQL,138,138,2026-09-19T15:57:31.665Z,82248892830,4,Daily activity,0.491 +right,Databricks SQL,139,139,2026-09-19T16:07:31.665Z,82848947450,1,Single-symbol summary,0.753 +right,Databricks SQL,139,139,2026-09-19T16:07:31.665Z,82848947450,2,Watchlist summary,0.498 +right,Databricks SQL,139,139,2026-09-19T16:07:31.665Z,82848947450,3,Top movers,0.974 +right,Databricks SQL,139,139,2026-09-19T16:07:31.665Z,82848947450,4,Daily activity,0.954 +right,Databricks SQL,140,140,2026-09-19T16:17:31.665Z,83448864291,1,Single-symbol summary,1.125 +right,Databricks SQL,140,140,2026-09-19T16:17:31.665Z,83448864291,2,Watchlist summary,0.739 +right,Databricks SQL,140,140,2026-09-19T16:17:31.665Z,83448864291,3,Top movers,0.792 +right,Databricks SQL,140,140,2026-09-19T16:17:31.665Z,83448864291,4,Daily activity,0.949 +right,Databricks SQL,141,141,2026-09-19T16:27:31.665Z,84048946267,1,Single-symbol summary,0.738 +right,Databricks SQL,141,141,2026-09-19T16:27:31.665Z,84048946267,2,Watchlist summary,0.493 +right,Databricks SQL,141,141,2026-09-19T16:27:31.665Z,84048946267,3,Top movers,0.449 +right,Databricks SQL,141,141,2026-09-19T16:27:31.665Z,84048946267,4,Daily activity,0.468 +right,Databricks SQL,142,142,2026-09-19T16:37:31.665Z,84648911334,1,Single-symbol summary,5.299 +right,Databricks SQL,142,142,2026-09-19T16:37:31.665Z,84648911334,2,Watchlist summary,1.07 +right,Databricks SQL,142,142,2026-09-19T16:37:31.665Z,84648911334,3,Top movers,1.078 +right,Databricks SQL,142,142,2026-09-19T16:37:31.665Z,84648911334,4,Daily activity,1.051 +right,Databricks SQL,143,143,2026-09-19T16:47:31.665Z,85248832558,1,Single-symbol summary,1.931 +right,Databricks SQL,143,143,2026-09-19T16:47:31.665Z,85248832558,2,Watchlist summary,0.551 +right,Databricks SQL,143,143,2026-09-19T16:47:31.665Z,85248832558,3,Top movers,0.477 +right,Databricks SQL,143,143,2026-09-19T16:47:31.665Z,85248832558,4,Daily activity,0.486 +right,Databricks SQL,144,144,2026-09-19T16:57:31.665Z,85848983088,1,Single-symbol summary,2.117 +right,Databricks SQL,144,144,2026-09-19T16:57:31.665Z,85848983088,2,Watchlist summary,0.812 +right,Databricks SQL,144,144,2026-09-19T16:57:31.665Z,85848983088,3,Top movers,1.259 +right,Databricks SQL,144,144,2026-09-19T16:57:31.665Z,85848983088,4,Daily activity,1.318 +right,Databricks SQL,145,145,2026-09-19T17:07:31.665Z,86448998070,1,Single-symbol summary,1.745 +right,Databricks SQL,145,145,2026-09-19T17:07:31.665Z,86448998070,2,Watchlist summary,0.577 +right,Databricks SQL,145,145,2026-09-19T17:07:31.665Z,86448998070,3,Top movers,0.53 +right,Databricks SQL,145,145,2026-09-19T17:07:31.665Z,86448998070,4,Daily activity,0.794 +right,Databricks SQL,146,146,2026-09-19T17:17:31.665Z,87048970508,1,Single-symbol summary,1.925 +right,Databricks SQL,146,146,2026-09-19T17:17:31.665Z,87048970508,2,Watchlist summary,0.834 +right,Databricks SQL,146,146,2026-09-19T17:17:31.665Z,87048970508,3,Top movers,1.442 +right,Databricks SQL,146,146,2026-09-19T17:17:31.665Z,87048970508,4,Daily activity,0.865 +right,Databricks SQL,147,147,2026-09-19T17:27:31.665Z,87648993949,1,Single-symbol summary,2.208 +right,Databricks SQL,147,147,2026-09-19T17:27:31.665Z,87648993949,2,Watchlist summary,0.757 +right,Databricks SQL,147,147,2026-09-19T17:27:31.665Z,87648993949,3,Top movers,0.797 +right,Databricks SQL,147,147,2026-09-19T17:27:31.665Z,87648993949,4,Daily activity,0.992 +right,Databricks SQL,148,148,2026-09-19T17:37:31.665Z,88248973865,1,Single-symbol summary,2.256 +right,Databricks SQL,148,148,2026-09-19T17:37:31.665Z,88248973865,2,Watchlist summary,1.094 +right,Databricks SQL,148,148,2026-09-19T17:37:31.665Z,88248973865,3,Top movers,1.054 +right,Databricks SQL,148,148,2026-09-19T17:37:31.665Z,88248973865,4,Daily activity,1.144 +right,Databricks SQL,149,149,2026-09-19T17:47:31.665Z,88848942984,1,Single-symbol summary,1.949 +right,Databricks SQL,149,149,2026-09-19T17:47:31.665Z,88848942984,2,Watchlist summary,0.853 +right,Databricks SQL,149,149,2026-09-19T17:47:31.665Z,88848942984,3,Top movers,0.861 +right,Databricks SQL,149,149,2026-09-19T17:47:31.665Z,88848942984,4,Daily activity,1.275 +right,Databricks SQL,150,150,2026-09-19T17:57:31.665Z,89448824332,1,Single-symbol summary,1.291 +right,Databricks SQL,150,150,2026-09-19T17:57:31.665Z,89448824332,2,Watchlist summary,1.071 +right,Databricks SQL,150,150,2026-09-19T17:57:31.665Z,89448824332,3,Top movers,0.829 +right,Databricks SQL,150,150,2026-09-19T17:57:31.665Z,89448824332,4,Daily activity,1.319 +right,Databricks SQL,151,151,2026-09-19T18:07:31.665Z,90048962182,1,Single-symbol summary,1.43 +right,Databricks SQL,151,151,2026-09-19T18:07:31.665Z,90048962182,2,Watchlist summary,0.807 +right,Databricks SQL,151,151,2026-09-19T18:07:31.665Z,90048962182,3,Top movers,1.032 +right,Databricks SQL,151,151,2026-09-19T18:07:31.665Z,90048962182,4,Daily activity,1.01 +right,Databricks SQL,152,152,2026-09-19T18:17:31.665Z,90648973338,1,Single-symbol summary,1.873 +right,Databricks SQL,152,152,2026-09-19T18:17:31.665Z,90648973338,2,Watchlist summary,0.813 +right,Databricks SQL,152,152,2026-09-19T18:17:31.665Z,90648973338,3,Top movers,0.833 +right,Databricks SQL,152,152,2026-09-19T18:17:31.665Z,90648973338,4,Daily activity,0.853 +right,Databricks SQL,153,153,2026-09-19T18:27:31.665Z,91248923008,1,Single-symbol summary,1.106 +right,Databricks SQL,153,153,2026-09-19T18:27:31.665Z,91248923008,2,Watchlist summary,0.639 +right,Databricks SQL,153,153,2026-09-19T18:27:31.665Z,91248923008,3,Top movers,0.461 +right,Databricks SQL,153,153,2026-09-19T18:27:31.665Z,91248923008,4,Daily activity,0.476 +right,Databricks SQL,154,154,2026-09-19T18:37:31.665Z,91848815062,1,Single-symbol summary,1.378 +right,Databricks SQL,154,154,2026-09-19T18:37:31.665Z,91848815062,2,Watchlist summary,0.808 +right,Databricks SQL,154,154,2026-09-19T18:37:31.665Z,91848815062,3,Top movers,0.908 +right,Databricks SQL,154,154,2026-09-19T18:37:31.665Z,91848815062,4,Daily activity,0.914 +right,Databricks SQL,155,155,2026-09-19T18:47:31.665Z,92448977228,1,Single-symbol summary,1.219 +right,Databricks SQL,155,155,2026-09-19T18:47:31.665Z,92448977228,2,Watchlist summary,0.819 +right,Databricks SQL,155,155,2026-09-19T18:47:31.665Z,92448977228,3,Top movers,0.857 +right,Databricks SQL,155,155,2026-09-19T18:47:31.665Z,92448977228,4,Daily activity,0.975 +right,Databricks SQL,156,156,2026-09-19T18:57:31.665Z,93048998642,1,Single-symbol summary,1.24 +right,Databricks SQL,156,156,2026-09-19T18:57:31.665Z,93048998642,2,Watchlist summary,0.446 +right,Databricks SQL,156,156,2026-09-19T18:57:31.665Z,93048998642,3,Top movers,0.529 +right,Databricks SQL,156,156,2026-09-19T18:57:31.665Z,93048998642,4,Daily activity,0.537 +right,Databricks SQL,157,157,2026-09-19T19:07:31.665Z,93648850827,1,Single-symbol summary,1.329 +right,Databricks SQL,157,157,2026-09-19T19:07:31.665Z,93648850827,2,Watchlist summary,0.793 +right,Databricks SQL,157,157,2026-09-19T19:07:31.665Z,93648850827,3,Top movers,0.954 +right,Databricks SQL,157,157,2026-09-19T19:07:31.665Z,93648850827,4,Daily activity,0.987 +right,Databricks SQL,158,158,2026-09-19T19:17:31.665Z,94248956784,1,Single-symbol summary,1.614 +right,Databricks SQL,158,158,2026-09-19T19:17:31.665Z,94248956784,2,Watchlist summary,0.803 +right,Databricks SQL,158,158,2026-09-19T19:17:31.665Z,94248956784,3,Top movers,0.884 +right,Databricks SQL,158,158,2026-09-19T19:17:31.665Z,94248956784,4,Daily activity,1.397 +right,Databricks SQL,159,159,2026-09-19T19:27:31.665Z,94848829249,1,Single-symbol summary,1.907 +right,Databricks SQL,159,159,2026-09-19T19:27:31.665Z,94848829249,2,Watchlist summary,0.763 +right,Databricks SQL,159,159,2026-09-19T19:27:31.665Z,94848829249,3,Top movers,0.916 +right,Databricks SQL,159,159,2026-09-19T19:27:31.665Z,94848829249,4,Daily activity,1.187 +right,Databricks SQL,160,160,2026-09-19T19:37:31.665Z,95448942204,1,Single-symbol summary,1.608 +right,Databricks SQL,160,160,2026-09-19T19:37:31.665Z,95448942204,2,Watchlist summary,0.772 +right,Databricks SQL,160,160,2026-09-19T19:37:31.665Z,95448942204,3,Top movers,0.828 +right,Databricks SQL,160,160,2026-09-19T19:37:31.665Z,95448942204,4,Daily activity,0.845 +right,Databricks SQL,161,161,2026-09-19T19:47:31.665Z,96048966006,1,Single-symbol summary,1.479 +right,Databricks SQL,161,161,2026-09-19T19:47:31.665Z,96048966006,2,Watchlist summary,0.811 +right,Databricks SQL,161,161,2026-09-19T19:47:31.665Z,96048966006,3,Top movers,0.845 +right,Databricks SQL,161,161,2026-09-19T19:47:31.665Z,96048966006,4,Daily activity,0.908 +right,Databricks SQL,162,162,2026-09-19T19:57:31.665Z,96648893321,1,Single-symbol summary,0.98 +right,Databricks SQL,162,162,2026-09-19T19:57:31.665Z,96648893321,2,Watchlist summary,0.729 +right,Databricks SQL,162,162,2026-09-19T19:57:31.665Z,96648893321,3,Top movers,0.812 +right,Databricks SQL,162,162,2026-09-19T19:57:31.665Z,96648893321,4,Daily activity,1.651 +right,Databricks SQL,163,163,2026-09-19T20:07:31.665Z,97248931018,1,Single-symbol summary,1.229 +right,Databricks SQL,163,163,2026-09-19T20:07:31.665Z,97248931018,2,Watchlist summary,0.774 +right,Databricks SQL,163,163,2026-09-19T20:07:31.665Z,97248931018,3,Top movers,0.924 +right,Databricks SQL,163,163,2026-09-19T20:07:31.665Z,97248931018,4,Daily activity,0.876 +right,Databricks SQL,164,164,2026-09-19T20:17:31.665Z,97848875579,1,Single-symbol summary,1.48 +right,Databricks SQL,164,164,2026-09-19T20:17:31.665Z,97848875579,2,Watchlist summary,0.451 +right,Databricks SQL,164,164,2026-09-19T20:17:31.665Z,97848875579,3,Top movers,0.578 +right,Databricks SQL,164,164,2026-09-19T20:17:31.665Z,97848875579,4,Daily activity,0.447 +right,Databricks SQL,165,165,2026-09-19T20:27:31.665Z,98448826106,1,Single-symbol summary,1.827 +right,Databricks SQL,165,165,2026-09-19T20:27:31.665Z,98448826106,2,Watchlist summary,0.857 +right,Databricks SQL,165,165,2026-09-19T20:27:31.665Z,98448826106,3,Top movers,0.941 +right,Databricks SQL,165,165,2026-09-19T20:27:31.665Z,98448826106,4,Daily activity,0.988 +right,Databricks SQL,166,166,2026-09-19T20:37:31.665Z,99048919090,1,Single-symbol summary,1.274 +right,Databricks SQL,166,166,2026-09-19T20:37:31.665Z,99048919090,2,Watchlist summary,0.828 +right,Databricks SQL,166,166,2026-09-19T20:37:31.665Z,99048919090,3,Top movers,0.824 +right,Databricks SQL,166,166,2026-09-19T20:37:31.665Z,99048919090,4,Daily activity,1.01 +right,Databricks SQL,167,167,2026-09-19T20:47:31.665Z,99648972815,1,Single-symbol summary,0.724 +right,Databricks SQL,167,167,2026-09-19T20:47:31.665Z,99648972815,2,Watchlist summary,0.474 +right,Databricks SQL,167,167,2026-09-19T20:47:31.665Z,99648972815,3,Top movers,0.458 +right,Databricks SQL,167,167,2026-09-19T20:47:31.665Z,99648972815,4,Daily activity,0.451 diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks_summary.json b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks_summary.json new file mode 100644 index 0000000..7723e52 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks_summary.json @@ -0,0 +1,107 @@ +{ + "schema_version": 1, + "chart": "aggregate_query_latency_pairwise", + "layout": { + "variant": "default", + "figure_inches": [ + 12, + 7.4 + ], + "data_and_math_unchanged": true + }, + "selection": { + "max_rows_inclusive": 100000000000, + "smoothing": null, + "outliers_excluded": 0 + }, + "sources": { + "left": { + "path": "quotes/clickhouse-cloud/results_t2/mv/dashboard_20260808T065559Z.jsonl", + "sha256": "0fbfd6c089fc9e5ef4af88199db2bc08acc6f538a56d2be50a55a06d5765e960", + "load": { + "read": 286, + "selected": 192, + "zero_excluded": 1, + "above_cap_excluded": 93 + } + }, + "right": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl", + "sha256": "b97164940fed258796695511ce46356cffc7b2910d598f6936c5fdf0cee2add7", + "load": { + "read": 207, + "selected": 167, + "zero_excluded": 0, + "above_cap_excluded": 40 + } + }, + "left_cost": { + "path": "quotes/clickhouse-cloud/costs/out_t2/matched/databricks_serverless_20260918/dashboard.json", + "sha256": "ea8e835c58c9d7e99ab0f83d4b3ffa02bec292bb1edb004ae61c2bf4053c6387" + }, + "right_cost": { + "path": "quotes/databricks/costs/out/serverless_20260918/dashboard.json", + "sha256": "106aef7bcdcd275bd850e5171bcb18bff91670e59e670137020fe4079d5f1308" + } + }, + "reports": { + "left_q1": { + "observations": 192, + "median_sec": 0.01, + "maximum_sec": 0.111 + }, + "right_q1": { + "observations": 167, + "median_sec": 1.016, + "maximum_sec": 5.299 + }, + "left_q2": { + "observations": 192, + "median_sec": 0.013, + "maximum_sec": 0.104 + }, + "right_q2": { + "observations": 167, + "median_sec": 0.684, + "maximum_sec": 1.138 + }, + "left_q3": { + "observations": 192, + "median_sec": 0.014, + "maximum_sec": 0.045 + }, + "right_q3": { + "observations": 167, + "median_sec": 0.747, + "maximum_sec": 1.442 + }, + "left_q4": { + "observations": 192, + "median_sec": 0.012, + "maximum_sec": 0.043 + }, + "right_q4": { + "observations": 167, + "median_sec": 0.797, + "maximum_sec": 1.968 + } + }, + "matched_totals_ratios": { + "runtime_ratio": 59.46121024049651, + "cost_ratio": 104.02297539149887 + }, + "outputs": { + "png": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks.png", + "svg": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks.svg", + "csv": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks_data.csv" + }, + "databricks_contract": { + "runtime_source": "provider Query History total duration, compilation included, fetch excluded", + "raw_rows_source": "producer durability progress", + "cost_window": "189 dashboard / 32 drilldown accepted samples through their workload-specific H", + "plot_window": "own original timelines through 100B; plotted window differs from accumulated cost window", + "result_cache": "disabled; compact source evidence validated before cost generation", + "warehouse": "Serverless SQL X-Small, one cluster, eu-west-1", + "cost_model": "normalized runtime times public list compute rate" + } +} diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks_wide.png b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks_wide.png new file mode 100644 index 0000000..050e297 Binary files /dev/null and b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks_wide.png differ diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks_wide.svg b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks_wide.svg new file mode 100644 index 0000000..690c10f --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks_wide.svg @@ -0,0 +1,4314 @@ + + + + + + + + 2026-09-22T07:47:40.544393 + image/svg+xml + + + Matplotlib v3.10.9, https://matplotlib.org/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks_wide_data.csv b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks_wide_data.csv new file mode 100644 index 0000000..c2db18f --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks_wide_data.csv @@ -0,0 +1,1437 @@ +series,label,source_line,iteration,observed_at,raw_rows,query_number,query_name,latency_sec +left,ClickHouse Cloud,2,2,2026-08-08T07:05:59Z,724786266,1,Single-symbol summary,0.006 +left,ClickHouse Cloud,2,2,2026-08-08T07:05:59Z,724786266,2,Watchlist summary,0.005 +left,ClickHouse Cloud,2,2,2026-08-08T07:05:59Z,724786266,3,Top movers,0.006 +left,ClickHouse Cloud,2,2,2026-08-08T07:05:59Z,724786266,4,Daily activity,0.006 +left,ClickHouse Cloud,3,3,2026-08-08T07:15:59Z,1370669828,1,Single-symbol summary,0.041 +left,ClickHouse Cloud,3,3,2026-08-08T07:15:59Z,1370669828,2,Watchlist summary,0.007 +left,ClickHouse Cloud,3,3,2026-08-08T07:15:59Z,1370669828,3,Top movers,0.009 +left,ClickHouse Cloud,3,3,2026-08-08T07:15:59Z,1370669828,4,Daily activity,0.006 +left,ClickHouse Cloud,4,4,2026-08-08T07:25:59Z,1975682003,1,Single-symbol summary,0.006 +left,ClickHouse Cloud,4,4,2026-08-08T07:25:59Z,1975682003,2,Watchlist summary,0.033 +left,ClickHouse Cloud,4,4,2026-08-08T07:25:59Z,1975682003,3,Top movers,0.045 +left,ClickHouse Cloud,4,4,2026-08-08T07:25:59Z,1975682003,4,Daily activity,0.025 +left,ClickHouse Cloud,5,5,2026-08-08T07:35:59Z,2574084882,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,5,5,2026-08-08T07:35:59Z,2574084882,2,Watchlist summary,0.01 +left,ClickHouse Cloud,5,5,2026-08-08T07:35:59Z,2574084882,3,Top movers,0.011 +left,ClickHouse Cloud,5,5,2026-08-08T07:35:59Z,2574084882,4,Daily activity,0.008 +left,ClickHouse Cloud,6,6,2026-08-08T07:45:59Z,3146910669,1,Single-symbol summary,0.012 +left,ClickHouse Cloud,6,6,2026-08-08T07:45:59Z,3146910669,2,Watchlist summary,0.01 +left,ClickHouse Cloud,6,6,2026-08-08T07:45:59Z,3146910669,3,Top movers,0.011 +left,ClickHouse Cloud,6,6,2026-08-08T07:45:59Z,3146910669,4,Daily activity,0.008 +left,ClickHouse Cloud,7,7,2026-08-08T07:55:59Z,3738865972,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,7,7,2026-08-08T07:55:59Z,3738865972,2,Watchlist summary,0.009 +left,ClickHouse Cloud,7,7,2026-08-08T07:55:59Z,3738865972,3,Top movers,0.012 +left,ClickHouse Cloud,7,7,2026-08-08T07:55:59Z,3738865972,4,Daily activity,0.01 +left,ClickHouse Cloud,8,8,2026-08-08T08:05:59Z,4293755746,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,8,8,2026-08-08T08:05:59Z,4293755746,2,Watchlist summary,0.01 +left,ClickHouse Cloud,8,8,2026-08-08T08:05:59Z,4293755746,3,Top movers,0.012 +left,ClickHouse Cloud,8,8,2026-08-08T08:05:59Z,4293755746,4,Daily activity,0.009 +left,ClickHouse Cloud,9,9,2026-08-08T08:15:59Z,4891042750,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,9,9,2026-08-08T08:15:59Z,4891042750,2,Watchlist summary,0.008 +left,ClickHouse Cloud,9,9,2026-08-08T08:15:59Z,4891042750,3,Top movers,0.013 +left,ClickHouse Cloud,9,9,2026-08-08T08:15:59Z,4891042750,4,Daily activity,0.01 +left,ClickHouse Cloud,10,10,2026-08-08T08:25:59Z,5469535309,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,10,10,2026-08-08T08:25:59Z,5469535309,2,Watchlist summary,0.017 +left,ClickHouse Cloud,10,10,2026-08-08T08:25:59Z,5469535309,3,Top movers,0.014 +left,ClickHouse Cloud,10,10,2026-08-08T08:25:59Z,5469535309,4,Daily activity,0.011 +left,ClickHouse Cloud,11,11,2026-08-08T08:35:59Z,6010532017,1,Single-symbol summary,0.006 +left,ClickHouse Cloud,11,11,2026-08-08T08:35:59Z,6010532017,2,Watchlist summary,0.009 +left,ClickHouse Cloud,11,11,2026-08-08T08:35:59Z,6010532017,3,Top movers,0.013 +left,ClickHouse Cloud,11,11,2026-08-08T08:35:59Z,6010532017,4,Daily activity,0.011 +left,ClickHouse Cloud,12,12,2026-08-08T08:45:59Z,6539371357,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,12,12,2026-08-08T08:45:59Z,6539371357,2,Watchlist summary,0.01 +left,ClickHouse Cloud,12,12,2026-08-08T08:45:59Z,6539371357,3,Top movers,0.012 +left,ClickHouse Cloud,12,12,2026-08-08T08:45:59Z,6539371357,4,Daily activity,0.01 +left,ClickHouse Cloud,13,13,2026-08-08T08:55:59Z,7146131616,1,Single-symbol summary,0.006 +left,ClickHouse Cloud,13,13,2026-08-08T08:55:59Z,7146131616,2,Watchlist summary,0.009 +left,ClickHouse Cloud,13,13,2026-08-08T08:55:59Z,7146131616,3,Top movers,0.011 +left,ClickHouse Cloud,13,13,2026-08-08T08:55:59Z,7146131616,4,Daily activity,0.01 +left,ClickHouse Cloud,14,14,2026-08-08T09:05:59Z,7727462172,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,14,14,2026-08-08T09:05:59Z,7727462172,2,Watchlist summary,0.009 +left,ClickHouse Cloud,14,14,2026-08-08T09:05:59Z,7727462172,3,Top movers,0.013 +left,ClickHouse Cloud,14,14,2026-08-08T09:05:59Z,7727462172,4,Daily activity,0.01 +left,ClickHouse Cloud,15,15,2026-08-08T09:15:59Z,8305203448,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,15,15,2026-08-08T09:15:59Z,8305203448,2,Watchlist summary,0.013 +left,ClickHouse Cloud,15,15,2026-08-08T09:15:59Z,8305203448,3,Top movers,0.012 +left,ClickHouse Cloud,15,15,2026-08-08T09:15:59Z,8305203448,4,Daily activity,0.011 +left,ClickHouse Cloud,16,16,2026-08-08T09:25:59Z,8807164173,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,16,16,2026-08-08T09:25:59Z,8807164173,2,Watchlist summary,0.017 +left,ClickHouse Cloud,16,16,2026-08-08T09:25:59Z,8807164173,3,Top movers,0.012 +left,ClickHouse Cloud,16,16,2026-08-08T09:25:59Z,8807164173,4,Daily activity,0.01 +left,ClickHouse Cloud,17,17,2026-08-08T09:35:59Z,9395201523,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,17,17,2026-08-08T09:35:59Z,9395201523,2,Watchlist summary,0.011 +left,ClickHouse Cloud,17,17,2026-08-08T09:35:59Z,9395201523,3,Top movers,0.013 +left,ClickHouse Cloud,17,17,2026-08-08T09:35:59Z,9395201523,4,Daily activity,0.011 +left,ClickHouse Cloud,18,18,2026-08-08T09:45:59Z,9911918805,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,18,18,2026-08-08T09:45:59Z,9911918805,2,Watchlist summary,0.01 +left,ClickHouse Cloud,18,18,2026-08-08T09:45:59Z,9911918805,3,Top movers,0.012 +left,ClickHouse Cloud,18,18,2026-08-08T09:45:59Z,9911918805,4,Daily activity,0.011 +left,ClickHouse Cloud,19,19,2026-08-08T09:55:59Z,10448957290,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,19,19,2026-08-08T09:55:59Z,10448957290,2,Watchlist summary,0.011 +left,ClickHouse Cloud,19,19,2026-08-08T09:55:59Z,10448957290,3,Top movers,0.013 +left,ClickHouse Cloud,19,19,2026-08-08T09:55:59Z,10448957290,4,Daily activity,0.011 +left,ClickHouse Cloud,20,20,2026-08-08T10:05:59Z,10999409964,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,20,20,2026-08-08T10:05:59Z,10999409964,2,Watchlist summary,0.011 +left,ClickHouse Cloud,20,20,2026-08-08T10:05:59Z,10999409964,3,Top movers,0.013 +left,ClickHouse Cloud,20,20,2026-08-08T10:05:59Z,10999409964,4,Daily activity,0.01 +left,ClickHouse Cloud,21,21,2026-08-08T10:15:59Z,11495758638,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,21,21,2026-08-08T10:15:59Z,11495758638,2,Watchlist summary,0.015 +left,ClickHouse Cloud,21,21,2026-08-08T10:15:59Z,11495758638,3,Top movers,0.011 +left,ClickHouse Cloud,21,21,2026-08-08T10:15:59Z,11495758638,4,Daily activity,0.011 +left,ClickHouse Cloud,22,22,2026-08-08T10:25:59Z,12058435469,1,Single-symbol summary,0.012 +left,ClickHouse Cloud,22,22,2026-08-08T10:25:59Z,12058435469,2,Watchlist summary,0.01 +left,ClickHouse Cloud,22,22,2026-08-08T10:25:59Z,12058435469,3,Top movers,0.012 +left,ClickHouse Cloud,22,22,2026-08-08T10:25:59Z,12058435469,4,Daily activity,0.01 +left,ClickHouse Cloud,23,23,2026-08-08T10:35:59Z,12574526062,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,23,23,2026-08-08T10:35:59Z,12574526062,2,Watchlist summary,0.01 +left,ClickHouse Cloud,23,23,2026-08-08T10:35:59Z,12574526062,3,Top movers,0.013 +left,ClickHouse Cloud,23,23,2026-08-08T10:35:59Z,12574526062,4,Daily activity,0.011 +left,ClickHouse Cloud,24,24,2026-08-08T10:45:59Z,13130688854,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,24,24,2026-08-08T10:45:59Z,13130688854,2,Watchlist summary,0.015 +left,ClickHouse Cloud,24,24,2026-08-08T10:45:59Z,13130688854,3,Top movers,0.013 +left,ClickHouse Cloud,24,24,2026-08-08T10:45:59Z,13130688854,4,Daily activity,0.011 +left,ClickHouse Cloud,25,25,2026-08-08T10:55:59Z,13690901348,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,25,25,2026-08-08T10:55:59Z,13690901348,2,Watchlist summary,0.016 +left,ClickHouse Cloud,25,25,2026-08-08T10:55:59Z,13690901348,3,Top movers,0.014 +left,ClickHouse Cloud,25,25,2026-08-08T10:55:59Z,13690901348,4,Daily activity,0.011 +left,ClickHouse Cloud,26,26,2026-08-08T11:05:59Z,14280804947,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,26,26,2026-08-08T11:05:59Z,14280804947,2,Watchlist summary,0.016 +left,ClickHouse Cloud,26,26,2026-08-08T11:05:59Z,14280804947,3,Top movers,0.014 +left,ClickHouse Cloud,26,26,2026-08-08T11:05:59Z,14280804947,4,Daily activity,0.012 +left,ClickHouse Cloud,27,27,2026-08-08T11:15:59Z,14876856126,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,27,27,2026-08-08T11:15:59Z,14876856126,2,Watchlist summary,0.011 +left,ClickHouse Cloud,27,27,2026-08-08T11:15:59Z,14876856126,3,Top movers,0.013 +left,ClickHouse Cloud,27,27,2026-08-08T11:15:59Z,14876856126,4,Daily activity,0.01 +left,ClickHouse Cloud,28,28,2026-08-08T11:25:59Z,15470256866,1,Single-symbol summary,0.087 +left,ClickHouse Cloud,28,28,2026-08-08T11:25:59Z,15470256866,2,Watchlist summary,0.08 +left,ClickHouse Cloud,28,28,2026-08-08T11:25:59Z,15470256866,3,Top movers,0.011 +left,ClickHouse Cloud,28,28,2026-08-08T11:25:59Z,15470256866,4,Daily activity,0.01 +left,ClickHouse Cloud,29,29,2026-08-08T11:35:59Z,16058779354,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,29,29,2026-08-08T11:35:59Z,16058779354,2,Watchlist summary,0.011 +left,ClickHouse Cloud,29,29,2026-08-08T11:35:59Z,16058779354,3,Top movers,0.011 +left,ClickHouse Cloud,29,29,2026-08-08T11:35:59Z,16058779354,4,Daily activity,0.01 +left,ClickHouse Cloud,30,30,2026-08-08T11:45:59Z,16604006353,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,30,30,2026-08-08T11:45:59Z,16604006353,2,Watchlist summary,0.01 +left,ClickHouse Cloud,30,30,2026-08-08T11:45:59Z,16604006353,3,Top movers,0.011 +left,ClickHouse Cloud,30,30,2026-08-08T11:45:59Z,16604006353,4,Daily activity,0.01 +left,ClickHouse Cloud,31,31,2026-08-08T11:55:59Z,17204550973,1,Single-symbol summary,0.006 +left,ClickHouse Cloud,31,31,2026-08-08T11:55:59Z,17204550973,2,Watchlist summary,0.013 +left,ClickHouse Cloud,31,31,2026-08-08T11:55:59Z,17204550973,3,Top movers,0.011 +left,ClickHouse Cloud,31,31,2026-08-08T11:55:59Z,17204550973,4,Daily activity,0.01 +left,ClickHouse Cloud,32,32,2026-08-08T12:05:59Z,17758468213,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,32,32,2026-08-08T12:05:59Z,17758468213,2,Watchlist summary,0.011 +left,ClickHouse Cloud,32,32,2026-08-08T12:05:59Z,17758468213,3,Top movers,0.011 +left,ClickHouse Cloud,32,32,2026-08-08T12:05:59Z,17758468213,4,Daily activity,0.014 +left,ClickHouse Cloud,33,33,2026-08-08T12:15:59Z,18360002425,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,33,33,2026-08-08T12:15:59Z,18360002425,2,Watchlist summary,0.01 +left,ClickHouse Cloud,33,33,2026-08-08T12:15:59Z,18360002425,3,Top movers,0.012 +left,ClickHouse Cloud,33,33,2026-08-08T12:15:59Z,18360002425,4,Daily activity,0.011 +left,ClickHouse Cloud,34,34,2026-08-08T12:25:59Z,18930505218,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,34,34,2026-08-08T12:25:59Z,18930505218,2,Watchlist summary,0.011 +left,ClickHouse Cloud,34,34,2026-08-08T12:25:59Z,18930505218,3,Top movers,0.012 +left,ClickHouse Cloud,34,34,2026-08-08T12:25:59Z,18930505218,4,Daily activity,0.01 +left,ClickHouse Cloud,35,35,2026-08-08T12:35:59Z,19498533079,1,Single-symbol summary,0.012 +left,ClickHouse Cloud,35,35,2026-08-08T12:35:59Z,19498533079,2,Watchlist summary,0.016 +left,ClickHouse Cloud,35,35,2026-08-08T12:35:59Z,19498533079,3,Top movers,0.013 +left,ClickHouse Cloud,35,35,2026-08-08T12:35:59Z,19498533079,4,Daily activity,0.011 +left,ClickHouse Cloud,36,36,2026-08-08T12:45:59Z,20030972521,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,36,36,2026-08-08T12:45:59Z,20030972521,2,Watchlist summary,0.104 +left,ClickHouse Cloud,36,36,2026-08-08T12:45:59Z,20030972521,3,Top movers,0.014 +left,ClickHouse Cloud,36,36,2026-08-08T12:45:59Z,20030972521,4,Daily activity,0.011 +left,ClickHouse Cloud,37,37,2026-08-08T12:55:59Z,20598954386,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,37,37,2026-08-08T12:55:59Z,20598954386,2,Watchlist summary,0.015 +left,ClickHouse Cloud,37,37,2026-08-08T12:55:59Z,20598954386,3,Top movers,0.015 +left,ClickHouse Cloud,37,37,2026-08-08T12:55:59Z,20598954386,4,Daily activity,0.012 +left,ClickHouse Cloud,38,38,2026-08-08T13:05:59Z,21177624388,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,38,38,2026-08-08T13:05:59Z,21177624388,2,Watchlist summary,0.011 +left,ClickHouse Cloud,38,38,2026-08-08T13:05:59Z,21177624388,3,Top movers,0.015 +left,ClickHouse Cloud,38,38,2026-08-08T13:05:59Z,21177624388,4,Daily activity,0.011 +left,ClickHouse Cloud,39,39,2026-08-08T13:15:59Z,21690449123,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,39,39,2026-08-08T13:15:59Z,21690449123,2,Watchlist summary,0.011 +left,ClickHouse Cloud,39,39,2026-08-08T13:15:59Z,21690449123,3,Top movers,0.014 +left,ClickHouse Cloud,39,39,2026-08-08T13:15:59Z,21690449123,4,Daily activity,0.011 +left,ClickHouse Cloud,40,40,2026-08-08T13:25:59Z,22225814642,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,40,40,2026-08-08T13:25:59Z,22225814642,2,Watchlist summary,0.015 +left,ClickHouse Cloud,40,40,2026-08-08T13:25:59Z,22225814642,3,Top movers,0.012 +left,ClickHouse Cloud,40,40,2026-08-08T13:25:59Z,22225814642,4,Daily activity,0.011 +left,ClickHouse Cloud,41,41,2026-08-08T13:35:59Z,22769842666,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,41,41,2026-08-08T13:35:59Z,22769842666,2,Watchlist summary,0.011 +left,ClickHouse Cloud,41,41,2026-08-08T13:35:59Z,22769842666,3,Top movers,0.013 +left,ClickHouse Cloud,41,41,2026-08-08T13:35:59Z,22769842666,4,Daily activity,0.011 +left,ClickHouse Cloud,42,42,2026-08-08T13:45:59Z,23288685490,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,42,42,2026-08-08T13:45:59Z,23288685490,2,Watchlist summary,0.011 +left,ClickHouse Cloud,42,42,2026-08-08T13:45:59Z,23288685490,3,Top movers,0.012 +left,ClickHouse Cloud,42,42,2026-08-08T13:45:59Z,23288685490,4,Daily activity,0.011 +left,ClickHouse Cloud,43,43,2026-08-08T13:55:59Z,23844225514,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,43,43,2026-08-08T13:55:59Z,23844225514,2,Watchlist summary,0.011 +left,ClickHouse Cloud,43,43,2026-08-08T13:55:59Z,23844225514,3,Top movers,0.012 +left,ClickHouse Cloud,43,43,2026-08-08T13:55:59Z,23844225514,4,Daily activity,0.01 +left,ClickHouse Cloud,44,44,2026-08-08T14:05:59Z,24360433073,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,44,44,2026-08-08T14:05:59Z,24360433073,2,Watchlist summary,0.011 +left,ClickHouse Cloud,44,44,2026-08-08T14:05:59Z,24360433073,3,Top movers,0.012 +left,ClickHouse Cloud,44,44,2026-08-08T14:05:59Z,24360433073,4,Daily activity,0.011 +left,ClickHouse Cloud,45,45,2026-08-08T14:15:59Z,24937313823,1,Single-symbol summary,0.012 +left,ClickHouse Cloud,45,45,2026-08-08T14:15:59Z,24937313823,2,Watchlist summary,0.015 +left,ClickHouse Cloud,45,45,2026-08-08T14:15:59Z,24937313823,3,Top movers,0.011 +left,ClickHouse Cloud,45,45,2026-08-08T14:15:59Z,24937313823,4,Daily activity,0.01 +left,ClickHouse Cloud,46,46,2026-08-08T14:25:59Z,25492435118,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,46,46,2026-08-08T14:25:59Z,25492435118,2,Watchlist summary,0.011 +left,ClickHouse Cloud,46,46,2026-08-08T14:25:59Z,25492435118,3,Top movers,0.013 +left,ClickHouse Cloud,46,46,2026-08-08T14:25:59Z,25492435118,4,Daily activity,0.011 +left,ClickHouse Cloud,47,47,2026-08-08T14:35:59Z,26047358918,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,47,47,2026-08-08T14:35:59Z,26047358918,2,Watchlist summary,0.011 +left,ClickHouse Cloud,47,47,2026-08-08T14:35:59Z,26047358918,3,Top movers,0.012 +left,ClickHouse Cloud,47,47,2026-08-08T14:35:59Z,26047358918,4,Daily activity,0.01 +left,ClickHouse Cloud,48,48,2026-08-08T14:45:59Z,26583320264,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,48,48,2026-08-08T14:45:59Z,26583320264,2,Watchlist summary,0.014 +left,ClickHouse Cloud,48,48,2026-08-08T14:45:59Z,26583320264,3,Top movers,0.012 +left,ClickHouse Cloud,48,48,2026-08-08T14:45:59Z,26583320264,4,Daily activity,0.01 +left,ClickHouse Cloud,49,49,2026-08-08T14:55:59Z,27117466999,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,49,49,2026-08-08T14:55:59Z,27117466999,2,Watchlist summary,0.019 +left,ClickHouse Cloud,49,49,2026-08-08T14:55:59Z,27117466999,3,Top movers,0.012 +left,ClickHouse Cloud,49,49,2026-08-08T14:55:59Z,27117466999,4,Daily activity,0.011 +left,ClickHouse Cloud,50,50,2026-08-08T15:05:59Z,27681375912,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,50,50,2026-08-08T15:05:59Z,27681375912,2,Watchlist summary,0.012 +left,ClickHouse Cloud,50,50,2026-08-08T15:05:59Z,27681375912,3,Top movers,0.013 +left,ClickHouse Cloud,50,50,2026-08-08T15:05:59Z,27681375912,4,Daily activity,0.011 +left,ClickHouse Cloud,51,51,2026-08-08T15:15:59Z,28239125449,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,51,51,2026-08-08T15:15:59Z,28239125449,2,Watchlist summary,0.011 +left,ClickHouse Cloud,51,51,2026-08-08T15:15:59Z,28239125449,3,Top movers,0.012 +left,ClickHouse Cloud,51,51,2026-08-08T15:15:59Z,28239125449,4,Daily activity,0.011 +left,ClickHouse Cloud,52,52,2026-08-08T15:25:59Z,28773516979,1,Single-symbol summary,0.111 +left,ClickHouse Cloud,52,52,2026-08-08T15:25:59Z,28773516979,2,Watchlist summary,0.09 +left,ClickHouse Cloud,52,52,2026-08-08T15:25:59Z,28773516979,3,Top movers,0.011 +left,ClickHouse Cloud,52,52,2026-08-08T15:25:59Z,28773516979,4,Daily activity,0.043 +left,ClickHouse Cloud,53,53,2026-08-08T15:35:59Z,29346127706,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,53,53,2026-08-08T15:35:59Z,29346127706,2,Watchlist summary,0.012 +left,ClickHouse Cloud,53,53,2026-08-08T15:35:59Z,29346127706,3,Top movers,0.011 +left,ClickHouse Cloud,53,53,2026-08-08T15:35:59Z,29346127706,4,Daily activity,0.01 +left,ClickHouse Cloud,54,54,2026-08-08T15:45:59Z,29890137150,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,54,54,2026-08-08T15:45:59Z,29890137150,2,Watchlist summary,0.012 +left,ClickHouse Cloud,54,54,2026-08-08T15:45:59Z,29890137150,3,Top movers,0.011 +left,ClickHouse Cloud,54,54,2026-08-08T15:45:59Z,29890137150,4,Daily activity,0.01 +left,ClickHouse Cloud,55,55,2026-08-08T15:55:59Z,30465667350,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,55,55,2026-08-08T15:55:59Z,30465667350,2,Watchlist summary,0.013 +left,ClickHouse Cloud,55,55,2026-08-08T15:55:59Z,30465667350,3,Top movers,0.011 +left,ClickHouse Cloud,55,55,2026-08-08T15:55:59Z,30465667350,4,Daily activity,0.01 +left,ClickHouse Cloud,56,56,2026-08-08T16:05:59Z,31018228497,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,56,56,2026-08-08T16:05:59Z,31018228497,2,Watchlist summary,0.011 +left,ClickHouse Cloud,56,56,2026-08-08T16:05:59Z,31018228497,3,Top movers,0.011 +left,ClickHouse Cloud,56,56,2026-08-08T16:05:59Z,31018228497,4,Daily activity,0.011 +left,ClickHouse Cloud,57,57,2026-08-08T16:15:59Z,31588088259,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,57,57,2026-08-08T16:15:59Z,31588088259,2,Watchlist summary,0.011 +left,ClickHouse Cloud,57,57,2026-08-08T16:15:59Z,31588088259,3,Top movers,0.012 +left,ClickHouse Cloud,57,57,2026-08-08T16:15:59Z,31588088259,4,Daily activity,0.011 +left,ClickHouse Cloud,58,58,2026-08-08T16:25:59Z,32144496083,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,58,58,2026-08-08T16:25:59Z,32144496083,2,Watchlist summary,0.012 +left,ClickHouse Cloud,58,58,2026-08-08T16:25:59Z,32144496083,3,Top movers,0.013 +left,ClickHouse Cloud,58,58,2026-08-08T16:25:59Z,32144496083,4,Daily activity,0.011 +left,ClickHouse Cloud,59,59,2026-08-08T16:35:59Z,32651953244,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,59,59,2026-08-08T16:35:59Z,32651953244,2,Watchlist summary,0.014 +left,ClickHouse Cloud,59,59,2026-08-08T16:35:59Z,32651953244,3,Top movers,0.014 +left,ClickHouse Cloud,59,59,2026-08-08T16:35:59Z,32651953244,4,Daily activity,0.011 +left,ClickHouse Cloud,60,60,2026-08-08T16:45:59Z,33183996050,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,60,60,2026-08-08T16:45:59Z,33183996050,2,Watchlist summary,0.016 +left,ClickHouse Cloud,60,60,2026-08-08T16:45:59Z,33183996050,3,Top movers,0.013 +left,ClickHouse Cloud,60,60,2026-08-08T16:45:59Z,33183996050,4,Daily activity,0.013 +left,ClickHouse Cloud,61,61,2026-08-08T16:55:59Z,33748476003,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,61,61,2026-08-08T16:55:59Z,33748476003,2,Watchlist summary,0.012 +left,ClickHouse Cloud,61,61,2026-08-08T16:55:59Z,33748476003,3,Top movers,0.014 +left,ClickHouse Cloud,61,61,2026-08-08T16:55:59Z,33748476003,4,Daily activity,0.012 +left,ClickHouse Cloud,62,62,2026-08-08T17:05:59Z,34249264401,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,62,62,2026-08-08T17:05:59Z,34249264401,2,Watchlist summary,0.012 +left,ClickHouse Cloud,62,62,2026-08-08T17:05:59Z,34249264401,3,Top movers,0.013 +left,ClickHouse Cloud,62,62,2026-08-08T17:05:59Z,34249264401,4,Daily activity,0.011 +left,ClickHouse Cloud,63,63,2026-08-08T17:15:59Z,34764613132,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,63,63,2026-08-08T17:15:59Z,34764613132,2,Watchlist summary,0.012 +left,ClickHouse Cloud,63,63,2026-08-08T17:15:59Z,34764613132,3,Top movers,0.012 +left,ClickHouse Cloud,63,63,2026-08-08T17:15:59Z,34764613132,4,Daily activity,0.011 +left,ClickHouse Cloud,64,64,2026-08-08T17:25:59Z,35300178406,1,Single-symbol summary,0.012 +left,ClickHouse Cloud,64,64,2026-08-08T17:25:59Z,35300178406,2,Watchlist summary,0.012 +left,ClickHouse Cloud,64,64,2026-08-08T17:25:59Z,35300178406,3,Top movers,0.013 +left,ClickHouse Cloud,64,64,2026-08-08T17:25:59Z,35300178406,4,Daily activity,0.011 +left,ClickHouse Cloud,65,65,2026-08-08T17:35:59Z,35804053385,1,Single-symbol summary,0.009 +left,ClickHouse Cloud,65,65,2026-08-08T17:35:59Z,35804053385,2,Watchlist summary,0.012 +left,ClickHouse Cloud,65,65,2026-08-08T17:35:59Z,35804053385,3,Top movers,0.013 +left,ClickHouse Cloud,65,65,2026-08-08T17:35:59Z,35804053385,4,Daily activity,0.017 +left,ClickHouse Cloud,66,66,2026-08-08T17:45:59Z,36352821706,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,66,66,2026-08-08T17:45:59Z,36352821706,2,Watchlist summary,0.011 +left,ClickHouse Cloud,66,66,2026-08-08T17:45:59Z,36352821706,3,Top movers,0.013 +left,ClickHouse Cloud,66,66,2026-08-08T17:45:59Z,36352821706,4,Daily activity,0.011 +left,ClickHouse Cloud,67,67,2026-08-08T17:55:59Z,36850964650,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,67,67,2026-08-08T17:55:59Z,36850964650,2,Watchlist summary,0.012 +left,ClickHouse Cloud,67,67,2026-08-08T17:55:59Z,36850964650,3,Top movers,0.014 +left,ClickHouse Cloud,67,67,2026-08-08T17:55:59Z,36850964650,4,Daily activity,0.011 +left,ClickHouse Cloud,68,68,2026-08-08T18:05:59Z,37331880801,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,68,68,2026-08-08T18:05:59Z,37331880801,2,Watchlist summary,0.015 +left,ClickHouse Cloud,68,68,2026-08-08T18:05:59Z,37331880801,3,Top movers,0.012 +left,ClickHouse Cloud,68,68,2026-08-08T18:05:59Z,37331880801,4,Daily activity,0.011 +left,ClickHouse Cloud,69,69,2026-08-08T18:15:59Z,37851506740,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,69,69,2026-08-08T18:15:59Z,37851506740,2,Watchlist summary,0.012 +left,ClickHouse Cloud,69,69,2026-08-08T18:15:59Z,37851506740,3,Top movers,0.012 +left,ClickHouse Cloud,69,69,2026-08-08T18:15:59Z,37851506740,4,Daily activity,0.011 +left,ClickHouse Cloud,70,70,2026-08-08T18:25:59Z,38333894855,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,70,70,2026-08-08T18:25:59Z,38333894855,2,Watchlist summary,0.012 +left,ClickHouse Cloud,70,70,2026-08-08T18:25:59Z,38333894855,3,Top movers,0.012 +left,ClickHouse Cloud,70,70,2026-08-08T18:25:59Z,38333894855,4,Daily activity,0.011 +left,ClickHouse Cloud,71,71,2026-08-08T18:35:59Z,38903981063,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,71,71,2026-08-08T18:35:59Z,38903981063,2,Watchlist summary,0.012 +left,ClickHouse Cloud,71,71,2026-08-08T18:35:59Z,38903981063,3,Top movers,0.014 +left,ClickHouse Cloud,71,71,2026-08-08T18:35:59Z,38903981063,4,Daily activity,0.011 +left,ClickHouse Cloud,72,72,2026-08-08T18:45:59Z,39403630784,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,72,72,2026-08-08T18:45:59Z,39403630784,2,Watchlist summary,0.016 +left,ClickHouse Cloud,72,72,2026-08-08T18:45:59Z,39403630784,3,Top movers,0.014 +left,ClickHouse Cloud,72,72,2026-08-08T18:45:59Z,39403630784,4,Daily activity,0.011 +left,ClickHouse Cloud,73,73,2026-08-08T18:55:59Z,39938729827,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,73,73,2026-08-08T18:55:59Z,39938729827,2,Watchlist summary,0.012 +left,ClickHouse Cloud,73,73,2026-08-08T18:55:59Z,39938729827,3,Top movers,0.012 +left,ClickHouse Cloud,73,73,2026-08-08T18:55:59Z,39938729827,4,Daily activity,0.011 +left,ClickHouse Cloud,74,74,2026-08-08T19:05:59Z,40455322866,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,74,74,2026-08-08T19:05:59Z,40455322866,2,Watchlist summary,0.012 +left,ClickHouse Cloud,74,74,2026-08-08T19:05:59Z,40455322866,3,Top movers,0.013 +left,ClickHouse Cloud,74,74,2026-08-08T19:05:59Z,40455322866,4,Daily activity,0.011 +left,ClickHouse Cloud,75,75,2026-08-08T19:15:59Z,40983472025,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,75,75,2026-08-08T19:15:59Z,40983472025,2,Watchlist summary,0.016 +left,ClickHouse Cloud,75,75,2026-08-08T19:15:59Z,40983472025,3,Top movers,0.014 +left,ClickHouse Cloud,75,75,2026-08-08T19:15:59Z,40983472025,4,Daily activity,0.011 +left,ClickHouse Cloud,76,76,2026-08-08T19:25:59Z,41461994932,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,76,76,2026-08-08T19:25:59Z,41461994932,2,Watchlist summary,0.016 +left,ClickHouse Cloud,76,76,2026-08-08T19:25:59Z,41461994932,3,Top movers,0.014 +left,ClickHouse Cloud,76,76,2026-08-08T19:25:59Z,41461994932,4,Daily activity,0.011 +left,ClickHouse Cloud,77,77,2026-08-08T19:35:59Z,41986954384,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,77,77,2026-08-08T19:35:59Z,41986954384,2,Watchlist summary,0.013 +left,ClickHouse Cloud,77,77,2026-08-08T19:35:59Z,41986954384,3,Top movers,0.016 +left,ClickHouse Cloud,77,77,2026-08-08T19:35:59Z,41986954384,4,Daily activity,0.012 +left,ClickHouse Cloud,78,78,2026-08-08T19:45:59Z,42504704257,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,78,78,2026-08-08T19:45:59Z,42504704257,2,Watchlist summary,0.013 +left,ClickHouse Cloud,78,78,2026-08-08T19:45:59Z,42504704257,3,Top movers,0.014 +left,ClickHouse Cloud,78,78,2026-08-08T19:45:59Z,42504704257,4,Daily activity,0.011 +left,ClickHouse Cloud,79,79,2026-08-08T19:55:59Z,43037353870,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,79,79,2026-08-08T19:55:59Z,43037353870,2,Watchlist summary,0.012 +left,ClickHouse Cloud,79,79,2026-08-08T19:55:59Z,43037353870,3,Top movers,0.014 +left,ClickHouse Cloud,79,79,2026-08-08T19:55:59Z,43037353870,4,Daily activity,0.011 +left,ClickHouse Cloud,80,80,2026-08-08T20:05:59Z,43568180819,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,80,80,2026-08-08T20:05:59Z,43568180819,2,Watchlist summary,0.017 +left,ClickHouse Cloud,80,80,2026-08-08T20:05:59Z,43568180819,3,Top movers,0.013 +left,ClickHouse Cloud,80,80,2026-08-08T20:05:59Z,43568180819,4,Daily activity,0.011 +left,ClickHouse Cloud,81,81,2026-08-08T20:15:59Z,44075896295,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,81,81,2026-08-08T20:15:59Z,44075896295,2,Watchlist summary,0.013 +left,ClickHouse Cloud,81,81,2026-08-08T20:15:59Z,44075896295,3,Top movers,0.015 +left,ClickHouse Cloud,81,81,2026-08-08T20:15:59Z,44075896295,4,Daily activity,0.012 +left,ClickHouse Cloud,82,82,2026-08-08T20:25:59Z,44585275116,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,82,82,2026-08-08T20:25:59Z,44585275116,2,Watchlist summary,0.017 +left,ClickHouse Cloud,82,82,2026-08-08T20:25:59Z,44585275116,3,Top movers,0.014 +left,ClickHouse Cloud,82,82,2026-08-08T20:25:59Z,44585275116,4,Daily activity,0.011 +left,ClickHouse Cloud,83,83,2026-08-08T20:35:59Z,45119401562,1,Single-symbol summary,0.017 +left,ClickHouse Cloud,83,83,2026-08-08T20:35:59Z,45119401562,2,Watchlist summary,0.025 +left,ClickHouse Cloud,83,83,2026-08-08T20:35:59Z,45119401562,3,Top movers,0.013 +left,ClickHouse Cloud,83,83,2026-08-08T20:35:59Z,45119401562,4,Daily activity,0.012 +left,ClickHouse Cloud,84,84,2026-08-08T20:45:59Z,45608868518,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,84,84,2026-08-08T20:45:59Z,45608868518,2,Watchlist summary,0.012 +left,ClickHouse Cloud,84,84,2026-08-08T20:45:59Z,45608868518,3,Top movers,0.012 +left,ClickHouse Cloud,84,84,2026-08-08T20:45:59Z,45608868518,4,Daily activity,0.011 +left,ClickHouse Cloud,85,85,2026-08-08T20:55:59Z,46108257326,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,85,85,2026-08-08T20:55:59Z,46108257326,2,Watchlist summary,0.012 +left,ClickHouse Cloud,85,85,2026-08-08T20:55:59Z,46108257326,3,Top movers,0.013 +left,ClickHouse Cloud,85,85,2026-08-08T20:55:59Z,46108257326,4,Daily activity,0.011 +left,ClickHouse Cloud,86,86,2026-08-08T21:05:59Z,46607144697,1,Single-symbol summary,0.009 +left,ClickHouse Cloud,86,86,2026-08-08T21:05:59Z,46607144697,2,Watchlist summary,0.012 +left,ClickHouse Cloud,86,86,2026-08-08T21:05:59Z,46607144697,3,Top movers,0.013 +left,ClickHouse Cloud,86,86,2026-08-08T21:05:59Z,46607144697,4,Daily activity,0.011 +left,ClickHouse Cloud,87,87,2026-08-08T21:15:59Z,47127220430,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,87,87,2026-08-08T21:15:59Z,47127220430,2,Watchlist summary,0.013 +left,ClickHouse Cloud,87,87,2026-08-08T21:15:59Z,47127220430,3,Top movers,0.013 +left,ClickHouse Cloud,87,87,2026-08-08T21:15:59Z,47127220430,4,Daily activity,0.012 +left,ClickHouse Cloud,88,88,2026-08-08T21:25:59Z,47630286458,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,88,88,2026-08-08T21:25:59Z,47630286458,2,Watchlist summary,0.013 +left,ClickHouse Cloud,88,88,2026-08-08T21:25:59Z,47630286458,3,Top movers,0.014 +left,ClickHouse Cloud,88,88,2026-08-08T21:25:59Z,47630286458,4,Daily activity,0.013 +left,ClickHouse Cloud,89,89,2026-08-08T21:35:59Z,48152769396,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,89,89,2026-08-08T21:35:59Z,48152769396,2,Watchlist summary,0.014 +left,ClickHouse Cloud,89,89,2026-08-08T21:35:59Z,48152769396,3,Top movers,0.014 +left,ClickHouse Cloud,89,89,2026-08-08T21:35:59Z,48152769396,4,Daily activity,0.017 +left,ClickHouse Cloud,90,90,2026-08-08T21:45:59Z,48651039753,1,Single-symbol summary,0.017 +left,ClickHouse Cloud,90,90,2026-08-08T21:45:59Z,48651039753,2,Watchlist summary,0.013 +left,ClickHouse Cloud,90,90,2026-08-08T21:45:59Z,48651039753,3,Top movers,0.015 +left,ClickHouse Cloud,90,90,2026-08-08T21:45:59Z,48651039753,4,Daily activity,0.011 +left,ClickHouse Cloud,91,91,2026-08-08T21:55:59Z,49173608481,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,91,91,2026-08-08T21:55:59Z,49173608481,2,Watchlist summary,0.012 +left,ClickHouse Cloud,91,91,2026-08-08T21:55:59Z,49173608481,3,Top movers,0.014 +left,ClickHouse Cloud,91,91,2026-08-08T21:55:59Z,49173608481,4,Daily activity,0.013 +left,ClickHouse Cloud,92,92,2026-08-08T22:05:59Z,49691385785,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,92,92,2026-08-08T22:05:59Z,49691385785,2,Watchlist summary,0.015 +left,ClickHouse Cloud,92,92,2026-08-08T22:05:59Z,49691385785,3,Top movers,0.016 +left,ClickHouse Cloud,92,92,2026-08-08T22:05:59Z,49691385785,4,Daily activity,0.011 +left,ClickHouse Cloud,93,93,2026-08-08T22:15:59Z,50238320035,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,93,93,2026-08-08T22:15:59Z,50238320035,2,Watchlist summary,0.012 +left,ClickHouse Cloud,93,93,2026-08-08T22:15:59Z,50238320035,3,Top movers,0.017 +left,ClickHouse Cloud,93,93,2026-08-08T22:15:59Z,50238320035,4,Daily activity,0.012 +left,ClickHouse Cloud,94,94,2026-08-08T22:25:59Z,50788829774,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,94,94,2026-08-08T22:25:59Z,50788829774,2,Watchlist summary,0.012 +left,ClickHouse Cloud,94,94,2026-08-08T22:25:59Z,50788829774,3,Top movers,0.014 +left,ClickHouse Cloud,94,94,2026-08-08T22:25:59Z,50788829774,4,Daily activity,0.013 +left,ClickHouse Cloud,95,95,2026-08-08T22:35:59Z,51325118756,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,95,95,2026-08-08T22:35:59Z,51325118756,2,Watchlist summary,0.012 +left,ClickHouse Cloud,95,95,2026-08-08T22:35:59Z,51325118756,3,Top movers,0.015 +left,ClickHouse Cloud,95,95,2026-08-08T22:35:59Z,51325118756,4,Daily activity,0.013 +left,ClickHouse Cloud,96,96,2026-08-08T22:45:59Z,51886771408,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,96,96,2026-08-08T22:45:59Z,51886771408,2,Watchlist summary,0.013 +left,ClickHouse Cloud,96,96,2026-08-08T22:45:59Z,51886771408,3,Top movers,0.014 +left,ClickHouse Cloud,96,96,2026-08-08T22:45:59Z,51886771408,4,Daily activity,0.012 +left,ClickHouse Cloud,97,97,2026-08-08T22:55:59Z,52441318029,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,97,97,2026-08-08T22:55:59Z,52441318029,2,Watchlist summary,0.017 +left,ClickHouse Cloud,97,97,2026-08-08T22:55:59Z,52441318029,3,Top movers,0.013 +left,ClickHouse Cloud,97,97,2026-08-08T22:55:59Z,52441318029,4,Daily activity,0.012 +left,ClickHouse Cloud,98,98,2026-08-08T23:05:59Z,52920335727,1,Single-symbol summary,0.035 +left,ClickHouse Cloud,98,98,2026-08-08T23:05:59Z,52920335727,2,Watchlist summary,0.013 +left,ClickHouse Cloud,98,98,2026-08-08T23:05:59Z,52920335727,3,Top movers,0.014 +left,ClickHouse Cloud,98,98,2026-08-08T23:05:59Z,52920335727,4,Daily activity,0.011 +left,ClickHouse Cloud,99,99,2026-08-08T23:15:59Z,53408601648,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,99,99,2026-08-08T23:15:59Z,53408601648,2,Watchlist summary,0.012 +left,ClickHouse Cloud,99,99,2026-08-08T23:15:59Z,53408601648,3,Top movers,0.013 +left,ClickHouse Cloud,99,99,2026-08-08T23:15:59Z,53408601648,4,Daily activity,0.011 +left,ClickHouse Cloud,100,100,2026-08-08T23:25:59Z,53910086618,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,100,100,2026-08-08T23:25:59Z,53910086618,2,Watchlist summary,0.017 +left,ClickHouse Cloud,100,100,2026-08-08T23:25:59Z,53910086618,3,Top movers,0.015 +left,ClickHouse Cloud,100,100,2026-08-08T23:25:59Z,53910086618,4,Daily activity,0.013 +left,ClickHouse Cloud,101,101,2026-08-08T23:35:59Z,54424699241,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,101,101,2026-08-08T23:35:59Z,54424699241,2,Watchlist summary,0.013 +left,ClickHouse Cloud,101,101,2026-08-08T23:35:59Z,54424699241,3,Top movers,0.015 +left,ClickHouse Cloud,101,101,2026-08-08T23:35:59Z,54424699241,4,Daily activity,0.012 +left,ClickHouse Cloud,102,102,2026-08-08T23:45:59Z,54899250491,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,102,102,2026-08-08T23:45:59Z,54899250491,2,Watchlist summary,0.012 +left,ClickHouse Cloud,102,102,2026-08-08T23:45:59Z,54899250491,3,Top movers,0.015 +left,ClickHouse Cloud,102,102,2026-08-08T23:45:59Z,54899250491,4,Daily activity,0.013 +left,ClickHouse Cloud,103,103,2026-08-08T23:55:59Z,55416633625,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,103,103,2026-08-08T23:55:59Z,55416633625,2,Watchlist summary,0.012 +left,ClickHouse Cloud,103,103,2026-08-08T23:55:59Z,55416633625,3,Top movers,0.015 +left,ClickHouse Cloud,103,103,2026-08-08T23:55:59Z,55416633625,4,Daily activity,0.012 +left,ClickHouse Cloud,104,104,2026-08-09T00:05:59Z,55944840077,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,104,104,2026-08-09T00:05:59Z,55944840077,2,Watchlist summary,0.016 +left,ClickHouse Cloud,104,104,2026-08-09T00:05:59Z,55944840077,3,Top movers,0.015 +left,ClickHouse Cloud,104,104,2026-08-09T00:05:59Z,55944840077,4,Daily activity,0.012 +left,ClickHouse Cloud,105,105,2026-08-09T00:15:59Z,56450202011,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,105,105,2026-08-09T00:15:59Z,56450202011,2,Watchlist summary,0.013 +left,ClickHouse Cloud,105,105,2026-08-09T00:15:59Z,56450202011,3,Top movers,0.015 +left,ClickHouse Cloud,105,105,2026-08-09T00:15:59Z,56450202011,4,Daily activity,0.012 +left,ClickHouse Cloud,106,106,2026-08-09T00:25:59Z,56976658135,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,106,106,2026-08-09T00:25:59Z,56976658135,2,Watchlist summary,0.019 +left,ClickHouse Cloud,106,106,2026-08-09T00:25:59Z,56976658135,3,Top movers,0.013 +left,ClickHouse Cloud,106,106,2026-08-09T00:25:59Z,56976658135,4,Daily activity,0.013 +left,ClickHouse Cloud,107,107,2026-08-09T00:35:59Z,57502590981,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,107,107,2026-08-09T00:35:59Z,57502590981,2,Watchlist summary,0.012 +left,ClickHouse Cloud,107,107,2026-08-09T00:35:59Z,57502590981,3,Top movers,0.014 +left,ClickHouse Cloud,107,107,2026-08-09T00:35:59Z,57502590981,4,Daily activity,0.011 +left,ClickHouse Cloud,108,108,2026-08-09T00:45:59Z,58017492696,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,108,108,2026-08-09T00:45:59Z,58017492696,2,Watchlist summary,0.013 +left,ClickHouse Cloud,108,108,2026-08-09T00:45:59Z,58017492696,3,Top movers,0.015 +left,ClickHouse Cloud,108,108,2026-08-09T00:45:59Z,58017492696,4,Daily activity,0.013 +left,ClickHouse Cloud,109,109,2026-08-09T00:55:59Z,58509450012,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,109,109,2026-08-09T00:55:59Z,58509450012,2,Watchlist summary,0.014 +left,ClickHouse Cloud,109,109,2026-08-09T00:55:59Z,58509450012,3,Top movers,0.014 +left,ClickHouse Cloud,109,109,2026-08-09T00:55:59Z,58509450012,4,Daily activity,0.011 +left,ClickHouse Cloud,110,110,2026-08-09T01:05:59Z,59010783142,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,110,110,2026-08-09T01:05:59Z,59010783142,2,Watchlist summary,0.013 +left,ClickHouse Cloud,110,110,2026-08-09T01:05:59Z,59010783142,3,Top movers,0.015 +left,ClickHouse Cloud,110,110,2026-08-09T01:05:59Z,59010783142,4,Daily activity,0.012 +left,ClickHouse Cloud,111,111,2026-08-09T01:15:59Z,59503489949,1,Single-symbol summary,0.01 +left,ClickHouse Cloud,111,111,2026-08-09T01:15:59Z,59503489949,2,Watchlist summary,0.013 +left,ClickHouse Cloud,111,111,2026-08-09T01:15:59Z,59503489949,3,Top movers,0.015 +left,ClickHouse Cloud,111,111,2026-08-09T01:15:59Z,59503489949,4,Daily activity,0.014 +left,ClickHouse Cloud,112,112,2026-08-09T01:25:59Z,59972983401,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,112,112,2026-08-09T01:25:59Z,59972983401,2,Watchlist summary,0.018 +left,ClickHouse Cloud,112,112,2026-08-09T01:25:59Z,59972983401,3,Top movers,0.015 +left,ClickHouse Cloud,112,112,2026-08-09T01:25:59Z,59972983401,4,Daily activity,0.014 +left,ClickHouse Cloud,113,113,2026-08-09T01:35:59Z,60442237749,1,Single-symbol summary,0.009 +left,ClickHouse Cloud,113,113,2026-08-09T01:35:59Z,60442237749,2,Watchlist summary,0.012 +left,ClickHouse Cloud,113,113,2026-08-09T01:35:59Z,60442237749,3,Top movers,0.015 +left,ClickHouse Cloud,113,113,2026-08-09T01:35:59Z,60442237749,4,Daily activity,0.014 +left,ClickHouse Cloud,114,114,2026-08-09T01:45:59Z,60904448195,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,114,114,2026-08-09T01:45:59Z,60904448195,2,Watchlist summary,0.013 +left,ClickHouse Cloud,114,114,2026-08-09T01:45:59Z,60904448195,3,Top movers,0.014 +left,ClickHouse Cloud,114,114,2026-08-09T01:45:59Z,60904448195,4,Daily activity,0.013 +left,ClickHouse Cloud,115,115,2026-08-09T01:55:59Z,61370139665,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,115,115,2026-08-09T01:55:59Z,61370139665,2,Watchlist summary,0.012 +left,ClickHouse Cloud,115,115,2026-08-09T01:55:59Z,61370139665,3,Top movers,0.015 +left,ClickHouse Cloud,115,115,2026-08-09T01:55:59Z,61370139665,4,Daily activity,0.012 +left,ClickHouse Cloud,116,116,2026-08-09T02:05:59Z,61872097967,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,116,116,2026-08-09T02:05:59Z,61872097967,2,Watchlist summary,0.013 +left,ClickHouse Cloud,116,116,2026-08-09T02:05:59Z,61872097967,3,Top movers,0.015 +left,ClickHouse Cloud,116,116,2026-08-09T02:05:59Z,61872097967,4,Daily activity,0.013 +left,ClickHouse Cloud,117,117,2026-08-09T02:15:59Z,62362523974,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,117,117,2026-08-09T02:15:59Z,62362523974,2,Watchlist summary,0.013 +left,ClickHouse Cloud,117,117,2026-08-09T02:15:59Z,62362523974,3,Top movers,0.017 +left,ClickHouse Cloud,117,117,2026-08-09T02:15:59Z,62362523974,4,Daily activity,0.013 +left,ClickHouse Cloud,118,118,2026-08-09T02:25:59Z,62852767644,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,118,118,2026-08-09T02:25:59Z,62852767644,2,Watchlist summary,0.014 +left,ClickHouse Cloud,118,118,2026-08-09T02:25:59Z,62852767644,3,Top movers,0.015 +left,ClickHouse Cloud,118,118,2026-08-09T02:25:59Z,62852767644,4,Daily activity,0.012 +left,ClickHouse Cloud,119,119,2026-08-09T02:35:59Z,63303274836,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,119,119,2026-08-09T02:35:59Z,63303274836,2,Watchlist summary,0.013 +left,ClickHouse Cloud,119,119,2026-08-09T02:35:59Z,63303274836,3,Top movers,0.017 +left,ClickHouse Cloud,119,119,2026-08-09T02:35:59Z,63303274836,4,Daily activity,0.012 +left,ClickHouse Cloud,120,120,2026-08-09T02:45:59Z,63813706871,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,120,120,2026-08-09T02:45:59Z,63813706871,2,Watchlist summary,0.016 +left,ClickHouse Cloud,120,120,2026-08-09T02:45:59Z,63813706871,3,Top movers,0.017 +left,ClickHouse Cloud,120,120,2026-08-09T02:45:59Z,63813706871,4,Daily activity,0.013 +left,ClickHouse Cloud,121,121,2026-08-09T02:55:59Z,64297816643,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,121,121,2026-08-09T02:55:59Z,64297816643,2,Watchlist summary,0.043 +left,ClickHouse Cloud,121,121,2026-08-09T02:55:59Z,64297816643,3,Top movers,0.021 +left,ClickHouse Cloud,121,121,2026-08-09T02:55:59Z,64297816643,4,Daily activity,0.025 +left,ClickHouse Cloud,122,122,2026-08-09T03:05:59Z,64830505943,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,122,122,2026-08-09T03:05:59Z,64830505943,2,Watchlist summary,0.013 +left,ClickHouse Cloud,122,122,2026-08-09T03:05:59Z,64830505943,3,Top movers,0.014 +left,ClickHouse Cloud,122,122,2026-08-09T03:05:59Z,64830505943,4,Daily activity,0.013 +left,ClickHouse Cloud,123,123,2026-08-09T03:15:59Z,65325007686,1,Single-symbol summary,0.006 +left,ClickHouse Cloud,123,123,2026-08-09T03:15:59Z,65325007686,2,Watchlist summary,0.012 +left,ClickHouse Cloud,123,123,2026-08-09T03:15:59Z,65325007686,3,Top movers,0.013 +left,ClickHouse Cloud,123,123,2026-08-09T03:15:59Z,65325007686,4,Daily activity,0.012 +left,ClickHouse Cloud,124,124,2026-08-09T03:25:59Z,65803792964,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,124,124,2026-08-09T03:25:59Z,65803792964,2,Watchlist summary,0.012 +left,ClickHouse Cloud,124,124,2026-08-09T03:25:59Z,65803792964,3,Top movers,0.013 +left,ClickHouse Cloud,124,124,2026-08-09T03:25:59Z,65803792964,4,Daily activity,0.013 +left,ClickHouse Cloud,125,125,2026-08-09T03:35:59Z,66304040996,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,125,125,2026-08-09T03:35:59Z,66304040996,2,Watchlist summary,0.012 +left,ClickHouse Cloud,125,125,2026-08-09T03:35:59Z,66304040996,3,Top movers,0.015 +left,ClickHouse Cloud,125,125,2026-08-09T03:35:59Z,66304040996,4,Daily activity,0.013 +left,ClickHouse Cloud,126,126,2026-08-09T03:45:59Z,66813762801,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,126,126,2026-08-09T03:45:59Z,66813762801,2,Watchlist summary,0.016 +left,ClickHouse Cloud,126,126,2026-08-09T03:45:59Z,66813762801,3,Top movers,0.015 +left,ClickHouse Cloud,126,126,2026-08-09T03:45:59Z,66813762801,4,Daily activity,0.012 +left,ClickHouse Cloud,127,127,2026-08-09T03:55:59Z,67293866994,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,127,127,2026-08-09T03:55:59Z,67293866994,2,Watchlist summary,0.012 +left,ClickHouse Cloud,127,127,2026-08-09T03:55:59Z,67293866994,3,Top movers,0.013 +left,ClickHouse Cloud,127,127,2026-08-09T03:55:59Z,67293866994,4,Daily activity,0.013 +left,ClickHouse Cloud,128,128,2026-08-09T04:05:59Z,67748504407,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,128,128,2026-08-09T04:05:59Z,67748504407,2,Watchlist summary,0.012 +left,ClickHouse Cloud,128,128,2026-08-09T04:05:59Z,67748504407,3,Top movers,0.013 +left,ClickHouse Cloud,128,128,2026-08-09T04:05:59Z,67748504407,4,Daily activity,0.012 +left,ClickHouse Cloud,129,129,2026-08-09T04:15:59Z,68201006429,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,129,129,2026-08-09T04:15:59Z,68201006429,2,Watchlist summary,0.012 +left,ClickHouse Cloud,129,129,2026-08-09T04:15:59Z,68201006429,3,Top movers,0.014 +left,ClickHouse Cloud,129,129,2026-08-09T04:15:59Z,68201006429,4,Daily activity,0.013 +left,ClickHouse Cloud,130,130,2026-08-09T04:25:59Z,68684069442,1,Single-symbol summary,0.01 +left,ClickHouse Cloud,130,130,2026-08-09T04:25:59Z,68684069442,2,Watchlist summary,0.013 +left,ClickHouse Cloud,130,130,2026-08-09T04:25:59Z,68684069442,3,Top movers,0.013 +left,ClickHouse Cloud,130,130,2026-08-09T04:25:59Z,68684069442,4,Daily activity,0.018 +left,ClickHouse Cloud,131,131,2026-08-09T04:35:59Z,69181831398,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,131,131,2026-08-09T04:35:59Z,69181831398,2,Watchlist summary,0.017 +left,ClickHouse Cloud,131,131,2026-08-09T04:35:59Z,69181831398,3,Top movers,0.015 +left,ClickHouse Cloud,131,131,2026-08-09T04:35:59Z,69181831398,4,Daily activity,0.013 +left,ClickHouse Cloud,132,132,2026-08-09T04:45:59Z,69676432303,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,132,132,2026-08-09T04:45:59Z,69676432303,2,Watchlist summary,0.016 +left,ClickHouse Cloud,132,132,2026-08-09T04:45:59Z,69676432303,3,Top movers,0.015 +left,ClickHouse Cloud,132,132,2026-08-09T04:45:59Z,69676432303,4,Daily activity,0.013 +left,ClickHouse Cloud,133,133,2026-08-09T04:55:59Z,70168596073,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,133,133,2026-08-09T04:55:59Z,70168596073,2,Watchlist summary,0.013 +left,ClickHouse Cloud,133,133,2026-08-09T04:55:59Z,70168596073,3,Top movers,0.014 +left,ClickHouse Cloud,133,133,2026-08-09T04:55:59Z,70168596073,4,Daily activity,0.013 +left,ClickHouse Cloud,134,134,2026-08-09T05:05:59Z,70659299166,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,134,134,2026-08-09T05:05:59Z,70659299166,2,Watchlist summary,0.013 +left,ClickHouse Cloud,134,134,2026-08-09T05:05:59Z,70659299166,3,Top movers,0.014 +left,ClickHouse Cloud,134,134,2026-08-09T05:05:59Z,70659299166,4,Daily activity,0.013 +left,ClickHouse Cloud,135,135,2026-08-09T05:15:59Z,71156738966,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,135,135,2026-08-09T05:15:59Z,71156738966,2,Watchlist summary,0.011 +left,ClickHouse Cloud,135,135,2026-08-09T05:15:59Z,71156738966,3,Top movers,0.016 +left,ClickHouse Cloud,135,135,2026-08-09T05:15:59Z,71156738966,4,Daily activity,0.013 +left,ClickHouse Cloud,136,136,2026-08-09T05:25:59Z,71624709770,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,136,136,2026-08-09T05:25:59Z,71624709770,2,Watchlist summary,0.012 +left,ClickHouse Cloud,136,136,2026-08-09T05:25:59Z,71624709770,3,Top movers,0.015 +left,ClickHouse Cloud,136,136,2026-08-09T05:25:59Z,71624709770,4,Daily activity,0.015 +left,ClickHouse Cloud,137,137,2026-08-09T05:35:59Z,72091825703,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,137,137,2026-08-09T05:35:59Z,72091825703,2,Watchlist summary,0.017 +left,ClickHouse Cloud,137,137,2026-08-09T05:35:59Z,72091825703,3,Top movers,0.015 +left,ClickHouse Cloud,137,137,2026-08-09T05:35:59Z,72091825703,4,Daily activity,0.013 +left,ClickHouse Cloud,138,138,2026-08-09T05:45:59Z,72547878251,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,138,138,2026-08-09T05:45:59Z,72547878251,2,Watchlist summary,0.017 +left,ClickHouse Cloud,138,138,2026-08-09T05:45:59Z,72547878251,3,Top movers,0.017 +left,ClickHouse Cloud,138,138,2026-08-09T05:45:59Z,72547878251,4,Daily activity,0.013 +left,ClickHouse Cloud,139,139,2026-08-09T05:55:59Z,73013213443,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,139,139,2026-08-09T05:55:59Z,73013213443,2,Watchlist summary,0.012 +left,ClickHouse Cloud,139,139,2026-08-09T05:55:59Z,73013213443,3,Top movers,0.014 +left,ClickHouse Cloud,139,139,2026-08-09T05:55:59Z,73013213443,4,Daily activity,0.012 +left,ClickHouse Cloud,140,140,2026-08-09T06:05:59Z,73476437585,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,140,140,2026-08-09T06:05:59Z,73476437585,2,Watchlist summary,0.012 +left,ClickHouse Cloud,140,140,2026-08-09T06:05:59Z,73476437585,3,Top movers,0.014 +left,ClickHouse Cloud,140,140,2026-08-09T06:05:59Z,73476437585,4,Daily activity,0.014 +left,ClickHouse Cloud,141,141,2026-08-09T06:15:59Z,73987325693,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,141,141,2026-08-09T06:15:59Z,73987325693,2,Watchlist summary,0.012 +left,ClickHouse Cloud,141,141,2026-08-09T06:15:59Z,73987325693,3,Top movers,0.014 +left,ClickHouse Cloud,141,141,2026-08-09T06:15:59Z,73987325693,4,Daily activity,0.013 +left,ClickHouse Cloud,142,142,2026-08-09T06:25:59Z,74486757162,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,142,142,2026-08-09T06:25:59Z,74486757162,2,Watchlist summary,0.012 +left,ClickHouse Cloud,142,142,2026-08-09T06:25:59Z,74486757162,3,Top movers,0.015 +left,ClickHouse Cloud,142,142,2026-08-09T06:25:59Z,74486757162,4,Daily activity,0.013 +left,ClickHouse Cloud,143,143,2026-08-09T06:35:59Z,74995355831,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,143,143,2026-08-09T06:35:59Z,74995355831,2,Watchlist summary,0.013 +left,ClickHouse Cloud,143,143,2026-08-09T06:35:59Z,74995355831,3,Top movers,0.014 +left,ClickHouse Cloud,143,143,2026-08-09T06:35:59Z,74995355831,4,Daily activity,0.014 +left,ClickHouse Cloud,144,144,2026-08-09T06:45:59Z,75466940903,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,144,144,2026-08-09T06:45:59Z,75466940903,2,Watchlist summary,0.013 +left,ClickHouse Cloud,144,144,2026-08-09T06:45:59Z,75466940903,3,Top movers,0.016 +left,ClickHouse Cloud,144,144,2026-08-09T06:45:59Z,75466940903,4,Daily activity,0.012 +left,ClickHouse Cloud,145,145,2026-08-09T06:55:59Z,75964855518,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,145,145,2026-08-09T06:55:59Z,75964855518,2,Watchlist summary,0.017 +left,ClickHouse Cloud,145,145,2026-08-09T06:55:59Z,75964855518,3,Top movers,0.016 +left,ClickHouse Cloud,145,145,2026-08-09T06:55:59Z,75964855518,4,Daily activity,0.014 +left,ClickHouse Cloud,146,146,2026-08-09T07:05:59Z,76430868234,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,146,146,2026-08-09T07:05:59Z,76430868234,2,Watchlist summary,0.012 +left,ClickHouse Cloud,146,146,2026-08-09T07:05:59Z,76430868234,3,Top movers,0.016 +left,ClickHouse Cloud,146,146,2026-08-09T07:05:59Z,76430868234,4,Daily activity,0.014 +left,ClickHouse Cloud,147,147,2026-08-09T07:15:59Z,76885010641,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,147,147,2026-08-09T07:15:59Z,76885010641,2,Watchlist summary,0.013 +left,ClickHouse Cloud,147,147,2026-08-09T07:15:59Z,76885010641,3,Top movers,0.016 +left,ClickHouse Cloud,147,147,2026-08-09T07:15:59Z,76885010641,4,Daily activity,0.013 +left,ClickHouse Cloud,148,148,2026-08-09T07:25:59Z,77350951993,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,148,148,2026-08-09T07:25:59Z,77350951993,2,Watchlist summary,0.011 +left,ClickHouse Cloud,148,148,2026-08-09T07:25:59Z,77350951993,3,Top movers,0.014 +left,ClickHouse Cloud,148,148,2026-08-09T07:25:59Z,77350951993,4,Daily activity,0.014 +left,ClickHouse Cloud,149,149,2026-08-09T07:35:59Z,77850423857,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,149,149,2026-08-09T07:35:59Z,77850423857,2,Watchlist summary,0.012 +left,ClickHouse Cloud,149,149,2026-08-09T07:35:59Z,77850423857,3,Top movers,0.014 +left,ClickHouse Cloud,149,149,2026-08-09T07:35:59Z,77850423857,4,Daily activity,0.013 +left,ClickHouse Cloud,150,150,2026-08-09T07:45:59Z,78316136469,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,150,150,2026-08-09T07:45:59Z,78316136469,2,Watchlist summary,0.013 +left,ClickHouse Cloud,150,150,2026-08-09T07:45:59Z,78316136469,3,Top movers,0.014 +left,ClickHouse Cloud,150,150,2026-08-09T07:45:59Z,78316136469,4,Daily activity,0.013 +left,ClickHouse Cloud,151,151,2026-08-09T07:55:59Z,78743691693,1,Single-symbol summary,0.009 +left,ClickHouse Cloud,151,151,2026-08-09T07:55:59Z,78743691693,2,Watchlist summary,0.012 +left,ClickHouse Cloud,151,151,2026-08-09T07:55:59Z,78743691693,3,Top movers,0.015 +left,ClickHouse Cloud,151,151,2026-08-09T07:55:59Z,78743691693,4,Daily activity,0.013 +left,ClickHouse Cloud,152,152,2026-08-09T08:05:59Z,79106273696,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,152,152,2026-08-09T08:05:59Z,79106273696,2,Watchlist summary,0.012 +left,ClickHouse Cloud,152,152,2026-08-09T08:05:59Z,79106273696,3,Top movers,0.016 +left,ClickHouse Cloud,152,152,2026-08-09T08:05:59Z,79106273696,4,Daily activity,0.013 +left,ClickHouse Cloud,153,153,2026-08-09T08:15:59Z,79558355522,1,Single-symbol summary,0.009 +left,ClickHouse Cloud,153,153,2026-08-09T08:15:59Z,79558355522,2,Watchlist summary,0.012 +left,ClickHouse Cloud,153,153,2026-08-09T08:15:59Z,79558355522,3,Top movers,0.017 +left,ClickHouse Cloud,153,153,2026-08-09T08:15:59Z,79558355522,4,Daily activity,0.013 +left,ClickHouse Cloud,154,154,2026-08-09T08:25:59Z,80034599414,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,154,154,2026-08-09T08:25:59Z,80034599414,2,Watchlist summary,0.013 +left,ClickHouse Cloud,154,154,2026-08-09T08:25:59Z,80034599414,3,Top movers,0.015 +left,ClickHouse Cloud,154,154,2026-08-09T08:25:59Z,80034599414,4,Daily activity,0.013 +left,ClickHouse Cloud,155,155,2026-08-09T08:35:59Z,80503603294,1,Single-symbol summary,0.009 +left,ClickHouse Cloud,155,155,2026-08-09T08:35:59Z,80503603294,2,Watchlist summary,0.013 +left,ClickHouse Cloud,155,155,2026-08-09T08:35:59Z,80503603294,3,Top movers,0.016 +left,ClickHouse Cloud,155,155,2026-08-09T08:35:59Z,80503603294,4,Daily activity,0.013 +left,ClickHouse Cloud,156,156,2026-08-09T08:45:59Z,80949316423,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,156,156,2026-08-09T08:45:59Z,80949316423,2,Watchlist summary,0.014 +left,ClickHouse Cloud,156,156,2026-08-09T08:45:59Z,80949316423,3,Top movers,0.015 +left,ClickHouse Cloud,156,156,2026-08-09T08:45:59Z,80949316423,4,Daily activity,0.014 +left,ClickHouse Cloud,157,157,2026-08-09T08:55:59Z,81360968914,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,157,157,2026-08-09T08:55:59Z,81360968914,2,Watchlist summary,0.012 +left,ClickHouse Cloud,157,157,2026-08-09T08:55:59Z,81360968914,3,Top movers,0.015 +left,ClickHouse Cloud,157,157,2026-08-09T08:55:59Z,81360968914,4,Daily activity,0.013 +left,ClickHouse Cloud,158,158,2026-08-09T09:05:59Z,81786894322,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,158,158,2026-08-09T09:05:59Z,81786894322,2,Watchlist summary,0.017 +left,ClickHouse Cloud,158,158,2026-08-09T09:05:59Z,81786894322,3,Top movers,0.015 +left,ClickHouse Cloud,158,158,2026-08-09T09:05:59Z,81786894322,4,Daily activity,0.014 +left,ClickHouse Cloud,159,159,2026-08-09T09:15:59Z,82193904360,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,159,159,2026-08-09T09:15:59Z,82193904360,2,Watchlist summary,0.012 +left,ClickHouse Cloud,159,159,2026-08-09T09:15:59Z,82193904360,3,Top movers,0.016 +left,ClickHouse Cloud,159,159,2026-08-09T09:15:59Z,82193904360,4,Daily activity,0.015 +left,ClickHouse Cloud,160,160,2026-08-09T09:25:59Z,82614022776,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,160,160,2026-08-09T09:25:59Z,82614022776,2,Watchlist summary,0.013 +left,ClickHouse Cloud,160,160,2026-08-09T09:25:59Z,82614022776,3,Top movers,0.016 +left,ClickHouse Cloud,160,160,2026-08-09T09:25:59Z,82614022776,4,Daily activity,0.013 +left,ClickHouse Cloud,161,161,2026-08-09T09:35:59Z,83038964951,1,Single-symbol summary,0.01 +left,ClickHouse Cloud,161,161,2026-08-09T09:35:59Z,83038964951,2,Watchlist summary,0.019 +left,ClickHouse Cloud,161,161,2026-08-09T09:35:59Z,83038964951,3,Top movers,0.016 +left,ClickHouse Cloud,161,161,2026-08-09T09:35:59Z,83038964951,4,Daily activity,0.014 +left,ClickHouse Cloud,162,162,2026-08-09T09:45:59Z,83491097777,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,162,162,2026-08-09T09:45:59Z,83491097777,2,Watchlist summary,0.018 +left,ClickHouse Cloud,162,162,2026-08-09T09:45:59Z,83491097777,3,Top movers,0.016 +left,ClickHouse Cloud,162,162,2026-08-09T09:45:59Z,83491097777,4,Daily activity,0.013 +left,ClickHouse Cloud,163,163,2026-08-09T09:55:59Z,83949333223,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,163,163,2026-08-09T09:55:59Z,83949333223,2,Watchlist summary,0.019 +left,ClickHouse Cloud,163,163,2026-08-09T09:55:59Z,83949333223,3,Top movers,0.017 +left,ClickHouse Cloud,163,163,2026-08-09T09:55:59Z,83949333223,4,Daily activity,0.016 +left,ClickHouse Cloud,164,164,2026-08-09T10:05:59Z,84454230067,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,164,164,2026-08-09T10:05:59Z,84454230067,2,Watchlist summary,0.013 +left,ClickHouse Cloud,164,164,2026-08-09T10:05:59Z,84454230067,3,Top movers,0.016 +left,ClickHouse Cloud,164,164,2026-08-09T10:05:59Z,84454230067,4,Daily activity,0.015 +left,ClickHouse Cloud,165,165,2026-08-09T10:15:59Z,84942338016,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,165,165,2026-08-09T10:15:59Z,84942338016,2,Watchlist summary,0.012 +left,ClickHouse Cloud,165,165,2026-08-09T10:15:59Z,84942338016,3,Top movers,0.017 +left,ClickHouse Cloud,165,165,2026-08-09T10:15:59Z,84942338016,4,Daily activity,0.015 +left,ClickHouse Cloud,166,166,2026-08-09T10:25:59Z,85486320046,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,166,166,2026-08-09T10:25:59Z,85486320046,2,Watchlist summary,0.014 +left,ClickHouse Cloud,166,166,2026-08-09T10:25:59Z,85486320046,3,Top movers,0.016 +left,ClickHouse Cloud,166,166,2026-08-09T10:25:59Z,85486320046,4,Daily activity,0.014 +left,ClickHouse Cloud,167,167,2026-08-09T10:35:59Z,86027059928,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,167,167,2026-08-09T10:35:59Z,86027059928,2,Watchlist summary,0.019 +left,ClickHouse Cloud,167,167,2026-08-09T10:35:59Z,86027059928,3,Top movers,0.017 +left,ClickHouse Cloud,167,167,2026-08-09T10:35:59Z,86027059928,4,Daily activity,0.016 +left,ClickHouse Cloud,168,168,2026-08-09T10:45:59Z,86536377584,1,Single-symbol summary,0.009 +left,ClickHouse Cloud,168,168,2026-08-09T10:45:59Z,86536377584,2,Watchlist summary,0.013 +left,ClickHouse Cloud,168,168,2026-08-09T10:45:59Z,86536377584,3,Top movers,0.019 +left,ClickHouse Cloud,168,168,2026-08-09T10:45:59Z,86536377584,4,Daily activity,0.015 +left,ClickHouse Cloud,169,169,2026-08-09T10:55:59Z,87060073492,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,169,169,2026-08-09T10:55:59Z,87060073492,2,Watchlist summary,0.015 +left,ClickHouse Cloud,169,169,2026-08-09T10:55:59Z,87060073492,3,Top movers,0.017 +left,ClickHouse Cloud,169,169,2026-08-09T10:55:59Z,87060073492,4,Daily activity,0.014 +left,ClickHouse Cloud,170,170,2026-08-09T11:05:59Z,87633622969,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,170,170,2026-08-09T11:05:59Z,87633622969,2,Watchlist summary,0.015 +left,ClickHouse Cloud,170,170,2026-08-09T11:05:59Z,87633622969,3,Top movers,0.017 +left,ClickHouse Cloud,170,170,2026-08-09T11:05:59Z,87633622969,4,Daily activity,0.016 +left,ClickHouse Cloud,171,171,2026-08-09T11:15:59Z,88183458683,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,171,171,2026-08-09T11:15:59Z,88183458683,2,Watchlist summary,0.018 +left,ClickHouse Cloud,171,171,2026-08-09T11:15:59Z,88183458683,3,Top movers,0.018 +left,ClickHouse Cloud,171,171,2026-08-09T11:15:59Z,88183458683,4,Daily activity,0.016 +left,ClickHouse Cloud,172,172,2026-08-09T11:25:59Z,88722660479,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,172,172,2026-08-09T11:25:59Z,88722660479,2,Watchlist summary,0.013 +left,ClickHouse Cloud,172,172,2026-08-09T11:25:59Z,88722660479,3,Top movers,0.018 +left,ClickHouse Cloud,172,172,2026-08-09T11:25:59Z,88722660479,4,Daily activity,0.017 +left,ClickHouse Cloud,173,173,2026-08-09T11:35:59Z,89252600968,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,173,173,2026-08-09T11:35:59Z,89252600968,2,Watchlist summary,0.012 +left,ClickHouse Cloud,173,173,2026-08-09T11:35:59Z,89252600968,3,Top movers,0.019 +left,ClickHouse Cloud,173,173,2026-08-09T11:35:59Z,89252600968,4,Daily activity,0.017 +left,ClickHouse Cloud,174,174,2026-08-09T11:45:59Z,89771307204,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,174,174,2026-08-09T11:45:59Z,89771307204,2,Watchlist summary,0.014 +left,ClickHouse Cloud,174,174,2026-08-09T11:45:59Z,89771307204,3,Top movers,0.018 +left,ClickHouse Cloud,174,174,2026-08-09T11:45:59Z,89771307204,4,Daily activity,0.016 +left,ClickHouse Cloud,175,175,2026-08-09T11:55:59Z,90310361990,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,175,175,2026-08-09T11:55:59Z,90310361990,2,Watchlist summary,0.017 +left,ClickHouse Cloud,175,175,2026-08-09T11:55:59Z,90310361990,3,Top movers,0.019 +left,ClickHouse Cloud,175,175,2026-08-09T11:55:59Z,90310361990,4,Daily activity,0.015 +left,ClickHouse Cloud,176,176,2026-08-09T12:05:59Z,90786625328,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,176,176,2026-08-09T12:05:59Z,90786625328,2,Watchlist summary,0.012 +left,ClickHouse Cloud,176,176,2026-08-09T12:05:59Z,90786625328,3,Top movers,0.018 +left,ClickHouse Cloud,176,176,2026-08-09T12:05:59Z,90786625328,4,Daily activity,0.017 +left,ClickHouse Cloud,177,177,2026-08-09T12:15:59Z,91318721092,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,177,177,2026-08-09T12:15:59Z,91318721092,2,Watchlist summary,0.012 +left,ClickHouse Cloud,177,177,2026-08-09T12:15:59Z,91318721092,3,Top movers,0.019 +left,ClickHouse Cloud,177,177,2026-08-09T12:15:59Z,91318721092,4,Daily activity,0.018 +left,ClickHouse Cloud,178,178,2026-08-09T12:25:59Z,91841644344,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,178,178,2026-08-09T12:25:59Z,91841644344,2,Watchlist summary,0.012 +left,ClickHouse Cloud,178,178,2026-08-09T12:25:59Z,91841644344,3,Top movers,0.019 +left,ClickHouse Cloud,178,178,2026-08-09T12:25:59Z,91841644344,4,Daily activity,0.016 +left,ClickHouse Cloud,179,179,2026-08-09T12:35:59Z,92330582028,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,179,179,2026-08-09T12:35:59Z,92330582028,2,Watchlist summary,0.012 +left,ClickHouse Cloud,179,179,2026-08-09T12:35:59Z,92330582028,3,Top movers,0.02 +left,ClickHouse Cloud,179,179,2026-08-09T12:35:59Z,92330582028,4,Daily activity,0.027 +left,ClickHouse Cloud,180,180,2026-08-09T12:45:59Z,92808126794,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,180,180,2026-08-09T12:45:59Z,92808126794,2,Watchlist summary,0.013 +left,ClickHouse Cloud,180,180,2026-08-09T12:45:59Z,92808126794,3,Top movers,0.018 +left,ClickHouse Cloud,180,180,2026-08-09T12:45:59Z,92808126794,4,Daily activity,0.015 +left,ClickHouse Cloud,181,181,2026-08-09T12:55:59Z,93292685867,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,181,181,2026-08-09T12:55:59Z,93292685867,2,Watchlist summary,0.012 +left,ClickHouse Cloud,181,181,2026-08-09T12:55:59Z,93292685867,3,Top movers,0.02 +left,ClickHouse Cloud,181,181,2026-08-09T12:55:59Z,93292685867,4,Daily activity,0.018 +left,ClickHouse Cloud,182,182,2026-08-09T13:05:59Z,93798216437,1,Single-symbol summary,0.013 +left,ClickHouse Cloud,182,182,2026-08-09T13:05:59Z,93798216437,2,Watchlist summary,0.016 +left,ClickHouse Cloud,182,182,2026-08-09T13:05:59Z,93798216437,3,Top movers,0.019 +left,ClickHouse Cloud,182,182,2026-08-09T13:05:59Z,93798216437,4,Daily activity,0.015 +left,ClickHouse Cloud,183,183,2026-08-09T13:15:59Z,94324820860,1,Single-symbol summary,0.014 +left,ClickHouse Cloud,183,183,2026-08-09T13:15:59Z,94324820860,2,Watchlist summary,0.017 +left,ClickHouse Cloud,183,183,2026-08-09T13:15:59Z,94324820860,3,Top movers,0.018 +left,ClickHouse Cloud,183,183,2026-08-09T13:15:59Z,94324820860,4,Daily activity,0.016 +left,ClickHouse Cloud,184,184,2026-08-09T13:25:59Z,94869720583,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,184,184,2026-08-09T13:25:59Z,94869720583,2,Watchlist summary,0.02 +left,ClickHouse Cloud,184,184,2026-08-09T13:25:59Z,94869720583,3,Top movers,0.019 +left,ClickHouse Cloud,184,184,2026-08-09T13:25:59Z,94869720583,4,Daily activity,0.017 +left,ClickHouse Cloud,185,185,2026-08-09T13:35:59Z,95368092163,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,185,185,2026-08-09T13:35:59Z,95368092163,2,Watchlist summary,0.013 +left,ClickHouse Cloud,185,185,2026-08-09T13:35:59Z,95368092163,3,Top movers,0.019 +left,ClickHouse Cloud,185,185,2026-08-09T13:35:59Z,95368092163,4,Daily activity,0.016 +left,ClickHouse Cloud,186,186,2026-08-09T13:45:59Z,95854521730,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,186,186,2026-08-09T13:45:59Z,95854521730,2,Watchlist summary,0.013 +left,ClickHouse Cloud,186,186,2026-08-09T13:45:59Z,95854521730,3,Top movers,0.018 +left,ClickHouse Cloud,186,186,2026-08-09T13:45:59Z,95854521730,4,Daily activity,0.016 +left,ClickHouse Cloud,187,187,2026-08-09T13:55:59Z,96363475717,1,Single-symbol summary,0.01 +left,ClickHouse Cloud,187,187,2026-08-09T13:55:59Z,96363475717,2,Watchlist summary,0.013 +left,ClickHouse Cloud,187,187,2026-08-09T13:55:59Z,96363475717,3,Top movers,0.019 +left,ClickHouse Cloud,187,187,2026-08-09T13:55:59Z,96363475717,4,Daily activity,0.016 +left,ClickHouse Cloud,188,188,2026-08-09T14:05:59Z,96870245467,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,188,188,2026-08-09T14:05:59Z,96870245467,2,Watchlist summary,0.013 +left,ClickHouse Cloud,188,188,2026-08-09T14:05:59Z,96870245467,3,Top movers,0.018 +left,ClickHouse Cloud,188,188,2026-08-09T14:05:59Z,96870245467,4,Daily activity,0.016 +left,ClickHouse Cloud,189,189,2026-08-09T14:15:59Z,97440595296,1,Single-symbol summary,0.016 +left,ClickHouse Cloud,189,189,2026-08-09T14:15:59Z,97440595296,2,Watchlist summary,0.013 +left,ClickHouse Cloud,189,189,2026-08-09T14:15:59Z,97440595296,3,Top movers,0.019 +left,ClickHouse Cloud,189,189,2026-08-09T14:15:59Z,97440595296,4,Daily activity,0.015 +left,ClickHouse Cloud,190,190,2026-08-09T14:25:59Z,97990299109,1,Single-symbol summary,0.015 +left,ClickHouse Cloud,190,190,2026-08-09T14:25:59Z,97990299109,2,Watchlist summary,0.019 +left,ClickHouse Cloud,190,190,2026-08-09T14:25:59Z,97990299109,3,Top movers,0.018 +left,ClickHouse Cloud,190,190,2026-08-09T14:25:59Z,97990299109,4,Daily activity,0.015 +left,ClickHouse Cloud,191,191,2026-08-09T14:35:59Z,98531195718,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,191,191,2026-08-09T14:35:59Z,98531195718,2,Watchlist summary,0.013 +left,ClickHouse Cloud,191,191,2026-08-09T14:35:59Z,98531195718,3,Top movers,0.018 +left,ClickHouse Cloud,191,191,2026-08-09T14:35:59Z,98531195718,4,Daily activity,0.015 +left,ClickHouse Cloud,192,192,2026-08-09T14:45:59Z,99080355059,1,Single-symbol summary,0.008 +left,ClickHouse Cloud,192,192,2026-08-09T14:45:59Z,99080355059,2,Watchlist summary,0.013 +left,ClickHouse Cloud,192,192,2026-08-09T14:45:59Z,99080355059,3,Top movers,0.02 +left,ClickHouse Cloud,192,192,2026-08-09T14:45:59Z,99080355059,4,Daily activity,0.017 +left,ClickHouse Cloud,193,193,2026-08-09T14:55:59Z,99566521565,1,Single-symbol summary,0.007 +left,ClickHouse Cloud,193,193,2026-08-09T14:55:59Z,99566521565,2,Watchlist summary,0.013 +left,ClickHouse Cloud,193,193,2026-08-09T14:55:59Z,99566521565,3,Top movers,0.018 +left,ClickHouse Cloud,193,193,2026-08-09T14:55:59Z,99566521565,4,Daily activity,0.015 +right,Databricks SQL,1,1,2026-09-18T17:07:31.664Z,48991024,1,Single-symbol summary,2.31 +right,Databricks SQL,1,1,2026-09-18T17:07:31.664Z,48991024,2,Watchlist summary,0.843 +right,Databricks SQL,1,1,2026-09-18T17:07:31.664Z,48991024,3,Top movers,0.445 +right,Databricks SQL,1,1,2026-09-18T17:07:31.664Z,48991024,4,Daily activity,0.441 +right,Databricks SQL,2,2,2026-09-18T17:17:31.665Z,649003190,1,Single-symbol summary,0.994 +right,Databricks SQL,2,2,2026-09-18T17:17:31.665Z,649003190,2,Watchlist summary,0.375 +right,Databricks SQL,2,2,2026-09-18T17:17:31.665Z,649003190,3,Top movers,0.531 +right,Databricks SQL,2,2,2026-09-18T17:17:31.665Z,649003190,4,Daily activity,1.414 +right,Databricks SQL,3,3,2026-09-18T17:27:31.665Z,1249020088,1,Single-symbol summary,1.148 +right,Databricks SQL,3,3,2026-09-18T17:27:31.665Z,1249020088,2,Watchlist summary,0.387 +right,Databricks SQL,3,3,2026-09-18T17:27:31.665Z,1249020088,3,Top movers,0.356 +right,Databricks SQL,3,3,2026-09-18T17:27:31.665Z,1249020088,4,Daily activity,0.372 +right,Databricks SQL,4,4,2026-09-18T17:37:31.665Z,1848994361,1,Single-symbol summary,1.366 +right,Databricks SQL,4,4,2026-09-18T17:37:31.665Z,1848994361,2,Watchlist summary,0.345 +right,Databricks SQL,4,4,2026-09-18T17:37:31.665Z,1848994361,3,Top movers,0.322 +right,Databricks SQL,4,4,2026-09-18T17:37:31.665Z,1848994361,4,Daily activity,0.79 +right,Databricks SQL,5,5,2026-09-18T17:47:31.665Z,2448987056,1,Single-symbol summary,1.709 +right,Databricks SQL,5,5,2026-09-18T17:47:31.665Z,2448987056,2,Watchlist summary,0.354 +right,Databricks SQL,5,5,2026-09-18T17:47:31.665Z,2448987056,3,Top movers,0.568 +right,Databricks SQL,5,5,2026-09-18T17:47:31.665Z,2448987056,4,Daily activity,0.833 +right,Databricks SQL,6,6,2026-09-18T17:57:31.665Z,3049016351,1,Single-symbol summary,1.021 +right,Databricks SQL,6,6,2026-09-18T17:57:31.665Z,3049016351,2,Watchlist summary,0.373 +right,Databricks SQL,6,6,2026-09-18T17:57:31.665Z,3049016351,3,Top movers,0.346 +right,Databricks SQL,6,6,2026-09-18T17:57:31.665Z,3049016351,4,Daily activity,1.131 +right,Databricks SQL,7,7,2026-09-18T18:07:31.665Z,3648905245,1,Single-symbol summary,1.204 +right,Databricks SQL,7,7,2026-09-18T18:07:31.665Z,3648905245,2,Watchlist summary,0.354 +right,Databricks SQL,7,7,2026-09-18T18:07:31.665Z,3648905245,3,Top movers,0.335 +right,Databricks SQL,7,7,2026-09-18T18:07:31.665Z,3648905245,4,Daily activity,0.62 +right,Databricks SQL,8,8,2026-09-18T18:17:31.665Z,4248886900,1,Single-symbol summary,1.1 +right,Databricks SQL,8,8,2026-09-18T18:17:31.665Z,4248886900,2,Watchlist summary,1.119 +right,Databricks SQL,8,8,2026-09-18T18:17:31.665Z,4248886900,3,Top movers,0.677 +right,Databricks SQL,8,8,2026-09-18T18:17:31.665Z,4248886900,4,Daily activity,0.494 +right,Databricks SQL,9,9,2026-09-18T18:27:31.665Z,4848983718,1,Single-symbol summary,1.155 +right,Databricks SQL,9,9,2026-09-18T18:27:31.665Z,4848983718,2,Watchlist summary,0.44 +right,Databricks SQL,9,9,2026-09-18T18:27:31.665Z,4848983718,3,Top movers,0.359 +right,Databricks SQL,9,9,2026-09-18T18:27:31.665Z,4848983718,4,Daily activity,0.852 +right,Databricks SQL,10,10,2026-09-18T18:37:31.665Z,5448871065,1,Single-symbol summary,1.588 +right,Databricks SQL,10,10,2026-09-18T18:37:31.665Z,5448871065,2,Watchlist summary,0.378 +right,Databricks SQL,10,10,2026-09-18T18:37:31.665Z,5448871065,3,Top movers,0.481 +right,Databricks SQL,10,10,2026-09-18T18:37:31.665Z,5448871065,4,Daily activity,0.388 +right,Databricks SQL,11,11,2026-09-18T18:47:31.665Z,6048972873,1,Single-symbol summary,1.926 +right,Databricks SQL,11,11,2026-09-18T18:47:31.665Z,6048972873,2,Watchlist summary,0.402 +right,Databricks SQL,11,11,2026-09-18T18:47:31.665Z,6048972873,3,Top movers,0.375 +right,Databricks SQL,11,11,2026-09-18T18:47:31.665Z,6048972873,4,Daily activity,0.424 +right,Databricks SQL,12,12,2026-09-18T18:57:31.665Z,6649003205,1,Single-symbol summary,1.734 +right,Databricks SQL,12,12,2026-09-18T18:57:31.665Z,6649003205,2,Watchlist summary,0.401 +right,Databricks SQL,12,12,2026-09-18T18:57:31.665Z,6649003205,3,Top movers,0.424 +right,Databricks SQL,12,12,2026-09-18T18:57:31.665Z,6649003205,4,Daily activity,0.439 +right,Databricks SQL,13,13,2026-09-18T19:07:31.665Z,7248988928,1,Single-symbol summary,2.364 +right,Databricks SQL,13,13,2026-09-18T19:07:31.665Z,7248988928,2,Watchlist summary,0.461 +right,Databricks SQL,13,13,2026-09-18T19:07:31.665Z,7248988928,3,Top movers,0.479 +right,Databricks SQL,13,13,2026-09-18T19:07:31.665Z,7248988928,4,Daily activity,0.476 +right,Databricks SQL,14,14,2026-09-18T19:17:31.665Z,7849051094,1,Single-symbol summary,0.697 +right,Databricks SQL,14,14,2026-09-18T19:17:31.665Z,7849051094,2,Watchlist summary,0.401 +right,Databricks SQL,14,14,2026-09-18T19:17:31.665Z,7849051094,3,Top movers,0.39 +right,Databricks SQL,14,14,2026-09-18T19:17:31.665Z,7849051094,4,Daily activity,0.46 +right,Databricks SQL,15,15,2026-09-18T19:27:31.665Z,8448855794,1,Single-symbol summary,1.545 +right,Databricks SQL,15,15,2026-09-18T19:27:31.665Z,8448855794,2,Watchlist summary,0.783 +right,Databricks SQL,15,15,2026-09-18T19:27:31.665Z,8448855794,3,Top movers,0.8 +right,Databricks SQL,15,15,2026-09-18T19:27:31.665Z,8448855794,4,Daily activity,1.06 +right,Databricks SQL,16,16,2026-09-18T19:37:31.665Z,9048929201,1,Single-symbol summary,1.549 +right,Databricks SQL,16,16,2026-09-18T19:37:31.665Z,9048929201,2,Watchlist summary,0.462 +right,Databricks SQL,16,16,2026-09-18T19:37:31.665Z,9048929201,3,Top movers,0.385 +right,Databricks SQL,16,16,2026-09-18T19:37:31.665Z,9048929201,4,Daily activity,0.525 +right,Databricks SQL,17,17,2026-09-18T19:47:31.665Z,9648968625,1,Single-symbol summary,1.321 +right,Databricks SQL,17,17,2026-09-18T19:47:31.665Z,9648968625,2,Watchlist summary,0.393 +right,Databricks SQL,17,17,2026-09-18T19:47:31.665Z,9648968625,3,Top movers,0.415 +right,Databricks SQL,17,17,2026-09-18T19:47:31.665Z,9648968625,4,Daily activity,0.433 +right,Databricks SQL,18,18,2026-09-18T19:57:31.665Z,10248903114,1,Single-symbol summary,0.75 +right,Databricks SQL,18,18,2026-09-18T19:57:31.665Z,10248903114,2,Watchlist summary,0.396 +right,Databricks SQL,18,18,2026-09-18T19:57:31.665Z,10248903114,3,Top movers,0.379 +right,Databricks SQL,18,18,2026-09-18T19:57:31.665Z,10248903114,4,Daily activity,0.967 +right,Databricks SQL,19,19,2026-09-18T20:07:31.665Z,10848950992,1,Single-symbol summary,0.75 +right,Databricks SQL,19,19,2026-09-18T20:07:31.665Z,10848950992,2,Watchlist summary,0.566 +right,Databricks SQL,19,19,2026-09-18T20:07:31.665Z,10848950992,3,Top movers,0.466 +right,Databricks SQL,19,19,2026-09-18T20:07:31.665Z,10848950992,4,Daily activity,0.878 +right,Databricks SQL,20,20,2026-09-18T20:17:31.665Z,11448893976,1,Single-symbol summary,1.513 +right,Databricks SQL,20,20,2026-09-18T20:17:31.665Z,11448893976,2,Watchlist summary,0.735 +right,Databricks SQL,20,20,2026-09-18T20:17:31.665Z,11448893976,3,Top movers,0.742 +right,Databricks SQL,20,20,2026-09-18T20:17:31.665Z,11448893976,4,Daily activity,1.331 +right,Databricks SQL,21,21,2026-09-18T20:27:31.665Z,12048592301,1,Single-symbol summary,0.88 +right,Databricks SQL,21,21,2026-09-18T20:27:31.665Z,12048592301,2,Watchlist summary,0.788 +right,Databricks SQL,21,21,2026-09-18T20:27:31.665Z,12048592301,3,Top movers,0.373 +right,Databricks SQL,21,21,2026-09-18T20:27:31.665Z,12048592301,4,Daily activity,0.416 +right,Databricks SQL,22,22,2026-09-18T20:37:31.665Z,12649009868,1,Single-symbol summary,1.025 +right,Databricks SQL,22,22,2026-09-18T20:37:31.665Z,12649009868,2,Watchlist summary,0.436 +right,Databricks SQL,22,22,2026-09-18T20:37:31.665Z,12649009868,3,Top movers,0.398 +right,Databricks SQL,22,22,2026-09-18T20:37:31.665Z,12649009868,4,Daily activity,0.445 +right,Databricks SQL,23,23,2026-09-18T20:47:31.665Z,13249019508,1,Single-symbol summary,0.919 +right,Databricks SQL,23,23,2026-09-18T20:47:31.665Z,13249019508,2,Watchlist summary,0.684 +right,Databricks SQL,23,23,2026-09-18T20:47:31.665Z,13249019508,3,Top movers,0.671 +right,Databricks SQL,23,23,2026-09-18T20:47:31.665Z,13249019508,4,Daily activity,0.725 +right,Databricks SQL,24,24,2026-09-18T20:57:31.665Z,13848898093,1,Single-symbol summary,0.77 +right,Databricks SQL,24,24,2026-09-18T20:57:31.665Z,13848898093,2,Watchlist summary,0.386 +right,Databricks SQL,24,24,2026-09-18T20:57:31.665Z,13848898093,3,Top movers,0.393 +right,Databricks SQL,24,24,2026-09-18T20:57:31.665Z,13848898093,4,Daily activity,0.411 +right,Databricks SQL,25,25,2026-09-18T21:07:31.665Z,14448885812,1,Single-symbol summary,1.075 +right,Databricks SQL,25,25,2026-09-18T21:07:31.665Z,14448885812,2,Watchlist summary,0.769 +right,Databricks SQL,25,25,2026-09-18T21:07:31.665Z,14448885812,3,Top movers,0.806 +right,Databricks SQL,25,25,2026-09-18T21:07:31.665Z,14448885812,4,Daily activity,0.823 +right,Databricks SQL,26,26,2026-09-18T21:17:31.665Z,15048867160,1,Single-symbol summary,0.992 +right,Databricks SQL,26,26,2026-09-18T21:17:31.665Z,15048867160,2,Watchlist summary,0.443 +right,Databricks SQL,26,26,2026-09-18T21:17:31.665Z,15048867160,3,Top movers,0.42 +right,Databricks SQL,26,26,2026-09-18T21:17:31.665Z,15048867160,4,Daily activity,0.442 +right,Databricks SQL,27,27,2026-09-18T21:27:31.665Z,15648997618,1,Single-symbol summary,1.222 +right,Databricks SQL,27,27,2026-09-18T21:27:31.665Z,15648997618,2,Watchlist summary,0.456 +right,Databricks SQL,27,27,2026-09-18T21:27:31.665Z,15648997618,3,Top movers,0.422 +right,Databricks SQL,27,27,2026-09-18T21:27:31.665Z,15648997618,4,Daily activity,0.732 +right,Databricks SQL,28,28,2026-09-18T21:37:31.665Z,16249004090,1,Single-symbol summary,0.813 +right,Databricks SQL,28,28,2026-09-18T21:37:31.665Z,16249004090,2,Watchlist summary,0.475 +right,Databricks SQL,28,28,2026-09-18T21:37:31.665Z,16249004090,3,Top movers,0.395 +right,Databricks SQL,28,28,2026-09-18T21:37:31.665Z,16249004090,4,Daily activity,0.432 +right,Databricks SQL,29,29,2026-09-18T21:47:31.665Z,16849004649,1,Single-symbol summary,0.709 +right,Databricks SQL,29,29,2026-09-18T21:47:31.665Z,16849004649,2,Watchlist summary,0.418 +right,Databricks SQL,29,29,2026-09-18T21:47:31.665Z,16849004649,3,Top movers,0.393 +right,Databricks SQL,29,29,2026-09-18T21:47:31.665Z,16849004649,4,Daily activity,0.423 +right,Databricks SQL,30,30,2026-09-18T21:57:31.665Z,17448992007,1,Single-symbol summary,0.732 +right,Databricks SQL,30,30,2026-09-18T21:57:31.665Z,17448992007,2,Watchlist summary,0.414 +right,Databricks SQL,30,30,2026-09-18T21:57:31.665Z,17448992007,3,Top movers,0.479 +right,Databricks SQL,30,30,2026-09-18T21:57:31.665Z,17448992007,4,Daily activity,0.455 +right,Databricks SQL,31,31,2026-09-18T22:07:31.665Z,18048883403,1,Single-symbol summary,1.944 +right,Databricks SQL,31,31,2026-09-18T22:07:31.665Z,18048883403,2,Watchlist summary,0.46 +right,Databricks SQL,31,31,2026-09-18T22:07:31.665Z,18048883403,3,Top movers,0.427 +right,Databricks SQL,31,31,2026-09-18T22:07:31.665Z,18048883403,4,Daily activity,0.509 +right,Databricks SQL,32,32,2026-09-18T22:17:31.665Z,18648733933,1,Single-symbol summary,1.206 +right,Databricks SQL,32,32,2026-09-18T22:17:31.665Z,18648733933,2,Watchlist summary,0.413 +right,Databricks SQL,32,32,2026-09-18T22:17:31.665Z,18648733933,3,Top movers,0.434 +right,Databricks SQL,32,32,2026-09-18T22:17:31.665Z,18648733933,4,Daily activity,0.443 +right,Databricks SQL,33,33,2026-09-18T22:27:31.665Z,19248986594,1,Single-symbol summary,0.658 +right,Databricks SQL,33,33,2026-09-18T22:27:31.665Z,19248986594,2,Watchlist summary,0.443 +right,Databricks SQL,33,33,2026-09-18T22:27:31.665Z,19248986594,3,Top movers,0.399 +right,Databricks SQL,33,33,2026-09-18T22:27:31.665Z,19248986594,4,Daily activity,0.411 +right,Databricks SQL,34,34,2026-09-18T22:37:31.665Z,19848956047,1,Single-symbol summary,0.673 +right,Databricks SQL,34,34,2026-09-18T22:37:31.665Z,19848956047,2,Watchlist summary,0.412 +right,Databricks SQL,34,34,2026-09-18T22:37:31.665Z,19848956047,3,Top movers,0.395 +right,Databricks SQL,34,34,2026-09-18T22:37:31.665Z,19848956047,4,Daily activity,0.468 +right,Databricks SQL,35,35,2026-09-18T22:47:31.665Z,20448891140,1,Single-symbol summary,0.962 +right,Databricks SQL,35,35,2026-09-18T22:47:31.665Z,20448891140,2,Watchlist summary,0.627 +right,Databricks SQL,35,35,2026-09-18T22:47:31.665Z,20448891140,3,Top movers,0.382 +right,Databricks SQL,35,35,2026-09-18T22:47:31.665Z,20448891140,4,Daily activity,0.452 +right,Databricks SQL,36,36,2026-09-18T22:57:31.665Z,21048956022,1,Single-symbol summary,0.628 +right,Databricks SQL,36,36,2026-09-18T22:57:31.665Z,21048956022,2,Watchlist summary,0.656 +right,Databricks SQL,36,36,2026-09-18T22:57:31.665Z,21048956022,3,Top movers,0.65 +right,Databricks SQL,36,36,2026-09-18T22:57:31.665Z,21048956022,4,Daily activity,0.471 +right,Databricks SQL,37,37,2026-09-18T23:07:31.665Z,21648927817,1,Single-symbol summary,1.016 +right,Databricks SQL,37,37,2026-09-18T23:07:31.665Z,21648927817,2,Watchlist summary,0.608 +right,Databricks SQL,37,37,2026-09-18T23:07:31.665Z,21648927817,3,Top movers,0.747 +right,Databricks SQL,37,37,2026-09-18T23:07:31.665Z,21648927817,4,Daily activity,0.7 +right,Databricks SQL,38,38,2026-09-18T23:17:31.665Z,22249043246,1,Single-symbol summary,1.228 +right,Databricks SQL,38,38,2026-09-18T23:17:31.665Z,22249043246,2,Watchlist summary,0.467 +right,Databricks SQL,38,38,2026-09-18T23:17:31.665Z,22249043246,3,Top movers,0.733 +right,Databricks SQL,38,38,2026-09-18T23:17:31.665Z,22249043246,4,Daily activity,0.447 +right,Databricks SQL,39,39,2026-09-18T23:27:31.665Z,22848929920,1,Single-symbol summary,1.061 +right,Databricks SQL,39,39,2026-09-18T23:27:31.665Z,22848929920,2,Watchlist summary,0.682 +right,Databricks SQL,39,39,2026-09-18T23:27:31.665Z,22848929920,3,Top movers,0.494 +right,Databricks SQL,39,39,2026-09-18T23:27:31.665Z,22848929920,4,Daily activity,0.481 +right,Databricks SQL,40,40,2026-09-18T23:37:31.665Z,23448953518,1,Single-symbol summary,1.855 +right,Databricks SQL,40,40,2026-09-18T23:37:31.665Z,23448953518,2,Watchlist summary,0.652 +right,Databricks SQL,40,40,2026-09-18T23:37:31.665Z,23448953518,3,Top movers,0.854 +right,Databricks SQL,40,40,2026-09-18T23:37:31.665Z,23448953518,4,Daily activity,0.926 +right,Databricks SQL,41,41,2026-09-18T23:47:31.665Z,24048909415,1,Single-symbol summary,0.899 +right,Databricks SQL,41,41,2026-09-18T23:47:31.665Z,24048909415,2,Watchlist summary,0.654 +right,Databricks SQL,41,41,2026-09-18T23:47:31.665Z,24048909415,3,Top movers,0.669 +right,Databricks SQL,41,41,2026-09-18T23:47:31.665Z,24048909415,4,Daily activity,0.762 +right,Databricks SQL,42,42,2026-09-18T23:57:31.665Z,24648973497,1,Single-symbol summary,0.738 +right,Databricks SQL,42,42,2026-09-18T23:57:31.665Z,24648973497,2,Watchlist summary,0.392 +right,Databricks SQL,42,42,2026-09-18T23:57:31.665Z,24648973497,3,Top movers,0.38 +right,Databricks SQL,42,42,2026-09-18T23:57:31.665Z,24648973497,4,Daily activity,0.434 +right,Databricks SQL,43,43,2026-09-19T00:07:31.665Z,25248924027,1,Single-symbol summary,0.939 +right,Databricks SQL,43,43,2026-09-19T00:07:31.665Z,25248924027,2,Watchlist summary,0.705 +right,Databricks SQL,43,43,2026-09-19T00:07:31.665Z,25248924027,3,Top movers,0.84 +right,Databricks SQL,43,43,2026-09-19T00:07:31.665Z,25248924027,4,Daily activity,0.797 +right,Databricks SQL,44,44,2026-09-19T00:17:31.665Z,25848959896,1,Single-symbol summary,0.964 +right,Databricks SQL,44,44,2026-09-19T00:17:31.665Z,25848959896,2,Watchlist summary,0.643 +right,Databricks SQL,44,44,2026-09-19T00:17:31.665Z,25848959896,3,Top movers,0.728 +right,Databricks SQL,44,44,2026-09-19T00:17:31.665Z,25848959896,4,Daily activity,0.704 +right,Databricks SQL,45,45,2026-09-19T00:27:31.665Z,26448943724,1,Single-symbol summary,1.038 +right,Databricks SQL,45,45,2026-09-19T00:27:31.665Z,26448943724,2,Watchlist summary,1.037 +right,Databricks SQL,45,45,2026-09-19T00:27:31.665Z,26448943724,3,Top movers,0.73 +right,Databricks SQL,45,45,2026-09-19T00:27:31.665Z,26448943724,4,Daily activity,0.796 +right,Databricks SQL,46,46,2026-09-19T00:37:31.665Z,27048899731,1,Single-symbol summary,0.744 +right,Databricks SQL,46,46,2026-09-19T00:37:31.665Z,27048899731,2,Watchlist summary,0.428 +right,Databricks SQL,46,46,2026-09-19T00:37:31.665Z,27048899731,3,Top movers,0.411 +right,Databricks SQL,46,46,2026-09-19T00:37:31.665Z,27048899731,4,Daily activity,0.446 +right,Databricks SQL,47,47,2026-09-19T00:47:31.665Z,27648937048,1,Single-symbol summary,0.82 +right,Databricks SQL,47,47,2026-09-19T00:47:31.665Z,27648937048,2,Watchlist summary,0.471 +right,Databricks SQL,47,47,2026-09-19T00:47:31.665Z,27648937048,3,Top movers,0.436 +right,Databricks SQL,47,47,2026-09-19T00:47:31.665Z,27648937048,4,Daily activity,0.469 +right,Databricks SQL,48,48,2026-09-19T00:57:31.665Z,28248919345,1,Single-symbol summary,1.052 +right,Databricks SQL,48,48,2026-09-19T00:57:31.665Z,28248919345,2,Watchlist summary,0.68 +right,Databricks SQL,48,48,2026-09-19T00:57:31.665Z,28248919345,3,Top movers,0.798 +right,Databricks SQL,48,48,2026-09-19T00:57:31.665Z,28248919345,4,Daily activity,0.824 +right,Databricks SQL,49,49,2026-09-19T01:07:31.665Z,28848912329,1,Single-symbol summary,0.871 +right,Databricks SQL,49,49,2026-09-19T01:07:31.665Z,28848912329,2,Watchlist summary,0.669 +right,Databricks SQL,49,49,2026-09-19T01:07:31.665Z,28848912329,3,Top movers,0.555 +right,Databricks SQL,49,49,2026-09-19T01:07:31.665Z,28848912329,4,Daily activity,0.585 +right,Databricks SQL,50,50,2026-09-19T01:17:31.665Z,29448915472,1,Single-symbol summary,0.695 +right,Databricks SQL,50,50,2026-09-19T01:17:31.665Z,29448915472,2,Watchlist summary,0.412 +right,Databricks SQL,50,50,2026-09-19T01:17:31.665Z,29448915472,3,Top movers,0.514 +right,Databricks SQL,50,50,2026-09-19T01:17:31.665Z,29448915472,4,Daily activity,0.456 +right,Databricks SQL,51,51,2026-09-19T01:27:31.665Z,30048967566,1,Single-symbol summary,0.686 +right,Databricks SQL,51,51,2026-09-19T01:27:31.665Z,30048967566,2,Watchlist summary,0.429 +right,Databricks SQL,51,51,2026-09-19T01:27:31.665Z,30048967566,3,Top movers,0.391 +right,Databricks SQL,51,51,2026-09-19T01:27:31.665Z,30048967566,4,Daily activity,0.451 +right,Databricks SQL,52,52,2026-09-19T01:37:31.665Z,30648879647,1,Single-symbol summary,0.79 +right,Databricks SQL,52,52,2026-09-19T01:37:31.665Z,30648879647,2,Watchlist summary,0.467 +right,Databricks SQL,52,52,2026-09-19T01:37:31.665Z,30648879647,3,Top movers,0.385 +right,Databricks SQL,52,52,2026-09-19T01:37:31.665Z,30648879647,4,Daily activity,0.449 +right,Databricks SQL,53,53,2026-09-19T01:47:31.665Z,31248858731,1,Single-symbol summary,0.883 +right,Databricks SQL,53,53,2026-09-19T01:47:31.665Z,31248858731,2,Watchlist summary,0.434 +right,Databricks SQL,53,53,2026-09-19T01:47:31.665Z,31248858731,3,Top movers,0.414 +right,Databricks SQL,53,53,2026-09-19T01:47:31.665Z,31248858731,4,Daily activity,0.836 +right,Databricks SQL,54,54,2026-09-19T01:57:31.665Z,31849001715,1,Single-symbol summary,0.705 +right,Databricks SQL,54,54,2026-09-19T01:57:31.665Z,31849001715,2,Watchlist summary,0.419 +right,Databricks SQL,54,54,2026-09-19T01:57:31.665Z,31849001715,3,Top movers,0.448 +right,Databricks SQL,54,54,2026-09-19T01:57:31.665Z,31849001715,4,Daily activity,0.492 +right,Databricks SQL,55,55,2026-09-19T02:07:31.665Z,32448900387,1,Single-symbol summary,0.668 +right,Databricks SQL,55,55,2026-09-19T02:07:31.665Z,32448900387,2,Watchlist summary,0.542 +right,Databricks SQL,55,55,2026-09-19T02:07:31.665Z,32448900387,3,Top movers,0.531 +right,Databricks SQL,55,55,2026-09-19T02:07:31.665Z,32448900387,4,Daily activity,0.472 +right,Databricks SQL,56,56,2026-09-19T02:17:31.665Z,33049038056,1,Single-symbol summary,0.727 +right,Databricks SQL,56,56,2026-09-19T02:17:31.665Z,33049038056,2,Watchlist summary,0.419 +right,Databricks SQL,56,56,2026-09-19T02:17:31.665Z,33049038056,3,Top movers,0.413 +right,Databricks SQL,56,56,2026-09-19T02:17:31.665Z,33049038056,4,Daily activity,0.474 +right,Databricks SQL,57,57,2026-09-19T02:27:31.665Z,33649000287,1,Single-symbol summary,0.692 +right,Databricks SQL,57,57,2026-09-19T02:27:31.665Z,33649000287,2,Watchlist summary,0.456 +right,Databricks SQL,57,57,2026-09-19T02:27:31.665Z,33649000287,3,Top movers,0.406 +right,Databricks SQL,57,57,2026-09-19T02:27:31.665Z,33649000287,4,Daily activity,0.444 +right,Databricks SQL,58,58,2026-09-19T02:37:31.665Z,34248943675,1,Single-symbol summary,1.463 +right,Databricks SQL,58,58,2026-09-19T02:37:31.665Z,34248943675,2,Watchlist summary,0.479 +right,Databricks SQL,58,58,2026-09-19T02:37:31.665Z,34248943675,3,Top movers,0.413 +right,Databricks SQL,58,58,2026-09-19T02:37:31.665Z,34248943675,4,Daily activity,0.418 +right,Databricks SQL,59,59,2026-09-19T02:47:31.665Z,34848935288,1,Single-symbol summary,0.79 +right,Databricks SQL,59,59,2026-09-19T02:47:31.665Z,34848935288,2,Watchlist summary,0.44 +right,Databricks SQL,59,59,2026-09-19T02:47:31.665Z,34848935288,3,Top movers,0.44 +right,Databricks SQL,59,59,2026-09-19T02:47:31.665Z,34848935288,4,Daily activity,0.456 +right,Databricks SQL,60,60,2026-09-19T02:57:31.665Z,35448936836,1,Single-symbol summary,0.727 +right,Databricks SQL,60,60,2026-09-19T02:57:31.665Z,35448936836,2,Watchlist summary,0.42 +right,Databricks SQL,60,60,2026-09-19T02:57:31.665Z,35448936836,3,Top movers,0.425 +right,Databricks SQL,60,60,2026-09-19T02:57:31.665Z,35448936836,4,Daily activity,0.601 +right,Databricks SQL,61,61,2026-09-19T03:07:31.665Z,36049010227,1,Single-symbol summary,0.958 +right,Databricks SQL,61,61,2026-09-19T03:07:31.665Z,36049010227,2,Watchlist summary,0.83 +right,Databricks SQL,61,61,2026-09-19T03:07:31.665Z,36049010227,3,Top movers,0.976 +right,Databricks SQL,61,61,2026-09-19T03:07:31.665Z,36049010227,4,Daily activity,1.968 +right,Databricks SQL,62,62,2026-09-19T03:17:31.665Z,36648957386,1,Single-symbol summary,1.913 +right,Databricks SQL,62,62,2026-09-19T03:17:31.665Z,36648957386,2,Watchlist summary,0.892 +right,Databricks SQL,62,62,2026-09-19T03:17:31.665Z,36648957386,3,Top movers,0.394 +right,Databricks SQL,62,62,2026-09-19T03:17:31.665Z,36648957386,4,Daily activity,0.534 +right,Databricks SQL,63,63,2026-09-19T03:27:31.665Z,37249049007,1,Single-symbol summary,0.914 +right,Databricks SQL,63,63,2026-09-19T03:27:31.665Z,37249049007,2,Watchlist summary,0.47 +right,Databricks SQL,63,63,2026-09-19T03:27:31.665Z,37249049007,3,Top movers,0.391 +right,Databricks SQL,63,63,2026-09-19T03:27:31.665Z,37249049007,4,Daily activity,0.47 +right,Databricks SQL,64,64,2026-09-19T03:37:31.665Z,37848989380,1,Single-symbol summary,1.044 +right,Databricks SQL,64,64,2026-09-19T03:37:31.665Z,37848989380,2,Watchlist summary,0.697 +right,Databricks SQL,64,64,2026-09-19T03:37:31.665Z,37848989380,3,Top movers,0.788 +right,Databricks SQL,64,64,2026-09-19T03:37:31.665Z,37848989380,4,Daily activity,0.789 +right,Databricks SQL,65,65,2026-09-19T03:47:31.665Z,38448981241,1,Single-symbol summary,1.113 +right,Databricks SQL,65,65,2026-09-19T03:47:31.665Z,38448981241,2,Watchlist summary,0.72 +right,Databricks SQL,65,65,2026-09-19T03:47:31.665Z,38448981241,3,Top movers,0.78 +right,Databricks SQL,65,65,2026-09-19T03:47:31.665Z,38448981241,4,Daily activity,0.828 +right,Databricks SQL,66,66,2026-09-19T03:57:31.665Z,39048929732,1,Single-symbol summary,1.356 +right,Databricks SQL,66,66,2026-09-19T03:57:31.665Z,39048929732,2,Watchlist summary,0.67 +right,Databricks SQL,66,66,2026-09-19T03:57:31.665Z,39048929732,3,Top movers,0.751 +right,Databricks SQL,66,66,2026-09-19T03:57:31.665Z,39048929732,4,Daily activity,0.734 +right,Databricks SQL,67,67,2026-09-19T04:07:31.665Z,39648991503,1,Single-symbol summary,1.026 +right,Databricks SQL,67,67,2026-09-19T04:07:31.665Z,39648991503,2,Watchlist summary,0.88 +right,Databricks SQL,67,67,2026-09-19T04:07:31.665Z,39648991503,3,Top movers,0.897 +right,Databricks SQL,67,67,2026-09-19T04:07:31.665Z,39648991503,4,Daily activity,0.786 +right,Databricks SQL,68,68,2026-09-19T04:17:31.665Z,40248892033,1,Single-symbol summary,0.698 +right,Databricks SQL,68,68,2026-09-19T04:17:31.665Z,40248892033,2,Watchlist summary,0.48 +right,Databricks SQL,68,68,2026-09-19T04:17:31.665Z,40248892033,3,Top movers,0.414 +right,Databricks SQL,68,68,2026-09-19T04:17:31.665Z,40248892033,4,Daily activity,0.429 +right,Databricks SQL,69,69,2026-09-19T04:27:31.665Z,40848840757,1,Single-symbol summary,1.777 +right,Databricks SQL,69,69,2026-09-19T04:27:31.665Z,40848840757,2,Watchlist summary,0.727 +right,Databricks SQL,69,69,2026-09-19T04:27:31.665Z,40848840757,3,Top movers,0.778 +right,Databricks SQL,69,69,2026-09-19T04:27:31.665Z,40848840757,4,Daily activity,0.824 +right,Databricks SQL,70,70,2026-09-19T04:37:31.665Z,41448952314,1,Single-symbol summary,1.057 +right,Databricks SQL,70,70,2026-09-19T04:37:31.665Z,41448952314,2,Watchlist summary,0.733 +right,Databricks SQL,70,70,2026-09-19T04:37:31.665Z,41448952314,3,Top movers,0.872 +right,Databricks SQL,70,70,2026-09-19T04:37:31.665Z,41448952314,4,Daily activity,0.79 +right,Databricks SQL,71,71,2026-09-19T04:47:31.665Z,42048902844,1,Single-symbol summary,0.982 +right,Databricks SQL,71,71,2026-09-19T04:47:31.665Z,42048902844,2,Watchlist summary,0.728 +right,Databricks SQL,71,71,2026-09-19T04:47:31.665Z,42048902844,3,Top movers,0.82 +right,Databricks SQL,71,71,2026-09-19T04:47:31.665Z,42048902844,4,Daily activity,0.787 +right,Databricks SQL,72,72,2026-09-19T04:57:31.665Z,42649050693,1,Single-symbol summary,0.974 +right,Databricks SQL,72,72,2026-09-19T04:57:31.665Z,42649050693,2,Watchlist summary,0.683 +right,Databricks SQL,72,72,2026-09-19T04:57:31.665Z,42649050693,3,Top movers,0.762 +right,Databricks SQL,72,72,2026-09-19T04:57:31.665Z,42649050693,4,Daily activity,0.803 +right,Databricks SQL,73,73,2026-09-19T05:07:31.665Z,43248955264,1,Single-symbol summary,1.619 +right,Databricks SQL,73,73,2026-09-19T05:07:31.665Z,43248955264,2,Watchlist summary,0.5 +right,Databricks SQL,73,73,2026-09-19T05:07:31.665Z,43248955264,3,Top movers,0.497 +right,Databricks SQL,73,73,2026-09-19T05:07:31.665Z,43248955264,4,Daily activity,0.502 +right,Databricks SQL,74,74,2026-09-19T05:17:31.665Z,43849004793,1,Single-symbol summary,1.099 +right,Databricks SQL,74,74,2026-09-19T05:17:31.665Z,43849004793,2,Watchlist summary,0.693 +right,Databricks SQL,74,74,2026-09-19T05:17:31.665Z,43849004793,3,Top movers,0.809 +right,Databricks SQL,74,74,2026-09-19T05:17:31.665Z,43849004793,4,Daily activity,0.805 +right,Databricks SQL,75,75,2026-09-19T05:27:31.665Z,44448870942,1,Single-symbol summary,0.767 +right,Databricks SQL,75,75,2026-09-19T05:27:31.665Z,44448870942,2,Watchlist summary,0.43 +right,Databricks SQL,75,75,2026-09-19T05:27:31.665Z,44448870942,3,Top movers,0.418 +right,Databricks SQL,75,75,2026-09-19T05:27:31.665Z,44448870942,4,Daily activity,0.449 +right,Databricks SQL,76,76,2026-09-19T05:37:31.665Z,45048902478,1,Single-symbol summary,1.079 +right,Databricks SQL,76,76,2026-09-19T05:37:31.665Z,45048902478,2,Watchlist summary,0.681 +right,Databricks SQL,76,76,2026-09-19T05:37:31.665Z,45048902478,3,Top movers,0.775 +right,Databricks SQL,76,76,2026-09-19T05:37:31.665Z,45048902478,4,Daily activity,0.815 +right,Databricks SQL,77,77,2026-09-19T05:47:31.665Z,45648983692,1,Single-symbol summary,0.682 +right,Databricks SQL,77,77,2026-09-19T05:47:31.665Z,45648983692,2,Watchlist summary,0.402 +right,Databricks SQL,77,77,2026-09-19T05:47:31.665Z,45648983692,3,Top movers,0.394 +right,Databricks SQL,77,77,2026-09-19T05:47:31.665Z,45648983692,4,Daily activity,0.414 +right,Databricks SQL,78,78,2026-09-19T05:57:31.665Z,46248965040,1,Single-symbol summary,1.036 +right,Databricks SQL,78,78,2026-09-19T05:57:31.665Z,46248965040,2,Watchlist summary,0.686 +right,Databricks SQL,78,78,2026-09-19T05:57:31.665Z,46248965040,3,Top movers,0.807 +right,Databricks SQL,78,78,2026-09-19T05:57:31.665Z,46248965040,4,Daily activity,0.837 +right,Databricks SQL,79,79,2026-09-19T06:07:31.665Z,46848958026,1,Single-symbol summary,0.807 +right,Databricks SQL,79,79,2026-09-19T06:07:31.665Z,46848958026,2,Watchlist summary,0.506 +right,Databricks SQL,79,79,2026-09-19T06:07:31.665Z,46848958026,3,Top movers,0.558 +right,Databricks SQL,79,79,2026-09-19T06:07:31.665Z,46848958026,4,Daily activity,0.664 +right,Databricks SQL,80,80,2026-09-19T06:17:31.665Z,47448953256,1,Single-symbol summary,1.085 +right,Databricks SQL,80,80,2026-09-19T06:17:31.665Z,47448953256,2,Watchlist summary,0.728 +right,Databricks SQL,80,80,2026-09-19T06:17:31.665Z,47448953256,3,Top movers,0.848 +right,Databricks SQL,80,80,2026-09-19T06:17:31.665Z,47448953256,4,Daily activity,0.885 +right,Databricks SQL,81,81,2026-09-19T06:27:31.665Z,48048969904,1,Single-symbol summary,0.811 +right,Databricks SQL,81,81,2026-09-19T06:27:31.665Z,48048969904,2,Watchlist summary,0.445 +right,Databricks SQL,81,81,2026-09-19T06:27:31.665Z,48048969904,3,Top movers,0.458 +right,Databricks SQL,81,81,2026-09-19T06:27:31.665Z,48048969904,4,Daily activity,0.492 +right,Databricks SQL,82,82,2026-09-19T06:37:31.665Z,48648841029,1,Single-symbol summary,0.989 +right,Databricks SQL,82,82,2026-09-19T06:37:31.665Z,48648841029,2,Watchlist summary,0.743 +right,Databricks SQL,82,82,2026-09-19T06:37:31.665Z,48648841029,3,Top movers,0.782 +right,Databricks SQL,82,82,2026-09-19T06:37:31.665Z,48648841029,4,Daily activity,0.853 +right,Databricks SQL,83,83,2026-09-19T06:47:31.665Z,49249000673,1,Single-symbol summary,0.759 +right,Databricks SQL,83,83,2026-09-19T06:47:31.665Z,49249000673,2,Watchlist summary,0.482 +right,Databricks SQL,83,83,2026-09-19T06:47:31.665Z,49249000673,3,Top movers,0.414 +right,Databricks SQL,83,83,2026-09-19T06:47:31.665Z,49249000673,4,Daily activity,0.445 +right,Databricks SQL,84,84,2026-09-19T06:57:31.665Z,49848932021,1,Single-symbol summary,0.986 +right,Databricks SQL,84,84,2026-09-19T06:57:31.665Z,49848932021,2,Watchlist summary,0.765 +right,Databricks SQL,84,84,2026-09-19T06:57:31.665Z,49848932021,3,Top movers,0.789 +right,Databricks SQL,84,84,2026-09-19T06:57:31.665Z,49848932021,4,Daily activity,0.832 +right,Databricks SQL,85,85,2026-09-19T07:07:31.665Z,50448920743,1,Single-symbol summary,0.885 +right,Databricks SQL,85,85,2026-09-19T07:07:31.665Z,50448920743,2,Watchlist summary,0.484 +right,Databricks SQL,85,85,2026-09-19T07:07:31.665Z,50448920743,3,Top movers,0.482 +right,Databricks SQL,85,85,2026-09-19T07:07:31.665Z,50448920743,4,Daily activity,0.599 +right,Databricks SQL,86,86,2026-09-19T07:17:31.665Z,51048965322,1,Single-symbol summary,1.089 +right,Databricks SQL,86,86,2026-09-19T07:17:31.665Z,51048965322,2,Watchlist summary,0.705 +right,Databricks SQL,86,86,2026-09-19T07:17:31.665Z,51048965322,3,Top movers,0.782 +right,Databricks SQL,86,86,2026-09-19T07:17:31.665Z,51048965322,4,Daily activity,0.81 +right,Databricks SQL,87,87,2026-09-19T07:27:31.665Z,51648867376,1,Single-symbol summary,1.037 +right,Databricks SQL,87,87,2026-09-19T07:27:31.665Z,51648867376,2,Watchlist summary,0.762 +right,Databricks SQL,87,87,2026-09-19T07:27:31.665Z,51648867376,3,Top movers,0.785 +right,Databricks SQL,87,87,2026-09-19T07:27:31.665Z,51648867376,4,Daily activity,0.867 +right,Databricks SQL,88,88,2026-09-19T07:37:31.665Z,52248886297,1,Single-symbol summary,1.005 +right,Databricks SQL,88,88,2026-09-19T07:37:31.665Z,52248886297,2,Watchlist summary,0.807 +right,Databricks SQL,88,88,2026-09-19T07:37:31.665Z,52248886297,3,Top movers,0.818 +right,Databricks SQL,88,88,2026-09-19T07:37:31.665Z,52248886297,4,Daily activity,0.852 +right,Databricks SQL,89,89,2026-09-19T07:47:31.665Z,52848929281,1,Single-symbol summary,0.892 +right,Databricks SQL,89,89,2026-09-19T07:47:31.665Z,52848929281,2,Watchlist summary,0.637 +right,Databricks SQL,89,89,2026-09-19T07:47:31.665Z,52848929281,3,Top movers,0.769 +right,Databricks SQL,89,89,2026-09-19T07:47:31.665Z,52848929281,4,Daily activity,0.794 +right,Databricks SQL,90,90,2026-09-19T07:57:31.665Z,53448968592,1,Single-symbol summary,0.976 +right,Databricks SQL,90,90,2026-09-19T07:57:31.665Z,53448968592,2,Watchlist summary,0.691 +right,Databricks SQL,90,90,2026-09-19T07:57:31.665Z,53448968592,3,Top movers,0.797 +right,Databricks SQL,90,90,2026-09-19T07:57:31.665Z,53448968592,4,Daily activity,0.939 +right,Databricks SQL,91,91,2026-09-19T08:07:31.665Z,54048999698,1,Single-symbol summary,1.015 +right,Databricks SQL,91,91,2026-09-19T08:07:31.665Z,54048999698,2,Watchlist summary,0.877 +right,Databricks SQL,91,91,2026-09-19T08:07:31.665Z,54048999698,3,Top movers,0.903 +right,Databricks SQL,91,91,2026-09-19T08:07:31.665Z,54048999698,4,Daily activity,0.987 +right,Databricks SQL,92,92,2026-09-19T08:17:31.665Z,54648912657,1,Single-symbol summary,1.407 +right,Databricks SQL,92,92,2026-09-19T08:17:31.665Z,54648912657,2,Watchlist summary,0.736 +right,Databricks SQL,92,92,2026-09-19T08:17:31.665Z,54648912657,3,Top movers,0.859 +right,Databricks SQL,92,92,2026-09-19T08:17:31.665Z,54648912657,4,Daily activity,0.877 +right,Databricks SQL,93,93,2026-09-19T08:27:31.665Z,55248932131,1,Single-symbol summary,0.959 +right,Databricks SQL,93,93,2026-09-19T08:27:31.665Z,55248932131,2,Watchlist summary,0.764 +right,Databricks SQL,93,93,2026-09-19T08:27:31.665Z,55248932131,3,Top movers,0.807 +right,Databricks SQL,93,93,2026-09-19T08:27:31.665Z,55248932131,4,Daily activity,1.611 +right,Databricks SQL,94,94,2026-09-19T08:37:31.665Z,55849013665,1,Single-symbol summary,0.955 +right,Databricks SQL,94,94,2026-09-19T08:37:31.665Z,55849013665,2,Watchlist summary,0.688 +right,Databricks SQL,94,94,2026-09-19T08:37:31.665Z,55849013665,3,Top movers,0.786 +right,Databricks SQL,94,94,2026-09-19T08:37:31.665Z,55849013665,4,Daily activity,0.818 +right,Databricks SQL,95,95,2026-09-19T08:47:31.665Z,56448925831,1,Single-symbol summary,0.943 +right,Databricks SQL,95,95,2026-09-19T08:47:31.665Z,56448925831,2,Watchlist summary,0.686 +right,Databricks SQL,95,95,2026-09-19T08:47:31.665Z,56448925831,3,Top movers,0.825 +right,Databricks SQL,95,95,2026-09-19T08:47:31.665Z,56448925831,4,Daily activity,0.877 +right,Databricks SQL,96,96,2026-09-19T08:57:31.665Z,57048862217,1,Single-symbol summary,1.072 +right,Databricks SQL,96,96,2026-09-19T08:57:31.665Z,57048862217,2,Watchlist summary,0.784 +right,Databricks SQL,96,96,2026-09-19T08:57:31.665Z,57048862217,3,Top movers,0.797 +right,Databricks SQL,96,96,2026-09-19T08:57:31.665Z,57048862217,4,Daily activity,0.869 +right,Databricks SQL,97,97,2026-09-19T09:07:31.665Z,57648963051,1,Single-symbol summary,0.984 +right,Databricks SQL,97,97,2026-09-19T09:07:31.665Z,57648963051,2,Watchlist summary,0.773 +right,Databricks SQL,97,97,2026-09-19T09:07:31.665Z,57648963051,3,Top movers,0.872 +right,Databricks SQL,97,97,2026-09-19T09:07:31.665Z,57648963051,4,Daily activity,0.894 +right,Databricks SQL,98,98,2026-09-19T09:17:31.665Z,58249004920,1,Single-symbol summary,1.055 +right,Databricks SQL,98,98,2026-09-19T09:17:31.665Z,58249004920,2,Watchlist summary,0.763 +right,Databricks SQL,98,98,2026-09-19T09:17:31.665Z,58249004920,3,Top movers,0.881 +right,Databricks SQL,98,98,2026-09-19T09:17:31.665Z,58249004920,4,Daily activity,0.823 +right,Databricks SQL,99,99,2026-09-19T09:27:31.665Z,58848886186,1,Single-symbol summary,0.71 +right,Databricks SQL,99,99,2026-09-19T09:27:31.665Z,58848886186,2,Watchlist summary,0.412 +right,Databricks SQL,99,99,2026-09-19T09:27:31.665Z,58848886186,3,Top movers,0.391 +right,Databricks SQL,99,99,2026-09-19T09:27:31.665Z,58848886186,4,Daily activity,0.416 +right,Databricks SQL,100,100,2026-09-19T09:37:31.665Z,59449032571,1,Single-symbol summary,0.97 +right,Databricks SQL,100,100,2026-09-19T09:37:31.665Z,59449032571,2,Watchlist summary,0.722 +right,Databricks SQL,100,100,2026-09-19T09:37:31.665Z,59449032571,3,Top movers,0.799 +right,Databricks SQL,100,100,2026-09-19T09:37:31.665Z,59449032571,4,Daily activity,0.831 +right,Databricks SQL,101,101,2026-09-19T09:47:31.665Z,60048974387,1,Single-symbol summary,0.91 +right,Databricks SQL,101,101,2026-09-19T09:47:31.665Z,60048974387,2,Watchlist summary,0.73 +right,Databricks SQL,101,101,2026-09-19T09:47:31.665Z,60048974387,3,Top movers,0.762 +right,Databricks SQL,101,101,2026-09-19T09:47:31.665Z,60048974387,4,Daily activity,0.731 +right,Databricks SQL,102,102,2026-09-19T09:57:31.665Z,60649047005,1,Single-symbol summary,0.986 +right,Databricks SQL,102,102,2026-09-19T09:57:31.665Z,60649047005,2,Watchlist summary,0.411 +right,Databricks SQL,102,102,2026-09-19T09:57:31.665Z,60649047005,3,Top movers,0.366 +right,Databricks SQL,102,102,2026-09-19T09:57:31.665Z,60649047005,4,Daily activity,0.402 +right,Databricks SQL,103,103,2026-09-19T10:07:31.665Z,61248997535,1,Single-symbol summary,1.051 +right,Databricks SQL,103,103,2026-09-19T10:07:31.665Z,61248997535,2,Watchlist summary,0.866 +right,Databricks SQL,103,103,2026-09-19T10:07:31.665Z,61248997535,3,Top movers,1.155 +right,Databricks SQL,103,103,2026-09-19T10:07:31.665Z,61248997535,4,Daily activity,0.906 +right,Databricks SQL,104,104,2026-09-19T10:17:31.665Z,61848979545,1,Single-symbol summary,0.971 +right,Databricks SQL,104,104,2026-09-19T10:17:31.665Z,61848979545,2,Watchlist summary,0.414 +right,Databricks SQL,104,104,2026-09-19T10:17:31.665Z,61848979545,3,Top movers,0.389 +right,Databricks SQL,104,104,2026-09-19T10:17:31.665Z,61848979545,4,Daily activity,0.455 +right,Databricks SQL,105,105,2026-09-19T10:27:31.665Z,62448827582,1,Single-symbol summary,0.969 +right,Databricks SQL,105,105,2026-09-19T10:27:31.665Z,62448827582,2,Watchlist summary,0.701 +right,Databricks SQL,105,105,2026-09-19T10:27:31.665Z,62448827582,3,Top movers,0.78 +right,Databricks SQL,105,105,2026-09-19T10:27:31.665Z,62448827582,4,Daily activity,0.839 +right,Databricks SQL,106,106,2026-09-19T10:37:31.665Z,63048951008,1,Single-symbol summary,0.674 +right,Databricks SQL,106,106,2026-09-19T10:37:31.665Z,63048951008,2,Watchlist summary,0.442 +right,Databricks SQL,106,106,2026-09-19T10:37:31.665Z,63048951008,3,Top movers,0.414 +right,Databricks SQL,106,106,2026-09-19T10:37:31.665Z,63048951008,4,Daily activity,0.419 +right,Databricks SQL,107,107,2026-09-19T10:47:31.665Z,63648915373,1,Single-symbol summary,0.985 +right,Databricks SQL,107,107,2026-09-19T10:47:31.665Z,63648915373,2,Watchlist summary,0.757 +right,Databricks SQL,107,107,2026-09-19T10:47:31.665Z,63648915373,3,Top movers,0.817 +right,Databricks SQL,107,107,2026-09-19T10:47:31.665Z,63648915373,4,Daily activity,0.787 +right,Databricks SQL,108,108,2026-09-19T10:57:31.665Z,64248934893,1,Single-symbol summary,0.985 +right,Databricks SQL,108,108,2026-09-19T10:57:31.665Z,64248934893,2,Watchlist summary,0.549 +right,Databricks SQL,108,108,2026-09-19T10:57:31.665Z,64248934893,3,Top movers,0.427 +right,Databricks SQL,108,108,2026-09-19T10:57:31.665Z,64248934893,4,Daily activity,0.468 +right,Databricks SQL,109,109,2026-09-19T11:07:31.665Z,64848931181,1,Single-symbol summary,0.826 +right,Databricks SQL,109,109,2026-09-19T11:07:31.665Z,64848931181,2,Watchlist summary,0.49 +right,Databricks SQL,109,109,2026-09-19T11:07:31.665Z,64848931181,3,Top movers,0.448 +right,Databricks SQL,109,109,2026-09-19T11:07:31.665Z,64848931181,4,Daily activity,0.887 +right,Databricks SQL,110,110,2026-09-19T11:17:31.665Z,65448990060,1,Single-symbol summary,0.986 +right,Databricks SQL,110,110,2026-09-19T11:17:31.665Z,65448990060,2,Watchlist summary,0.69 +right,Databricks SQL,110,110,2026-09-19T11:17:31.665Z,65448990060,3,Top movers,0.775 +right,Databricks SQL,110,110,2026-09-19T11:17:31.665Z,65448990060,4,Daily activity,0.836 +right,Databricks SQL,111,111,2026-09-19T11:27:31.665Z,66048942260,1,Single-symbol summary,0.729 +right,Databricks SQL,111,111,2026-09-19T11:27:31.665Z,66048942260,2,Watchlist summary,0.417 +right,Databricks SQL,111,111,2026-09-19T11:27:31.665Z,66048942260,3,Top movers,0.403 +right,Databricks SQL,111,111,2026-09-19T11:27:31.665Z,66048942260,4,Daily activity,0.58 +right,Databricks SQL,112,112,2026-09-19T11:37:31.665Z,66648970121,1,Single-symbol summary,1.046 +right,Databricks SQL,112,112,2026-09-19T11:37:31.665Z,66648970121,2,Watchlist summary,0.725 +right,Databricks SQL,112,112,2026-09-19T11:37:31.665Z,66648970121,3,Top movers,0.702 +right,Databricks SQL,112,112,2026-09-19T11:37:31.665Z,66648970121,4,Daily activity,1.108 +right,Databricks SQL,113,113,2026-09-19T11:47:31.665Z,67248947921,1,Single-symbol summary,0.732 +right,Databricks SQL,113,113,2026-09-19T11:47:31.665Z,67248947921,2,Watchlist summary,0.451 +right,Databricks SQL,113,113,2026-09-19T11:47:31.665Z,67248947921,3,Top movers,0.419 +right,Databricks SQL,113,113,2026-09-19T11:47:31.665Z,67248947921,4,Daily activity,0.424 +right,Databricks SQL,114,114,2026-09-19T11:57:31.665Z,67848865391,1,Single-symbol summary,1.098 +right,Databricks SQL,114,114,2026-09-19T11:57:31.665Z,67848865391,2,Watchlist summary,0.766 +right,Databricks SQL,114,114,2026-09-19T11:57:31.665Z,67848865391,3,Top movers,0.846 +right,Databricks SQL,114,114,2026-09-19T11:57:31.665Z,67848865391,4,Daily activity,0.844 +right,Databricks SQL,115,115,2026-09-19T12:07:31.665Z,68448901225,1,Single-symbol summary,1.172 +right,Databricks SQL,115,115,2026-09-19T12:07:31.665Z,68448901225,2,Watchlist summary,0.897 +right,Databricks SQL,115,115,2026-09-19T12:07:31.665Z,68448901225,3,Top movers,1.002 +right,Databricks SQL,115,115,2026-09-19T12:07:31.665Z,68448901225,4,Daily activity,1.43 +right,Databricks SQL,116,116,2026-09-19T12:17:31.665Z,69049033856,1,Single-symbol summary,1.061 +right,Databricks SQL,116,116,2026-09-19T12:17:31.665Z,69049033856,2,Watchlist summary,0.735 +right,Databricks SQL,116,116,2026-09-19T12:17:31.665Z,69049033856,3,Top movers,0.827 +right,Databricks SQL,116,116,2026-09-19T12:17:31.665Z,69049033856,4,Daily activity,0.872 +right,Databricks SQL,117,117,2026-09-19T12:27:31.665Z,69648898887,1,Single-symbol summary,1.345 +right,Databricks SQL,117,117,2026-09-19T12:27:31.665Z,69648898887,2,Watchlist summary,0.725 +right,Databricks SQL,117,117,2026-09-19T12:27:31.665Z,69648898887,3,Top movers,0.836 +right,Databricks SQL,117,117,2026-09-19T12:27:31.665Z,69648898887,4,Daily activity,0.876 +right,Databricks SQL,118,118,2026-09-19T12:37:31.665Z,70248972689,1,Single-symbol summary,1.005 +right,Databricks SQL,118,118,2026-09-19T12:37:31.665Z,70248972689,2,Watchlist summary,0.802 +right,Databricks SQL,118,118,2026-09-19T12:37:31.665Z,70248972689,3,Top movers,0.854 +right,Databricks SQL,118,118,2026-09-19T12:37:31.665Z,70248972689,4,Daily activity,0.857 +right,Databricks SQL,119,119,2026-09-19T12:47:31.665Z,70848944994,1,Single-symbol summary,2.311 +right,Databricks SQL,119,119,2026-09-19T12:47:31.665Z,70848944994,2,Watchlist summary,1.138 +right,Databricks SQL,119,119,2026-09-19T12:47:31.665Z,70848944994,3,Top movers,0.869 +right,Databricks SQL,119,119,2026-09-19T12:47:31.665Z,70848944994,4,Daily activity,1.774 +right,Databricks SQL,120,120,2026-09-19T12:57:31.665Z,71448876924,1,Single-symbol summary,1.044 +right,Databricks SQL,120,120,2026-09-19T12:57:31.665Z,71448876924,2,Watchlist summary,0.785 +right,Databricks SQL,120,120,2026-09-19T12:57:31.665Z,71448876924,3,Top movers,0.882 +right,Databricks SQL,120,120,2026-09-19T12:57:31.665Z,71448876924,4,Daily activity,0.856 +right,Databricks SQL,121,121,2026-09-19T13:07:31.665Z,72048872763,1,Single-symbol summary,1.082 +right,Databricks SQL,121,121,2026-09-19T13:07:31.665Z,72048872763,2,Watchlist summary,0.792 +right,Databricks SQL,121,121,2026-09-19T13:07:31.665Z,72048872763,3,Top movers,1.005 +right,Databricks SQL,121,121,2026-09-19T13:07:31.665Z,72048872763,4,Daily activity,1.094 +right,Databricks SQL,122,122,2026-09-19T13:17:31.665Z,72648823293,1,Single-symbol summary,1.413 +right,Databricks SQL,122,122,2026-09-19T13:17:31.665Z,72648823293,2,Watchlist summary,0.767 +right,Databricks SQL,122,122,2026-09-19T13:17:31.665Z,72648823293,3,Top movers,0.853 +right,Databricks SQL,122,122,2026-09-19T13:17:31.665Z,72648823293,4,Daily activity,0.914 +right,Databricks SQL,123,123,2026-09-19T13:27:31.665Z,73248951843,1,Single-symbol summary,0.981 +right,Databricks SQL,123,123,2026-09-19T13:27:31.665Z,73248951843,2,Watchlist summary,0.739 +right,Databricks SQL,123,123,2026-09-19T13:27:31.665Z,73248951843,3,Top movers,0.823 +right,Databricks SQL,123,123,2026-09-19T13:27:31.665Z,73248951843,4,Daily activity,0.903 +right,Databricks SQL,124,124,2026-09-19T13:37:31.665Z,73848850795,1,Single-symbol summary,0.95 +right,Databricks SQL,124,124,2026-09-19T13:37:31.665Z,73848850795,2,Watchlist summary,0.743 +right,Databricks SQL,124,124,2026-09-19T13:37:31.665Z,73848850795,3,Top movers,0.806 +right,Databricks SQL,124,124,2026-09-19T13:37:31.665Z,73848850795,4,Daily activity,0.844 +right,Databricks SQL,125,125,2026-09-19T13:47:31.665Z,74448988124,1,Single-symbol summary,0.952 +right,Databricks SQL,125,125,2026-09-19T13:47:31.665Z,74448988124,2,Watchlist summary,0.736 +right,Databricks SQL,125,125,2026-09-19T13:47:31.665Z,74448988124,3,Top movers,0.749 +right,Databricks SQL,125,125,2026-09-19T13:47:31.665Z,74448988124,4,Daily activity,0.831 +right,Databricks SQL,126,126,2026-09-19T13:57:31.665Z,75048980211,1,Single-symbol summary,1.445 +right,Databricks SQL,126,126,2026-09-19T13:57:31.665Z,75048980211,2,Watchlist summary,0.72 +right,Databricks SQL,126,126,2026-09-19T13:57:31.665Z,75048980211,3,Top movers,0.841 +right,Databricks SQL,126,126,2026-09-19T13:57:31.665Z,75048980211,4,Daily activity,0.753 +right,Databricks SQL,127,127,2026-09-19T14:07:31.665Z,75648919105,1,Single-symbol summary,0.975 +right,Databricks SQL,127,127,2026-09-19T14:07:31.665Z,75648919105,2,Watchlist summary,0.805 +right,Databricks SQL,127,127,2026-09-19T14:07:31.665Z,75648919105,3,Top movers,0.894 +right,Databricks SQL,127,127,2026-09-19T14:07:31.665Z,75648919105,4,Daily activity,0.907 +right,Databricks SQL,128,128,2026-09-19T14:17:31.665Z,76248881396,1,Single-symbol summary,0.991 +right,Databricks SQL,128,128,2026-09-19T14:17:31.665Z,76248881396,2,Watchlist summary,0.795 +right,Databricks SQL,128,128,2026-09-19T14:17:31.665Z,76248881396,3,Top movers,0.822 +right,Databricks SQL,128,128,2026-09-19T14:17:31.665Z,76248881396,4,Daily activity,0.837 +right,Databricks SQL,129,129,2026-09-19T14:27:31.665Z,76848823691,1,Single-symbol summary,1.051 +right,Databricks SQL,129,129,2026-09-19T14:27:31.665Z,76848823691,2,Watchlist summary,0.75 +right,Databricks SQL,129,129,2026-09-19T14:27:31.665Z,76848823691,3,Top movers,0.799 +right,Databricks SQL,129,129,2026-09-19T14:27:31.665Z,76848823691,4,Daily activity,0.841 +right,Databricks SQL,130,130,2026-09-19T14:37:31.665Z,77448864325,1,Single-symbol summary,0.968 +right,Databricks SQL,130,130,2026-09-19T14:37:31.665Z,77448864325,2,Watchlist summary,0.718 +right,Databricks SQL,130,130,2026-09-19T14:37:31.665Z,77448864325,3,Top movers,0.839 +right,Databricks SQL,130,130,2026-09-19T14:37:31.665Z,77448864325,4,Daily activity,0.8 +right,Databricks SQL,131,131,2026-09-19T14:47:31.665Z,78048857309,1,Single-symbol summary,0.966 +right,Databricks SQL,131,131,2026-09-19T14:47:31.665Z,78048857309,2,Watchlist summary,0.712 +right,Databricks SQL,131,131,2026-09-19T14:47:31.665Z,78048857309,3,Top movers,0.742 +right,Databricks SQL,131,131,2026-09-19T14:47:31.665Z,78048857309,4,Daily activity,0.822 +right,Databricks SQL,132,132,2026-09-19T14:57:31.665Z,78648963825,1,Single-symbol summary,1.115 +right,Databricks SQL,132,132,2026-09-19T14:57:31.665Z,78648963825,2,Watchlist summary,0.749 +right,Databricks SQL,132,132,2026-09-19T14:57:31.665Z,78648963825,3,Top movers,0.824 +right,Databricks SQL,132,132,2026-09-19T14:57:31.665Z,78648963825,4,Daily activity,0.877 +right,Databricks SQL,133,133,2026-09-19T15:07:31.665Z,79248916498,1,Single-symbol summary,0.998 +right,Databricks SQL,133,133,2026-09-19T15:07:31.665Z,79248916498,2,Watchlist summary,0.849 +right,Databricks SQL,133,133,2026-09-19T15:07:31.665Z,79248916498,3,Top movers,0.907 +right,Databricks SQL,133,133,2026-09-19T15:07:31.665Z,79248916498,4,Daily activity,0.867 +right,Databricks SQL,134,134,2026-09-19T15:17:31.665Z,79848963748,1,Single-symbol summary,0.677 +right,Databricks SQL,134,134,2026-09-19T15:17:31.665Z,79848963748,2,Watchlist summary,0.426 +right,Databricks SQL,134,134,2026-09-19T15:17:31.665Z,79848963748,3,Top movers,0.433 +right,Databricks SQL,134,134,2026-09-19T15:17:31.665Z,79848963748,4,Daily activity,0.481 +right,Databricks SQL,135,135,2026-09-19T15:27:31.665Z,80448989098,1,Single-symbol summary,0.899 +right,Databricks SQL,135,135,2026-09-19T15:27:31.665Z,80448989098,2,Watchlist summary,0.682 +right,Databricks SQL,135,135,2026-09-19T15:27:31.665Z,80448989098,3,Top movers,0.747 +right,Databricks SQL,135,135,2026-09-19T15:27:31.665Z,80448989098,4,Daily activity,0.807 +right,Databricks SQL,136,136,2026-09-19T15:37:31.665Z,81048989103,1,Single-symbol summary,0.683 +right,Databricks SQL,136,136,2026-09-19T15:37:31.665Z,81048989103,2,Watchlist summary,0.411 +right,Databricks SQL,136,136,2026-09-19T15:37:31.665Z,81048989103,3,Top movers,0.427 +right,Databricks SQL,136,136,2026-09-19T15:37:31.665Z,81048989103,4,Daily activity,0.425 +right,Databricks SQL,137,137,2026-09-19T15:47:31.665Z,81648805878,1,Single-symbol summary,0.946 +right,Databricks SQL,137,137,2026-09-19T15:47:31.665Z,81648805878,2,Watchlist summary,0.726 +right,Databricks SQL,137,137,2026-09-19T15:47:31.665Z,81648805878,3,Top movers,0.768 +right,Databricks SQL,137,137,2026-09-19T15:47:31.665Z,81648805878,4,Daily activity,0.802 +right,Databricks SQL,138,138,2026-09-19T15:57:31.665Z,82248892830,1,Single-symbol summary,1.019 +right,Databricks SQL,138,138,2026-09-19T15:57:31.665Z,82248892830,2,Watchlist summary,0.696 +right,Databricks SQL,138,138,2026-09-19T15:57:31.665Z,82248892830,3,Top movers,1.289 +right,Databricks SQL,138,138,2026-09-19T15:57:31.665Z,82248892830,4,Daily activity,0.491 +right,Databricks SQL,139,139,2026-09-19T16:07:31.665Z,82848947450,1,Single-symbol summary,0.753 +right,Databricks SQL,139,139,2026-09-19T16:07:31.665Z,82848947450,2,Watchlist summary,0.498 +right,Databricks SQL,139,139,2026-09-19T16:07:31.665Z,82848947450,3,Top movers,0.974 +right,Databricks SQL,139,139,2026-09-19T16:07:31.665Z,82848947450,4,Daily activity,0.954 +right,Databricks SQL,140,140,2026-09-19T16:17:31.665Z,83448864291,1,Single-symbol summary,1.125 +right,Databricks SQL,140,140,2026-09-19T16:17:31.665Z,83448864291,2,Watchlist summary,0.739 +right,Databricks SQL,140,140,2026-09-19T16:17:31.665Z,83448864291,3,Top movers,0.792 +right,Databricks SQL,140,140,2026-09-19T16:17:31.665Z,83448864291,4,Daily activity,0.949 +right,Databricks SQL,141,141,2026-09-19T16:27:31.665Z,84048946267,1,Single-symbol summary,0.738 +right,Databricks SQL,141,141,2026-09-19T16:27:31.665Z,84048946267,2,Watchlist summary,0.493 +right,Databricks SQL,141,141,2026-09-19T16:27:31.665Z,84048946267,3,Top movers,0.449 +right,Databricks SQL,141,141,2026-09-19T16:27:31.665Z,84048946267,4,Daily activity,0.468 +right,Databricks SQL,142,142,2026-09-19T16:37:31.665Z,84648911334,1,Single-symbol summary,5.299 +right,Databricks SQL,142,142,2026-09-19T16:37:31.665Z,84648911334,2,Watchlist summary,1.07 +right,Databricks SQL,142,142,2026-09-19T16:37:31.665Z,84648911334,3,Top movers,1.078 +right,Databricks SQL,142,142,2026-09-19T16:37:31.665Z,84648911334,4,Daily activity,1.051 +right,Databricks SQL,143,143,2026-09-19T16:47:31.665Z,85248832558,1,Single-symbol summary,1.931 +right,Databricks SQL,143,143,2026-09-19T16:47:31.665Z,85248832558,2,Watchlist summary,0.551 +right,Databricks SQL,143,143,2026-09-19T16:47:31.665Z,85248832558,3,Top movers,0.477 +right,Databricks SQL,143,143,2026-09-19T16:47:31.665Z,85248832558,4,Daily activity,0.486 +right,Databricks SQL,144,144,2026-09-19T16:57:31.665Z,85848983088,1,Single-symbol summary,2.117 +right,Databricks SQL,144,144,2026-09-19T16:57:31.665Z,85848983088,2,Watchlist summary,0.812 +right,Databricks SQL,144,144,2026-09-19T16:57:31.665Z,85848983088,3,Top movers,1.259 +right,Databricks SQL,144,144,2026-09-19T16:57:31.665Z,85848983088,4,Daily activity,1.318 +right,Databricks SQL,145,145,2026-09-19T17:07:31.665Z,86448998070,1,Single-symbol summary,1.745 +right,Databricks SQL,145,145,2026-09-19T17:07:31.665Z,86448998070,2,Watchlist summary,0.577 +right,Databricks SQL,145,145,2026-09-19T17:07:31.665Z,86448998070,3,Top movers,0.53 +right,Databricks SQL,145,145,2026-09-19T17:07:31.665Z,86448998070,4,Daily activity,0.794 +right,Databricks SQL,146,146,2026-09-19T17:17:31.665Z,87048970508,1,Single-symbol summary,1.925 +right,Databricks SQL,146,146,2026-09-19T17:17:31.665Z,87048970508,2,Watchlist summary,0.834 +right,Databricks SQL,146,146,2026-09-19T17:17:31.665Z,87048970508,3,Top movers,1.442 +right,Databricks SQL,146,146,2026-09-19T17:17:31.665Z,87048970508,4,Daily activity,0.865 +right,Databricks SQL,147,147,2026-09-19T17:27:31.665Z,87648993949,1,Single-symbol summary,2.208 +right,Databricks SQL,147,147,2026-09-19T17:27:31.665Z,87648993949,2,Watchlist summary,0.757 +right,Databricks SQL,147,147,2026-09-19T17:27:31.665Z,87648993949,3,Top movers,0.797 +right,Databricks SQL,147,147,2026-09-19T17:27:31.665Z,87648993949,4,Daily activity,0.992 +right,Databricks SQL,148,148,2026-09-19T17:37:31.665Z,88248973865,1,Single-symbol summary,2.256 +right,Databricks SQL,148,148,2026-09-19T17:37:31.665Z,88248973865,2,Watchlist summary,1.094 +right,Databricks SQL,148,148,2026-09-19T17:37:31.665Z,88248973865,3,Top movers,1.054 +right,Databricks SQL,148,148,2026-09-19T17:37:31.665Z,88248973865,4,Daily activity,1.144 +right,Databricks SQL,149,149,2026-09-19T17:47:31.665Z,88848942984,1,Single-symbol summary,1.949 +right,Databricks SQL,149,149,2026-09-19T17:47:31.665Z,88848942984,2,Watchlist summary,0.853 +right,Databricks SQL,149,149,2026-09-19T17:47:31.665Z,88848942984,3,Top movers,0.861 +right,Databricks SQL,149,149,2026-09-19T17:47:31.665Z,88848942984,4,Daily activity,1.275 +right,Databricks SQL,150,150,2026-09-19T17:57:31.665Z,89448824332,1,Single-symbol summary,1.291 +right,Databricks SQL,150,150,2026-09-19T17:57:31.665Z,89448824332,2,Watchlist summary,1.071 +right,Databricks SQL,150,150,2026-09-19T17:57:31.665Z,89448824332,3,Top movers,0.829 +right,Databricks SQL,150,150,2026-09-19T17:57:31.665Z,89448824332,4,Daily activity,1.319 +right,Databricks SQL,151,151,2026-09-19T18:07:31.665Z,90048962182,1,Single-symbol summary,1.43 +right,Databricks SQL,151,151,2026-09-19T18:07:31.665Z,90048962182,2,Watchlist summary,0.807 +right,Databricks SQL,151,151,2026-09-19T18:07:31.665Z,90048962182,3,Top movers,1.032 +right,Databricks SQL,151,151,2026-09-19T18:07:31.665Z,90048962182,4,Daily activity,1.01 +right,Databricks SQL,152,152,2026-09-19T18:17:31.665Z,90648973338,1,Single-symbol summary,1.873 +right,Databricks SQL,152,152,2026-09-19T18:17:31.665Z,90648973338,2,Watchlist summary,0.813 +right,Databricks SQL,152,152,2026-09-19T18:17:31.665Z,90648973338,3,Top movers,0.833 +right,Databricks SQL,152,152,2026-09-19T18:17:31.665Z,90648973338,4,Daily activity,0.853 +right,Databricks SQL,153,153,2026-09-19T18:27:31.665Z,91248923008,1,Single-symbol summary,1.106 +right,Databricks SQL,153,153,2026-09-19T18:27:31.665Z,91248923008,2,Watchlist summary,0.639 +right,Databricks SQL,153,153,2026-09-19T18:27:31.665Z,91248923008,3,Top movers,0.461 +right,Databricks SQL,153,153,2026-09-19T18:27:31.665Z,91248923008,4,Daily activity,0.476 +right,Databricks SQL,154,154,2026-09-19T18:37:31.665Z,91848815062,1,Single-symbol summary,1.378 +right,Databricks SQL,154,154,2026-09-19T18:37:31.665Z,91848815062,2,Watchlist summary,0.808 +right,Databricks SQL,154,154,2026-09-19T18:37:31.665Z,91848815062,3,Top movers,0.908 +right,Databricks SQL,154,154,2026-09-19T18:37:31.665Z,91848815062,4,Daily activity,0.914 +right,Databricks SQL,155,155,2026-09-19T18:47:31.665Z,92448977228,1,Single-symbol summary,1.219 +right,Databricks SQL,155,155,2026-09-19T18:47:31.665Z,92448977228,2,Watchlist summary,0.819 +right,Databricks SQL,155,155,2026-09-19T18:47:31.665Z,92448977228,3,Top movers,0.857 +right,Databricks SQL,155,155,2026-09-19T18:47:31.665Z,92448977228,4,Daily activity,0.975 +right,Databricks SQL,156,156,2026-09-19T18:57:31.665Z,93048998642,1,Single-symbol summary,1.24 +right,Databricks SQL,156,156,2026-09-19T18:57:31.665Z,93048998642,2,Watchlist summary,0.446 +right,Databricks SQL,156,156,2026-09-19T18:57:31.665Z,93048998642,3,Top movers,0.529 +right,Databricks SQL,156,156,2026-09-19T18:57:31.665Z,93048998642,4,Daily activity,0.537 +right,Databricks SQL,157,157,2026-09-19T19:07:31.665Z,93648850827,1,Single-symbol summary,1.329 +right,Databricks SQL,157,157,2026-09-19T19:07:31.665Z,93648850827,2,Watchlist summary,0.793 +right,Databricks SQL,157,157,2026-09-19T19:07:31.665Z,93648850827,3,Top movers,0.954 +right,Databricks SQL,157,157,2026-09-19T19:07:31.665Z,93648850827,4,Daily activity,0.987 +right,Databricks SQL,158,158,2026-09-19T19:17:31.665Z,94248956784,1,Single-symbol summary,1.614 +right,Databricks SQL,158,158,2026-09-19T19:17:31.665Z,94248956784,2,Watchlist summary,0.803 +right,Databricks SQL,158,158,2026-09-19T19:17:31.665Z,94248956784,3,Top movers,0.884 +right,Databricks SQL,158,158,2026-09-19T19:17:31.665Z,94248956784,4,Daily activity,1.397 +right,Databricks SQL,159,159,2026-09-19T19:27:31.665Z,94848829249,1,Single-symbol summary,1.907 +right,Databricks SQL,159,159,2026-09-19T19:27:31.665Z,94848829249,2,Watchlist summary,0.763 +right,Databricks SQL,159,159,2026-09-19T19:27:31.665Z,94848829249,3,Top movers,0.916 +right,Databricks SQL,159,159,2026-09-19T19:27:31.665Z,94848829249,4,Daily activity,1.187 +right,Databricks SQL,160,160,2026-09-19T19:37:31.665Z,95448942204,1,Single-symbol summary,1.608 +right,Databricks SQL,160,160,2026-09-19T19:37:31.665Z,95448942204,2,Watchlist summary,0.772 +right,Databricks SQL,160,160,2026-09-19T19:37:31.665Z,95448942204,3,Top movers,0.828 +right,Databricks SQL,160,160,2026-09-19T19:37:31.665Z,95448942204,4,Daily activity,0.845 +right,Databricks SQL,161,161,2026-09-19T19:47:31.665Z,96048966006,1,Single-symbol summary,1.479 +right,Databricks SQL,161,161,2026-09-19T19:47:31.665Z,96048966006,2,Watchlist summary,0.811 +right,Databricks SQL,161,161,2026-09-19T19:47:31.665Z,96048966006,3,Top movers,0.845 +right,Databricks SQL,161,161,2026-09-19T19:47:31.665Z,96048966006,4,Daily activity,0.908 +right,Databricks SQL,162,162,2026-09-19T19:57:31.665Z,96648893321,1,Single-symbol summary,0.98 +right,Databricks SQL,162,162,2026-09-19T19:57:31.665Z,96648893321,2,Watchlist summary,0.729 +right,Databricks SQL,162,162,2026-09-19T19:57:31.665Z,96648893321,3,Top movers,0.812 +right,Databricks SQL,162,162,2026-09-19T19:57:31.665Z,96648893321,4,Daily activity,1.651 +right,Databricks SQL,163,163,2026-09-19T20:07:31.665Z,97248931018,1,Single-symbol summary,1.229 +right,Databricks SQL,163,163,2026-09-19T20:07:31.665Z,97248931018,2,Watchlist summary,0.774 +right,Databricks SQL,163,163,2026-09-19T20:07:31.665Z,97248931018,3,Top movers,0.924 +right,Databricks SQL,163,163,2026-09-19T20:07:31.665Z,97248931018,4,Daily activity,0.876 +right,Databricks SQL,164,164,2026-09-19T20:17:31.665Z,97848875579,1,Single-symbol summary,1.48 +right,Databricks SQL,164,164,2026-09-19T20:17:31.665Z,97848875579,2,Watchlist summary,0.451 +right,Databricks SQL,164,164,2026-09-19T20:17:31.665Z,97848875579,3,Top movers,0.578 +right,Databricks SQL,164,164,2026-09-19T20:17:31.665Z,97848875579,4,Daily activity,0.447 +right,Databricks SQL,165,165,2026-09-19T20:27:31.665Z,98448826106,1,Single-symbol summary,1.827 +right,Databricks SQL,165,165,2026-09-19T20:27:31.665Z,98448826106,2,Watchlist summary,0.857 +right,Databricks SQL,165,165,2026-09-19T20:27:31.665Z,98448826106,3,Top movers,0.941 +right,Databricks SQL,165,165,2026-09-19T20:27:31.665Z,98448826106,4,Daily activity,0.988 +right,Databricks SQL,166,166,2026-09-19T20:37:31.665Z,99048919090,1,Single-symbol summary,1.274 +right,Databricks SQL,166,166,2026-09-19T20:37:31.665Z,99048919090,2,Watchlist summary,0.828 +right,Databricks SQL,166,166,2026-09-19T20:37:31.665Z,99048919090,3,Top movers,0.824 +right,Databricks SQL,166,166,2026-09-19T20:37:31.665Z,99048919090,4,Daily activity,1.01 +right,Databricks SQL,167,167,2026-09-19T20:47:31.665Z,99648972815,1,Single-symbol summary,0.724 +right,Databricks SQL,167,167,2026-09-19T20:47:31.665Z,99648972815,2,Watchlist summary,0.474 +right,Databricks SQL,167,167,2026-09-19T20:47:31.665Z,99648972815,3,Top movers,0.458 +right,Databricks SQL,167,167,2026-09-19T20:47:31.665Z,99648972815,4,Daily activity,0.451 diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks_wide_summary.json b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks_wide_summary.json new file mode 100644 index 0000000..283ddc4 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks_wide_summary.json @@ -0,0 +1,116 @@ +{ + "schema_version": 1, + "chart": "aggregate_query_latency_pairwise", + "layout": { + "variant": "wide", + "figure_inches": [ + 17.186666666666667, + 9.666666666666666 + ], + "data_and_math_unchanged": true, + "pixel_dimensions": [ + 5156, + 2900 + ], + "transparent_canvas": true, + "header_safe_area_pixels": 560, + "chart_stage": "subtle", + "chart_stage_color": "#1C1C1A", + "chart_stage_border_color": "#343431" + }, + "selection": { + "max_rows_inclusive": 100000000000, + "smoothing": null, + "outliers_excluded": 0 + }, + "sources": { + "left": { + "path": "quotes/clickhouse-cloud/results_t2/mv/dashboard_20260808T065559Z.jsonl", + "sha256": "0fbfd6c089fc9e5ef4af88199db2bc08acc6f538a56d2be50a55a06d5765e960", + "load": { + "read": 286, + "selected": 192, + "zero_excluded": 1, + "above_cap_excluded": 93 + } + }, + "right": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl", + "sha256": "b97164940fed258796695511ce46356cffc7b2910d598f6936c5fdf0cee2add7", + "load": { + "read": 207, + "selected": 167, + "zero_excluded": 0, + "above_cap_excluded": 40 + } + }, + "left_cost": { + "path": "quotes/clickhouse-cloud/costs/out_t2/matched/databricks_serverless_20260918/dashboard.json", + "sha256": "ea8e835c58c9d7e99ab0f83d4b3ffa02bec292bb1edb004ae61c2bf4053c6387" + }, + "right_cost": { + "path": "quotes/databricks/costs/out/serverless_20260918/dashboard.json", + "sha256": "106aef7bcdcd275bd850e5171bcb18bff91670e59e670137020fe4079d5f1308" + } + }, + "reports": { + "left_q1": { + "observations": 192, + "median_sec": 0.01, + "maximum_sec": 0.111 + }, + "right_q1": { + "observations": 167, + "median_sec": 1.016, + "maximum_sec": 5.299 + }, + "left_q2": { + "observations": 192, + "median_sec": 0.013, + "maximum_sec": 0.104 + }, + "right_q2": { + "observations": 167, + "median_sec": 0.684, + "maximum_sec": 1.138 + }, + "left_q3": { + "observations": 192, + "median_sec": 0.014, + "maximum_sec": 0.045 + }, + "right_q3": { + "observations": 167, + "median_sec": 0.747, + "maximum_sec": 1.442 + }, + "left_q4": { + "observations": 192, + "median_sec": 0.012, + "maximum_sec": 0.043 + }, + "right_q4": { + "observations": 167, + "median_sec": 0.797, + "maximum_sec": 1.968 + } + }, + "matched_totals_ratios": { + "runtime_ratio": 59.46121024049651, + "cost_ratio": 104.02297539149887 + }, + "outputs": { + "png": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks_wide.png", + "svg": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks_wide.svg", + "csv": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/aggregate_query_latency_clickhouse_vs_databricks_wide_data.csv" + }, + "databricks_contract": { + "runtime_source": "provider Query History total duration, compilation included, fetch excluded", + "raw_rows_source": "producer durability progress", + "cost_window": "189 dashboard / 32 drilldown accepted samples through their workload-specific H", + "plot_window": "own original timelines through 100B; plotted window differs from accumulated cost window", + "result_cache": "disabled; compact source evidence validated before cost generation", + "warehouse": "Serverless SQL X-Small, one cluster, eu-west-1", + "cost_model": "normalized runtime times public list compute rate" + } +} diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components.png b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components.png new file mode 100644 index 0000000..25dadea Binary files /dev/null and b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components.png differ diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components.svg b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components.svg new file mode 100644 index 0000000..c3670cd --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components.svg @@ -0,0 +1,1373 @@ + + + + + + + + 2026-09-22T16:26:37.189522 + image/svg+xml + + + Matplotlib v3.10.9, https://matplotlib.org/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components_data.csv b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components_data.csv new file mode 100644 index 0000000..ab37047 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components_data.csv @@ -0,0 +1,4 @@ +component,cost_usd,status +zerobus,428.58118551948286,complete_allocated_window +clustering,59.225907411008826,estimated +mv_refresh,207.79765750386332,complete_allocated_window diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components_summary.json b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components_summary.json new file mode 100644 index 0000000..7638472 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components_summary.json @@ -0,0 +1,26 @@ +{ + "source": { + "path": "quotes/databricks/costs/out/serverless_20260918/fresh_data_path.json", + "sha256": "f0ce663e9eeda1b2b12f81ffd8d178d75049a38eac26d1b5ecb316e3b9625de1" + }, + "status": "complete_modeled", + "known_components_subtotal_usd": 695.604750434355, + "total_cost_usd": 695.604750434355, + "missing_components": [], + "caveats": [ + "Zerobus and MV refresh use signed, prorated DBUs at checked-in public list rates; no second allocation", + "Predictive Optimization uses ESTIMATED_DBU", + "Normalized query costs are separate; no invoice reconstruction" + ], + "schema_version": 1, + "chart": "databricks_cost_components", + "layout": { + "variant": "standard", + "data_and_math_unchanged": true + }, + "outputs": { + "png": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components.png", + "svg": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components.svg", + "csv": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components_data.csv" + } +} diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components_wide.png b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components_wide.png new file mode 100644 index 0000000..352e6df Binary files /dev/null and b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components_wide.png differ diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components_wide.svg b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components_wide.svg new file mode 100644 index 0000000..ea1e762 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components_wide.svg @@ -0,0 +1,1387 @@ + + + + + + + + 2026-09-22T16:26:38.359851 + image/svg+xml + + + Matplotlib v3.10.9, https://matplotlib.org/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components_wide_data.csv b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components_wide_data.csv new file mode 100644 index 0000000..ab37047 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components_wide_data.csv @@ -0,0 +1,4 @@ +component,cost_usd,status +zerobus,428.58118551948286,complete_allocated_window +clustering,59.225907411008826,estimated +mv_refresh,207.79765750386332,complete_allocated_window diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components_wide_summary.json b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components_wide_summary.json new file mode 100644 index 0000000..d422b9b --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components_wide_summary.json @@ -0,0 +1,26 @@ +{ + "source": { + "path": "quotes/databricks/costs/out/serverless_20260918/fresh_data_path.json", + "sha256": "f0ce663e9eeda1b2b12f81ffd8d178d75049a38eac26d1b5ecb316e3b9625de1" + }, + "status": "complete_modeled", + "known_components_subtotal_usd": 695.604750434355, + "total_cost_usd": 695.604750434355, + "missing_components": [], + "caveats": [ + "Zerobus and MV refresh use signed, prorated DBUs at checked-in public list rates; no second allocation", + "Predictive Optimization uses ESTIMATED_DBU", + "Normalized query costs are separate; no invoice reconstruction" + ], + "schema_version": 1, + "chart": "databricks_cost_components", + "layout": { + "variant": "wide", + "data_and_math_unchanged": true + }, + "outputs": { + "png": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components_wide.png", + "svg": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components_wide.svg", + "csv": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components_wide_data.csv" + } +} diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness.png b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness.png new file mode 100644 index 0000000..b9046b0 Binary files /dev/null and b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness.png differ diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness.svg b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness.svg new file mode 100644 index 0000000..e0f48d5 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness.svg @@ -0,0 +1,5752 @@ + + + + + + + + 2026-09-22T07:47:39.249524 + image/svg+xml + + + Matplotlib v3.10.9, https://matplotlib.org/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness_data.csv b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness_data.csv new file mode 100644 index 0000000..5fcc4f6 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness_data.csv @@ -0,0 +1,1888 @@ +source_index,observed_at,collected_until,raw_rows,mv_source_rows,rows_behind,refresh_age_seconds +1,2026-09-18T17:07:42.353Z,2026-09-18T17:08:28.309Z,49171842,19337792,29834050,17.534709 +2,2026-09-18T17:08:42.353Z,2026-09-18T17:09:28.834Z,101983950,76212804,25771146,13.297699 +3,2026-09-18T17:09:42.353Z,2026-09-18T17:10:28.574Z,168633676,138251354,30382322,12.204723 +4,2026-09-18T17:10:42.353Z,2026-09-18T17:11:28.578Z,226199414,200378268,25821146,6.877716 +5,2026-09-18T17:11:42.353Z,2026-09-18T17:12:28.368Z,283247698,262447636,20800062,6.792702 +6,2026-09-18T17:12:42.353Z,2026-09-18T17:13:32.165Z,345305430,324555368,20750062,6.744703 +7,2026-09-18T17:13:42.353Z,2026-09-18T17:14:29.043Z,407432344,386632282,20800062,2.973686 +8,2026-09-18T17:14:42.353Z,2026-09-18T17:15:30.188Z,459224636,443526476,15698160,5.575726 +9,2026-09-18T17:15:42.353Z,2026-09-18T17:16:31.808Z,527715722,505638298,22077424,3.245687 +10,2026-09-18T17:16:42.354Z,2026-09-18T17:17:23.652Z,578230652,567765212,10465440,0.485572 +11,2026-09-18T17:17:42.353Z,2026-09-18T17:18:23.471Z,645378650,624782678,20595972,2.627726 +12,2026-09-18T17:18:42.353Z,2026-09-18T17:19:24.878Z,708794562,691980676,16813886,0.418717 +13,2026-09-18T17:19:42.353Z,2026-09-18T17:20:24.910Z,763742212,691980676,71761536,60.41872 +14,2026-09-18T17:20:42.353Z,2026-09-18T17:21:23.970Z,827755310,754080862,73674448,56.296741 +15,2026-09-18T17:21:42.353Z,2026-09-18T17:22:25.613Z,880174964,810929788,69245176,56.247727 +16,2026-09-18T17:22:42.353Z,2026-09-18T17:23:26.984Z,949173596,878251058,70922538,50.436741 +17,2026-09-18T17:23:42.353Z,2026-09-18T17:24:25.517Z,1001073751,935268524,65805227,51.049716 +18,2026-09-18T17:24:42.353Z,2026-09-18T17:25:26.943Z,1064705072,997380029,67325043,52.777752 +19,2026-09-18T17:25:42.353Z,2026-09-18T17:26:26.913Z,1120164358,1059676442,60487916,49.3367 +20,2026-09-18T17:26:42.353Z,2026-09-18T17:27:26.042Z,1183861088,1116551454,67309634,52.372729 +21,2026-09-18T17:27:42.353Z,2026-09-18T17:28:29.072Z,1246330456,1178820822,67509634,50.407722 +22,2026-09-18T17:28:42.353Z,2026-09-18T17:29:28.744Z,1308311460,1240971008,67340452,48.712741 +23,2026-09-18T17:29:42.353Z,2026-09-18T17:30:29.393Z,1360109570,1303051695,57057875,48.890733 +24,2026-09-18T17:30:42.353Z,2026-09-18T17:31:27.917Z,1427736658,1365174836,62561822,46.601711 +25,2026-09-18T17:31:42.353Z,2026-09-18T17:32:29.017Z,1483395944,1422211484,61184460,46.40674 +26,2026-09-18T17:32:42.353Z,2026-09-18T17:33:23.235Z,1536153962,1489613572,46540390,40.131723 +27,2026-09-18T17:33:42.353Z,2026-09-18T17:34:22.041Z,1608788770,1546631038,62157732,42.290716 +28,2026-09-18T17:34:42.353Z,2026-09-18T17:35:23.585Z,1666903251,1608788770,58114481,43.584674 +29,2026-09-18T17:35:42.353Z,2026-09-18T17:36:23.444Z,1722693355,1665625889,57067466,40.68874 +30,2026-09-18T17:36:42.353Z,2026-09-18T17:37:24.290Z,1779537549,1727937711,51599838,44.230732 +31,2026-09-18T17:37:42.353Z,2026-09-18T17:38:24.899Z,1848782725,1790033807,58748918,39.265725 +32,2026-09-18T17:38:42.353Z,2026-09-18T17:39:24.200Z,1903826285,1852041539,51784746,39.430832 +33,2026-09-18T17:39:42.353Z,2026-09-18T17:40:24.884Z,1971116737,1914272543,56844194,36.114733 +34,2026-09-18T17:40:42.353Z,2026-09-18T17:41:25.358Z,2023593937,1976361093,47232844,33.61972 +35,2026-09-18T17:41:42.353Z,2026-09-18T17:42:26.783Z,2079807313,2033205287,46602026,35.597738 +36,2026-09-18T17:42:42.353Z,2026-09-18T17:43:38.593Z,2147147765,2095324655,51823110,33.661735 +37,2026-09-18T17:43:42.353Z,2026-09-18T17:44:27.499Z,2204184413,2157644023,46540390,35.212723 +38,2026-09-18T17:44:42.353Z,2026-09-18T17:45:27.659Z,2271542030,2219663391,51878639,31.592718 +39,2026-09-18T17:45:42.353Z,2026-09-18T17:46:30.177Z,2328392042,2276595660,51796382,30.565712 +40,2026-09-18T17:46:42.353Z,2026-09-18T17:47:27.526Z,2384120510,2343890202,40230308,27.610746 +41,2026-09-18T17:47:42.353Z,2026-09-18T17:48:28.840Z,2452488324,2400996032,51492292,25.891722 +42,2026-09-18T17:48:42.354Z,2026-09-18T17:49:30.850Z,2504473070,2463138355,41334715,26.248446 +43,2026-09-18T17:49:42.353Z,2026-09-18T17:50:21.346Z,2559928266,2520040412,39887854,26.800749 +44,2026-09-18T17:50:42.353Z,2026-09-18T17:51:22.735Z,2625972174,2582153962,43818212,24.477719 +45,2026-09-18T17:51:42.353Z,2026-09-18T17:52:22.690Z,2680598280,2644459966,36138314,25.84672 +46,2026-09-18T17:52:42.354Z,2026-09-18T17:53:53.630Z,2745239826,2706394426,38845400,26.172886 +47,2026-09-18T17:53:53.650Z,2026-09-18T17:54:35.507Z,2824223080,2763461892,60761188,35.99769 +48,2026-09-18T17:54:42.353Z,2026-09-18T17:55:26.600Z,2862491118,2825562078,36929040,23.318732 +49,2026-09-18T17:55:42.353Z,2026-09-18T17:56:24.682Z,2929058298,2887658174,41400124,20.592715 +50,2026-09-18T17:56:42.353Z,2026-09-18T17:57:24.336Z,2981870081,2949829262,32040819,19.318737 +51,2026-09-18T17:57:42.353Z,2026-09-18T17:58:24.512Z,3048219807,3006881319,41338488,21.57875 +52,2026-09-18T17:58:42.353Z,2026-09-18T17:59:26.223Z,3100004553,3068958233,31046320,20.390741 +53,2026-09-18T17:59:42.353Z,2026-09-18T18:00:26.047Z,3164697827,3131065965,33631862,18.668743 +54,2026-09-18T18:00:42.353Z,2026-09-18T18:01:26.819Z,3229421919,3187914249,41507670,21.221703 +55,2026-09-18T18:01:42.353Z,2026-09-18T18:02:29.740Z,3287890019,3250208617,37681402,19.662723 +56,2026-09-18T18:02:42.353Z,2026-09-18T18:03:28.077Z,3338149131,3312333803,25815328,16.308701 +57,2026-09-18T18:03:42.353Z,2026-09-18T18:04:29.416Z,3405545401,3374441535,31103866,14.565725 +58,2026-09-18T18:04:42.353Z,2026-09-18T18:05:30.231Z,3458476691,3431347365,27129326,16.504728 +59,2026-09-18T18:05:42.353Z,2026-09-18T18:06:30.281Z,3524478145,3493455097,31023048,14.293728 +60,2026-09-18T18:06:42.353Z,2026-09-18T18:07:33.909Z,3581526429,3550299291,31227138,14.297766 +61,2026-09-18T18:07:42.353Z,2026-09-18T18:08:23.314Z,3644238251,3612586113,31652138,14.223717 +62,2026-09-18T18:08:42.353Z,2026-09-18T18:09:23.200Z,3710886249,3674588027,36298222,15.07772 +63,2026-09-18T18:09:42.353Z,2026-09-18T18:10:28.501Z,3762673030,3736826884,25846146,13.06573 +64,2026-09-18T18:10:42.353Z,2026-09-18T18:11:23.554Z,3830069300,3799003798,31065502,7.455734 +65,2026-09-18T18:11:42.353Z,2026-09-18T18:12:24.738Z,3881904046,3799003798,82900248,67.45573 +66,2026-09-18T18:12:42.353Z,2026-09-18T18:13:25.952Z,3945962412,3918178996,27783416,3.635721 +67,2026-09-18T18:13:42.353Z,2026-09-18T18:14:25.935Z,4000942608,3918178996,82763612,63.635711 +68,2026-09-18T18:14:42.353Z,2026-09-18T18:15:26.539Z,4068158060,4037254194,30903866,4.970715 +69,2026-09-18T18:15:42.353Z,2026-09-18T18:16:27.790Z,4119992806,4037254194,82738612,64.970722 +70,2026-09-18T18:16:42.353Z,2026-09-18T18:17:27.143Z,4187344894,4156298574,31046320,8.282731 +71,2026-09-18T18:17:42.353Z,2026-09-18T18:18:27.686Z,4239168004,4223619844,15548160,5.220749 +72,2026-09-18T18:18:42.353Z,2026-09-18T18:19:28.520Z,4303151370,4280575674,22575696,5.814728 +73,2026-09-18T18:19:42.353Z,2026-09-18T18:20:28.767Z,4368454552,4342633406,25821146,7.273707 +74,2026-09-18T18:20:42.353Z,2026-09-18T18:21:29.059Z,4423786854,4404725790,19061064,0.330738 +75,2026-09-18T18:21:42.354Z,2026-09-18T18:22:30.016Z,4488847582,4466783522,22064060,0.909747 +76,2026-09-18T18:22:42.353Z,2026-09-18T18:23:22.596Z,4542146326,4466783522,75362804,60.908715 +77,2026-09-18T18:23:42.353Z,2026-09-18T18:24:21.923Z,4607741962,4529033708,78708254,58.30476 +78,2026-09-18T18:24:42.353Z,2026-09-18T18:25:24.975Z,4660605798,4529033708,131572090,118.30473 +79,2026-09-18T18:25:42.353Z,2026-09-18T18:26:24.402Z,4725506935,4648008906,77498029,57.014757 +80,2026-09-18T18:26:42.353Z,2026-09-18T18:27:23.836Z,4783655536,4648008906,135646630,117.014746 +81,2026-09-18T18:27:42.353Z,2026-09-18T18:28:25.395Z,4840280548,4767484104,72796444,56.106743 +82,2026-09-18T18:28:42.353Z,2026-09-18T18:29:24.357Z,4905085458,4767484104,137601354,116.106741 +83,2026-09-18T18:29:42.353Z,2026-09-18T18:30:24.806Z,4967747280,4945577402,22169878,2.675717 +84,2026-09-18T18:30:42.353Z,2026-09-18T18:31:27.173Z,5015788304,4945577402,70210902,62.675742 +85,2026-09-18T18:31:42.353Z,2026-09-18T18:32:26.741Z,5075087403,5066820869,8266534,1.93772 +86,2026-09-18T18:32:42.353Z,2026-09-18T18:33:26.411Z,5139630677,5066820869,72809808,61.93773 +87,2026-09-18T18:33:42.353Z,2026-09-18T18:34:29.479Z,5202883225,5188269973,14613252,0.004709 +88,2026-09-18T18:34:42.353Z,2026-09-18T18:35:27.102Z,5269115497,5188269973,80845524,60.004717 +89,2026-09-18T18:35:42.353Z,2026-09-18T18:36:30.646Z,5325715509,5252986519,72728990,56.99775 +90,2026-09-18T18:36:42.353Z,2026-09-18T18:37:30.525Z,5390514601,5317691429,72823172,51.086742 +91,2026-09-18T18:37:42.353Z,2026-09-18T18:38:30.785Z,5447027977,5374385623,72642354,54.178715 +92,2026-09-18T18:38:42.353Z,2026-09-18T18:39:30.017Z,5495623091,5438905625,56717466,52.445743 +93,2026-09-18T18:39:42.353Z,2026-09-18T18:40:21.921Z,5560358819,5495623091,64735728,52.349716 +94,2026-09-18T18:40:42.353Z,2026-09-18T18:41:25.037Z,5627910907,5560358819,67552088,51.688731 +95,2026-09-18T18:41:42.353Z,2026-09-18T18:42:24.371Z,5684533107,5617595467,66937640,51.656711 +96,2026-09-18T18:42:42.353Z,2026-09-18T18:43:22.718Z,5748739745,5679573659,69166086,50.444738 +97,2026-09-18T18:43:42.353Z,2026-09-18T18:44:24.717Z,5803881577,5741731391,62150186,48.477746 +98,2026-09-18T18:44:42.353Z,2026-09-18T18:45:25.281Z,5858869319,5798798857,60070462,48.743748 +99,2026-09-18T18:45:42.353Z,2026-09-18T18:46:24.611Z,5928177859,5860769953,67407906,46.994692 +100,2026-09-18T18:46:42.353Z,2026-09-18T18:47:24.496Z,5980000969,5922956775,57044194,46.548731 +101,2026-09-18T18:47:42.353Z,2026-09-18T18:48:26.443Z,6047179785,5980000969,67178816,50.31474 +102,2026-09-18T18:48:42.353Z,2026-09-18T18:49:27.323Z,6101250073,6047179785,54070288,41.374739 +103,2026-09-18T18:49:42.353Z,2026-09-18T18:50:27.511Z,6170502795,6104239705,66263090,43.63476 +104,2026-09-18T18:50:42.353Z,2026-09-18T18:51:28.112Z,6223203267,6166185801,57017466,42.091742 +105,2026-09-18T18:51:42.353Z,2026-09-18T18:52:27.906Z,6280969005,6223203267,57765738,42.184744 +106,2026-09-18T18:52:42.353Z,2026-09-18T18:53:27.718Z,6340883649,6285330181,55553468,40.869721 +107,2026-09-18T18:53:42.353Z,2026-09-18T18:54:29.542Z,6409438099,6352643905,56794194,37.217876 +108,2026-09-18T18:54:42.353Z,2026-09-18T18:55:29.184Z,6461616011,6409438099,52177912,37.44877 +109,2026-09-18T18:55:42.353Z,2026-09-18T18:56:28.459Z,6518316023,6471725633,46590390,35.338735 +110,2026-09-18T18:56:42.353Z,2026-09-18T18:57:23.736Z,6585987293,6533852547,52134746,36.825676 +111,2026-09-18T18:57:42.353Z,2026-09-18T18:58:21.603Z,6652062019,6595991097,56070922,34.270712 +112,2026-09-18T18:58:42.353Z,2026-09-18T18:59:22.410Z,6706220671,6658291283,47929388,26.261727 +113,2026-09-18T18:59:42.353Z,2026-09-18T19:00:24.458Z,6761729957,6720106561,41623396,30.935733 +114,2026-09-18T19:00:42.353Z,2026-09-18T19:01:23.540Z,6829139591,6777474027,51665564,28.539964 +115,2026-09-18T19:01:42.353Z,2026-09-18T19:02:24.611Z,6882413335,6844837751,37575584,23.251746 +116,2026-09-18T19:02:42.353Z,2026-09-18T19:03:56.724Z,6951902693,6901793581,50109112,27.161733 +117,2026-09-18T19:03:56.745Z,2026-09-18T19:05:20.274Z,7020949597,6964049585,56900012,38.08559 +118,2026-09-18T19:05:20.298Z,2026-09-18T19:06:05.745Z,7101491031,7026170681,75320350,61.347569 +119,2026-09-18T19:06:05.766Z,2026-09-18T19:06:49.113Z,7155565694,7088228413,67337281,43.886375 +120,2026-09-18T19:06:49.135Z,2026-09-18T19:07:34.403Z,7183972382,7150321338,33651044,26.011169 +121,2026-09-18T19:07:42.353Z,2026-09-18T19:08:27.367Z,7252047742,7207388804,44658938,22.122732 +122,2026-09-18T19:08:42.353Z,2026-09-18T19:09:28.735Z,7305794758,7269527354,36267404,19.553734 +123,2026-09-18T19:09:42.353Z,2026-09-18T19:10:30.005Z,7362738952,7331646722,31092230,18.418732 +124,2026-09-18T19:10:42.353Z,2026-09-18T19:11:28.348Z,7430052676,7393785272,36267404,16.913761 +125,2026-09-18T19:11:42.353Z,2026-09-18T19:12:29.835Z,7487027688,7450879466,36148222,16.075757 +126,2026-09-18T19:12:42.353Z,2026-09-18T19:13:22.341Z,7540824704,7513029652,27795052,15.537835 +127,2026-09-18T19:13:42.353Z,2026-09-18T19:14:22.186Z,7611497242,7575218202,36279040,13.01875 +128,2026-09-18T19:14:42.353Z,2026-09-18T19:15:22.529Z,7668348982,7632043214,36305768,16.583746 +129,2026-09-18T19:15:42.353Z,2026-09-18T19:16:24.487Z,7725447266,7694393400,31053866,14.798726 +130,2026-09-18T19:16:42.353Z,2026-09-18T19:17:23.183Z,7792799354,7756466541,36332813,11.541727 +131,2026-09-18T19:17:42.353Z,2026-09-18T19:18:25.701Z,7847250460,7818612954,28637506,12.603721 +132,2026-09-18T19:18:42.353Z,2026-09-18T19:19:25.785Z,7901632464,7875611318,26021146,11.215732 +133,2026-09-18T19:19:42.353Z,2026-09-18T19:20:25.716Z,7968772916,7937688232,31084684,10.984733 +134,2026-09-18T19:20:42.353Z,2026-09-18T19:21:25.064Z,8025827018,7999838418,25988600,6.363717 +135,2026-09-18T19:21:42.353Z,2026-09-18T19:22:27.712Z,8082727030,7999838418,82888612,66.363726 +136,2026-09-18T19:22:42.353Z,2026-09-18T19:23:27.674Z,8152229752,8118832798,33396954,4.992735 +137,2026-09-18T19:23:42.353Z,2026-09-18T19:24:26.818Z,8206998312,8118832798,88165514,64.992705 +138,2026-09-18T19:24:42.353Z,2026-09-18T19:25:26.616Z,8259923784,8243123262,16800522,2.570729 +139,2026-09-18T19:25:42.353Z,2026-09-18T19:26:28.923Z,8331194594,8243123262,88071332,62.570733 +140,2026-09-18T19:26:42.353Z,2026-09-18T19:27:28.199Z,8388194606,8362211824,25982782,5.520732 +141,2026-09-18T19:27:42.353Z,2026-09-18T19:28:29.963Z,8442557348,8424462010,18095338,4.151743 +142,2026-09-18T19:28:42.353Z,2026-09-18T19:29:31.804Z,8501463812,8486600560,14863252,3.541732 +143,2026-09-18T19:29:42.353Z,2026-09-18T19:30:22.539Z,8574446497,8486600560,87845937,63.541727 +144,2026-09-18T19:30:42.353Z,2026-09-18T19:31:25.978Z,8630292419,8486600560,143691859,123.541735 +145,2026-09-18T19:31:42.353Z,2026-09-18T19:32:21.894Z,8688394793,8605525363,82869430,59.120741 +146,2026-09-18T19:32:42.353Z,2026-09-18T19:33:24.365Z,8744777351,8605525363,139251988,119.120744 +147,2026-09-18T19:33:42.353Z,2026-09-18T19:34:24.075Z,8801933181,8724650561,77282620,57.705742 +148,2026-09-18T19:34:42.353Z,2026-09-18T19:35:24.306Z,8869616087,8786727475,82888612,59.754727 +149,2026-09-18T19:35:42.353Z,2026-09-18T19:36:24.905Z,8924248011,8848866025,75381986,58.148754 +150,2026-09-18T19:36:42.353Z,2026-09-18T19:37:25.038Z,8981827113,8910950802,70876311,59.28671 +151,2026-09-18T19:37:42.353Z,2026-09-18T19:38:27.250Z,9037498035,8973043125,64454910,55.506895 +152,2026-09-18T19:38:42.353Z,2026-09-18T19:39:27.404Z,9107628119,9035212493,72415626,52.536711 +153,2026-09-18T19:39:42.353Z,2026-09-18T19:40:28.455Z,9159427957,9035212493,124215464,112.536733 +154,2026-09-18T19:40:42.353Z,2026-09-18T19:41:28.259Z,9226780045,9149143335,77636710,51.188758 +155,2026-09-18T19:41:42.353Z,2026-09-18T19:42:27.840Z,9283624769,9149143335,134481434,111.188727 +156,2026-09-18T19:42:42.354Z,2026-09-18T19:43:27.781Z,9350965221,9273309329,77655892,55.160333 +157,2026-09-18T19:43:42.353Z,2026-09-18T19:44:31.857Z,9407847779,9335467061,72380718,55.016802 +158,2026-09-18T19:44:42.353Z,2026-09-18T19:45:28.986Z,9459669161,9392334527,67334634,53.922739 +159,2026-09-18T19:45:42.353Z,2026-09-18T19:46:30.642Z,9530066699,9454411441,75655258,53.336725 +160,2026-09-18T19:46:42.353Z,2026-09-18T19:47:42.358Z,9584532897,9516519173,68013724,52.946752 +161,2026-09-18T19:47:42.381Z,2026-09-18T19:48:22.224Z,9640919545,9573555821,67363724,55.231263 +162,2026-09-18T19:48:42.354Z,2026-09-18T19:49:23.575Z,9708048361,9635663553,72384808,54.877154 +163,2026-09-18T19:49:42.353Z,2026-09-18T19:50:25.522Z,9765296645,9692519383,72777262,54.816731 +164,2026-09-18T19:50:42.353Z,2026-09-18T19:51:23.844Z,9821854203,9754650387,67203816,54.224728 +165,2026-09-18T19:51:42.353Z,2026-09-18T19:52:24.523Z,9892751741,9816784847,75966894,47.946754 +166,2026-09-18T19:52:42.353Z,2026-09-18T19:53:24.516Z,9948249391,9878927487,69321904,46.199726 +167,2026-09-18T19:53:42.353Z,2026-09-18T19:54:26.723Z,10003092951,9940979401,62113550,48.078763 +168,2026-09-18T19:54:42.353Z,2026-09-18T19:55:27.368Z,10070411544,9998048595,72362949,48.183736 +169,2026-09-18T19:55:42.353Z,2026-09-18T19:56:28.699Z,10127442374,10065153824,62288550,43.477761 +170,2026-09-18T19:56:42.353Z,2026-09-18T19:57:28.035Z,10185425566,10122202108,63223458,44.819724 +171,2026-09-18T19:57:42.353Z,2026-09-18T19:58:28.268Z,10242543032,10184359840,58183192,41.569737 +172,2026-09-18T19:58:42.353Z,2026-09-18T19:59:28.344Z,10313658024,10246460026,67197998,39.321728 +173,2026-09-18T19:59:42.353Z,2026-09-18T20:00:29.313Z,10370706308,10308606122,62100186,36.976683 +174,2026-09-18T20:00:42.353Z,2026-09-18T20:01:29.319Z,10427544684,10308606122,118938562,96.976742 +175,2026-09-18T20:01:42.353Z,2026-09-18T20:02:30.781Z,10486337784,10432833222,53504562,31.434726 +176,2026-09-18T20:02:42.353Z,2026-09-18T20:03:31.171Z,10543836068,10432833222,111002846,91.434752 +177,2026-09-18T20:03:42.353Z,2026-09-18T20:04:23.751Z,10601238442,10551933420,49305022,33.795726 +178,2026-09-18T20:04:42.353Z,2026-09-18T20:05:22.136Z,10670971982,10551933420,119038562,93.795743 +179,2026-09-18T20:05:42.353Z,2026-09-18T20:06:24.300Z,10727977812,10670971982,57005830,31.673725 +180,2026-09-18T20:06:42.353Z,2026-09-18T20:07:24.411Z,10784783642,10670971982,113811660,91.673722 +181,2026-09-18T20:07:42.353Z,2026-09-18T20:08:25.117Z,10841856002,10795284794,46571208,28.307725 +182,2026-09-18T20:08:42.353Z,2026-09-18T20:09:25.608Z,10912709358,10795284794,117424564,88.307751 +183,2026-09-18T20:09:42.353Z,2026-09-18T20:10:25.329Z,10970623368,10919492712,51130656,22.476756 +184,2026-09-18T20:10:42.353Z,2026-09-18T20:11:27.327Z,11028190834,10919492712,108698122,82.476722 +185,2026-09-18T20:11:42.354Z,2026-09-18T20:12:25.744Z,11085239118,11033416008,51823110,27.858353 +186,2026-09-18T20:12:42.353Z,2026-09-18T20:13:27.986Z,11142094948,11100737278,41357670,24.672745 +187,2026-09-18T20:13:42.353Z,2026-09-18T20:14:27.908Z,11200458958,11100737278,99721680,84.672743 +188,2026-09-18T20:14:42.353Z,2026-09-18T20:15:29.190Z,11257688060,11219789204,37898856,22.16475 +189,2026-09-18T20:15:42.353Z,2026-09-18T20:16:29.988Z,11328448962,11287110474,41338488,19.374905 +190,2026-09-18T20:16:42.353Z,2026-09-18T20:17:29.795Z,11385516428,11343985486,41530942,20.857729 +191,2026-09-18T20:17:42.353Z,2026-09-18T20:18:30.411Z,11442383894,11406066490,36317404,22.38176 +192,2026-09-18T20:18:42.353Z,2026-09-18T20:19:29.862Z,11504541626,11468255040,36286586,19.496744 +193,2026-09-18T20:19:42.353Z,2026-09-18T20:20:21.362Z,11571874055,11468255040,103619015,79.496731 +194,2026-09-18T20:20:42.353Z,2026-09-18T20:21:22.857Z,11623714619,11587397215,36317404,17.367959 +195,2026-09-18T20:21:42.354Z,2026-09-18T20:22:23.253Z,11693459795,11587397215,106062580,77.368461 +196,2026-09-18T20:22:42.353Z,2026-09-18T20:23:25.590Z,11742647363,11706379959,36267404,18.319713 +197,2026-09-18T20:23:42.353Z,2026-09-18T20:24:25.330Z,11799995647,11768660963,31334684,18.91868 +198,2026-09-18T20:24:42.353Z,2026-09-18T20:25:24.990Z,11866843645,11830787877,36055768,16.253719 +199,2026-09-18T20:25:42.353Z,2026-09-18T20:26:27.195Z,11929113013,11892851427,36261586,16.769674 +200,2026-09-18T20:26:42.353Z,2026-09-18T20:27:26.132Z,11985988025,11954945795,31042230,11.546722 +201,2026-09-18T20:27:42.353Z,2026-09-18T20:28:25.497Z,12041878129,12017022709,24855420,9.68074 +202,2026-09-18T20:28:42.353Z,2026-09-18T20:29:26.737Z,12099917139,12079180441,20736698,6.249731 +203,2026-09-18T20:29:42.353Z,2026-09-18T20:30:25.840Z,12164342959,12079180441,85162518,66.249728 +204,2026-09-18T20:30:42.353Z,2026-09-18T20:31:26.851Z,12224138421,12198305639,25832782,2.220726 +205,2026-09-18T20:31:42.353Z,2026-09-18T20:32:30.102Z,12286407789,12198305639,88102150,62.220716 +206,2026-09-18T20:32:42.353Z,2026-09-18T20:33:31.245Z,12348482558,12322526504,25956054,1.445738 +207,2026-09-18T20:33:42.354Z,2026-09-18T20:34:28.883Z,12410615290,12322526504,88088786,61.446093 +208,2026-09-18T20:34:42.353Z,2026-09-18T20:35:30.164Z,12472455568,12322526504,149929064,121.445745 +209,2026-09-18T20:35:42.353Z,2026-09-18T20:36:31.079Z,12532518484,12446696058,85822426,55.529717 +210,2026-09-18T20:36:42.353Z,2026-09-18T20:37:21.931Z,12590141768,12446696058,143445710,115.529751 +211,2026-09-18T20:37:42.353Z,2026-09-18T20:38:23.302Z,12643577148,12565990438,77586710,58.532717 +212,2026-09-18T20:38:42.353Z,2026-09-18T20:39:23.298Z,12705242426,12565990438,139251988,118.532756 +213,2026-09-18T20:39:42.353Z,2026-09-18T20:40:23.897Z,12761324984,12685134818,76190166,56.881726 +214,2026-09-18T20:40:42.353Z,2026-09-18T20:41:24.255Z,12819788994,12685134818,134654176,116.881728 +215,2026-09-18T20:41:42.353Z,2026-09-18T20:42:25.035Z,12892381348,12804246652,88134696,58.035734 +216,2026-09-18T20:42:42.353Z,2026-09-18T20:43:25.399Z,12953992853,12804246652,149746201,118.035757 +217,2026-09-18T20:43:42.353Z,2026-09-18T20:44:25.590Z,13011618182,12923435214,88182968,57.233734 +218,2026-09-18T20:44:42.353Z,2026-09-18T20:45:24.893Z,13068521486,12923435214,145086272,117.233735 +219,2026-09-18T20:45:42.353Z,2026-09-18T20:46:27.828Z,13125527316,13047702242,77825074,55.470734 +220,2026-09-18T20:46:42.353Z,2026-09-18T20:47:28.340Z,13182471510,13047702242,134769268,115.47072 +221,2026-09-18T20:47:42.353Z,2026-09-18T20:48:28.575Z,13239893066,13166915804,72977262,55.962791 +222,2026-09-18T20:48:42.353Z,2026-09-18T20:49:31.036Z,13312127557,13166915804,145211753,115.962734 +223,2026-09-18T20:49:42.353Z,2026-09-18T20:50:28.657Z,13369041250,13291342904,77698346,52.792723 +224,2026-09-18T20:50:42.353Z,2026-09-18T20:51:30.500Z,13425935444,13291342904,134592540,112.792738 +225,2026-09-18T20:51:42.354Z,2026-09-18T20:52:30.547Z,13484274454,13410406466,73867988,52.936247 +226,2026-09-18T20:52:42.353Z,2026-09-18T20:53:29.839Z,13545118188,13410406466,134711722,112.935736 +227,2026-09-18T20:53:42.354Z,2026-09-18T20:54:22.158Z,13602191472,13540070376,62121096,42.380656 +228,2026-09-18T20:54:42.353Z,2026-09-18T20:55:23.952Z,13674620462,13540070376,134550086,102.379749 +229,2026-09-18T20:55:42.353Z,2026-09-18T20:56:25.461Z,13732809472,13659072302,73737170,44.58673 +230,2026-09-18T20:56:42.353Z,2026-09-18T20:57:23.117Z,13793667897,13659072302,134595595,104.586736 +231,2026-09-18T20:57:42.353Z,2026-09-18T20:58:26.060Z,13850529545,13778148827,72380718,44.047728 +232,2026-09-18T20:58:42.353Z,2026-09-18T20:59:24.630Z,13912662277,13778148827,134513450,104.047726 +233,2026-09-18T20:59:42.353Z,2026-09-18T21:00:25.688Z,13974837463,13897108299,77729164,44.122738 +234,2026-09-18T21:00:42.353Z,2026-09-18T21:01:26.751Z,14031762475,13897108299,134654176,104.122764 +235,2026-09-18T21:01:42.353Z,2026-09-18T21:02:26.551Z,14088606669,14021447035,67159634,40.850708 +236,2026-09-18T21:02:42.353Z,2026-09-18T21:03:27.501Z,14147798041,14021447035,126351006,100.850724 +237,2026-09-18T21:03:42.353Z,2026-09-18T21:04:27.278Z,14202810783,14140372233,62438550,41.881722 +238,2026-09-18T21:04:42.353Z,2026-09-18T21:05:28.125Z,14264803106,14140372233,124430873,101.881726 +239,2026-09-18T21:05:42.353Z,2026-09-18T21:06:29.139Z,14321643527,14264803106,56840421,36.471725 +240,2026-09-18T21:06:42.353Z,2026-09-18T21:07:31.149Z,14383762895,14264803106,118959789,96.471722 +241,2026-09-18T21:07:42.353Z,2026-09-18T21:08:31.139Z,14455845894,14389045615,66800279,35.829746 +242,2026-09-18T21:08:42.353Z,2026-09-18T21:09:29.788Z,14513236632,14389045615,124191017,95.829725 +243,2026-09-18T21:09:42.353Z,2026-09-18T21:10:23.297Z,14570134916,14513236632,56898284,29.340767 +244,2026-09-18T21:10:42.353Z,2026-09-18T21:11:23.563Z,14626942474,14513236632,113705842,89.340734 +245,2026-09-18T21:11:42.353Z,2026-09-18T21:12:24.515Z,14684015758,14632200194,51815564,28.429717 +246,2026-09-18T21:12:42.353Z,2026-09-18T21:13:25.124Z,14744584492,14632200194,112384298,88.429755 +247,2026-09-18T21:13:42.353Z,2026-09-18T21:14:24.896Z,14803160138,14751312028,51848110,26.976724 +248,2026-09-18T21:14:42.353Z,2026-09-18T21:15:25.144Z,14874898402,14751312028,123586374,86.976757 +249,2026-09-18T21:15:42.353Z,2026-09-18T21:16:24.631Z,14932389140,14875552492,56836648,28.640758 +250,2026-09-18T21:16:42.353Z,2026-09-18T21:17:24.769Z,14990479878,14875552492,114927386,88.640723 +251,2026-09-18T21:17:42.353Z,2026-09-18T21:18:26.020Z,15047708980,14994658508,53050472,29.430737 +252,2026-09-18T21:18:42.353Z,2026-09-18T21:19:26.817Z,15103336558,14994658508,108678050,89.430738 +253,2026-09-18T21:19:42.353Z,2026-09-18T21:20:28.717Z,15160404024,15113832816,46571208,27.424753 +254,2026-09-18T21:20:42.354Z,2026-09-18T21:21:28.481Z,15219023852,15113832816,105191036,87.425667 +255,2026-09-18T21:21:42.353Z,2026-09-18T21:22:26.939Z,15289690572,15232877196,56813376,26.74974 +256,2026-09-18T21:22:42.353Z,2026-09-18T21:23:29.387Z,15346777220,15300186830,46590390,26.113738 +257,2026-09-18T21:23:42.353Z,2026-09-18T21:24:29.331Z,15404298776,15300186830,104111946,86.113733 +258,2026-09-18T21:24:42.353Z,2026-09-18T21:25:30.498Z,15476106222,15419225392,56880830,20.902911 +259,2026-09-18T21:25:42.353Z,2026-09-18T21:26:31.183Z,15531480600,15419225392,112255208,80.90274 +260,2026-09-18T21:26:42.353Z,2026-09-18T21:27:23.674Z,15584877616,15538244772,46632844,24.990757 +261,2026-09-18T21:27:42.353Z,2026-09-18T21:28:23.613Z,15654272792,15605454406,48818386,21.633724 +262,2026-09-18T21:28:42.353Z,2026-09-18T21:29:24.706Z,15714133346,15605454406,108678940,81.633729 +263,2026-09-18T21:29:42.353Z,2026-09-18T21:30:24.566Z,15771000812,15724629604,46371208,18.090741 +264,2026-09-18T21:30:42.353Z,2026-09-18T21:31:26.187Z,15828070130,15786554790,41515340,17.617738 +265,2026-09-18T21:31:42.353Z,2026-09-18T21:32:25.170Z,15881128465,15786554790,94573675,77.61776 +266,2026-09-18T21:32:42.353Z,2026-09-18T21:33:26.565Z,15952589684,15786554790,166034894,137.617717 +267,2026-09-18T21:33:42.353Z,2026-09-18T21:34:26.104Z,16009345514,15905676022,103669492,52.715751 +268,2026-09-18T21:34:42.353Z,2026-09-18T21:35:26.599Z,16070699156,16030114758,40584398,16.048781 +269,2026-09-18T21:35:42.353Z,2026-09-18T21:36:26.988Z,16128570712,16030114758,98455954,76.048745 +270,2026-09-18T21:36:42.353Z,2026-09-18T21:37:27.122Z,16190740080,16149332410,41407670,11.943743 +271,2026-09-18T21:37:42.353Z,2026-09-18T21:38:28.274Z,16247765092,16149332410,98432682,71.943751 +272,2026-09-18T21:38:42.353Z,2026-09-18T21:39:27.358Z,16304651740,16273586238,31065502,9.745726 +273,2026-09-18T21:39:42.353Z,2026-09-18T21:40:29.156Z,16375001006,16273586238,101414768,69.745733 +274,2026-09-18T21:40:42.354Z,2026-09-18T21:41:30.714Z,16430617838,16397819156,32798682,6.251832 +275,2026-09-18T21:41:42.353Z,2026-09-18T21:42:29.873Z,16489928421,16460125160,29803261,8.183753 +276,2026-09-18T21:42:42.354Z,2026-09-18T21:43:29.256Z,16547045887,16460125160,86920727,68.184697 +277,2026-09-18T21:43:42.353Z,2026-09-18T21:44:23.218Z,16605552351,16460125160,145427191,128.183747 +278,2026-09-18T21:44:42.353Z,2026-09-18T21:45:24.194Z,16669245308,16584313608,84931700,59.018741 +279,2026-09-18T21:45:42.353Z,2026-09-18T21:46:23.379Z,16732041721,16703248397,28793324,0.605736 +280,2026-09-18T21:46:42.353Z,2026-09-18T21:47:24.970Z,16796011723,16703248397,92763326,60.605757 +281,2026-09-18T21:47:42.353Z,2026-09-18T21:48:24.389Z,16848208105,16703248397,144959708,120.605726 +282,2026-09-18T21:48:42.353Z,2026-09-18T21:49:26.322Z,16905083117,16822406141,82676976,58.227732 +283,2026-09-18T21:49:42.353Z,2026-09-18T21:50:24.982Z,16962069765,16941350521,20719244,0.343759 +284,2026-09-18T21:50:42.353Z,2026-09-18T21:51:27.005Z,17024139133,16941350521,82788612,60.343764 +285,2026-09-18T21:51:42.353Z,2026-09-18T21:52:27.114Z,17083026415,17008640973,74385442,58.496757 +286,2026-09-18T21:52:42.353Z,2026-09-18T21:53:27.130Z,17143152695,17008640973,134511722,118.496843 +287,2026-09-18T21:53:42.354Z,2026-09-18T21:54:27.448Z,17204052247,17127596989,76455258,54.336042 +288,2026-09-18T21:54:42.353Z,2026-09-18T21:55:27.463Z,17262153085,17127596989,134556096,114.33574 +289,2026-09-18T21:55:42.353Z,2026-09-18T21:56:28.980Z,17324453271,17246635743,77817528,53.391728 +290,2026-09-18T21:56:42.353Z,2026-09-18T21:57:31.599Z,17391607087,17246635743,144971344,113.391716 +291,2026-09-18T21:57:42.353Z,2026-09-18T21:58:29.754Z,17449919369,17371012843,78906526,50.124737 +292,2026-09-18T21:58:42.353Z,2026-09-18T21:59:30.277Z,17510022377,17371012843,139009534,110.124736 +293,2026-09-18T21:59:42.354Z,2026-09-18T22:00:31.817Z,17567332297,17495255352,72076945,50.220562 +294,2026-09-18T22:00:42.353Z,2026-09-18T22:01:23.989Z,17627489395,17495255352,132234043,110.219728 +295,2026-09-18T22:01:42.353Z,2026-09-18T22:02:24.052Z,17685399315,17619067043,66332272,42.121759 +296,2026-09-18T22:02:42.353Z,2026-09-18T22:03:31.753Z,17743569143,17619067043,124502100,102.121736 +297,2026-09-18T22:03:42.353Z,2026-09-18T22:04:25.049Z,17803808787,17738523059,65285728,41.607774 +298,2026-09-18T22:04:42.353Z,2026-09-18T22:05:25.373Z,17857811621,17738523059,119288562,101.607726 +299,2026-09-18T22:05:42.353Z,2026-09-18T22:06:26.762Z,17915638995,17857519167,58119828,41.431771 +300,2026-09-18T22:06:42.353Z,2026-09-18T22:07:28.489Z,17992058391,17857519167,134539224,101.431739 +301,2026-09-18T22:07:42.353Z,2026-09-18T22:08:28.378Z,18049114221,17981792951,67321270,35.511737 +302,2026-09-18T22:08:42.353Z,2026-09-18T22:09:27.079Z,18111241135,17981792951,129448184,95.511779 +303,2026-09-18T22:09:42.353Z,2026-09-18T22:10:26.857Z,18165573059,18106000869,59572190,35.391774 +304,2026-09-18T22:10:42.353Z,2026-09-18T22:11:27.974Z,18221788163,18168120237,53667926,39.384785 +305,2026-09-18T22:11:42.353Z,2026-09-18T22:12:28.729Z,18282020261,18230208787,51811474,34.219788 +306,2026-09-18T22:12:42.353Z,2026-09-18T22:13:29.852Z,18339006909,18230208787,108798122,94.219746 +307,2026-09-18T22:13:42.353Z,2026-09-18T22:14:29.802Z,18399475643,18349272349,50203294,32.874757 +308,2026-09-18T22:14:42.353Z,2026-09-18T22:15:29.022Z,18457989653,18349272349,108717304,92.874739 +309,2026-09-18T22:15:42.353Z,2026-09-18T22:16:30.816Z,18517910115,18468416729,49493386,31.865768 +310,2026-09-18T22:16:42.353Z,2026-09-18T22:17:30.296Z,18592632193,18468416729,124215464,91.865747 +311,2026-09-18T22:17:42.353Z,2026-09-18T22:18:23.281Z,18649530477,18587391927,62138550,29.298758 +312,2026-09-18T22:18:42.353Z,2026-09-18T22:19:24.587Z,18706426802,18587391927,119034875,89.298723 +313,2026-09-18T22:19:42.353Z,2026-09-18T22:20:24.273Z,18763488450,18711655432,51833018,27.672773 +314,2026-09-18T22:20:42.353Z,2026-09-18T22:21:26.717Z,18825617092,18711655432,113961660,87.672744 +315,2026-09-18T22:21:42.353Z,2026-09-18T22:22:25.162Z,18883742738,18830636448,53106290,29.341751 +316,2026-09-18T22:22:42.353Z,2026-09-18T22:23:26.120Z,18939332842,18830636448,108696394,89.341718 +317,2026-09-18T22:23:42.353Z,2026-09-18T22:24:28.445Z,19001453938,18949817464,51636474,28.546735 +318,2026-09-18T22:24:42.353Z,2026-09-18T22:25:26.333Z,19064202396,18949817464,114384932,88.546774 +319,2026-09-18T22:25:42.353Z,2026-09-18T22:26:27.352Z,19125786856,19073921292,51865564,27.306725 +320,2026-09-18T22:26:42.353Z,2026-09-18T22:27:28.295Z,19183315958,19073921292,109394666,87.306738 +321,2026-09-18T22:27:42.353Z,2026-09-18T22:28:28.012Z,19244769600,19192965672,51803928,24.647739 +322,2026-09-18T22:28:42.353Z,2026-09-18T22:29:28.331Z,19304584244,19192965672,111618572,84.64775 +323,2026-09-18T22:29:42.353Z,2026-09-18T22:30:27.904Z,19363906434,19317161954,46744480,24.228755 +324,2026-09-18T22:30:42.353Z,2026-09-18T22:31:29.400Z,19423036170,19317161954,105874216,84.228724 +325,2026-09-18T22:31:42.353Z,2026-09-18T22:32:31.533Z,19482852283,19436187152,46665131,20.508978 +326,2026-09-18T22:32:42.353Z,2026-09-18T22:33:30.989Z,19544977469,19436187152,108790317,80.508727 +327,2026-09-18T22:33:42.353Z,2026-09-18T22:34:22.628Z,19606661929,19560563993,46097936,20.839741 +328,2026-09-18T22:34:42.353Z,2026-09-18T22:35:24.756Z,19664021849,19560563993,103457856,80.839718 +329,2026-09-18T22:35:42.353Z,2026-09-18T22:36:23.510Z,19721899223,19679596737,42302486,19.929725 +330,2026-09-18T22:36:42.353Z,2026-09-18T22:37:24.450Z,19784412773,19679596737,104816036,79.929771 +331,2026-09-18T22:37:42.353Z,2026-09-18T22:38:26.064Z,19841405239,19803793019,37612220,19.183746 +332,2026-09-18T22:38:42.353Z,2026-09-18T22:39:25.010Z,19902185609,19803793019,98392590,79.183731 +333,2026-09-18T22:39:42.353Z,2026-09-18T22:40:26.227Z,19959023985,19922749035,36274950,18.625758 +334,2026-09-18T22:40:42.353Z,2026-09-18T22:41:26.961Z,20020831717,19990089487,30742230,15.241723 +335,2026-09-18T22:41:42.353Z,2026-09-18T22:42:27.675Z,20078199183,19990089487,88109696,75.241675 +336,2026-09-18T22:42:42.353Z,2026-09-18T22:43:27.047Z,20140076097,20114254951,25821146,7.811724 +337,2026-09-18T22:43:42.354Z,2026-09-18T22:44:27.718Z,20200314013,20114254951,86059062,67.812775 +338,2026-09-18T22:44:42.353Z,2026-09-18T22:45:28.173Z,20256969498,20233483894,23485604,10.318742 +339,2026-09-18T22:45:42.353Z,2026-09-18T22:46:28.940Z,20329485124,20233483894,96001230,70.318725 +340,2026-09-18T22:46:42.353Z,2026-09-18T22:47:29.082Z,20388820678,20352447456,36373222,9.107726 +341,2026-09-18T22:47:42.354Z,2026-09-18T22:48:31.428Z,20445670690,20414605188,31065502,8.558069 +342,2026-09-18T22:48:42.353Z,2026-09-18T22:49:30.012Z,20500633432,20414605188,86028244,68.557723 +343,2026-09-18T22:49:42.353Z,2026-09-18T22:50:32.106Z,20559432350,20538843924,20588426,3.753742 +344,2026-09-18T22:50:42.353Z,2026-09-18T22:51:22.974Z,20631859295,20538843924,93015371,63.753731 +345,2026-09-18T22:51:42.353Z,2026-09-18T22:52:23.122Z,20683380360,20657907486,25472874,1.483741 +346,2026-09-18T22:52:42.353Z,2026-09-18T22:53:23.696Z,20735340106,20657907486,77432620,61.483733 +347,2026-09-18T22:53:42.353Z,2026-09-18T22:54:24.292Z,20797465292,20776921048,20544244,2.468747 +348,2026-09-18T22:54:42.353Z,2026-09-18T22:55:26.044Z,20859598024,20776921048,82676976,62.468714 +349,2026-09-18T22:55:42.353Z,2026-09-18T22:56:24.589Z,20920359212,20895884610,24474602,3.161725 +350,2026-09-18T22:56:42.353Z,2026-09-18T22:57:26.244Z,20978774210,20895884610,82889600,63.161758 +351,2026-09-18T22:57:42.353Z,2026-09-18T22:58:26.080Z,21051179928,21020137698,31042230,4.546762 +352,2026-09-18T22:58:42.353Z,2026-09-18T22:59:28.281Z,21113268478,21020137698,93130780,64.546718 +353,2026-09-18T22:59:42.353Z,2026-09-18T23:00:28.091Z,21159839686,21087435696,72403990,59.607734 +354,2026-09-18T23:00:42.354Z,2026-09-18T23:01:28.281Z,21217722878,21087435696,130287182,119.608828 +355,2026-09-18T23:01:42.353Z,2026-09-18T23:02:28.677Z,21274903708,21206441712,68461996,56.953742 +356,2026-09-18T23:02:42.353Z,2026-09-18T23:03:28.687Z,21339308618,21268580262,70728356,54.368731 +357,2026-09-18T23:03:42.353Z,2026-09-18T23:04:30.519Z,21396812720,21268580262,128232458,114.36873 +358,2026-09-18T23:04:42.353Z,2026-09-18T23:05:30.645Z,21465934624,21388540368,77394256,50.348728 +359,2026-09-18T23:05:42.353Z,2026-09-18T23:06:29.986Z,21521463092,21388540368,132922724,110.348722 +360,2026-09-18T23:06:42.354Z,2026-09-18T23:07:32.570Z,21571243114,21513221558,58021556,48.115887 +361,2026-09-18T23:07:42.353Z,2026-09-18T23:08:23.098Z,21644387551,21513221558,131165993,108.114746 +362,2026-09-18T23:08:42.353Z,2026-09-18T23:09:23.614Z,21695879843,21637615833,58264010,41.796732 +363,2026-09-18T23:09:42.353Z,2026-09-18T23:10:24.973Z,21769953649,21637615833,132337816,101.796741 +364,2026-09-18T23:10:42.353Z,2026-09-18T23:11:24.792Z,21822442485,21762235387,60207098,32.709748 +365,2026-09-18T23:11:42.353Z,2026-09-18T23:12:26.915Z,21878551771,21762235387,116316384,92.709719 +366,2026-09-18T23:12:42.353Z,2026-09-18T23:13:24.639Z,21935030046,21886824123,48205923,31.062767 +367,2026-09-18T23:13:42.353Z,2026-09-18T23:14:26.153Z,22006712492,21953121294,53591198,30.700763 +368,2026-09-18T23:14:42.353Z,2026-09-18T23:15:28.696Z,22061226962,21953121294,108105668,90.700743 +369,2026-09-18T23:15:42.353Z,2026-09-18T23:16:26.481Z,22119165972,22069481860,49684112,25.027721 +370,2026-09-18T23:16:42.353Z,2026-09-18T23:17:29.880Z,22187727968,22069481860,118246108,85.027753 +371,2026-09-18T23:17:42.353Z,2026-09-18T23:18:28.099Z,22243183164,22205457580,37725584,13.899709 +372,2026-09-18T23:18:42.353Z,2026-09-18T23:19:31.584Z,22312578340,22205457580,107120760,73.899745 +373,2026-09-18T23:19:42.353Z,2026-09-18T23:20:30.822Z,22369414988,22329523044,39891944,9.787721 +374,2026-09-18T23:20:42.353Z,2026-09-18T23:21:29.800Z,22427928998,22329523044,98405954,69.787729 +375,2026-09-18T23:21:42.354Z,2026-09-18T23:22:31.207Z,22489082640,22448679060,40403580,9.889609 +376,2026-09-18T23:22:42.353Z,2026-09-18T23:23:30.241Z,22550990372,22448679060,102311312,69.888744 +377,2026-09-18T23:23:42.353Z,2026-09-18T23:24:31.211Z,22611795250,22572936978,38858272,7.524706 +378,2026-09-18T23:24:42.353Z,2026-09-18T23:25:23.277Z,22671390712,22572936978,98453734,67.524783 +379,2026-09-18T23:25:42.353Z,2026-09-18T23:26:25.458Z,22731784446,22691959956,39824490,7.246762 +380,2026-09-18T23:26:42.353Z,2026-09-18T23:27:23.993Z,22776306748,22691959956,84346792,67.246733 +381,2026-09-18T23:27:42.353Z,2026-09-18T23:28:26.493Z,22852331188,22816269602,36061586,6.065742 +382,2026-09-18T23:28:42.353Z,2026-09-18T23:29:26.699Z,22913679012,22816269602,97409410,66.065716 +383,2026-09-18T23:29:42.353Z,2026-09-18T23:30:25.276Z,22955958226,22935194800,20763426,4.846736 +384,2026-09-18T23:30:42.353Z,2026-09-18T23:31:25.144Z,23031401848,22935194800,96207048,64.846751 +385,2026-09-18T23:31:42.353Z,2026-09-18T23:32:25.769Z,23090600766,23028523852,62076914,33.036734 +386,2026-09-18T23:32:42.353Z,2026-09-18T23:33:27.899Z,23150403774,23028523852,121879922,93.036732 +387,2026-09-18T23:33:42.353Z,2026-09-18T23:34:26.990Z,23209645146,23147494960,62150186,29.647699 +388,2026-09-18T23:34:42.353Z,2026-09-18T23:35:29.009Z,23271733696,23147494960,124238736,89.647745 +389,2026-09-18T23:35:42.353Z,2026-09-18T23:36:27.828Z,23328614322,23271733696,56880626,30.316729 +390,2026-09-18T23:36:42.353Z,2026-09-18T23:37:29.952Z,23389754600,23271733696,118020904,90.316736 +391,2026-09-18T23:37:42.353Z,2026-09-18T23:38:30.950Z,23447402884,23395960592,51442292,22.871729 +392,2026-09-18T23:38:42.354Z,2026-09-18T23:39:30.728Z,23507217528,23395960592,111256936,82.872531 +393,2026-09-18T23:39:42.353Z,2026-09-18T23:40:31.014Z,23571287530,23520149328,51138202,20.801739 +394,2026-09-18T23:40:42.353Z,2026-09-18T23:41:30.626Z,23630486448,23582245424,48241024,21.108717 +395,2026-09-18T23:41:42.353Z,2026-09-18T23:42:25.767Z,23690916818,23582245424,108671394,81.108749 +396,2026-09-18T23:42:42.353Z,2026-09-18T23:43:23.428Z,23737718844,23701413076,36305768,15.148719 +397,2026-09-18T23:43:42.353Z,2026-09-18T23:44:24.518Z,23799634122,23701413076,98221046,75.148741 +398,2026-09-18T23:44:42.353Z,2026-09-18T23:45:25.758Z,23857828950,23825659358,32169592,16.062739 +399,2026-09-18T23:45:42.353Z,2026-09-18T23:46:27.073Z,23918659320,23825659358,92999962,76.062748 +400,2026-09-18T23:46:42.353Z,2026-09-18T23:47:25.747Z,23978094423,23949731917,28362506,12.688677 +401,2026-09-18T23:47:42.353Z,2026-09-18T23:48:26.117Z,24037859067,24012007103,25851964,12.188729 +402,2026-09-18T23:48:42.353Z,2026-09-18T23:49:27.581Z,24098620255,24012007103,86613152,72.188762 +403,2026-09-18T23:49:42.353Z,2026-09-18T23:50:27.433Z,24161370441,24130920665,30449776,8.402666 +404,2026-09-18T23:50:42.353Z,2026-09-18T23:51:25.991Z,24224057263,24193028397,31028866,9.505765 +405,2026-09-18T23:51:42.353Z,2026-09-18T23:52:28.059Z,24284612633,24193028397,91584236,69.505723 +406,2026-09-18T23:52:42.353Z,2026-09-18T23:53:28.683Z,24343188279,24317143861,26044418,2.800739 +407,2026-09-18T23:53:42.353Z,2026-09-18T23:54:27.959Z,24404018649,24317143861,86874788,62.800729 +408,2026-09-18T23:54:42.353Z,2026-09-18T23:55:29.787Z,24464225747,24317143861,147081886,122.800697 +409,2026-09-18T23:55:42.353Z,2026-09-18T23:56:30.853Z,24524321209,24503540329,20780880,0.202729 +410,2026-09-18T23:56:42.353Z,2026-09-18T23:57:30.121Z,24581538675,24503540329,77998346,60.20273 +411,2026-09-18T23:57:42.353Z,2026-09-18T23:58:24.536Z,24643317505,24503540329,139777176,120.202725 +412,2026-09-18T23:58:42.353Z,2026-09-18T23:59:23.666Z,24705436873,24627786799,77650074,53.270728 +413,2026-09-18T23:59:42.353Z,2026-09-19T00:00:24.823Z,24764547427,24627786799,136760628,113.27071 +414,2026-09-19T00:00:42.353Z,2026-09-19T00:01:24.669Z,24819783441,24746829134,72954307,54.624732 +415,2026-09-19T00:01:42.353Z,2026-09-19T00:02:25.983Z,24886769803,24746829134,139940669,114.624733 +416,2026-09-19T00:02:42.353Z,2026-09-19T00:03:25.328Z,24940012729,24866019741,73992988,50.725932 +417,2026-09-19T00:03:42.353Z,2026-09-19T00:04:27.293Z,25010996903,24866019741,144977162,110.725768 +418,2026-09-19T00:04:42.353Z,2026-09-19T00:05:27.110Z,25067858551,24990208477,77650074,49.669718 +419,2026-09-19T00:05:42.353Z,2026-09-19T00:06:26.606Z,25124876017,24990208477,134667540,109.669738 +420,2026-09-19T00:06:42.353Z,2026-09-19T00:07:28.088Z,25181814393,25114404759,67409634,45.278727 +421,2026-09-19T00:07:42.353Z,2026-09-19T00:08:28.389Z,25249135663,25114404759,134730904,105.278747 +422,2026-09-19T00:08:42.353Z,2026-09-19T00:09:29.147Z,25307889102,25233579957,74309145,43.451808 +423,2026-09-19T00:09:42.353Z,2026-09-19T00:10:29.886Z,25365754840,25233579957,132174883,103.451742 +424,2026-09-19T00:10:42.353Z,2026-09-19T00:11:29.579Z,25422635670,25357799942,64835728,41.943734 +425,2026-09-19T00:11:42.353Z,2026-09-19T00:12:28.928Z,25478531592,25419925128,58606464,41.135733 +426,2026-09-19T00:12:42.353Z,2026-09-19T00:13:31.414Z,25549432903,25419925128,129507775,101.135725 +427,2026-09-19T00:13:42.353Z,2026-09-19T00:14:32.051Z,25606273324,25544196410,62076914,35.472738 +428,2026-09-19T00:14:42.353Z,2026-09-19T00:15:25.613Z,25663321608,25544196410,119125198,95.472736 +429,2026-09-19T00:15:42.353Z,2026-09-19T00:16:26.368Z,25720333256,25663321608,57011648,35.780734 +430,2026-09-19T00:16:42.353Z,2026-09-19T00:17:25.930Z,25778833902,25725379340,53454562,35.917753 +431,2026-09-19T00:17:42.353Z,2026-09-19T00:18:27.409Z,25846997626,25725379340,121618286,95.917759 +432,2026-09-19T00:18:42.353Z,2026-09-19T00:19:25.959Z,25903834274,25849725622,54108652,27.909741 +433,2026-09-19T00:19:42.353Z,2026-09-19T00:20:26.209Z,25960161014,25849725622,110435392,87.909741 +434,2026-09-19T00:20:42.353Z,2026-09-19T00:21:25.366Z,26019960684,25974052722,45907962,25.719704 +435,2026-09-19T00:21:42.353Z,2026-09-19T00:22:27.077Z,26078628784,25974052722,104576062,85.719736 +436,2026-09-19T00:22:42.353Z,2026-09-19T00:23:28.138Z,26139770790,26093187946,46582844,24.673712 +437,2026-09-19T00:23:42.353Z,2026-09-19T00:24:30.114Z,26202040158,26093187946,108852212,84.673731 +438,2026-09-19T00:24:42.353Z,2026-09-19T00:25:28.472Z,26259057624,26217545864,41511760,24.793714 +439,2026-09-19T00:25:42.353Z,2026-09-19T00:26:29.306Z,26321744446,26284847952,36896494,18.417765 +440,2026-09-19T00:26:42.353Z,2026-09-19T00:27:30.921Z,26383234724,26284847952,98386772,78.417738 +441,2026-09-19T00:27:42.353Z,2026-09-19T00:28:29.834Z,26441417916,26409075052,32342864,8.213729 +442,2026-09-19T00:28:42.354Z,2026-09-19T00:29:29.864Z,26502217468,26409075052,93142416,68.214646 +443,2026-09-19T00:29:42.353Z,2026-09-19T00:30:31.407Z,26561116386,26528219432,32896954,9.59177 +444,2026-09-19T00:30:42.353Z,2026-09-19T00:31:31.767Z,26619137942,26528219432,90918510,69.591693 +445,2026-09-19T00:31:42.353Z,2026-09-19T00:32:30.410Z,26693798043,26652454078,41343965,8.66377 +446,2026-09-19T00:32:42.353Z,2026-09-19T00:33:31.351Z,26750815509,26714548105,36267404,9.503748 +447,2026-09-19T00:33:42.353Z,2026-09-19T00:34:24.341Z,26811707515,26714548105,97159410,69.503718 +448,2026-09-19T00:34:42.353Z,2026-09-19T00:35:26.403Z,26868944163,26833840757,35103406,5.104722 +449,2026-09-19T00:35:42.353Z,2026-09-19T00:36:24.776Z,26924391813,26895961853,28429960,7.583726 +450,2026-09-19T00:36:42.353Z,2026-09-19T00:37:27.543Z,26984039003,26895961853,88077150,67.583747 +451,2026-09-19T00:37:42.353Z,2026-09-19T00:38:28.243Z,27040839015,26895961853,144877162,127.583741 +452,2026-09-19T00:38:42.353Z,2026-09-19T00:39:27.357Z,27113412187,27020069771,93342416,59.286664 +453,2026-09-19T00:39:42.353Z,2026-09-19T00:40:27.839Z,27167122567,27020069771,147052796,119.286744 +454,2026-09-19T00:40:42.353Z,2026-09-19T00:41:29.072Z,27232518203,27139233333,93284870,58.203747 +455,2026-09-19T00:41:42.353Z,2026-09-19T00:42:27.898Z,27289354851,27211775687,77579164,50.351729 +456,2026-09-19T00:42:42.353Z,2026-09-19T00:43:28.857Z,27347738043,27211775687,135962356,110.351711 +457,2026-09-19T00:43:42.353Z,2026-09-19T00:44:29.922Z,27408531928,27330893339,77638589,48.817732 +458,2026-09-19T00:44:42.354Z,2026-09-19T00:45:29.371Z,27466676756,27398228124,68448632,46.678231 +459,2026-09-19T00:45:42.353Z,2026-09-19T00:46:29.697Z,27527680398,27398228124,129452274,106.67773 +460,2026-09-19T00:46:42.353Z,2026-09-19T00:47:30.522Z,27585571136,27517214958,68356178,42.560741 +461,2026-09-19T00:47:42.353Z,2026-09-19T00:48:30.583Z,27641599604,27517214958,124384646,102.560731 +462,2026-09-19T00:48:42.353Z,2026-09-19T00:49:27.030Z,27714003594,27641599604,72403990,39.983746 +463,2026-09-19T00:49:42.353Z,2026-09-19T00:50:37.867Z,27771040242,27641599604,129440638,99.983649 +464,2026-09-19T00:50:42.353Z,2026-09-19T00:51:24.372Z,27827915254,27760568984,67346270,41.266743 +465,2026-09-19T00:51:42.353Z,2026-09-19T00:52:25.313Z,27888472352,27760568984,127903368,101.266797 +466,2026-09-19T00:52:42.353Z,2026-09-19T00:53:25.713Z,27946878816,27884982720,61896096,35.831742 +467,2026-09-19T00:53:42.353Z,2026-09-19T00:54:25.739Z,28009048184,27884982720,124065464,95.831734 +468,2026-09-19T00:54:42.353Z,2026-09-19T00:55:27.220Z,28066646468,28009048184,57598284,31.082741 +469,2026-09-19T00:55:42.353Z,2026-09-19T00:56:29.351Z,28129158290,28009048184,120110106,91.082736 +470,2026-09-19T00:56:42.353Z,2026-09-19T00:57:27.213Z,28185030161,28128192564,56837597,30.610723 +471,2026-09-19T00:57:42.353Z,2026-09-19T00:58:29.539Z,28242901717,28128192564,114709153,90.610738 +472,2026-09-19T00:58:42.353Z,2026-09-19T00:59:29.156Z,28305786811,28247280347,58506464,30.536718 +473,2026-09-19T00:59:42.353Z,2026-09-19T01:00:30.078Z,28365664819,28309380533,56284286,31.90575 +474,2026-09-19T01:00:42.353Z,2026-09-19T01:01:30.789Z,28423330557,28309380533,113950024,91.905721 +475,2026-09-19T01:01:42.353Z,2026-09-19T01:02:29.823Z,28483768473,28433595997,50172476,24.892739 +476,2026-09-19T01:02:42.353Z,2026-09-19T01:03:33.093Z,28539708577,28433595997,106112580,84.892727 +477,2026-09-19T01:03:42.353Z,2026-09-19T01:04:30.767Z,28599611585,28552671195,46940390,25.029731 +478,2026-09-19T01:04:42.353Z,2026-09-19T01:05:26.719Z,28658137231,28552671195,105466036,85.029751 +479,2026-09-19T01:05:42.354Z,2026-09-19T01:06:26.199Z,28730148767,28681969379,48179388,20.405161 +480,2026-09-19T01:06:42.353Z,2026-09-19T01:07:26.943Z,28790667501,28681969379,108698122,80.404814 +481,2026-09-19T01:07:42.353Z,2026-09-19T01:08:27.201Z,28852132779,28801138759,50994020,19.810766 +482,2026-09-19T01:08:42.353Z,2026-09-19T01:09:26.687Z,28909792699,28801138759,108653940,79.810713 +483,2026-09-19T01:09:42.353Z,2026-09-19T01:10:25.850Z,28967362778,28925329223,42033555,14.649982 +484,2026-09-19T01:10:42.353Z,2026-09-19T01:11:27.018Z,29032094416,28925329223,106765193,74.649738 +485,2026-09-19T01:11:42.353Z,2026-09-19T01:12:28.545Z,29090874152,29044322126,46552026,10.566767 +486,2026-09-19T01:12:42.353Z,2026-09-19T01:13:28.415Z,29153162702,29044322126,108840576,70.566759 +487,2026-09-19T01:13:42.353Z,2026-09-19T01:14:28.678Z,29209980168,29163428142,46552026,12.195746 +488,2026-09-19T01:14:42.353Z,2026-09-19T01:15:29.903Z,29267366816,29230768594,36598222,9.509754 +489,2026-09-19T01:15:42.353Z,2026-09-19T01:16:30.884Z,29329174548,29230768594,98405954,69.509725 +490,2026-09-19T01:16:42.353Z,2026-09-19T01:17:30.109Z,29386042014,29349762974,36279040,10.546705 +491,2026-09-19T01:17:42.353Z,2026-09-19T01:18:30.999Z,29446729930,29349762974,96966956,70.546745 +492,2026-09-19T01:18:42.353Z,2026-09-19T01:19:32.353Z,29507387028,29468864900,38522128,9.499719 +493,2026-09-19T01:19:42.353Z,2026-09-19T01:20:47.048Z,29567282490,29468864900,98417590,69.499763 +494,2026-09-19T01:20:47.069Z,2026-09-19T01:21:35.862Z,29624169138,29593115272,31053866,13.616884 +495,2026-09-19T01:21:42.353Z,2026-09-19T01:22:25.858Z,29686265234,29655223004,31042230,5.873743 +496,2026-09-19T01:22:42.353Z,2026-09-19T01:23:25.885Z,29747420440,29655223004,92197436,65.873826 +497,2026-09-19T01:23:42.353Z,2026-09-19T01:24:24.913Z,29774168948,29774168948,0,4.102755 +498,2026-09-19T01:24:42.353Z,2026-09-19T01:25:26.975Z,29862197826,29774168948,88028878,64.102727 +499,2026-09-19T01:25:42.353Z,2026-09-19T01:26:26.822Z,29924328830,29774168948,150159882,124.102746 +500,2026-09-19T01:26:42.353Z,2026-09-19T01:27:28.783Z,29983820202,29898546048,85274154,58.946735 +501,2026-09-19T01:27:42.353Z,2026-09-19T01:28:27.487Z,30043292392,29898546048,144746344,118.946742 +502,2026-09-19T01:28:42.353Z,2026-09-19T01:29:27.307Z,30103549490,30022742330,80807160,54.311726 +503,2026-09-19T01:29:42.353Z,2026-09-19T01:30:30.431Z,30162505954,30022742330,139763624,114.311755 +504,2026-09-19T01:30:42.353Z,2026-09-19T01:31:29.312Z,30219373420,30146981066,72392354,51.42392 +505,2026-09-19T01:31:42.353Z,2026-09-19T01:32:28.245Z,30281492788,30146981066,134511722,111.423754 +506,2026-09-19T01:32:42.353Z,2026-09-19T01:33:30.095Z,30340399252,30271227348,69171904,49.941694 +507,2026-09-19T01:33:42.353Z,2026-09-19T01:34:29.007Z,30402991892,30271227348,131764544,109.941755 +508,2026-09-19T01:34:42.353Z,2026-09-19T01:35:30.212Z,30462714082,30390190910,72523172,48.124715 +509,2026-09-19T01:35:42.353Z,2026-09-19T01:36:31.905Z,30522559459,30390190910,132368549,108.12469 +510,2026-09-19T01:36:42.353Z,2026-09-19T01:37:32.191Z,30583370647,30509166023,74204624,49.789744 +511,2026-09-19T01:37:42.353Z,2026-09-19T01:38:31.094Z,30643802745,30509166023,134636722,109.789762 +512,2026-09-19T01:38:42.353Z,2026-09-19T01:39:24.731Z,30700864393,30628322039,72542354,51.648747 +513,2026-09-19T01:39:42.353Z,2026-09-19T01:40:25.235Z,30759924947,30628322039,131602908,111.648741 +514,2026-09-19T01:40:42.353Z,2026-09-19T01:41:25.867Z,30820855317,30752468321,68386996,47.356756 +515,2026-09-19T01:41:42.353Z,2026-09-19T01:42:25.651Z,30881404869,30752468321,128936548,107.356733 +516,2026-09-19T01:42:42.353Z,2026-09-19T01:43:28.112Z,30941550331,30871651065,69899266,47.727759 +517,2026-09-19T01:43:42.353Z,2026-09-19T01:44:29.446Z,31001060885,30871651065,129409820,107.727743 +518,2026-09-19T01:44:42.353Z,2026-09-19T01:45:27.706Z,31060236848,30990807081,69429767,49.534746 +519,2026-09-19T01:45:42.353Z,2026-09-19T01:46:28.423Z,31135572607,30990807081,144765526,109.534743 +520,2026-09-19T01:46:42.353Z,2026-09-19T01:47:27.033Z,31182305451,31109713097,72592354,48.510768 +521,2026-09-19T01:47:42.353Z,2026-09-19T01:48:28.107Z,31239209017,31109713097,129495920,108.510736 +522,2026-09-19T01:48:42.353Z,2026-09-19T01:49:29.041Z,31308915829,31233957115,74958714,43.300732 +523,2026-09-19T01:49:42.353Z,2026-09-19T01:50:29.280Z,31358153397,31296064847,62088550,41.978672 +524,2026-09-19T01:50:42.353Z,2026-09-19T01:51:28.727Z,31420453583,31296064847,124388736,101.978737 +525,2026-09-19T01:51:42.353Z,2026-09-19T01:52:30.578Z,31482549679,31415209227,67340452,39.287741 +526,2026-09-19T01:52:42.353Z,2026-09-19T01:53:29.930Z,31544649865,31415209227,129440638,99.287921 +527,2026-09-19T01:53:42.353Z,2026-09-19T01:54:29.927Z,31604695327,31539428781,65266546,38.482728 +528,2026-09-19T01:54:42.353Z,2026-09-19T01:55:31.175Z,31658492343,31539428781,119063562,98.482735 +529,2026-09-19T01:55:42.353Z,2026-09-19T01:56:27.963Z,31720569257,31658492343,62076914,39.10269 +530,2026-09-19T01:56:42.353Z,2026-09-19T01:57:24.330Z,31781730445,31658492343,123238102,99.102742 +531,2026-09-19T01:57:42.353Z,2026-09-19T01:58:25.958Z,31851529711,31782657807,68871904,37.53973 +532,2026-09-19T01:58:42.353Z,2026-09-19T01:59:25.587Z,31911480861,31782657807,128823054,97.539754 +533,2026-09-19T01:59:42.353Z,2026-09-19T02:00:28.273Z,31971599278,31901607875,69991403,31.449723 +534,2026-09-19T02:00:42.353Z,2026-09-19T02:01:30.446Z,32031106059,31901607875,129498184,91.449746 +535,2026-09-19T02:01:42.353Z,2026-09-19T02:02:29.113Z,32088173525,32025884975,62288550,31.897733 +536,2026-09-19T02:02:42.353Z,2026-09-19T02:03:28.623Z,32150292893,32025884975,124407918,91.897737 +537,2026-09-19T02:03:42.353Z,2026-09-19T02:04:27.167Z,32212369807,32145017719,67352088,29.590737 +538,2026-09-19T02:04:42.353Z,2026-09-19T02:05:28.308Z,32274508357,32145017719,129490638,89.590737 +539,2026-09-19T02:05:42.353Z,2026-09-19T02:06:29.090Z,32333257275,32264004553,69252722,29.673745 +540,2026-09-19T02:06:42.354Z,2026-09-19T02:07:30.954Z,32380195937,32264004553,116191384,89.674247 +541,2026-09-19T02:07:42.353Z,2026-09-19T02:08:31.463Z,32440054763,32388258381,51796382,30.265746 +542,2026-09-19T02:08:42.353Z,2026-09-19T02:09:31.167Z,32512472117,32388258381,124213736,90.265683 +543,2026-09-19T02:09:42.353Z,2026-09-19T02:10:31.035Z,32569377947,32507202761,62175186,28.258744 +544,2026-09-19T02:10:42.353Z,2026-09-19T02:11:30.936Z,32630532092,32507202761,123329331,88.258708 +545,2026-09-19T02:11:42.353Z,2026-09-19T02:12:22.888Z,32688347830,32626220916,62126914,32.639748 +546,2026-09-19T02:12:42.353Z,2026-09-19T02:13:26.031Z,32749938108,32626220916,123717192,92.639691 +547,2026-09-19T02:13:42.353Z,2026-09-19T02:14:25.549Z,32807461392,32745403660,62057732,26.817731 +548,2026-09-19T02:14:42.353Z,2026-09-19T02:15:25.337Z,32868347580,32745403660,122943920,86.817744 +549,2026-09-19T02:15:42.353Z,2026-09-19T02:16:25.488Z,32926442408,32869555760,56886648,31.170703 +550,2026-09-19T02:16:42.353Z,2026-09-19T02:17:28.866Z,32988580958,32869555760,119025198,91.170732 +551,2026-09-19T02:17:42.353Z,2026-09-19T02:18:28.341Z,33049118874,32988580958,60537916,27.084726 +552,2026-09-19T02:18:42.353Z,2026-09-19T02:19:27.740Z,33110884152,32988580958,122303194,87.084734 +553,2026-09-19T02:19:42.353Z,2026-09-19T02:20:28.638Z,33173969246,33107736974,66232272,26.991708 +554,2026-09-19T02:20:42.353Z,2026-09-19T02:21:28.783Z,33231952503,33107736974,124215529,86.991734 +555,2026-09-19T02:21:42.353Z,2026-09-19T02:22:28.779Z,33293367781,33236973587,56394194,22.013726 +556,2026-09-19T02:22:42.353Z,2026-09-19T02:23:29.225Z,33351052701,33236973587,114079114,82.013768 +557,2026-09-19T02:23:42.353Z,2026-09-19T02:24:30.755Z,33412973797,33356098785,56875012,21.453678 +558,2026-09-19T02:24:42.353Z,2026-09-19T02:25:30.830Z,33475123983,33418218153,56905830,23.019749 +559,2026-09-19T02:25:42.354Z,2026-09-19T02:26:30.250Z,33519128831,33418218153,100910678,83.020677 +560,2026-09-19T02:26:42.353Z,2026-09-19T02:27:31.940Z,33578631839,33542321981,36309858,17.452723 +561,2026-09-19T02:27:42.353Z,2026-09-19T02:28:29.867Z,33653744326,33604641349,49102977,13.018748 +562,2026-09-19T02:28:42.353Z,2026-09-19T02:29:24.907Z,33698087855,33604641349,93446506,73.018747 +563,2026-09-19T02:29:42.353Z,2026-09-19T02:30:24.904Z,33775421511,33723609001,51812510,10.178732 +564,2026-09-19T02:30:42.353Z,2026-09-19T02:31:29.997Z,33833573885,33723609001,109964884,70.178711 +565,2026-09-19T02:31:42.353Z,2026-09-19T02:32:29.112Z,33894504255,33847963865,46540390,10.865685 +566,2026-09-19T02:32:42.353Z,2026-09-19T02:33:26.343Z,33956611987,33847963865,108648122,70.865747 +567,2026-09-19T02:33:42.353Z,2026-09-19T02:34:26.400Z,33998927837,33967077427,31850410,11.484715 +568,2026-09-19T02:34:42.353Z,2026-09-19T02:35:27.844Z,34064047841,34034198697,29849144,7.713664 +569,2026-09-19T02:35:42.353Z,2026-09-19T02:36:28.659Z,34126840481,34034198697,92641784,67.713732 +570,2026-09-19T02:36:42.353Z,2026-09-19T02:37:26.824Z,34189444757,34148082997,41361760,9.414669 +571,2026-09-19T02:37:42.353Z,2026-09-19T02:38:29.305Z,34246519769,34148082997,98436772,69.414727 +572,2026-09-19T02:38:42.353Z,2026-09-19T02:39:28.590Z,34308619955,34272340915,36279040,5.33572 +573,2026-09-19T02:39:42.353Z,2026-09-19T02:40:29.824Z,34368765417,34272340915,96424502,65.335734 +574,2026-09-19T02:40:42.353Z,2026-09-19T02:41:28.407Z,34428930061,34391321931,37608130,9.041714 +575,2026-09-19T02:41:42.353Z,2026-09-19T02:42:30.305Z,34489729613,34453412209,36317404,6.250744 +576,2026-09-19T02:42:42.353Z,2026-09-19T02:43:31.261Z,34547924441,34453412209,94512232,66.250719 +577,2026-09-19T02:43:42.353Z,2026-09-19T02:44:29.916Z,34608915076,34453412209,155502867,126.250767 +578,2026-09-19T02:44:42.353Z,2026-09-19T02:45:31.408Z,34670853626,34577645801,93207825,59.692728 +579,2026-09-19T02:45:42.353Z,2026-09-19T02:46:25.828Z,34729540908,34577645801,151895107,119.692742 +580,2026-09-19T02:46:42.353Z,2026-09-19T02:47:26.044Z,34790059642,34701888310,88171332,56.790763 +581,2026-09-19T02:47:42.353Z,2026-09-19T02:48:26.135Z,34846953836,34701888310,145065526,116.790741 +582,2026-09-19T02:48:42.353Z,2026-09-19T02:49:26.120Z,34909009840,34883190422,25819418,0.593694 +583,2026-09-19T02:49:42.353Z,2026-09-19T02:50:27.220Z,34967598850,34883190422,84408428,60.593734 +584,2026-09-19T02:50:42.353Z,2026-09-19T02:51:25.742Z,35028136766,34883190422,144946344,120.59373 +585,2026-09-19T02:51:42.353Z,2026-09-19T02:52:27.506Z,35090225316,35002315620,87909696,57.869769 +586,2026-09-19T02:52:42.353Z,2026-09-19T02:53:27.201Z,35152272430,35002315620,149956810,117.869726 +587,2026-09-19T02:53:42.353Z,2026-09-19T02:54:27.252Z,35209963168,35121079182,88883986,57.424729 +588,2026-09-19T02:54:42.353Z,2026-09-19T02:55:30.144Z,35271416810,35121079182,150337628,117.424703 +589,2026-09-19T02:55:42.353Z,2026-09-19T02:56:29.848Z,35331021546,35245434028,85587518,50.206739 +590,2026-09-19T02:56:42.354Z,2026-09-19T02:57:29.560Z,35390430372,35245434028,144996344,110.207114 +591,2026-09-19T02:57:42.353Z,2026-09-19T02:58:30.455Z,35452549740,35364597590,87952150,48.115751 +592,2026-09-19T02:58:42.353Z,2026-09-19T02:59:30.141Z,35509393934,35364597590,144796344,108.115749 +593,2026-09-19T02:59:42.353Z,2026-09-19T03:00:30.991Z,35569470214,35488836326,80633888,50.987728 +594,2026-09-19T03:00:42.353Z,2026-09-19T03:01:32.563Z,35628438314,35488836326,139601988,110.987722 +595,2026-09-19T03:01:42.353Z,2026-09-19T03:02:33.279Z,35685513232,35607857434,77655798,44.633745 +596,2026-09-19T03:02:42.354Z,2026-09-19T03:03:25.134Z,35742384471,35607857434,134527037,104.634767 +597,2026-09-19T03:03:42.354Z,2026-09-19T03:04:25.140Z,35804561385,35726574675,77986710,45.932454 +598,2026-09-19T03:04:42.354Z,2026-09-19T03:05:26.003Z,35866642389,35726574675,140067714,105.932631 +599,2026-09-19T03:05:42.353Z,2026-09-19T03:06:32.480Z,35922913311,35856182767,66730544,41.884737 +600,2026-09-19T03:06:42.353Z,2026-09-19T03:07:27.146Z,35990919489,35856182767,134736722,101.88475 +601,2026-09-19T03:07:42.353Z,2026-09-19T03:08:25.644Z,36047775319,35975384693,72390626,41.188721 +602,2026-09-19T03:08:42.353Z,2026-09-19T03:09:29.035Z,36104657877,35975384693,129273184,101.188735 +603,2026-09-19T03:09:42.353Z,2026-09-19T03:10:29.009Z,36161582889,36094365709,67217180,39.760972 +604,2026-09-19T03:10:42.353Z,2026-09-19T03:11:28.434Z,36220247618,36094365709,125881909,99.760759 +605,2026-09-19T03:11:42.353Z,2026-09-19T03:12:27.838Z,36293586516,36213395082,80191434,39.589741 +606,2026-09-19T03:12:42.354Z,2026-09-19T03:13:29.164Z,36350958072,36213395082,137562990,99.590002 +607,2026-09-19T03:13:42.353Z,2026-09-19T03:14:30.020Z,36410145354,36337553000,72592354,38.357729 +608,2026-09-19T03:14:42.353Z,2026-09-19T03:15:30.385Z,36466976184,36337553000,129423184,98.357735 +609,2026-09-19T03:15:42.353Z,2026-09-19T03:16:30.496Z,36523887832,36456697380,67190452,40.618742 +610,2026-09-19T03:16:42.353Z,2026-09-19T03:17:30.204Z,36596561004,36456697380,139863624,100.618734 +611,2026-09-19T03:17:42.353Z,2026-09-19T03:18:30.619Z,36636914584,36580993662,55920922,38.978761 +612,2026-09-19T03:18:42.353Z,2026-09-19T03:19:32.017Z,36708048758,36580993662,127055096,98.978728 +613,2026-09-19T03:19:42.353Z,2026-09-19T03:20:26.388Z,36762188228,36699907224,62281004,33.290666 +614,2026-09-19T03:20:42.353Z,2026-09-19T03:21:24.227Z,36819044058,36699907224,119136834,93.290743 +615,2026-09-19T03:21:42.353Z,2026-09-19T03:22:25.156Z,36889312506,36824272688,65039818,32.841674 +616,2026-09-19T03:22:42.353Z,2026-09-19T03:23:26.079Z,36943259522,36824272688,118986834,92.841746 +617,2026-09-19T03:23:42.353Z,2026-09-19T03:24:26.074Z,37000263989,36937734348,62529641,39.140711 +618,2026-09-19T03:24:42.353Z,2026-09-19T03:25:27.726Z,37067935259,37005335073,62600186,35.171718 +619,2026-09-19T03:25:42.353Z,2026-09-19T03:26:27.751Z,37125862633,37005335073,120527560,95.171751 +620,2026-09-19T03:26:42.354Z,2026-09-19T03:27:27.014Z,37183447553,37124454453,58993100,30.947836 +621,2026-09-19T03:27:42.353Z,2026-09-19T03:28:29.083Z,37238321931,37191781541,46540390,23.972663 +622,2026-09-19T03:28:42.353Z,2026-09-19T03:29:27.913Z,37310956739,37191781541,119175198,83.972736 +623,2026-09-19T03:29:42.353Z,2026-09-19T03:30:29.895Z,37368485841,37316002823,52483018,20.172736 +624,2026-09-19T03:30:42.353Z,2026-09-19T03:31:28.892Z,37424718399,37316002823,108715576,80.172709 +625,2026-09-19T03:31:42.353Z,2026-09-19T03:32:30.164Z,37481581775,37440243287,41338488,18.12974 +626,2026-09-19T03:32:42.353Z,2026-09-19T03:33:30.987Z,37538687605,37440243287,98444318,78.129782 +627,2026-09-19T03:33:42.353Z,2026-09-19T03:34:30.966Z,37611072413,37559260939,51811474,15.301656 +628,2026-09-19T03:34:42.354Z,2026-09-19T03:35:30.921Z,37667956450,37559260939,108695511,75.302516 +629,2026-09-19T03:35:42.353Z,2026-09-19T03:36:30.525Z,37725012280,37688725694,36286586,7.001718 +630,2026-09-19T03:36:42.353Z,2026-09-19T03:37:24.236Z,37781848928,37756039418,25809510,4.952745 +631,2026-09-19T03:37:42.353Z,2026-09-19T03:38:27.442Z,37838904758,37756039418,82865340,64.952745 +632,2026-09-19T03:38:42.353Z,2026-09-19T03:39:26.512Z,37906014392,37874979708,31034684,3.621721 +633,2026-09-19T03:39:42.353Z,2026-09-19T03:40:27.848Z,37957849138,37874979708,82869430,63.621745 +634,2026-09-19T03:40:42.353Z,2026-09-19T03:41:26.222Z,38027201860,37874979708,152222152,123.621683 +635,2026-09-19T03:41:42.353Z,2026-09-19T03:42:28.373Z,38082407056,37994135724,88271332,59.797745 +636,2026-09-19T03:42:42.354Z,2026-09-19T03:43:28.206Z,38138982068,37994135724,144846344,119.798732 +637,2026-09-19T03:43:42.353Z,2026-09-19T03:44:29.108Z,38206976610,38123433908,83542702,54.242736 +638,2026-09-19T03:44:42.353Z,2026-09-19T03:45:29.960Z,38263328350,38123433908,139894442,114.242719 +639,2026-09-19T03:45:42.353Z,2026-09-19T03:46:27.993Z,38320217965,38242603288,77614677,53.446743 +640,2026-09-19T03:46:42.353Z,2026-09-19T03:47:30.756Z,38387596781,38242603288,144993493,113.446722 +641,2026-09-19T03:47:42.353Z,2026-09-19T03:48:30.396Z,38444421793,38361575635,82846158,49.606727 +642,2026-09-19T03:48:42.353Z,2026-09-19T03:49:31.722Z,38501443032,38361575635,139867397,109.60675 +643,2026-09-19T03:49:42.353Z,2026-09-19T03:50:30.400Z,38563596991,38480700833,82896158,53.268742 +644,2026-09-19T03:50:42.353Z,2026-09-19T03:51:31.082Z,38620433639,38480700833,139732806,113.268756 +645,2026-09-19T03:51:42.353Z,2026-09-19T03:52:31.506Z,38677370287,38604885479,72484808,52.511721 +646,2026-09-19T03:52:42.353Z,2026-09-19T03:53:25.678Z,38739478019,38604885479,134592540,112.511744 +647,2026-09-19T03:53:42.353Z,2026-09-19T03:54:24.567Z,38796545485,38729185851,67359634,48.791675 +648,2026-09-19T03:54:42.353Z,2026-09-19T03:55:26.330Z,38868614567,38729185851,139428716,108.791746 +649,2026-09-19T03:55:42.353Z,2026-09-19T03:56:27.327Z,38918698679,38853432133,65266546,43.916651 +650,2026-09-19T03:56:42.353Z,2026-09-19T03:57:25.580Z,38984348094,38853432133,130915961,103.916734 +651,2026-09-19T03:57:42.353Z,2026-09-19T03:58:26.905Z,39049060550,38976256560,72803990,39.264715 +652,2026-09-19T03:58:42.353Z,2026-09-19T03:59:27.723Z,39097667300,38976256560,121410740,99.264736 +653,2026-09-19T03:59:42.354Z,2026-09-19T04:00:28.121Z,39162379756,39089594948,72784808,41.281225 +654,2026-09-19T04:00:42.353Z,2026-09-19T04:01:28.021Z,39212040596,39089594948,122445648,101.280726 +655,2026-09-19T04:01:42.353Z,2026-09-19T04:02:28.692Z,39283336406,39227153848,56182558,26.903779 +656,2026-09-19T04:02:42.353Z,2026-09-19T04:03:29.767Z,39348358770,39227153848,121204922,86.90373 +657,2026-09-19T04:03:42.353Z,2026-09-19T04:04:29.003Z,39397465520,39340273054,57192466,29.078857 +658,2026-09-19T04:04:42.353Z,2026-09-19T04:05:30.734Z,39453646033,39340273054,113372979,89.078759 +659,2026-09-19T04:05:42.353Z,2026-09-19T04:06:29.366Z,39518335534,39461722158,56613376,26.855737 +660,2026-09-19T04:06:42.353Z,2026-09-19T04:07:30.766Z,39585612622,39526396250,59216372,25.430763 +661,2026-09-19T04:07:42.353Z,2026-09-19T04:08:31.394Z,39631654345,39526396250,105258095,85.430733 +662,2026-09-19T04:08:42.353Z,2026-09-19T04:09:32.657Z,39698833161,39647783323,51049838,21.419737 +663,2026-09-19T04:09:42.353Z,2026-09-19T04:10:27.786Z,39766192795,39647783323,118409472,81.419725 +664,2026-09-19T04:10:42.353Z,2026-09-19T04:11:26.702Z,39822998625,39776458235,46540390,17.884738 +665,2026-09-19T04:11:42.353Z,2026-09-19T04:12:26.767Z,39890400713,39776458235,113942478,77.884738 +666,2026-09-19T04:12:42.353Z,2026-09-19T04:13:29.832Z,39947243179,39895421797,51821382,15.16971 +667,2026-09-19T04:13:42.353Z,2026-09-19T04:14:29.026Z,39999739561,39895421797,104317764,75.169737 +668,2026-09-19T04:14:42.353Z,2026-09-19T04:15:27.831Z,40070760371,40014577813,56182558,16.958708 +669,2026-09-19T04:15:42.353Z,2026-09-19T04:16:30.664Z,40127797019,40014577813,113219206,76.958735 +670,2026-09-19T04:16:42.353Z,2026-09-19T04:17:30.881Z,40183159761,40138785731,44374030,18.301737 +671,2026-09-19T04:17:42.353Z,2026-09-19T04:18:28.755Z,40252685755,40205933729,46752026,12.287729 +672,2026-09-19T04:18:42.353Z,2026-09-19T04:19:28.312Z,40307375254,40205933729,101441525,72.287737 +673,2026-09-19T04:19:42.353Z,2026-09-19T04:20:29.794Z,40361403088,40325066502,36336586,6.794735 +674,2026-09-19T04:20:42.353Z,2026-09-19T04:21:28.925Z,40416708284,40325066502,91641782,66.794753 +675,2026-09-19T04:21:42.353Z,2026-09-19T04:22:29.838Z,40488146548,40449387784,38758764,6.642749 +676,2026-09-19T04:22:42.353Z,2026-09-19T04:23:30.741Z,40542530200,40449387784,93142416,66.64272 +677,2026-09-19T04:23:42.353Z,2026-09-19T04:24:31.300Z,40599584302,40573562839,26021463,2.543707 +678,2026-09-19T04:24:42.353Z,2026-09-19T04:25:33.316Z,40666757300,40573562839,93194461,62.543733 +679,2026-09-19T04:25:42.353Z,2026-09-19T04:26:31.499Z,40719942573,40573562839,146379734,122.543768 +680,2026-09-19T04:26:42.353Z,2026-09-19T04:27:26.083Z,40780736307,40697797695,82938612,56.41274 +681,2026-09-19T04:27:42.353Z,2026-09-19T04:28:25.547Z,40842811493,40697797695,145013798,116.412726 +682,2026-09-19T04:28:42.353Z,2026-09-19T04:29:25.778Z,40900602231,40817040347,83561884,56.264746 +683,2026-09-19T04:29:42.353Z,2026-09-19T04:30:26.635Z,40961763419,40817040347,144723072,116.26478 +684,2026-09-19T04:30:42.353Z,2026-09-19T04:31:27.438Z,41018780885,40935986455,82794430,56.18473 +685,2026-09-19T04:31:42.353Z,2026-09-19T04:32:27.529Z,41080284527,40935986455,144298072,116.184722 +686,2026-09-19T04:32:42.353Z,2026-09-19T04:33:27.702Z,41137863629,41060138555,77725074,55.652726 +687,2026-09-19T04:33:42.353Z,2026-09-19T04:34:30.094Z,41197297455,41060138555,137158900,115.652732 +688,2026-09-19T04:34:42.353Z,2026-09-19T04:35:28.744Z,41256831281,41184415655,72415626,51.661757 +689,2026-09-19T04:35:42.353Z,2026-09-19T04:36:28.675Z,41326614821,41184415655,142199166,111.661735 +690,2026-09-19T04:36:42.353Z,2026-09-19T04:37:29.929Z,41376668115,41308592755,68075360,48.166726 +691,2026-09-19T04:37:42.353Z,2026-09-19T04:38:30.053Z,41453580944,41370731305,82849639,46.458735 +692,2026-09-19T04:38:42.353Z,2026-09-19T04:39:31.643Z,41498064882,41370731305,127333577,106.458738 +693,2026-09-19T04:39:42.353Z,2026-09-19T04:40:30.554Z,41557150436,41489625076,67525360,42.196705 +694,2026-09-19T04:40:42.353Z,2026-09-19T04:41:32.276Z,41619240714,41489625076,129615638,102.196742 +695,2026-09-19T04:41:42.353Z,2026-09-19T04:42:31.885Z,41681404264,41614013812,67390452,37.329724 +696,2026-09-19T04:42:42.353Z,2026-09-19T04:43:24.718Z,41741842180,41614013812,127828368,97.329738 +697,2026-09-19T04:43:42.353Z,2026-09-19T04:44:26.195Z,41801326006,41733015738,68310268,39.480704 +698,2026-09-19T04:44:42.353Z,2026-09-19T04:45:27.903Z,41865396008,41733015738,132380270,99.480756 +699,2026-09-19T04:45:42.353Z,2026-09-19T04:46:26.695Z,41924550744,41857396928,67153816,39.322736 +700,2026-09-19T04:46:42.353Z,2026-09-19T04:47:24.896Z,41986614294,41857396928,129217366,99.322743 +701,2026-09-19T04:47:42.353Z,2026-09-19T04:48:27.158Z,42044393396,41981612392,62781004,34.092726 +702,2026-09-19T04:48:42.353Z,2026-09-19T04:49:27.597Z,42104897813,41981612392,123285421,94.092736 +703,2026-09-19T04:49:42.353Z,2026-09-19T04:50:28.272Z,42162750187,42100586637,62163550,34.439778 +704,2026-09-19T04:50:42.353Z,2026-09-19T04:51:30.304Z,42223853829,42100586637,123267192,94.439724 +705,2026-09-19T04:51:42.353Z,2026-09-19T04:52:30.259Z,42281694567,42219575199,62119368,33.821733 +706,2026-09-19T04:52:42.353Z,2026-09-19T04:53:29.102Z,42341216757,42219575199,121641558,93.821679 +707,2026-09-19T04:53:42.353Z,2026-09-19T04:54:29.872Z,42401997127,42338575397,63421730,35.239732 +708,2026-09-19T04:54:42.353Z,2026-09-19T04:55:30.669Z,42462815861,42338575397,124240464,95.239707 +709,2026-09-19T04:55:42.353Z,2026-09-19T04:56:30.185Z,42519640873,42462815861,56825012,32.90276 +710,2026-09-19T04:56:42.353Z,2026-09-19T04:57:31.645Z,42579978789,42462815861,117162928,92.902754 +711,2026-09-19T04:57:42.353Z,2026-09-19T04:58:30.696Z,42649250693,42581891059,67359634,28.021789 +712,2026-09-19T04:58:42.353Z,2026-09-19T04:59:31.583Z,42708378701,42581891059,126487642,88.021743 +713,2026-09-19T04:59:42.353Z,2026-09-19T05:00:26.747Z,42768206709,42706073977,62132732,27.10673 +714,2026-09-19T05:00:42.353Z,2026-09-19T05:01:25.896Z,42828711061,42706073977,122637084,87.106736 +715,2026-09-19T05:01:42.353Z,2026-09-19T05:02:29.148Z,42890781902,42830311695,60470207,20.598743 +716,2026-09-19T05:02:42.353Z,2026-09-19T05:03:27.256Z,42950737815,42830311695,120426120,80.598995 +717,2026-09-19T05:03:42.353Z,2026-09-19T05:04:28.336Z,43011567088,42949429635,62137453,20.522724 +718,2026-09-19T05:04:42.353Z,2026-09-19T05:05:27.777Z,43070434373,42949429635,121004738,80.52274 +719,2026-09-19T05:05:42.353Z,2026-09-19T05:06:27.201Z,43130239982,43068402921,61837061,22.003769 +720,2026-09-19T05:06:42.353Z,2026-09-19T05:07:28.910Z,43187924894,43068402921,119521973,82.003745 +721,2026-09-19T05:07:42.353Z,2026-09-19T05:08:27.328Z,43246962176,43192665160,54297016,23.498745 +722,2026-09-19T05:08:42.353Z,2026-09-19T05:09:29.885Z,43305972730,43192665160,113307570,83.498765 +723,2026-09-19T05:09:42.353Z,2026-09-19T05:10:30.578Z,43360969275,43311840358,49128917,22.965754 +724,2026-09-19T05:10:42.353Z,2026-09-19T05:11:30.478Z,43420721258,43311840358,108880900,82.965743 +725,2026-09-19T05:11:42.353Z,2026-09-19T05:12:31.155Z,43479792215,43435915328,43876887,18.380745 +726,2026-09-19T05:12:42.353Z,2026-09-19T05:13:30.669Z,43538877769,43435915328,102962441,78.380734 +727,2026-09-19T05:13:42.353Z,2026-09-19T05:14:30.815Z,43612012577,43555006747,57005830,20.480722 +728,2026-09-19T05:14:42.353Z,2026-09-19T05:15:32.465Z,43668906771,43622297199,46609572,15.796749 +729,2026-09-19T05:15:42.353Z,2026-09-19T05:16:32.746Z,43723281149,43622297199,100983950,75.796851 +730,2026-09-19T05:16:42.353Z,2026-09-19T05:17:29.845Z,43791718145,43741372397,50345748,11.791734 +731,2026-09-19T05:17:42.353Z,2026-09-19T05:18:26.811Z,43850020519,43741372397,108648122,71.791714 +732,2026-09-19T05:18:42.353Z,2026-09-19T05:19:26.582Z,43907511257,43865562861,41948396,8.93074 +733,2026-09-19T05:19:42.353Z,2026-09-19T05:20:26.368Z,43968945717,43865562861,103382856,68.930757 +734,2026-09-19T05:20:42.353Z,2026-09-19T05:21:25.855Z,44024712549,43984493877,40218672,8.059726 +735,2026-09-19T05:21:42.353Z,2026-09-19T05:22:26.428Z,44084608011,43984493877,100114134,68.059746 +736,2026-09-19T05:22:42.353Z,2026-09-19T05:23:26.288Z,44144472655,44108697705,35774950,8.140781 +737,2026-09-19T05:23:42.353Z,2026-09-19T05:24:28.007Z,44201886558,44108697705,93188853,68.140737 +738,2026-09-19T05:24:42.353Z,2026-09-19T05:25:27.646Z,44272105006,44227688522,44416484,5.34274 +739,2026-09-19T05:25:42.353Z,2026-09-19T05:26:28.486Z,44331415560,44227688522,103727038,65.342715 +740,2026-09-19T05:26:42.353Z,2026-09-19T05:27:30.009Z,44392838384,44351923168,40915216,5.412725 +741,2026-09-19T05:27:42.353Z,2026-09-19T05:28:29.148Z,44450309940,44351923168,98386772,65.412745 +742,2026-09-19T05:28:42.353Z,2026-09-19T05:29:30.006Z,44507458224,44476131086,31327138,0.795739 +743,2026-09-19T05:29:42.353Z,2026-09-19T05:30:31.336Z,44569435138,44476131086,93304052,60.795706 +744,2026-09-19T05:30:42.354Z,2026-09-19T05:31:31.910Z,44627060467,44476131086,150929381,120.79656 +745,2026-09-19T05:31:42.354Z,2026-09-19T05:32:32.652Z,44687825428,44595417920,92407508,53.001646 +746,2026-09-19T05:32:42.353Z,2026-09-19T05:33:32.362Z,44743553896,44595417920,148135976,113.00075 +747,2026-09-19T05:33:42.353Z,2026-09-19T05:34:25.609Z,44800359726,44719464202,80895524,56.872717 +748,2026-09-19T05:34:42.353Z,2026-09-19T05:35:25.429Z,44869700812,44719464202,150236610,116.872745 +749,2026-09-19T05:35:42.353Z,2026-09-19T05:36:25.708Z,44931166278,44843691302,87474976,53.892741 +750,2026-09-19T05:36:42.353Z,2026-09-19T05:37:25.928Z,44988622108,44843691302,144930806,113.892729 +751,2026-09-19T05:37:42.353Z,2026-09-19T05:38:26.719Z,45046318664,44962850962,83467702,52.731773 +752,2026-09-19T05:38:42.353Z,2026-09-19T05:39:27.433Z,45102533768,44962850962,139682806,112.731741 +753,2026-09-19T05:39:42.353Z,2026-09-19T05:40:28.379Z,45159612870,45086989698,72623172,46.691905 +754,2026-09-19T05:40:42.353Z,2026-09-19T05:41:27.827Z,45219335060,45086989698,132345362,106.691733 +755,2026-09-19T05:41:42.353Z,2026-09-19T05:42:28.934Z,45292754776,45206164896,86589880,49.454679 +756,2026-09-19T05:42:42.353Z,2026-09-19T05:43:28.610Z,45350955422,45206164896,144790526,109.454741 +757,2026-09-19T05:43:42.353Z,2026-09-19T05:44:29.658Z,45408017070,45325166822,82850248,48.743745 +758,2026-09-19T05:44:42.353Z,2026-09-19T05:45:31.436Z,45464861264,45325166822,139694442,108.743742 +759,2026-09-19T05:45:42.353Z,2026-09-19T05:46:30.362Z,45526993996,45444097838,82896158,47.912732 +760,2026-09-19T05:46:42.353Z,2026-09-19T05:47:30.930Z,45588834274,45444097838,144736436,107.912735 +761,2026-09-19T05:47:42.353Z,2026-09-19T05:48:31.964Z,45645974878,45568376666,77598212,48.832752 +762,2026-09-19T05:48:42.353Z,2026-09-19T05:49:32.677Z,45704481342,45568376666,136104676,108.83277 +763,2026-09-19T05:49:42.353Z,2026-09-19T05:50:25.402Z,45763193624,45687344184,75849440,46.608763 +764,2026-09-19T05:50:42.353Z,2026-09-19T05:51:25.592Z,45822005906,45687344184,134661722,106.608714 +765,2026-09-19T05:51:42.353Z,2026-09-19T05:52:25.959Z,45883571184,45806457746,77113438,46.922727 +766,2026-09-19T05:52:42.353Z,2026-09-19T05:53:25.472Z,45941092740,45868757932,72334808,47.644719 +767,2026-09-19T05:53:42.353Z,2026-09-19T05:54:26.513Z,46013673458,45868757932,144915526,107.644678 +768,2026-09-19T05:54:42.354Z,2026-09-19T05:55:26.194Z,46070504288,45992935032,77569256,43.804744 +769,2026-09-19T05:55:42.353Z,2026-09-19T05:56:26.834Z,46127396754,45992935032,134461722,103.803713 +770,2026-09-19T05:56:42.353Z,2026-09-19T05:57:27.695Z,46184483402,46111873594,72609808,40.491731 +771,2026-09-19T05:57:42.353Z,2026-09-19T05:58:29.204Z,46241281369,46111873594,129407775,100.491726 +772,2026-09-19T05:58:42.353Z,2026-09-19T05:59:28.126Z,46308635502,46236237330,72398172,40.018713 +773,2026-09-19T05:59:42.353Z,2026-09-19T06:00:32.511Z,46365690649,46236237330,129453319,100.018726 +774,2026-09-19T06:00:42.353Z,2026-09-19T06:01:30.798Z,46422525113,46355230670,67294443,37.594743 +775,2026-09-19T06:01:42.353Z,2026-09-19T06:02:30.228Z,46488219508,46355230670,132988838,97.594731 +776,2026-09-19T06:02:42.353Z,2026-09-19T06:03:31.118Z,46544844520,46479396615,65447905,32.00173 +777,2026-09-19T06:03:42.353Z,2026-09-19T06:04:31.766Z,46603591793,46479396615,124195178,92.00173 +778,2026-09-19T06:04:42.353Z,2026-09-19T06:05:34.525Z,46661356317,46603591793,57764524,30.445723 +779,2026-09-19T06:05:42.353Z,2026-09-19T06:06:34.240Z,46720728166,46603591793,117136373,90.445758 +780,2026-09-19T06:06:42.353Z,2026-09-19T06:07:25.051Z,46795282500,46722628881,72653619,27.841693 +781,2026-09-19T06:07:42.353Z,2026-09-19T06:08:28.689Z,46850876114,46722628881,128247233,87.841731 +782,2026-09-19T06:08:42.353Z,2026-09-19T06:09:27.765Z,46905259766,46846914938,58344828,27.156722 +783,2026-09-19T06:09:42.353Z,2026-09-19T06:10:27.560Z,46966070954,46846914938,119156016,87.156959 +784,2026-09-19T06:10:42.353Z,2026-09-19T06:11:28.430Z,47022891769,46966070954,56820815,28.460751 +785,2026-09-19T06:11:42.353Z,2026-09-19T06:12:28.527Z,47081789584,46966070954,115718630,88.460718 +786,2026-09-19T06:12:42.353Z,2026-09-19T06:13:27.797Z,47142073410,47085017580,57055830,27.275739 +787,2026-09-19T06:13:42.354Z,2026-09-19T06:14:30.647Z,47214496582,47085017580,129479002,87.276736 +788,2026-09-19T06:14:42.353Z,2026-09-19T06:15:29.103Z,47271364048,47209256316,62107732,25.990725 +789,2026-09-19T06:15:42.353Z,2026-09-19T06:16:30.296Z,47331590328,47209256316,122334012,85.990826 +790,2026-09-19T06:16:42.353Z,2026-09-19T06:17:30.110Z,47389517702,47328258242,61259460,26.442734 +791,2026-09-19T06:17:42.353Z,2026-09-19T06:18:31.010Z,47447333440,47328258242,119075198,86.442755 +792,2026-09-19T06:18:42.354Z,2026-09-19T06:19:29.753Z,47504450906,47447333440,57117466,22.905438 +793,2026-09-19T06:19:42.353Z,2026-09-19T06:20:32.221Z,47564134732,47447333440,116801292,82.904744 +794,2026-09-19T06:20:42.353Z,2026-09-19T06:21:32.092Z,47622398742,47571710540,50688202,24.68074 +795,2026-09-19T06:21:42.353Z,2026-09-19T06:22:32.572Z,47692043918,47571710540,120333378,84.680714 +796,2026-09-19T06:22:42.353Z,2026-09-19T06:23:32.344Z,47751027348,47690685738,60341610,22.390745 +797,2026-09-19T06:23:42.353Z,2026-09-19T06:24:25.393Z,47809755048,47690685738,119069310,82.390769 +798,2026-09-19T06:24:42.354Z,2026-09-19T06:25:25.062Z,47861388907,47809755048,51633859,21.548224 +799,2026-09-19T06:25:42.353Z,2026-09-19T06:26:25.369Z,47933993940,47809755048,124238892,81.547743 +800,2026-09-19T06:26:42.353Z,2026-09-19T06:27:27.342Z,47990905894,47933993940,56911954,21.943743 +801,2026-09-19T06:27:42.353Z,2026-09-19T06:28:27.225Z,48045237818,47933993940,111243878,81.943734 +802,2026-09-19T06:28:42.353Z,2026-09-19T06:29:26.099Z,48102212830,48053013626,49199204,17.925723 +803,2026-09-19T06:29:42.353Z,2026-09-19T06:30:28.678Z,48171988824,48053013626,118975198,77.925733 +804,2026-09-19T06:30:42.353Z,2026-09-19T06:31:31.454Z,48229094654,48177233180,51861474,18.167736 +805,2026-09-19T06:31:42.353Z,2026-09-19T06:32:30.738Z,48284273122,48177233180,107039942,78.167726 +806,2026-09-19T06:32:42.353Z,2026-09-19T06:33:30.569Z,48342005997,48301417826,40588171,10.903672 +807,2026-09-19T06:33:42.353Z,2026-09-19T06:34:32.039Z,48413305580,48301417826,111887754,70.903924 +808,2026-09-19T06:34:42.353Z,2026-09-19T06:35:30.935Z,48472054498,48420523842,51530656,14.98568 +809,2026-09-19T06:35:42.353Z,2026-09-19T06:36:30.742Z,48529273377,48420523842,108749535,74.985747 +810,2026-09-19T06:36:42.353Z,2026-09-19T06:37:31.334Z,48586171661,48539557999,46613662,12.762746 +811,2026-09-19T06:37:42.354Z,2026-09-19T06:38:32.907Z,48643029219,48539557999,103471220,72.763596 +812,2026-09-19T06:38:42.353Z,2026-09-19T06:39:32.122Z,48715614027,48658552379,57061648,13.215736 +813,2026-09-19T06:39:42.353Z,2026-09-19T06:40:33.035Z,48767262137,48658552379,108709758,73.215738 +814,2026-09-19T06:40:42.353Z,2026-09-19T06:41:24.967Z,48827257599,48782817843,44439756,13.428714 +815,2026-09-19T06:41:42.353Z,2026-09-19T06:42:26.904Z,48886056517,48782817843,103238674,73.428712 +816,2026-09-19T06:42:42.353Z,2026-09-19T06:43:26.445Z,48943343165,48907171988,36171177,8.314767 +817,2026-09-19T06:43:42.353Z,2026-09-19T06:44:26.287Z,49015112247,48907171988,107940259,68.314732 +818,2026-09-19T06:44:42.353Z,2026-09-19T06:45:27.238Z,49072591349,49026020141,46571208,9.604748 +819,2026-09-19T06:45:42.353Z,2026-09-19T06:46:28.996Z,49129477997,49026020141,103457856,69.604753 +820,2026-09-19T06:46:42.353Z,2026-09-19T06:47:28.685Z,49186583827,49145045339,41538488,6.760742 +821,2026-09-19T06:47:42.353Z,2026-09-19T06:48:28.832Z,49243406317,49145045339,98360978,66.760805 +822,2026-09-19T06:48:42.353Z,2026-09-19T06:49:28.682Z,49312035767,49264206379,47829388,9.894661 +823,2026-09-19T06:49:42.353Z,2026-09-19T06:50:28.173Z,49367633417,49331385195,36248222,5.98172 +824,2026-09-19T06:50:42.353Z,2026-09-19T06:51:29.857Z,49424689247,49331385195,93304052,65.981743 +825,2026-09-19T06:51:42.354Z,2026-09-19T06:52:29.838Z,49482841621,49450472029,32369592,0.842826 +826,2026-09-19T06:52:42.354Z,2026-09-19T06:53:30.669Z,49554072022,49450472029,103599993,60.842952 +827,2026-09-19T06:53:42.353Z,2026-09-19T06:54:31.370Z,49610968261,49569622227,41346034,1.244748 +828,2026-09-19T06:54:42.353Z,2026-09-19T06:55:31.636Z,49668060727,49569622227,98438500,61.244745 +829,2026-09-19T06:55:42.353Z,2026-09-19T06:56:32.324Z,49724978193,49569622227,155355966,121.244714 +830,2026-09-19T06:56:42.353Z,2026-09-19T06:57:24.625Z,49781872387,49704203131,77669256,53.774746 +831,2026-09-19T06:57:42.353Z,2026-09-19T06:58:26.832Z,49849162839,49704203131,144959708,113.774749 +832,2026-09-19T06:58:42.353Z,2026-09-19T06:59:26.268Z,49904952943,49823278329,81674614,53.864715 +833,2026-09-19T06:59:42.353Z,2026-09-19T07:00:26.088Z,49963066953,49823278329,139788624,113.864726 +834,2026-09-19T07:00:42.353Z,2026-09-19T07:01:27.210Z,50035224227,49947530429,87693798,43.889729 +835,2026-09-19T07:01:42.354Z,2026-09-19T07:02:31.418Z,50092384147,49947530429,144853718,103.89094 +836,2026-09-19T07:02:42.353Z,2026-09-19T07:03:28.896Z,50149445795,50071845721,77600074,41.496833 +837,2026-09-19T07:03:42.353Z,2026-09-19T07:04:28.008Z,50206676625,50071845721,134830904,101.49672 +838,2026-09-19T07:04:42.353Z,2026-09-19T07:05:28.430Z,50263178365,50190828465,72349900,45.180733 +839,2026-09-19T07:05:42.353Z,2026-09-19T07:06:30.090Z,50321500238,50190828465,130671773,105.180745 +840,2026-09-19T07:06:42.353Z,2026-09-19T07:07:29.862Z,50392661457,50315011383,77650074,40.355716 +841,2026-09-19T07:07:42.353Z,2026-09-19T07:08:31.040Z,50444503749,50315011383,129492366,100.355729 +842,2026-09-19T07:08:42.353Z,2026-09-19T07:09:29.847Z,50508547023,50434199945,74347078,41.241727 +843,2026-09-19T07:09:42.353Z,2026-09-19T07:10:30.685Z,50563448129,50434199945,129248184,101.241743 +844,2026-09-19T07:10:42.353Z,2026-09-19T07:11:31.425Z,50630819399,50553188507,77630892,36.642739 +845,2026-09-19T07:11:42.353Z,2026-09-19T07:12:32.106Z,50685220505,50553188507,132031998,96.642738 +846,2026-09-19T07:12:42.353Z,2026-09-19T07:13:31.197Z,50755028912,50677409789,77619123,36.858748 +847,2026-09-19T07:13:42.353Z,2026-09-19T07:14:27.956Z,50806882840,50677409789,129473051,96.858744 +848,2026-09-19T07:14:42.353Z,2026-09-19T07:15:26.171Z,50862195582,50801642257,60553325,33.988715 +849,2026-09-19T07:15:42.353Z,2026-09-19T07:16:26.806Z,50930998304,50801642257,129356047,93.988741 +850,2026-09-19T07:16:42.353Z,2026-09-19T07:17:27.186Z,50982821414,50920682864,62138550,31.428792 +851,2026-09-19T07:17:42.353Z,2026-09-19T07:18:26.456Z,51050177275,50920682864,129494411,91.428727 +852,2026-09-19T07:18:42.353Z,2026-09-19T07:19:26.854Z,51102008248,51039883062,62125186,31.770709 +853,2026-09-19T07:19:42.353Z,2026-09-19T07:20:28.264Z,51169312064,51039883062,129429002,91.770846 +854,2026-09-19T07:20:42.353Z,2026-09-19T07:21:29.220Z,51222629990,51164079344,58550646,32.960756 +855,2026-09-19T07:21:42.353Z,2026-09-19T07:22:29.887Z,51293429573,51164079344,129350229,92.960734 +856,2026-09-19T07:22:42.353Z,2026-09-19T07:23:29.722Z,51347180362,51283179542,64000820,27.210755 +857,2026-09-19T07:23:42.353Z,2026-09-19T07:24:29.872Z,51402766376,51283179542,119586834,87.21074 +858,2026-09-19T07:24:42.353Z,2026-09-19T07:25:29.296Z,51472654006,51407337460,65316546,28.254723 +859,2026-09-19T07:25:42.353Z,2026-09-19T07:26:28.977Z,51528688088,51407337460,121350628,88.254746 +860,2026-09-19T07:26:42.353Z,2026-09-19T07:27:30.945Z,51585301464,51526464182,58837282,23.382725 +861,2026-09-19T07:27:42.353Z,2026-09-19T07:28:31.947Z,51642449748,51526464182,115985566,83.382731 +862,2026-09-19T07:28:42.353Z,2026-09-19T07:29:32.806Z,51712618196,51645458562,67159634,25.060729 +863,2026-09-19T07:29:42.353Z,2026-09-19T07:30:33.231Z,51769524026,51645458562,124065464,85.060804 +864,2026-09-19T07:30:42.353Z,2026-09-19T07:31:25.592Z,51825290858,51769524026,55766832,23.979728 +865,2026-09-19T07:31:42.353Z,2026-09-19T07:32:26.555Z,51893931944,51769524026,124407918,83.979741 +866,2026-09-19T07:32:42.353Z,2026-09-19T07:33:25.993Z,51946913234,51888687588,58225646,20.474729 +867,2026-09-19T07:33:42.353Z,2026-09-19T07:34:27.375Z,52003582428,51888687588,114894840,80.474744 +868,2026-09-19T07:34:42.353Z,2026-09-19T07:35:26.722Z,52064108708,52007874422,56234286,23.727706 +869,2026-09-19T07:35:42.353Z,2026-09-19T07:36:27.427Z,52133988792,52007874422,126114370,83.727769 +870,2026-09-19T07:36:42.353Z,2026-09-19T07:37:28.995Z,52191214741,52132064886,59149855,17.81872 +871,2026-09-19T07:37:42.353Z,2026-09-19T07:38:28.164Z,52246200755,52132064886,114135869,77.818758 +872,2026-09-19T07:38:42.353Z,2026-09-19T07:39:29.137Z,52313073753,52256162105,56911648,13.44774 +873,2026-09-19T07:39:42.353Z,2026-09-19T07:40:28.662Z,52369973765,52256162105,113811660,73.447745 +874,2026-09-19T07:40:42.353Z,2026-09-19T07:41:29.997Z,52423116691,52380439205,42677486,11.75872 +875,2026-09-19T07:41:42.353Z,2026-09-19T07:42:29.920Z,52493335139,52380439205,112895934,71.75872 +876,2026-09-19T07:42:42.353Z,2026-09-19T07:43:30.217Z,52545966429,52499414403,46552026,9.212717 +877,2026-09-19T07:43:42.353Z,2026-09-19T07:44:29.976Z,52604087985,52499414403,104673582,69.212752 +878,2026-09-19T07:44:42.353Z,2026-09-19T07:45:31.281Z,52675476249,52623610685,51865564,6.769738 +879,2026-09-19T07:45:42.353Z,2026-09-19T07:46:33.288Z,52732301261,52623610685,108690576,66.769738 +880,2026-09-19T07:46:42.353Z,2026-09-19T07:47:31.273Z,52784124371,52742766701,41357670,9.317722 +881,2026-09-19T07:47:42.353Z,2026-09-19T07:48:25.011Z,52848182737,52742766701,105416036,69.317707 +882,2026-09-19T07:48:42.353Z,2026-09-19T07:49:24.779Z,52903872841,52861780263,42092578,7.147754 +883,2026-09-19T07:49:42.353Z,2026-09-19T07:50:25.063Z,52961217452,52861780263,99437189,67.147958 +884,2026-09-19T07:50:42.353Z,2026-09-19T07:51:26.819Z,53022247822,52985992054,36255768,7.161731 +885,2026-09-19T07:51:42.353Z,2026-09-19T07:52:26.771Z,53080442650,52985992054,94450596,67.161726 +886,2026-09-19T07:52:42.353Z,2026-09-19T07:53:27.861Z,53153035004,53104986434,48048570,7.261754 +887,2026-09-19T07:53:42.353Z,2026-09-19T07:54:27.892Z,53208644290,53104986434,103657856,67.261716 +888,2026-09-19T07:54:42.353Z,2026-09-19T07:55:27.909Z,53265488484,53229413534,36074950,4.603741 +889,2026-09-19T07:55:42.353Z,2026-09-19T07:56:29.705Z,53332871390,53229413534,103457856,64.60372 +890,2026-09-19T07:56:42.353Z,2026-09-19T07:57:30.080Z,53389858038,53348388732,41469306,5.86176 +891,2026-09-19T07:57:42.353Z,2026-09-19T07:58:31.144Z,53446744686,53348388732,98355954,65.861755 +892,2026-09-19T07:58:42.353Z,2026-09-19T07:59:29.748Z,53503663880,53472273378,31390502,3.094731 +893,2026-09-19T07:59:42.353Z,2026-09-19T08:00:31.585Z,53572610784,53472273378,100337406,63.094729 +894,2026-09-19T08:00:42.353Z,2026-09-19T08:01:33.275Z,53627964252,53472273378,155690874,123.094728 +895,2026-09-19T08:01:42.354Z,2026-09-19T08:02:35.561Z,53684995082,53596862114,88132968,53.711714 +896,2026-09-19T08:02:42.354Z,2026-09-19T08:03:32.146Z,53752354474,53596862114,155492360,113.711819 +897,2026-09-19T08:03:42.353Z,2026-09-19T08:04:25.340Z,53809291122,53716067888,93223234,58.87776 +898,2026-09-19T08:04:42.353Z,2026-09-19T08:05:24.703Z,53876593210,53716067888,160525322,118.877741 +899,2026-09-19T08:05:42.353Z,2026-09-19T08:06:25.881Z,53932983314,53835069814,97913500,54.324752 +900,2026-09-19T08:06:42.354Z,2026-09-19T08:07:28.869Z,53986974512,53835069814,151904698,114.325575 +901,2026-09-19T08:07:42.353Z,2026-09-19T08:08:27.977Z,54042347162,53959439368,82907794,52.842736 +902,2026-09-19T08:08:42.353Z,2026-09-19T08:09:26.488Z,54111549884,53959439368,152110516,112.842736 +903,2026-09-19T08:09:42.353Z,2026-09-19T08:10:26.900Z,54166599262,54078614566,87984696,51.298725 +904,2026-09-19T08:10:42.353Z,2026-09-19T08:11:29.309Z,54223691728,54078614566,145077162,111.298744 +905,2026-09-19T08:11:42.353Z,2026-09-19T08:12:29.783Z,54294121812,54197670582,96451230,50.502728 +906,2026-09-19T08:12:42.353Z,2026-09-19T08:13:29.386Z,54348865372,54197670582,151194790,110.502749 +907,2026-09-19T08:13:42.353Z,2026-09-19T08:14:30.952Z,54404781269,54322016864,82764405,54.061714 +908,2026-09-19T08:14:42.353Z,2026-09-19T08:15:30.884Z,54472154267,54322016864,150137403,114.061749 +909,2026-09-19T08:15:42.353Z,2026-09-19T08:16:30.462Z,54534204453,54446363939,87840514,43.206743 +910,2026-09-19T08:16:42.353Z,2026-09-19T08:17:30.779Z,54591229465,54446363939,144865526,103.206718 +911,2026-09-19T08:17:42.353Z,2026-09-19T08:18:31.844Z,54644391573,54565246683,79144890,43.597754 +912,2026-09-19T08:18:42.353Z,2026-09-19T08:19:31.068Z,54710416299,54565246683,145169616,103.597734 +913,2026-09-19T08:19:42.353Z,2026-09-19T08:20:32.015Z,54766213949,54689858691,76355258,41.152736 +914,2026-09-19T08:20:42.353Z,2026-09-19T08:21:25.588Z,54824352959,54689858691,134494268,101.15274 +915,2026-09-19T08:21:42.353Z,2026-09-19T08:22:26.376Z,54885612419,54819126057,66486362,34.771717 +916,2026-09-19T08:22:42.353Z,2026-09-19T08:23:27.657Z,54953774415,54819126057,134648358,94.77174 +917,2026-09-19T08:23:42.353Z,2026-09-19T08:24:25.846Z,55009154611,54938251255,70903356,32.560716 +918,2026-09-19T08:24:42.353Z,2026-09-19T08:25:27.674Z,55072926341,54938251255,134675086,92.560753 +919,2026-09-19T08:25:42.354Z,2026-09-19T08:26:27.704Z,55129968569,55062435901,67532668,30.034133 +920,2026-09-19T08:26:42.354Z,2026-09-19T08:27:27.310Z,55186824399,55062435901,124388498,90.034553 +921,2026-09-19T08:27:42.353Z,2026-09-19T08:28:29.228Z,55250717356,55186824399,63892957,23.226732 +922,2026-09-19T08:28:42.353Z,2026-09-19T08:29:28.597Z,55299297061,55186824399,112472662,83.226744 +923,2026-09-19T08:29:42.353Z,2026-09-19T08:30:29.249Z,55364057789,55307388595,56669194,21.014731 +924,2026-09-19T08:30:42.353Z,2026-09-19T08:31:29.331Z,55412666267,55307388595,105277672,81.014703 +925,2026-09-19T08:31:42.353Z,2026-09-19T08:32:29.649Z,55483962077,55428845245,55116832,22.367736 +926,2026-09-19T08:32:42.353Z,2026-09-19T08:33:29.753Z,55550225167,55428845245,121379922,82.367726 +927,2026-09-19T08:33:42.353Z,2026-09-19T08:34:30.768Z,55601305823,55542195269,59110554,25.635733 +928,2026-09-19T08:34:42.353Z,2026-09-19T08:35:33.022Z,55655464475,55542195269,113269206,85.63574 +929,2026-09-19T08:35:42.353Z,2026-09-19T08:36:33.372Z,55720038567,55671605089,48433478,14.532726 +930,2026-09-19T08:36:42.353Z,2026-09-19T08:37:33.350Z,55771407773,55671605089,99802684,74.53274 +931,2026-09-19T08:37:42.353Z,2026-09-19T08:38:25.333Z,55842534401,55793883469,48650932,13.329714 +932,2026-09-19T08:38:42.354Z,2026-09-19T08:39:25.861Z,55901621683,55793883469,107738214,73.33043 +933,2026-09-19T08:39:42.353Z,2026-09-19T08:40:25.707Z,55953019793,55918197205,34822588,12.060734 +934,2026-09-19T08:40:42.353Z,2026-09-19T08:41:27.925Z,56020516063,55918197205,102318858,72.060751 +935,2026-09-19T08:41:42.353Z,2026-09-19T08:42:26.654Z,56082716249,56042162669,40553580,9.571733 +936,2026-09-19T08:42:42.353Z,2026-09-19T08:43:26.537Z,56131288091,56042162669,89125422,69.571713 +937,2026-09-19T08:43:42.353Z,2026-09-19T08:44:27.690Z,56195993001,56163761773,32231228,6.955742 +938,2026-09-19T08:44:42.353Z,2026-09-19T08:45:28.943Z,56260890365,56163761773,97128592,66.955729 +939,2026-09-19T08:45:42.353Z,2026-09-19T08:46:30.302Z,56325595275,56285091695,40503580,3.501716 +940,2026-09-19T08:46:42.353Z,2026-09-19T08:47:28.811Z,56374247935,56285091695,89156240,63.501736 +941,2026-09-19T08:47:42.353Z,2026-09-19T08:48:29.819Z,56447113561,56406529163,40584398,2.628689 +942,2026-09-19T08:48:42.353Z,2026-09-19T08:49:29.935Z,56510931055,56406529163,104401892,62.628745 +943,2026-09-19T08:49:42.353Z,2026-09-19T08:50:31.778Z,56560449441,56406529163,153920278,122.628747 +944,2026-09-19T08:50:42.353Z,2026-09-19T08:51:31.177Z,56626854985,56527975759,98879226,56.334743 +945,2026-09-19T08:51:42.353Z,2026-09-19T08:52:31.626Z,56684907359,56527975759,156931600,116.334752 +946,2026-09-19T08:52:42.353Z,2026-09-19T08:53:32.546Z,56740766645,56654245947,86520698,59.635728 +947,2026-09-19T08:53:42.353Z,2026-09-19T08:54:32.297Z,56797984111,56654245947,143738164,119.635743 +948,2026-09-19T08:54:42.353Z,2026-09-19T08:55:25.926Z,56866590289,56778673047,87917242,54.583723 +949,2026-09-19T08:55:42.353Z,2026-09-19T08:56:26.751Z,56923619391,56778673047,144946344,114.583745 +950,2026-09-19T08:56:42.353Z,2026-09-19T08:57:25.962Z,56976693135,56897617427,79075708,51.639755 +951,2026-09-19T08:57:42.353Z,2026-09-19T08:58:27.097Z,57047888945,56897617427,150271518,111.639765 +952,2026-09-19T08:58:42.353Z,2026-09-19T08:59:27.583Z,57104763957,57027269701,77494256,45.558748 +953,2026-09-19T08:59:42.353Z,2026-09-19T09:00:28.310Z,57161831423,57027269701,134561722,105.558748 +954,2026-09-19T09:00:42.353Z,2026-09-19T09:01:28.333Z,57225886003,57151335165,74550838,40.773753 +955,2026-09-19T09:01:42.353Z,2026-09-19T09:02:28.675Z,57280822017,57151335165,129486852,100.773756 +956,2026-09-19T09:02:42.353Z,2026-09-19T09:03:30.064Z,57348168287,57270549031,77619256,37.560747 +957,2026-09-19T09:03:42.353Z,2026-09-19T09:04:29.856Z,57405218299,57270549031,134669268,97.560745 +958,2026-09-19T09:04:42.353Z,2026-09-19T09:05:34.436Z,57463363127,57394745313,68617814,35.798784 +959,2026-09-19T09:05:42.353Z,2026-09-19T09:06:32.711Z,57518418323,57394745313,123673010,95.79871 +960,2026-09-19T09:06:42.353Z,2026-09-19T09:07:34.042Z,57588275135,57519072413,69202722,35.035751 +961,2026-09-19T09:07:42.353Z,2026-09-19T09:08:40.851Z,57638986292,57519072413,119913879,95.03576 +962,2026-09-19T09:08:42.354Z,2026-09-19T09:09:31.908Z,57705638063,57643541967,62096096,27.237447 +963,2026-09-19T09:09:42.353Z,2026-09-19T09:10:33.159Z,57763640437,57643541967,120098470,87.236745 +964,2026-09-19T09:10:42.353Z,2026-09-19T09:11:24.994Z,57824189989,57762693893,61496096,30.095724 +965,2026-09-19T09:11:42.353Z,2026-09-19T09:12:25.391Z,57877544551,57762693893,114850658,90.09571 +966,2026-09-19T09:12:42.353Z,2026-09-19T09:13:27.909Z,57949162518,57881788273,67374245,31.536766 +967,2026-09-19T09:13:42.353Z,2026-09-19T09:14:27.833Z,58003409534,57881788273,121621261,91.53672 +968,2026-09-19T09:14:42.353Z,2026-09-19T09:15:27.690Z,58071404076,58000793174,70610902,26.755777 +969,2026-09-19T09:15:42.353Z,2026-09-19T09:16:29.244Z,58127786634,58000793174,126993460,86.75573 +970,2026-09-19T09:16:42.353Z,2026-09-19T09:17:29.999Z,58182056922,58125181910,56875012,28.217757 +971,2026-09-19T09:17:42.353Z,2026-09-19T09:18:29.046Z,58249409010,58125181910,124227100,88.217739 +972,2026-09-19T09:18:42.353Z,2026-09-19T09:19:29.632Z,58303182754,58244189654,58993100,24.768761 +973,2026-09-19T09:19:42.353Z,2026-09-19T09:20:29.687Z,58363359034,58244189654,119169380,84.768875 +974,2026-09-19T09:20:42.353Z,2026-09-19T09:21:31.469Z,58420245682,58363359034,56886648,22.38076 +975,2026-09-19T09:21:42.353Z,2026-09-19T09:22:31.180Z,58492849672,58363359034,129490638,82.380853 +976,2026-09-19T09:22:42.353Z,2026-09-19T09:23:30.584Z,58549076412,58487609406,61467006,24.091739 +977,2026-09-19T09:23:42.353Z,2026-09-19T09:24:32.539Z,58602959982,58487609406,115350576,84.091822 +978,2026-09-19T09:24:42.353Z,2026-09-19T09:25:32.193Z,58658476814,58601390166,57086648,28.010728 +979,2026-09-19T09:25:42.353Z,2026-09-19T09:26:32.530Z,58725648084,58601390166,124257918,88.010726 +980,2026-09-19T09:26:42.353Z,2026-09-19T09:27:33.761Z,58782715550,58725648084,57067466,26.789759 +981,2026-09-19T09:27:42.353Z,2026-09-19T09:28:25.067Z,58839621380,58725648084,113973296,86.789755 +982,2026-09-19T09:28:42.353Z,2026-09-19T09:29:26.013Z,58908912466,58844861646,64050820,22.291719 +983,2026-09-19T09:29:42.353Z,2026-09-19T09:30:26.257Z,58963232754,58844861646,118371108,82.291736 +984,2026-09-19T09:30:42.353Z,2026-09-19T09:31:28.402Z,59017976314,58969119564,48856750,24.904713 +985,2026-09-19T09:31:42.353Z,2026-09-19T09:32:28.322Z,59090076214,58969119564,120956650,84.904767 +986,2026-09-19T09:32:42.353Z,2026-09-19T09:33:28.288Z,59145081410,59093196664,51884746,17.642746 +987,2026-09-19T09:33:42.353Z,2026-09-19T09:34:30.259Z,59201975604,59093196664,108778940,77.642738 +988,2026-09-19T09:34:42.353Z,2026-09-19T09:35:28.457Z,59259023888,59212435226,46588662,16.707743 +989,2026-09-19T09:35:42.353Z,2026-09-19T09:36:29.776Z,59326206105,59212435226,113770879,76.707722 +990,2026-09-19T09:36:42.353Z,2026-09-19T09:37:30.666Z,59383304389,59336652363,46652026,12.657729 +991,2026-09-19T09:37:42.353Z,2026-09-19T09:38:31.739Z,59438852039,59336652363,102199676,72.657719 +992,2026-09-19T09:38:42.353Z,2026-09-19T09:39:36.929Z,59507575671,59460960281,46615390,10.973732 +993,2026-09-19T09:39:42.353Z,2026-09-19T09:40:31.755Z,59562932912,59460960281,101972631,70.973735 +994,2026-09-19T09:40:42.353Z,2026-09-19T09:41:31.395Z,59621362331,59580004661,41357670,13.293925 +995,2026-09-19T09:41:42.353Z,2026-09-19T09:42:32.381Z,59689293509,59580004661,109288848,73.293752 +996,2026-09-19T09:42:42.353Z,2026-09-19T09:43:33.179Z,59747420883,59699185677,48235206,14.761737 +997,2026-09-19T09:43:42.353Z,2026-09-19T09:44:33.576Z,59802937715,59699185677,103752038,74.761762 +998,2026-09-19T09:44:42.353Z,2026-09-19T09:45:26.899Z,59860597635,59823395323,37202312,10.144735 +999,2026-09-19T09:45:42.353Z,2026-09-19T09:46:26.653Z,59932003913,59823395323,108608590,70.144729 +1000,2026-09-19T09:46:42.353Z,2026-09-19T09:47:26.567Z,59986778291,59947540437,39237854,5.597695 +1001,2026-09-19T09:47:42.353Z,2026-09-19T09:48:28.109Z,60045030665,59947540437,97490228,65.597739 +1002,2026-09-19T09:48:42.353Z,2026-09-19T09:49:28.369Z,60112271117,60066727271,45543846,0.325718 +1003,2026-09-19T09:49:42.353Z,2026-09-19T09:50:46.405Z,60170173491,60066727271,103446220,60.32574 +1004,2026-09-19T09:50:46.427Z,2026-09-19T09:51:33.716Z,60237644761,60185760015,51884746,8.718107 +1005,2026-09-19T09:51:42.353Z,2026-09-19T09:52:29.297Z,60278939067,60185760015,93179052,64.644742 +1006,2026-09-19T09:52:42.353Z,2026-09-19T09:53:29.292Z,60351493057,60185760015,165733042,124.644752 +1007,2026-09-19T09:53:42.353Z,2026-09-19T09:54:29.855Z,60408423887,60310006297,98417590,59.681734 +1008,2026-09-19T09:54:42.353Z,2026-09-19T09:55:30.678Z,60460558633,60429193131,31365502,2.49574 +1009,2026-09-19T09:55:42.353Z,2026-09-19T09:56:32.167Z,60517133645,60429193131,87940514,62.495722 +1010,2026-09-19T09:56:42.353Z,2026-09-19T09:57:32.219Z,60585770641,60429193131,156577510,122.495728 +1011,2026-09-19T09:57:42.353Z,2026-09-19T09:58:32.636Z,60641378743,60553401049,87977694,57.925752 +1012,2026-09-19T09:58:42.353Z,2026-09-19T09:59:34.534Z,60710400647,60553401049,156999598,117.925721 +1013,2026-09-19T09:59:42.353Z,2026-09-19T10:00:32.835Z,60763581937,60672451791,91130146,57.838706 +1014,2026-09-19T10:00:42.353Z,2026-09-19T10:01:28.603Z,60820406949,60672451791,147955158,117.838753 +1015,2026-09-19T10:01:42.353Z,2026-09-19T10:02:26.733Z,60886693311,60801867429,84825882,50.434729 +1016,2026-09-19T10:02:42.353Z,2026-09-19T10:03:27.394Z,60943593323,60801867429,141725894,110.434761 +1017,2026-09-19T10:03:42.353Z,2026-09-19T10:04:27.543Z,60999689245,60921005991,78683254,46.720745 +1018,2026-09-19T10:04:42.353Z,2026-09-19T10:05:28.683Z,61069707693,60921005991,148701702,106.72074 +1019,2026-09-19T10:05:42.353Z,2026-09-19T10:06:30.073Z,61124208799,61045263909,78944890,48.897727 +1020,2026-09-19T10:06:42.353Z,2026-09-19T10:07:29.205Z,61179825631,61045263909,134561722,108.897743 +1021,2026-09-19T10:07:42.353Z,2026-09-19T10:08:29.207Z,61247193128,61164289107,82904021,44.186744 +1022,2026-09-19T10:08:42.353Z,2026-09-19T10:09:29.471Z,61298981647,61164289107,134692540,104.186712 +1023,2026-09-19T10:09:42.353Z,2026-09-19T10:10:29.738Z,61365957035,61283445123,82511912,44.918747 +1024,2026-09-19T10:10:42.353Z,2026-09-19T10:11:30.793Z,61418165053,61283445123,134719930,104.918737 +1025,2026-09-19T10:11:42.353Z,2026-09-19T10:12:31.044Z,61490538225,61407686249,82851976,39.555752 +1026,2026-09-19T10:12:42.353Z,2026-09-19T10:13:32.624Z,61548902235,61407686249,141215986,99.555746 +1027,2026-09-19T10:13:42.353Z,2026-09-19T10:14:30.345Z,61604842339,61532076713,72765626,39.472746 +1028,2026-09-19T10:14:42.353Z,2026-09-19T10:15:32.927Z,61659585899,61532076713,127509186,99.472732 +1029,2026-09-19T10:15:42.353Z,2026-09-19T10:16:31.946Z,61728876985,61646038373,82838612,43.584762 +1030,2026-09-19T10:16:42.353Z,2026-09-19T10:17:31.930Z,61783658909,61646038373,137620536,103.584751 +1031,2026-09-19T10:17:42.353Z,2026-09-19T10:18:26.076Z,61837505925,61770196291,67309634,38.349682 +1032,2026-09-19T10:18:42.353Z,2026-09-19T10:19:28.804Z,61910071551,61770196291,139875260,98.349735 +1033,2026-09-19T10:19:42.353Z,2026-09-19T10:20:27.103Z,61962746258,61894561755,68184503,38.465719 +1034,2026-09-19T10:20:42.353Z,2026-09-19T10:21:27.033Z,62021114358,61894561755,126552603,98.46574 +1035,2026-09-19T10:21:42.353Z,2026-09-19T10:22:50.262Z,62090628716,62013588550,77040166,35.320729 +1036,2026-09-19T10:22:50.285Z,2026-09-19T10:23:37.300Z,62155079536,62013588550,141490986,103.25206 +1037,2026-09-19T10:23:42.353Z,2026-09-19T10:24:28.089Z,62207125918,62132771294,74354624,36.391801 +1038,2026-09-19T10:24:42.353Z,2026-09-19T10:25:30.047Z,62261315388,62132771294,128544094,96.391738 +1039,2026-09-19T10:25:42.353Z,2026-09-19T10:26:30.113Z,62324962118,62257029212,67932906,35.82476 +1040,2026-09-19T10:26:42.353Z,2026-09-19T10:27:30.095Z,62391590934,62257029212,134561722,95.824725 +1041,2026-09-19T10:27:42.353Z,2026-09-19T10:28:32.453Z,62445083860,62375861956,69221904,30.673759 +1042,2026-09-19T10:28:42.354Z,2026-09-19T10:29:30.035Z,62510766132,62375861956,134904176,90.674888 +1043,2026-09-19T10:29:42.353Z,2026-09-19T10:30:31.012Z,62563859058,62500512328,63346730,30.504754 +1044,2026-09-19T10:30:42.353Z,2026-09-19T10:31:32.561Z,62632807314,62500512328,132294986,90.504749 +1045,2026-09-19T10:31:42.353Z,2026-09-19T10:32:33.284Z,62686735148,62629835136,56900012,23.765759 +1046,2026-09-19T10:32:42.353Z,2026-09-19T10:33:33.361Z,62741959526,62629835136,112124390,83.765739 +1047,2026-09-19T10:33:42.353Z,2026-09-19T10:34:33.522Z,62811148884,62749116152,62032732,20.096753 +1048,2026-09-19T10:34:42.353Z,2026-09-19T10:35:26.719Z,62866198262,62749116152,117082110,80.096746 +1049,2026-09-19T10:35:42.353Z,2026-09-19T10:36:26.881Z,62919852824,62873281616,46571208,17.224734 +1050,2026-09-19T10:36:42.353Z,2026-09-19T10:37:30.072Z,62978428470,62873281616,105146854,77.224747 +1051,2026-09-19T10:37:42.353Z,2026-09-19T10:38:28.295Z,63049343462,62992475996,56867466,17.384728 +1052,2026-09-19T10:38:42.353Z,2026-09-19T10:39:29.392Z,63106206838,62992475996,113730842,77.384764 +1053,2026-09-19T10:39:42.353Z,2026-09-19T10:40:29.836Z,63162481850,63111482012,50999838,16.019728 +1054,2026-09-19T10:40:42.353Z,2026-09-19T10:41:30.029Z,63230464756,63111482012,118982744,76.019753 +1055,2026-09-19T10:41:42.353Z,2026-09-19T10:42:29.126Z,63285600770,63235728294,49872476,20.107742 +1056,2026-09-19T10:42:42.353Z,2026-09-19T10:43:30.081Z,63344390251,63235728294,108661957,80.107769 +1057,2026-09-19T10:43:42.353Z,2026-09-19T10:44:30.672Z,63411792339,63354892327,56900012,12.567733 +1058,2026-09-19T10:44:42.353Z,2026-09-19T10:45:30.889Z,63468617351,63354892327,113725024,72.567752 +1059,2026-09-19T10:45:42.353Z,2026-09-19T10:46:31.952Z,63522121913,63479138609,42983304,11.284755 +1060,2026-09-19T10:46:42.353Z,2026-09-19T10:47:30.447Z,63582771465,63479138609,103632856,71.284732 +1061,2026-09-19T10:47:42.353Z,2026-09-19T10:48:31.860Z,63654559729,63598288807,56270922,14.258729 +1062,2026-09-19T10:48:42.353Z,2026-09-19T10:49:32.238Z,63706973565,63598288807,108684758,74.25872 +1063,2026-09-19T10:49:42.353Z,2026-09-19T10:50:33.430Z,63764004395,63717433187,46571208,14.754733 +1064,2026-09-19T10:50:42.353Z,2026-09-19T10:51:35.548Z,63829032577,63717433187,111599390,74.754726 +1065,2026-09-19T10:51:42.353Z,2026-09-19T10:52:26.476Z,63883041229,63836477567,46563662,10.812969 +1066,2026-09-19T10:52:42.353Z,2026-09-19T10:53:25.762Z,63939966241,63836477567,103488674,70.812723 +1067,2026-09-19T10:53:42.353Z,2026-09-19T10:54:27.833Z,64007579965,63960747121,46832844,8.206739 +1068,2026-09-19T10:54:42.353Z,2026-09-19T10:55:27.504Z,64066251329,63960747121,105504208,68.206721 +1069,2026-09-19T10:55:42.353Z,2026-09-19T10:56:29.915Z,64125835155,64079918037,45917118,7.268758 +1070,2026-09-19T10:56:42.353Z,2026-09-19T10:57:28.174Z,64181201987,64079918037,101283950,67.268727 +1071,2026-09-19T10:57:42.353Z,2026-09-19T10:58:28.695Z,64245906897,64204133501,41773396,9.690736 +1072,2026-09-19T10:58:42.353Z,2026-09-19T10:59:29.064Z,64301816183,64204133501,97682682,69.690744 +1073,2026-09-19T10:59:42.354Z,2026-09-19T11:00:29.841Z,64369841543,64323270335,46571208,6.750593 +1074,2026-09-19T11:00:42.353Z,2026-09-19T11:01:30.621Z,64427532281,64323270335,104261946,66.749734 +1075,2026-09-19T11:01:42.353Z,2026-09-19T11:02:31.272Z,64483784021,64447697435,36086586,2.600721 +1076,2026-09-19T11:02:42.353Z,2026-09-19T11:03:31.620Z,64538870035,64447697435,91172600,62.600734 +1077,2026-09-19T11:03:42.353Z,2026-09-19T11:04:33.575Z,64608241939,64571918717,36323222,0.667731 +1078,2026-09-19T11:04:42.353Z,2026-09-19T11:05:34.038Z,64667614129,64571918717,95695412,60.667755 +1079,2026-09-19T11:05:42.353Z,2026-09-19T11:06:33.972Z,64722034417,64690980551,31053866,0.113742 +1080,2026-09-19T11:06:42.353Z,2026-09-19T11:07:33.255Z,64794465135,64690980551,103484584,60.113708 +1081,2026-09-19T11:07:42.353Z,2026-09-19T11:08:34.480Z,64848661999,64810190907,38471092,1.597728 +1082,2026-09-19T11:08:42.353Z,2026-09-19T11:09:26.511Z,64903379000,64810190907,93188093,61.597774 +1083,2026-09-19T11:09:42.353Z,2026-09-19T11:10:27.952Z,64970519452,64810190907,160328545,121.597728 +1084,2026-09-19T11:10:42.353Z,2026-09-19T11:11:27.192Z,65022379198,64929150146,93229052,59.644717 +1085,2026-09-19T11:11:42.353Z,2026-09-19T11:12:29.232Z,65092703464,64929150146,163553318,119.644735 +1086,2026-09-19T11:12:42.353Z,2026-09-19T11:13:29.852Z,65147747024,65048336980,99410044,59.352733 +1087,2026-09-19T11:13:42.353Z,2026-09-19T11:14:30.639Z,65203829582,65048336980,155492602,119.35276 +1088,2026-09-19T11:14:42.353Z,2026-09-19T11:15:29.769Z,65270983398,65172758262,98225136,59.435733 +1089,2026-09-19T11:15:42.353Z,2026-09-19T11:16:29.945Z,65327435138,65172758262,154676876,119.435738 +1090,2026-09-19T11:16:42.353Z,2026-09-19T11:17:30.930Z,65382167062,65297010362,85156700,50.578757 +1091,2026-09-19T11:17:42.353Z,2026-09-19T11:18:31.376Z,65440579344,65297010362,143568982,110.578733 +1092,2026-09-19T11:18:42.354Z,2026-09-19T11:19:31.958Z,65503995256,65421156644,82838612,49.744609 +1093,2026-09-19T11:19:42.353Z,2026-09-19T11:20:31.889Z,65561036854,65421156644,139880210,109.743737 +1094,2026-09-19T11:20:42.354Z,2026-09-19T11:21:33.269Z,65628350754,65540268478,88082276,50.637585 +1095,2026-09-19T11:21:42.353Z,2026-09-19T11:22:33.408Z,65685187402,65540268478,144918924,110.636725 +1096,2026-09-19T11:22:42.353Z,2026-09-19T11:23:33.224Z,65742229868,65659397074,82832794,48.225744 +1097,2026-09-19T11:23:42.353Z,2026-09-19T11:24:33.126Z,65809595320,65659397074,150198246,108.225701 +1098,2026-09-19T11:24:42.353Z,2026-09-19T11:25:26.887Z,65865042970,65778497272,86545698,49.32377 +1099,2026-09-19T11:25:42.353Z,2026-09-19T11:26:26.578Z,65929717062,65778497272,151219790,109.323722 +1100,2026-09-19T11:26:42.353Z,2026-09-19T11:27:27.235Z,65985114712,65902899372,82215340,44.089744 +1101,2026-09-19T11:27:42.353Z,2026-09-19T11:28:28.085Z,66038084366,65902899372,135184994,104.089748 +1102,2026-09-19T11:28:42.353Z,2026-09-19T11:29:28.248Z,66104851546,66021943752,82907794,45.021737 +1103,2026-09-19T11:29:42.353Z,2026-09-19T11:30:28.443Z,66161745740,66021943752,139801988,105.021724 +1104,2026-09-19T11:30:42.353Z,2026-09-19T11:31:29.154Z,66229040282,66146170852,82869430,45.90768 +1105,2026-09-19T11:31:42.353Z,2026-09-19T11:32:30.984Z,66282502390,66146170852,136331538,105.907737 +1106,2026-09-19T11:32:42.353Z,2026-09-19T11:33:29.893Z,66342961819,66265315232,77646587,44.019725 +1107,2026-09-19T11:33:42.353Z,2026-09-19T11:34:30.134Z,66410277271,66265315232,144962039,104.019755 +1108,2026-09-19T11:34:42.353Z,2026-09-19T11:35:31.410Z,66462412017,66389746391,72665626,40.82073 +1109,2026-09-19T11:35:42.353Z,2026-09-19T11:36:32.544Z,66531391467,66389746391,141645076,100.820747 +1110,2026-09-19T11:36:42.353Z,2026-09-19T11:37:33.022Z,66586315845,66513929309,72386536,39.58372 +1111,2026-09-19T11:37:42.353Z,2026-09-19T11:38:33.503Z,66643371675,66513929309,129442366,99.583652 +1112,2026-09-19T11:38:42.353Z,2026-09-19T11:39:33.059Z,66710442945,66633098689,77344256,36.700731 +1113,2026-09-19T11:39:42.353Z,2026-09-19T11:40:33.727Z,66762558509,66633098689,129459820,96.700718 +1114,2026-09-19T11:40:42.353Z,2026-09-19T11:41:35.742Z,66829868143,66752054705,77813438,36.091738 +1115,2026-09-19T11:41:42.353Z,2026-09-19T11:42:26.697Z,66882891887,66752054705,130837182,96.09172 +1116,2026-09-19T11:42:42.353Z,2026-09-19T11:43:27.940Z,66941055897,66876289351,64766546,33.413742 +1117,2026-09-19T11:43:42.353Z,2026-09-19T11:44:28.781Z,67008084713,66876289351,131795362,93.413754 +1118,2026-09-19T11:44:42.354Z,2026-09-19T11:45:28.854Z,67062860819,67000697269,62163550,30.650875 +1119,2026-09-19T11:45:42.353Z,2026-09-19T11:46:28.578Z,67135270950,67000697269,134573681,90.649719 +1120,2026-09-19T11:46:42.353Z,2026-09-19T11:47:28.960Z,67187101207,67119753285,67347922,27.408704 +1121,2026-09-19T11:47:42.353Z,2026-09-19T11:48:29.565Z,67244550109,67119753285,124796824,87.408766 +1122,2026-09-19T11:48:42.353Z,2026-09-19T11:49:28.953Z,67311359420,67243896019,67463401,27.930765 +1123,2026-09-19T11:49:42.353Z,2026-09-19T11:50:30.032Z,67363094878,67243896019,119198859,87.930756 +1124,2026-09-19T11:50:42.353Z,2026-09-19T11:51:30.771Z,67434726461,67368358416,66368045,25.111718 +1125,2026-09-19T11:51:42.353Z,2026-09-19T11:52:32.131Z,67487276993,67368358416,118918577,85.111746 +1126,2026-09-19T11:52:42.353Z,2026-09-19T11:53:31.244Z,67544359710,67492515531,51844179,19.159744 +1127,2026-09-19T11:53:42.353Z,2026-09-19T11:54:35.757Z,67600927957,67492515531,108412426,79.159813 +1128,2026-09-19T11:54:42.354Z,2026-09-19T11:55:32.777Z,67668618706,67611524215,57094491,15.41111 +1129,2026-09-19T11:55:42.353Z,2026-09-19T11:56:34.906Z,67725472167,67611524215,113947952,75.410761 +1130,2026-09-19T11:56:42.353Z,2026-09-19T11:57:34.422Z,67782548476,67735937607,46610869,15.036883 +1131,2026-09-19T11:57:42.353Z,2026-09-19T11:58:34.318Z,67849861935,67735937607,113924328,75.03672 +1132,2026-09-19T11:58:42.353Z,2026-09-19T11:59:26.660Z,67901551146,67854883019,46668127,13.225722 +1133,2026-09-19T11:59:42.353Z,2026-09-19T12:00:28.145Z,67966234111,67854883019,111351092,73.225723 +1134,2026-09-19T12:00:42.354Z,2026-09-19T12:02:04.356Z,68031050792,67979198457,51852335,10.516362 +1135,2026-09-19T12:02:04.377Z,2026-09-19T12:02:51.817Z,68103467019,67979198457,124268562,92.539549 +1136,2026-09-19T12:02:51.839Z,2026-09-19T12:03:38.781Z,68160522849,68098211027,62311822,19.35891 +1137,2026-09-19T12:03:42.353Z,2026-09-19T12:04:30.958Z,68201830519,68098211027,103619492,69.872744 +1138,2026-09-19T12:04:42.353Z,2026-09-19T12:05:31.911Z,68269220971,68217378679,51842292,10.268747 +1139,2026-09-19T12:05:42.353Z,2026-09-19T12:06:31.238Z,68325820887,68217378679,108442208,70.268761 +1140,2026-09-19T12:06:42.353Z,2026-09-19T12:07:34.758Z,68392153159,68341607411,50545748,9.065725 +1141,2026-09-19T12:07:42.353Z,2026-09-19T12:08:31.274Z,68445269139,68341607411,103661728,69.065738 +1142,2026-09-19T12:08:42.353Z,2026-09-19T12:09:32.916Z,68511332229,68460792299,50539930,2.821716 +1143,2026-09-19T12:09:42.353Z,2026-09-19T12:10:33.087Z,68564405972,68460792299,103613673,62.821749 +1144,2026-09-19T12:10:42.353Z,2026-09-19T12:11:33.540Z,68621307712,68579980860,41326852,6.966751 +1145,2026-09-19T12:11:42.353Z,2026-09-19T12:11:53.323Z,68685450986,68579980860,105470126,66.966736 +1146,2026-09-19T12:12:42.353Z,2026-09-19T12:12:52.217Z,68756057692,68704188778,51868914,3.495715 +1147,2026-09-19T12:13:42.353Z,2026-09-19T12:13:53.010Z,68807705464,68704188778,103516686,63.495699 +1148,2026-09-19T12:14:42.353Z,2026-09-19T12:15:28.789Z,68875057552,68823434442,51623110,6.48072 +1149,2026-09-19T12:15:42.354Z,2026-09-19T12:16:27.995Z,68926849844,68823434442,103415402,66.481255 +1150,2026-09-19T12:16:42.353Z,2026-09-19T12:17:28.984Z,68994201932,68942367186,51834746,3.12874 +1151,2026-09-19T12:17:42.353Z,2026-09-19T12:18:29.955Z,69045786678,68942367186,103419492,63.12874 +1152,2026-09-19T12:18:42.353Z,2026-09-19T12:19:29.906Z,69108244410,69066555922,41688488,5.184727 +1153,2026-09-19T12:19:42.353Z,2026-09-19T12:20:30.570Z,69164988604,69066555922,98432682,65.18473 +1154,2026-09-19T12:20:42.353Z,2026-09-19T12:21:29.788Z,69232302328,69185750302,46552026,1.611755 +1155,2026-09-19T12:21:42.353Z,2026-09-19T12:22:30.958Z,69288199978,69185750302,102449676,61.611741 +1156,2026-09-19T12:22:42.353Z,2026-09-19T12:23:30.461Z,69344974990,69185750302,159224688,121.61178 +1157,2026-09-19T12:23:42.353Z,2026-09-19T12:24:31.967Z,69413348622,69309946584,103402038,48.930753 +1158,2026-09-19T12:24:42.353Z,2026-09-19T12:25:30.006Z,69470441088,69309946584,160494504,108.930735 +1159,2026-09-19T12:25:42.353Z,2026-09-19T12:26:32.713Z,69523734014,69429052600,94681414,56.809717 +1160,2026-09-19T12:26:42.353Z,2026-09-19T12:27:31.664Z,69594671053,69429052600,165618453,116.809725 +1161,2026-09-19T12:27:42.353Z,2026-09-19T12:28:33.051Z,69647421525,69553151747,94269778,54.338746 +1162,2026-09-19T12:28:42.354Z,2026-09-19T12:29:32.472Z,69713846251,69553151747,160694504,114.339344 +1163,2026-09-19T12:29:42.353Z,2026-09-19T12:30:32.849Z,69770790445,69672265309,98525136,57.821722 +1164,2026-09-19T12:30:42.353Z,2026-09-19T12:31:35.744Z,69822567645,69672265309,150302336,117.821707 +1165,2026-09-19T12:31:42.353Z,2026-09-19T12:32:35.516Z,69889896461,69791552143,98344318,54.736746 +1166,2026-09-19T12:32:42.353Z,2026-09-19T12:33:35.931Z,69941942843,69791552143,150390700,114.73674 +1167,2026-09-19T12:33:42.353Z,2026-09-19T12:35:01.194Z,70014204379,69915648425,98555954,53.873712 +1168,2026-09-19T12:35:01.216Z,2026-09-19T12:35:51.111Z,70081575649,70034811987,46763662,7.383164 +1169,2026-09-19T12:35:51.132Z,2026-09-19T12:36:38.074Z,70138431479,70034811987,103619492,57.299879 +1170,2026-09-19T12:36:42.353Z,2026-09-19T12:37:28.561Z,70195537309,70034811987,160725322,108.520736 +1171,2026-09-19T12:37:42.353Z,2026-09-19T12:38:31.009Z,70251764049,70153998821,97765228,51.424715 +1172,2026-09-19T12:38:42.353Z,2026-09-19T12:39:30.329Z,70304258703,70153998821,150259882,111.424744 +1173,2026-09-19T12:39:42.353Z,2026-09-19T12:40:31.319Z,70372648292,70278245103,94403189,49.562743 +1174,2026-09-19T12:40:42.353Z,2026-09-19T12:41:32.625Z,70428526760,70278245103,150281657,109.562744 +1175,2026-09-19T12:41:42.353Z,2026-09-19T12:42:31.571Z,70482454594,70402524796,79929798,46.131678 +1176,2026-09-19T12:42:42.353Z,2026-09-19T12:43:33.467Z,70537809790,70402524796,135284994,106.131741 +1177,2026-09-19T12:43:42.353Z,2026-09-19T12:44:33.987Z,70604396152,70521519176,82876976,45.156707 +1178,2026-09-19T12:44:42.353Z,2026-09-19T12:45:34.606Z,70669443516,70521519176,147924340,105.156732 +1179,2026-09-19T12:45:42.354Z,2026-09-19T12:46:33.448Z,70723571350,70645927094,77644256,43.372471 +1180,2026-09-19T12:46:42.353Z,2026-09-19T12:47:33.325Z,70788972804,70645927094,143045710,103.371778 +1181,2026-09-19T12:47:42.353Z,2026-09-19T12:48:35.498Z,70842665730,70770142558,72523172,37.874762 +1182,2026-09-19T12:48:42.353Z,2026-09-19T12:49:28.189Z,70907363094,70770142558,137220536,97.874751 +1183,2026-09-19T12:49:42.353Z,2026-09-19T12:50:28.456Z,70973476184,70889217756,84258428,38.244743 +1184,2026-09-19T12:50:42.353Z,2026-09-19T12:51:27.755Z,71024010296,70889217756,134792540,98.244758 +1185,2026-09-19T12:51:42.353Z,2026-09-19T12:52:28.366Z,71091208294,71013514038,77694256,34.381715 +1186,2026-09-19T12:52:42.353Z,2026-09-19T12:53:29.819Z,71143024440,71013514038,129510402,94.381736 +1187,2026-09-19T12:53:42.353Z,2026-09-19T12:54:28.933Z,71210376528,71132559000,77817528,34.140756 +1188,2026-09-19T12:54:42.353Z,2026-09-19T12:55:29.894Z,71262018820,71132559000,129459820,94.140747 +1189,2026-09-19T12:55:42.353Z,2026-09-19T12:56:30.026Z,71329290090,71256947736,72342354,34.673746 +1190,2026-09-19T12:56:42.354Z,2026-09-19T12:57:30.337Z,71386376738,71256947736,129429002,94.674678 +1191,2026-09-19T12:57:42.353Z,2026-09-19T12:58:30.224Z,71451997374,71376103752,75893622,33.514759 +1192,2026-09-19T12:58:42.353Z,2026-09-19T12:59:30.057Z,71502269850,71376103752,126166098,93.514722 +1193,2026-09-19T12:59:42.354Z,2026-09-19T13:00:33.322Z,71569976028,71494986496,74989532,25.832134 +1194,2026-09-19T13:00:42.354Z,2026-09-19T13:01:33.241Z,71622914864,71494986496,127928368,85.832762 +1195,2026-09-19T13:01:42.353Z,2026-09-19T13:02:34.523Z,71689824498,71624496316,65328182,21.489717 +1196,2026-09-19T13:02:42.353Z,2026-09-19T13:03:34.263Z,71743709878,71624496316,119213562,81.489733 +1197,2026-09-19T13:03:42.353Z,2026-09-19T13:04:34.086Z,71814805688,71738477158,76328530,29.535739 +1198,2026-09-19T13:04:42.353Z,2026-09-19T13:05:26.486Z,71870260884,71738477158,131783726,89.535731 +1199,2026-09-19T13:05:42.353Z,2026-09-19T13:06:27.882Z,71924845663,71857471538,67374125,28.669745 +1200,2026-09-19T13:06:42.353Z,2026-09-19T13:07:27.722Z,71995368201,71857471538,137896663,88.669984 +1201,2026-09-19T13:07:42.353Z,2026-09-19T13:08:29.865Z,72049072763,71976722863,72349900,27.280738 +1202,2026-09-19T13:08:42.353Z,2026-09-19T13:09:28.821Z,72116444033,71976722863,139721170,87.280717 +1203,2026-09-19T13:09:42.353Z,2026-09-19T13:10:29.705Z,72168234597,72100899963,67334634,21.227742 +1204,2026-09-19T13:10:42.353Z,2026-09-19T13:11:30.119Z,72235375049,72100899963,134475086,81.227726 +1205,2026-09-19T13:11:42.353Z,2026-09-19T13:12:40.998Z,72287273159,72219846071,67427088,28.157734 +1206,2026-09-19T13:12:42.353Z,2026-09-19T13:13:31.199Z,72352720523,72219846071,132874452,88.157747 +1207,2026-09-19T13:13:42.354Z,2026-09-19T13:14:30.789Z,72406311721,72344178989,62132732,24.174738 +1208,2026-09-19T13:14:42.353Z,2026-09-19T13:15:32.012Z,72469310179,72344178989,125131190,84.173736 +1209,2026-09-19T13:15:42.353Z,2026-09-19T13:16:32.336Z,72524446193,72463398369,61047824,20.976671 +1210,2026-09-19T13:16:42.353Z,2026-09-19T13:17:32.195Z,72590478465,72463398369,127080096,80.976746 +1211,2026-09-19T13:17:42.353Z,2026-09-19T13:18:32.088Z,72644587117,72587662105,56925012,20.33568 +1212,2026-09-19T13:18:42.353Z,2026-09-19T13:19:33.358Z,72708723503,72587662105,121061398,80.335738 +1213,2026-09-19T13:19:42.353Z,2026-09-19T13:20:35.372Z,72763628699,72706736233,56892466,22.830746 +1214,2026-09-19T13:20:42.353Z,2026-09-19T13:21:34.509Z,72832296513,72706736233,125560280,82.830716 +1215,2026-09-19T13:21:42.353Z,2026-09-19T13:22:25.893Z,72887894163,72825768977,62125186,21.777742 +1216,2026-09-19T13:22:42.353Z,2026-09-19T13:23:26.539Z,72944153449,72825768977,118384472,81.777753 +1217,2026-09-19T13:23:42.353Z,2026-09-19T13:24:28.108Z,73010197357,72950001895,60195462,19.546729 +1218,2026-09-19T13:24:42.354Z,2026-09-19T13:25:29.871Z,73066841551,72950001895,116839656,79.547355 +1219,2026-09-19T13:25:42.354Z,2026-09-19T13:26:29.265Z,73122171747,73069046275,53125472,22.117011 +1220,2026-09-19T13:26:42.353Z,2026-09-19T13:27:30.017Z,73191118651,73069046275,122072376,82.11676 +1221,2026-09-19T13:27:42.353Z,2026-09-19T13:28:29.823Z,73233788591,73193473375,40315216,11.308744 +1222,2026-09-19T13:28:42.353Z,2026-09-19T13:29:29.675Z,73298551047,73193473375,105077672,71.308736 +1223,2026-09-19T13:29:42.353Z,2026-09-19T13:30:30.830Z,73363236775,73314691661,48545114,14.606684 +1224,2026-09-19T13:30:42.353Z,2026-09-19T13:31:32.990Z,73428130049,73314691661,113438388,74.606746 +1225,2026-09-19T13:31:42.353Z,2026-09-19T13:32:31.889Z,73490328657,73436171583,54157074,13.347741 +1226,2026-09-19T13:32:42.353Z,2026-09-19T13:33:32.434Z,73549520029,73436171583,113348446,73.347754 +1227,2026-09-19T13:33:42.353Z,2026-09-19T13:34:33.260Z,73597891871,73557580745,40311126,3.476717 +1228,2026-09-19T13:34:42.353Z,2026-09-19T13:35:34.329Z,73662627599,73557580745,105046854,63.47673 +1229,2026-09-19T13:35:42.353Z,2026-09-19T13:36:33.123Z,73727401691,73557580745,169820946,123.476752 +1230,2026-09-19T13:36:42.353Z,2026-09-19T13:37:34.178Z,73792175783,73703200361,88975422,42.740755 +1231,2026-09-19T13:37:42.353Z,2026-09-19T13:38:34.435Z,73848850795,73703200361,145650434,102.740739 +1232,2026-09-19T13:38:42.353Z,2026-09-19T13:39:28.222Z,73898954089,73832702635,66251454,36.581726 +1233,2026-09-19T13:39:42.353Z,2026-09-19T13:40:28.753Z,73962220001,73832702635,129517366,96.581793 +1234,2026-09-19T13:40:42.353Z,2026-09-19T13:41:28.249Z,74023577416,73945725297,77852119,39.659788 +1235,2026-09-19T13:41:42.353Z,2026-09-19T13:42:29.345Z,74090775731,73945725297,145050434,99.65973 +1236,2026-09-19T13:42:42.353Z,2026-09-19T13:43:29.811Z,74144618657,74075215935,69402722,35.08673 +1237,2026-09-19T13:43:42.353Z,2026-09-19T13:44:29.130Z,74199473853,74075215935,124257918,95.086739 +1238,2026-09-19T13:44:42.353Z,2026-09-19T13:45:30.913Z,74266858650,74199473853,67384797,31.090739 +1239,2026-09-19T13:45:42.353Z,2026-09-19T13:46:29.646Z,74323914480,74199473853,124440627,91.090724 +1240,2026-09-19T13:46:42.353Z,2026-09-19T13:47:30.316Z,74380787764,74323914480,56873284,19.991744 +1241,2026-09-19T13:47:42.353Z,2026-09-19T13:48:30.918Z,74448184034,74323914480,124269554,79.991708 +1242,2026-09-19T13:48:42.353Z,2026-09-19T13:49:32.836Z,74500007144,74448184034,51823110,22.106739 +1243,2026-09-19T13:49:42.353Z,2026-09-19T13:50:32.897Z,74567166778,74448184034,118982744,82.106728 +1244,2026-09-19T13:50:42.353Z,2026-09-19T13:51:32.615Z,74624265062,74567166778,57098284,17.51073 +1245,2026-09-19T13:51:42.353Z,2026-09-19T13:52:43.246Z,74691101424,74567166778,123934646,77.510706 +1246,2026-09-19T13:52:43.267Z,2026-09-19T13:53:34.181Z,74743209442,74691413060,51796382,14.701881 +1247,2026-09-19T13:53:42.353Z,2026-09-19T13:54:34.579Z,74800303636,74691413060,108890576,73.787715 +1248,2026-09-19T13:54:42.353Z,2026-09-19T13:55:26.481Z,74857209466,74810588258,46621208,15.787731 +1249,2026-09-19T13:55:42.353Z,2026-09-19T13:56:27.173Z,74924579008,74810588258,113990750,75.787717 +1250,2026-09-19T13:56:42.353Z,2026-09-19T13:57:28.364Z,74991912745,74935069448,56843297,15.56878 +1251,2026-09-19T13:57:42.353Z,2026-09-19T13:58:28.092Z,75043735855,74935069448,108666407,75.568726 +1252,2026-09-19T13:58:42.353Z,2026-09-19T13:59:29.963Z,75111076307,75054024250,57052057,14.079737 +1253,2026-09-19T13:59:42.353Z,2026-09-19T14:00:30.119Z,75162922689,75054024250,108898439,74.079724 +1254,2026-09-19T14:00:42.353Z,2026-09-19T14:01:31.400Z,75219761065,75173189857,46571208,13.332672 +1255,2026-09-19T14:01:42.353Z,2026-09-19T14:02:31.070Z,75287138153,75173189857,113948296,73.332742 +1256,2026-09-19T14:02:42.354Z,2026-09-19T14:03:33.227Z,75344136437,75297384411,46752026,10.426516 +1257,2026-09-19T14:03:42.353Z,2026-09-19T14:04:32.139Z,75399410815,75297384411,102026404,70.42578 +1258,2026-09-19T14:04:42.353Z,2026-09-19T14:05:31.960Z,75464054089,75416547973,47506116,9.821711 +1259,2026-09-19T14:05:42.353Z,2026-09-19T14:06:31.844Z,75520225011,75416547973,103677038,69.821732 +1260,2026-09-19T14:06:42.354Z,2026-09-19T14:07:33.524Z,75588412007,75535599899,52812108,9.977854 +1261,2026-09-19T14:07:42.353Z,2026-09-19T14:08:32.248Z,75644452111,75535599899,108852212,69.976728 +1262,2026-09-19T14:08:42.353Z,2026-09-19T14:09:32.885Z,75706802297,75654767551,52034746,11.574669 +1263,2026-09-19T14:09:42.353Z,2026-09-19T14:10:35.446Z,75767351849,75654767551,112584298,71.574749 +1264,2026-09-19T14:10:42.353Z,2026-09-19T14:11:34.331Z,75820502321,75778975469,41526852,11.015729 +1265,2026-09-19T14:11:42.353Z,2026-09-19T14:12:28.964Z,75886646354,75778975469,107670885,71.01566 +1266,2026-09-19T14:12:42.353Z,2026-09-19T14:13:27.383Z,75949758176,75898158338,51599838,9.751736 +1267,2026-09-19T14:13:42.353Z,2026-09-19T14:14:28.598Z,76001598740,75898158338,103440402,69.751776 +1268,2026-09-19T14:14:42.353Z,2026-09-19T14:15:30.131Z,76066876922,76017110264,49766658,9.403729 +1269,2026-09-19T14:15:42.353Z,2026-09-19T14:16:28.373Z,76118786668,76017110264,101676404,69.403784 +1270,2026-09-19T14:16:42.353Z,2026-09-19T14:17:29.783Z,76187958572,76141337364,46621208,10.047689 +1271,2026-09-19T14:17:42.353Z,2026-09-19T14:18:31.514Z,76239793318,76141337364,98455954,70.047754 +1272,2026-09-19T14:18:42.353Z,2026-09-19T14:19:30.475Z,76301912686,76260581744,41330942,5.170719 +1273,2026-09-19T14:19:42.353Z,2026-09-19T14:20:32.103Z,76369272320,76260581744,108690576,65.170733 +1274,2026-09-19T14:20:42.354Z,2026-09-19T14:21:33.790Z,76420937884,76379556942,41380942,5.774282 +1275,2026-09-19T14:21:42.353Z,2026-09-19T14:22:32.013Z,76489574880,76379556942,110017938,65.773739 +1276,2026-09-19T14:22:42.354Z,2026-09-19T14:23:32.840Z,76544275986,76503826496,40449490,3.462307 +1277,2026-09-19T14:23:42.353Z,2026-09-19T14:24:32.088Z,76611850657,76503826496,108024161,63.461765 +1278,2026-09-19T14:24:42.353Z,2026-09-19T14:25:33.293Z,76664358675,76622966414,41392261,3.085719 +1279,2026-09-19T14:25:42.353Z,2026-09-19T14:26:33.811Z,76718111509,76622966414,95145095,63.08574 +1280,2026-09-19T14:26:42.353Z,2026-09-19T14:27:33.786Z,76785713597,76747216469,38497128,2.39372 +1281,2026-09-19T14:27:42.353Z,2026-09-19T14:28:33.885Z,76840401339,76747216469,93184870,62.393742 +1282,2026-09-19T14:28:42.353Z,2026-09-19T14:29:29.401Z,76907568519,76866210849,41357670,0.558716 +1283,2026-09-19T14:29:42.353Z,2026-09-19T14:30:28.772Z,76962423715,76866210849,96212866,60.558753 +1284,2026-09-19T14:30:42.353Z,2026-09-19T14:31:29.324Z,77026766989,76866210849,160556140,120.558735 +1285,2026-09-19T14:31:42.353Z,2026-09-19T14:32:29.171Z,77083842001,76990468767,93373234,57.962754 +1286,2026-09-19T14:32:42.354Z,2026-09-19T14:33:30.077Z,77151020817,76990468767,160552050,117.963227 +1287,2026-09-19T14:33:42.353Z,2026-09-19T14:34:29.799Z,77208138283,77109613147,98525136,58.65975 +1288,2026-09-19T14:34:42.353Z,2026-09-19T14:35:31.051Z,77270296015,77109613147,160682868,118.659747 +1289,2026-09-19T14:35:42.353Z,2026-09-19T14:36:29.767Z,77325443665,77228699981,96743684,57.546738 +1290,2026-09-19T14:36:42.353Z,2026-09-19T14:37:31.371Z,77378988331,77228699981,150288350,117.546754 +1291,2026-09-19T14:37:42.353Z,2026-09-19T14:38:32.790Z,77449885869,77353165445,96720424,55.920766 +1292,2026-09-19T14:38:42.353Z,2026-09-19T14:39:33.624Z,77503265431,77353165445,150099986,115.920737 +1293,2026-09-19T14:39:42.354Z,2026-09-19T14:40:33.639Z,77570648337,77472230747,98417590,55.803657 +1294,2026-09-19T14:40:42.353Z,2026-09-19T14:41:34.116Z,77622228993,77472230747,149998246,115.80275 +1295,2026-09-19T14:41:42.353Z,2026-09-19T14:42:33.515Z,77679296459,77591186763,88109696,54.481722 +1296,2026-09-19T14:42:42.353Z,2026-09-19T14:43:34.819Z,77746667729,77591186763,155480966,114.481753 +1297,2026-09-19T14:43:42.353Z,2026-09-19T14:44:35.700Z,77803523559,77715583045,87940514,52.542723 +1298,2026-09-19T14:44:42.353Z,2026-09-19T14:45:35.486Z,77868670923,77715583045,153087878,112.54274 +1299,2026-09-19T14:45:42.353Z,2026-09-19T14:46:26.859Z,77927950659,77834596607,93354052,50.837729 +1300,2026-09-19T14:46:42.353Z,2026-09-19T14:47:29.622Z,77983679127,77834596607,149082520,110.837719 +1301,2026-09-19T14:47:42.353Z,2026-09-19T14:48:28.338Z,78039226777,77958985343,80241434,49.158753 +1302,2026-09-19T14:48:42.353Z,2026-09-19T14:49:29.244Z,78107102137,77958985343,148116794,109.158944 +1303,2026-09-19T14:49:42.353Z,2026-09-19T14:50:29.926Z,78162207333,78078087269,84120064,48.56176 +1304,2026-09-19T14:50:42.353Z,2026-09-19T14:51:29.109Z,78233341507,78078087269,155254238,108.561745 +1305,2026-09-19T14:51:42.354Z,2026-09-19T14:52:31.980Z,78285178149,78197224103,87954046,47.701525 +1306,2026-09-19T14:52:42.353Z,2026-09-19T14:53:30.823Z,78342028161,78197224103,144804058,107.700739 +1307,2026-09-19T14:53:42.353Z,2026-09-19T14:54:31.152Z,78409255249,78316193651,93061598,48.143713 +1308,2026-09-19T14:54:42.353Z,2026-09-19T14:55:32.701Z,78461239995,78316193651,145046344,108.143752 +1309,2026-09-19T14:55:42.353Z,2026-09-19T14:56:32.362Z,78527578085,78440439933,87138152,46.849707 +1310,2026-09-19T14:56:42.353Z,2026-09-19T14:57:32.231Z,78580418966,78440439933,139979033,106.84976 +1311,2026-09-19T14:57:42.353Z,2026-09-19T14:58:34.691Z,78643450287,78559645949,83804338,44.268733 +1312,2026-09-19T14:58:42.353Z,2026-09-19T14:59:33.013Z,78709825013,78559645949,150179064,104.268685 +1313,2026-09-19T14:59:42.353Z,2026-09-19T15:00:33.812Z,78766711661,78683996004,82715657,46.936742 +1314,2026-09-19T15:00:42.353Z,2026-09-19T15:01:33.528Z,78823767491,78683996004,139771487,106.936716 +1315,2026-09-19T15:01:42.353Z,2026-09-19T15:02:26.664Z,78880823321,78802986611,77836710,40.44874 +1316,2026-09-19T15:02:42.353Z,2026-09-19T15:03:28.370Z,78948163773,78802986611,145177162,100.448721 +1317,2026-09-19T15:03:42.353Z,2026-09-19T15:04:29.058Z,78999806065,78927394529,72411536,42.470742 +1318,2026-09-19T15:04:42.353Z,2026-09-19T15:05:28.760Z,79067138971,78927394529,139744442,102.470726 +1319,2026-09-19T15:05:42.353Z,2026-09-19T15:06:30.761Z,79124054490,79046358091,77696399,40.07873 +1320,2026-09-19T15:06:42.353Z,2026-09-19T15:07:30.929Z,79191356578,79046358091,144998487,100.078733 +1321,2026-09-19T15:07:42.353Z,2026-09-19T15:08:30.043Z,79243572142,79165573796,77998346,40.387727 +1322,2026-09-19T15:08:42.353Z,2026-09-19T15:09:31.216Z,79310481776,79165573796,144907980,100.387747 +1323,2026-09-19T15:09:42.353Z,2026-09-19T15:10:30.537Z,79363986338,79284618176,79368162,37.803723 +1324,2026-09-19T15:10:42.353Z,2026-09-19T15:11:31.630Z,79420114806,79284618176,135496630,97.803748 +1325,2026-09-19T15:11:42.353Z,2026-09-19T15:12:33.799Z,79489571618,79408895276,80676342,38.480725 +1326,2026-09-19T15:12:42.353Z,2026-09-19T15:13:34.514Z,79544545996,79408895276,135650720,98.480735 +1327,2026-09-19T15:13:42.353Z,2026-09-19T15:14:32.510Z,79600605282,79528082110,72523172,38.931735 +1328,2026-09-19T15:14:42.353Z,2026-09-19T15:15:33.760Z,79667814916,79528082110,139732806,98.931734 +1329,2026-09-19T15:15:42.353Z,2026-09-19T15:16:34.715Z,79724738200,79652309210,72428990,35.706733 +1330,2026-09-19T15:16:42.353Z,2026-09-19T15:17:34.288Z,79792107284,79652309210,139798074,95.706981 +1331,2026-09-19T15:17:42.353Z,2026-09-19T15:18:35.616Z,79843965936,79771341954,72623982,31.738733 +1332,2026-09-19T15:18:42.353Z,2026-09-19T15:19:27.875Z,79900910146,79771341954,129568192,91.738725 +1333,2026-09-19T15:19:42.353Z,2026-09-19T15:20:28.643Z,79967184872,79895627426,71557446,32.910721 +1334,2026-09-19T15:20:42.353Z,2026-09-19T15:21:29.494Z,80020608616,79895627426,124981190,92.910781 +1335,2026-09-19T15:21:42.353Z,2026-09-19T15:22:30.156Z,80090203792,80014740988,75462804,34.666741 +1336,2026-09-19T15:22:42.353Z,2026-09-19T15:23:29.904Z,80144131626,80014740988,129390638,94.666724 +1337,2026-09-19T15:23:42.353Z,2026-09-19T15:24:29.530Z,80211472078,80133827822,77644256,29.382711 +1338,2026-09-19T15:24:42.353Z,2026-09-19T15:25:31.127Z,80263700810,80133827822,129872988,89.382716 +1339,2026-09-19T15:25:42.353Z,2026-09-19T15:26:30.465Z,80320183368,80263358356,56825012,24.677739 +1340,2026-09-19T15:26:42.353Z,2026-09-19T15:27:31.641Z,80385873186,80263358356,122514830,84.677756 +1341,2026-09-19T15:27:42.353Z,2026-09-19T15:28:32.079Z,80441251654,80382291100,58960554,27.754839 +1342,2026-09-19T15:28:42.353Z,2026-09-19T15:29:32.410Z,80506699018,80382291100,124407918,87.754747 +1343,2026-09-19T15:29:42.353Z,2026-09-19T15:30:33.040Z,80563524030,80501447116,62076914,26.932736 +1344,2026-09-19T15:30:42.353Z,2026-09-19T15:31:34.489Z,80625781237,80501447116,124334121,86.932726 +1345,2026-09-19T15:31:42.353Z,2026-09-19T15:32:34.637Z,80677627619,80625781237,51846382,19.466725 +1346,2026-09-19T15:32:42.353Z,2026-09-19T15:33:35.374Z,80747815249,80625781237,122034012,79.466986 +1347,2026-09-19T15:33:42.353Z,2026-09-19T15:34:35.597Z,80801793083,80750027519,51765564,21.725753 +1348,2026-09-19T15:34:42.353Z,2026-09-19T15:35:36.081Z,80869164353,80750027519,119136834,81.725742 +1349,2026-09-19T15:35:42.353Z,2026-09-19T15:36:27.716Z,80926170183,80874377891,51792292,14.52973 +1350,2026-09-19T15:36:42.353Z,2026-09-19T15:37:28.940Z,80981698651,80874377891,107320760,74.529728 +1351,2026-09-19T15:37:42.353Z,2026-09-19T15:38:29.076Z,81049119921,80993329817,55790104,12.361733 +1352,2026-09-19T15:38:42.353Z,2026-09-19T15:40:01.811Z,81102232029,80993329817,108902212,72.361729 +1353,2026-09-19T15:40:01.832Z,2026-09-19T15:40:49.658Z,81181938555,81117737735,64200820,31.083925 +1354,2026-09-19T15:40:49.680Z,2026-09-19T15:41:38.530Z,81236762933,81117737735,119025198,78.93101 +1355,2026-09-19T15:41:42.353Z,2026-09-19T15:42:29.987Z,81293607127,81236762933,56844194,9.606736 +1356,2026-09-19T15:42:42.353Z,2026-09-19T15:43:32.780Z,81345433118,81236762933,108670185,69.606742 +1357,2026-09-19T15:43:42.353Z,2026-09-19T15:44:32.703Z,81397996954,81355742740,42254214,7.643737 +1358,2026-09-19T15:44:42.353Z,2026-09-19T15:45:32.339Z,81464464134,81355742740,108721394,67.643732 +1359,2026-09-19T15:45:42.353Z,2026-09-19T15:46:32.202Z,81519496058,81474964165,44531893,9.910735 +1360,2026-09-19T15:46:42.353Z,2026-09-19T15:47:34.525Z,81587456009,81474964165,112491844,69.910726 +1361,2026-09-19T15:47:42.353Z,2026-09-19T15:48:33.504Z,81640583526,81599058402,41525124,11.24273 +1362,2026-09-19T15:48:42.353Z,2026-09-19T15:49:34.242Z,81707904796,81599058402,108846394,71.242735 +1363,2026-09-19T15:49:42.353Z,2026-09-19T15:50:34.111Z,81763564082,81718189418,45374664,6.366771 +1364,2026-09-19T15:50:42.353Z,2026-09-19T15:51:34.152Z,81831577806,81718189418,113388388,66.366735 +1365,2026-09-19T15:51:42.353Z,2026-09-19T15:52:36.372Z,81881661918,81842481927,39179991,6.591738 +1366,2026-09-19T15:52:42.353Z,2026-09-19T15:53:28.072Z,81947594190,81842481927,105112263,66.59169 +1367,2026-09-19T15:53:42.353Z,2026-09-19T15:54:29.077Z,82010336830,81961449262,48887568,7.235749 +1368,2026-09-19T15:54:42.353Z,2026-09-19T15:55:30.679Z,82064795482,81961449262,103346220,67.235737 +1369,2026-09-19T15:55:42.353Z,2026-09-19T15:56:29.997Z,82127199544,82080605278,46594266,5.229741 +1370,2026-09-19T15:56:42.353Z,2026-09-19T15:57:31.169Z,82182598922,82080605278,101993644,65.229751 +1371,2026-09-19T15:57:42.353Z,2026-09-19T15:58:30.097Z,82250020192,82204868800,45151392,2.847733 +1372,2026-09-19T15:58:42.353Z,2026-09-19T15:59:29.821Z,82302789846,82204868800,97921046,62.847752 +1373,2026-09-19T15:59:42.353Z,2026-09-19T16:00:32.069Z,82369045390,82324143998,44901392,5.281748 +1374,2026-09-19T16:00:42.353Z,2026-09-19T16:01:31.731Z,82422580770,82324143998,98436772,65.281748 +1375,2026-09-19T16:01:42.353Z,2026-09-19T16:02:34.225Z,82485915864,82443350014,42565850,3.997917 +1376,2026-09-19T16:02:42.353Z,2026-09-19T16:03:32.235Z,82541755968,82443350014,98405954,63.997815 +1377,2026-09-19T16:03:42.353Z,2026-09-19T16:04:33.482Z,82609065602,82443350014,165715588,123.997738 +1378,2026-09-19T16:04:42.353Z,2026-09-19T16:05:33.556Z,82665921432,82567546296,98375136,58.545748 +1379,2026-09-19T16:05:42.353Z,2026-09-19T16:06:34.502Z,82733373520,82686721494,46652026,0.07974 +1380,2026-09-19T16:06:42.353Z,2026-09-19T16:07:34.464Z,82790260168,82686721494,103538674,60.079743 +1381,2026-09-19T16:07:42.353Z,2026-09-19T16:08:35.464Z,82843556867,82805796692,37760175,2.340742 +1382,2026-09-19T16:08:42.353Z,2026-09-19T16:09:29.909Z,82909220859,82805796692,103424167,62.34072 +1383,2026-09-19T16:09:42.353Z,2026-09-19T16:10:29.123Z,82965697599,82805796692,159900907,122.340741 +1384,2026-09-19T16:10:42.353Z,2026-09-19T16:11:28.621Z,83032520597,82924745747,107774850,58.312745 +1385,2026-09-19T16:11:42.353Z,2026-09-19T16:12:30.027Z,83085309433,82924745747,160563686,118.312749 +1386,2026-09-19T16:12:42.353Z,2026-09-19T16:13:31.233Z,83138744813,83049203665,89541148,57.829724 +1387,2026-09-19T16:13:42.353Z,2026-09-19T16:14:30.034Z,83209653987,83049203665,160450322,117.829757 +1388,2026-09-19T16:14:42.353Z,2026-09-19T16:15:30.176Z,83261463733,83168117227,93346506,58.180725 +1389,2026-09-19T16:15:42.353Z,2026-09-19T16:16:31.457Z,83328792549,83168117227,160675322,118.180753 +1390,2026-09-19T16:16:42.353Z,2026-09-19T16:17:32.029Z,83384109381,83287254061,96855320,57.259721 +1391,2026-09-19T16:17:42.353Z,2026-09-19T16:18:32.458Z,83451094015,83287254061,163839954,117.259679 +1392,2026-09-19T16:18:42.353Z,2026-09-19T16:19:32.717Z,83502288035,83406490895,95797140,59.722733 +1393,2026-09-19T16:19:42.353Z,2026-09-19T16:20:33.431Z,83559486319,83406490895,152995424,119.722742 +1394,2026-09-19T16:20:42.353Z,2026-09-19T16:21:32.626Z,83625487773,83530787177,94700596,58.868738 +1395,2026-09-19T16:21:42.353Z,2026-09-19T16:22:33.050Z,83680992969,83530787177,150205792,118.86885 +1396,2026-09-19T16:22:42.353Z,2026-09-19T16:23:35.807Z,83748184049,83649900739,98283310,55.970729 +1397,2026-09-19T16:23:42.353Z,2026-09-19T16:24:34.275Z,83813966321,83649900739,164065582,115.970714 +1398,2026-09-19T16:24:42.354Z,2026-09-19T16:25:36.904Z,83867370883,83768964929,98405954,56.234568 +1399,2026-09-19T16:25:42.353Z,2026-09-19T16:26:27.746Z,83934730517,83768964929,165765588,116.233731 +1400,2026-09-19T16:26:42.353Z,2026-09-19T16:27:27.114Z,83984148903,83888151763,95997140,58.619729 +1401,2026-09-19T16:27:42.353Z,2026-09-19T16:28:28.267Z,84048584631,83888151763,160432868,118.619719 +1402,2026-09-19T16:28:42.353Z,2026-09-19T16:29:30.148Z,84100388559,84012286409,88102150,57.480732 +1403,2026-09-19T16:29:42.353Z,2026-09-19T16:30:31.430Z,84167754011,84012286409,155467602,117.480734 +1404,2026-09-19T16:30:42.353Z,2026-09-19T16:31:30.117Z,84224642387,84131461607,93180780,55.587753 +1405,2026-09-19T16:31:42.353Z,2026-09-19T16:32:30.332Z,84291963657,84131461607,160502050,115.587686 +1406,2026-09-19T16:32:42.353Z,2026-09-19T16:33:31.445Z,84346438035,84250617623,95820412,55.766709 +1407,2026-09-19T16:33:42.353Z,2026-09-19T16:34:32.148Z,84401800777,84250617623,151183154,115.766731 +1408,2026-09-19T16:34:42.353Z,2026-09-19T16:35:41.117Z,84468232494,84374863905,93368589,50.09273 +1409,2026-09-19T16:35:42.353Z,2026-09-19T16:36:40.344Z,84525199960,84374863905,150336055,110.09274 +1410,2026-09-19T16:36:42.353Z,2026-09-19T16:37:35.750Z,84592490412,84494084458,98405954,54.543743 +1411,2026-09-19T16:37:42.353Z,2026-09-19T16:38:35.775Z,84646791518,84494084458,152707060,114.543722 +1412,2026-09-19T16:38:42.353Z,2026-09-19T16:39:35.849Z,84711684792,84618292376,93392416,50.428759 +1413,2026-09-19T16:39:42.353Z,2026-09-19T16:40:36.296Z,84768571440,84618292376,150279064,110.428723 +1414,2026-09-19T16:40:42.353Z,2026-09-19T16:41:36.883Z,84825396452,84737455938,87940514,49.89874 +1415,2026-09-19T16:41:42.353Z,2026-09-19T16:42:38.406Z,84892756086,84737455938,155300148,109.898717 +1416,2026-09-19T16:42:42.353Z,2026-09-19T16:43:29.182Z,84947561282,84856438682,91122600,47.456721 +1417,2026-09-19T16:43:42.353Z,2026-09-19T16:44:28.714Z,85001577480,84856438682,145138798,107.456752 +1418,2026-09-19T16:44:42.353Z,2026-09-19T16:45:31.623Z,85058614128,84980808236,77805892,46.78374 +1419,2026-09-19T16:45:42.353Z,2026-09-19T16:46:30.767Z,85126608670,84980808236,145800434,106.783738 +1420,2026-09-19T16:46:42.353Z,2026-09-19T16:47:31.428Z,85183141228,85105146972,77994256,39.685706 +1421,2026-09-19T16:47:42.353Z,2026-09-19T16:48:29.931Z,85254651914,85105146972,149504942,99.685688 +1422,2026-09-19T16:48:42.353Z,2026-09-19T16:49:31.522Z,85305565116,85224265502,81299614,37.66574 +1423,2026-09-19T16:49:42.353Z,2026-09-19T16:50:32.785Z,85369204300,85224265502,144938798,97.665735 +1424,2026-09-19T16:50:42.353Z,2026-09-19T16:51:32.858Z,85426260130,85343215700,83044430,38.474731 +1425,2026-09-19T16:51:42.353Z,2026-09-19T16:52:34.079Z,85483129324,85343215700,139913624,98.474709 +1426,2026-09-19T16:52:42.353Z,2026-09-19T16:53:35.299Z,85550468048,85467567800,82900248,40.431778 +1427,2026-09-19T16:53:42.353Z,2026-09-19T16:54:34.778Z,85606663970,85467567800,139096170,100.431751 +1428,2026-09-19T16:54:42.353Z,2026-09-19T16:55:34.449Z,85674764330,85586762180,88002150,37.01273 +1429,2026-09-19T16:55:42.353Z,2026-09-19T16:56:34.509Z,85731600978,85586762180,144838798,97.012712 +1430,2026-09-19T16:56:42.353Z,2026-09-19T16:57:37.452Z,85783406634,85711056734,72349900,34.239733 +1431,2026-09-19T16:57:42.353Z,2026-09-19T16:58:36.853Z,85848578998,85711056734,137522264,94.239729 +1432,2026-09-19T16:58:42.353Z,2026-09-19T16:59:27.399Z,85902587650,85830014478,72573172,34.966761 +1433,2026-09-19T16:59:42.353Z,2026-09-19T17:00:30.434Z,85969792554,85830014478,139778076,94.966953 +1434,2026-09-19T17:00:42.353Z,2026-09-19T17:01:29.185Z,86021596482,85954256030,67340452,29.760759 +1435,2026-09-19T17:01:42.353Z,2026-09-19T17:02:31.297Z,86088329071,85954256030,134073041,89.760746 +1436,2026-09-19T17:02:42.353Z,2026-09-19T17:03:29.610Z,86151044666,86078483130,72561536,26.201754 +1437,2026-09-19T17:03:42.353Z,2026-09-19T17:04:30.513Z,86208073768,86078483130,129590638,86.201744 +1438,2026-09-19T17:04:42.353Z,2026-09-19T17:05:31.176Z,86259721878,86197596692,62125186,24.479675 +1439,2026-09-19T17:05:42.354Z,2026-09-19T17:06:33.425Z,86329361236,86197596692,131764544,84.480398 +1440,2026-09-19T17:06:42.353Z,2026-09-19T17:07:31.765Z,86384098978,86322054610,62044368,23.241733 +1441,2026-09-19T17:07:42.353Z,2026-09-19T17:08:32.270Z,86441110626,86322054610,119056016,83.241717 +1442,2026-09-19T17:08:42.353Z,2026-09-19T17:09:34.909Z,86507292898,86441110626,66182272,22.34576 +1443,2026-09-19T17:09:42.353Z,2026-09-19T17:10:34.773Z,86573617624,86441110626,132506998,82.345752 +1444,2026-09-19T17:10:42.353Z,2026-09-19T17:11:34.388Z,86627401276,86560093370,67307906,23.091746 +1445,2026-09-19T17:11:42.353Z,2026-09-19T17:12:35.695Z,86682649290,86560093370,122555920,83.09173 +1446,2026-09-19T17:12:42.353Z,2026-09-19T17:13:34.940Z,86748189108,86679228840,68960268,19.505734 +1447,2026-09-19T17:13:42.354Z,2026-09-19T17:14:35.633Z,86803444304,86679228840,124215464,79.506252 +1448,2026-09-19T17:14:42.353Z,2026-09-19T17:15:36.332Z,86870896392,86803444304,67452088,20.787735 +1449,2026-09-19T17:15:42.353Z,2026-09-19T17:16:27.597Z,86922711956,86803444304,119267652,80.787741 +1450,2026-09-19T17:16:42.353Z,2026-09-19T17:18:10.257Z,86990071590,86922711956,67359634,21.624738 +1451,2026-09-19T17:18:10.279Z,2026-09-19T17:18:58.085Z,87072579384,86922711956,149867428,109.550428 +1452,2026-09-19T17:18:58.107Z,2026-09-19T17:19:46.021Z,87124998721,87046927420,78071301,33.340167 +1453,2026-09-19T17:19:46.043Z,2026-09-19T17:20:33.757Z,87166052618,87046927420,119125198,81.276251 +1454,2026-09-19T17:20:42.353Z,2026-09-19T17:21:31.205Z,87223150902,87166052618,57098284,15.743734 +1455,2026-09-19T17:21:42.354Z,2026-09-19T17:22:29.921Z,87290348900,87166052618,124296282,75.744831 +1456,2026-09-19T17:22:42.353Z,2026-09-19T17:23:37.461Z,87347439277,87290348900,57090377,16.171738 +1457,2026-09-19T17:23:42.353Z,2026-09-19T17:24:31.456Z,87414598911,87290348900,124250011,76.171785 +1458,2026-09-19T17:24:42.353Z,2026-09-19T17:25:32.428Z,87467753473,87414598911,53154562,10.49573 +1459,2026-09-19T17:25:42.353Z,2026-09-19T17:26:31.150Z,87523520305,87414598911,108921394,70.495728 +1460,2026-09-19T17:26:42.353Z,2026-09-19T17:27:35.756Z,87592130573,87533766563,58364010,11.264728 +1461,2026-09-19T17:27:42.353Z,2026-09-19T17:28:33.009Z,87644988591,87533766563,111222028,71.264734 +1462,2026-09-19T17:28:42.353Z,2026-09-19T17:29:33.270Z,87709866773,87652799307,57067466,7.726933 +1463,2026-09-19T17:29:42.353Z,2026-09-19T17:30:36.622Z,87761670701,87652799307,108871394,67.726726 +1464,2026-09-19T17:30:42.353Z,2026-09-19T17:31:35.690Z,87831185059,87777220589,53964470,6.539686 +1465,2026-09-19T17:31:42.353Z,2026-09-19T17:32:34.896Z,87885636165,87777220589,108415576,66.539718 +1466,2026-09-19T17:32:42.353Z,2026-09-19T17:33:27.764Z,87947986351,87896213241,51773110,3.51074 +1467,2026-09-19T17:33:42.353Z,2026-09-19T17:34:29.078Z,88015165167,87896213241,118951926,63.510721 +1468,2026-09-19T17:34:42.353Z,2026-09-19T17:35:29.914Z,88066999913,88020390341,46609572,0.966737 +1469,2026-09-19T17:35:42.353Z,2026-09-19T17:36:30.959Z,88123869403,88020390341,103479062,60.96673 +1470,2026-09-19T17:36:42.353Z,2026-09-19T17:37:32.930Z,88191209855,88139586745,51623110,2.378747 +1471,2026-09-19T17:37:42.353Z,2026-09-19T17:38:30.710Z,88244745235,88139586745,105158490,62.378721 +1472,2026-09-19T17:38:42.353Z,2026-09-19T17:39:31.982Z,88310471689,88139586745,170884944,122.378745 +1473,2026-09-19T17:39:42.353Z,2026-09-19T17:40:31.958Z,88366717611,88268946565,97771046,54.217714 +1474,2026-09-19T17:40:42.353Z,2026-09-19T17:41:31.161Z,88434587153,88268946565,165640588,114.21774 +1475,2026-09-19T17:41:42.353Z,2026-09-19T17:42:33.496Z,88486366081,88388152581,98213500,54.03468 +1476,2026-09-19T17:42:42.353Z,2026-09-19T17:43:33.221Z,88553718169,88388152581,165565588,114.034738 +1477,2026-09-19T17:43:42.353Z,2026-09-19T17:44:33.429Z,88606557005,88507154507,99402498,51.067717 +1478,2026-09-19T17:44:42.353Z,2026-09-19T17:45:33.942Z,88662366291,88507154507,155211784,111.067993 +1479,2026-09-19T17:45:42.353Z,2026-09-19T17:46:34.814Z,88719402939,88631324061,88078878,54.933742 +1480,2026-09-19T17:46:42.353Z,2026-09-19T17:47:35.249Z,88791987747,88631324061,160663686,114.933724 +1481,2026-09-19T17:47:42.353Z,2026-09-19T17:48:34.669Z,88848942984,88750418441,98524543,51.093742 +1482,2026-09-19T17:48:42.354Z,2026-09-19T17:49:28.758Z,88914278712,88750418441,163860271,111.094631 +1483,2026-09-19T17:49:42.353Z,2026-09-19T17:50:28.729Z,88967881546,88869523547,98357999,51.519729 +1484,2026-09-19T17:50:42.353Z,2026-09-19T17:51:28.743Z,89020976200,88869523547,151452653,111.519738 +1485,2026-09-19T17:51:42.353Z,2026-09-19T17:52:29.378Z,89090340558,88993741056,96599502,50.140737 +1486,2026-09-19T17:52:42.353Z,2026-09-19T17:53:30.637Z,89144006756,88993741056,150265700,110.140665 +1487,2026-09-19T17:53:42.353Z,2026-09-19T17:54:30.377Z,89211297208,89112933708,98363500,49.979746 +1488,2026-09-19T17:54:42.353Z,2026-09-19T17:55:31.090Z,89263116545,89112933708,150182837,109.979716 +1489,2026-09-19T17:55:42.353Z,2026-09-19T17:56:30.269Z,89330441588,89232028088,98413500,47.869723 +1490,2026-09-19T17:56:42.353Z,2026-09-19T17:57:31.854Z,89385035148,89232028088,153007060,107.869727 +1491,2026-09-19T17:57:42.353Z,2026-09-19T17:58:32.974Z,89449424332,89356293552,93130780,49.973744 +1492,2026-09-19T17:58:42.353Z,2026-09-19T17:59:32.856Z,89515522330,89356293552,159228778,109.973744 +1493,2026-09-19T17:59:42.353Z,2026-09-19T18:00:33.489Z,89568187894,89475418750,92769144,41.104777 +1494,2026-09-19T18:00:42.353Z,2026-09-19T18:01:32.983Z,89629132312,89475418750,153713562,101.104748 +1495,2026-09-19T18:01:42.353Z,2026-09-19T18:02:34.290Z,89689893500,89599625791,90267709,42.538726 +1496,2026-09-19T18:02:42.353Z,2026-09-19T18:03:36.281Z,89740712520,89599625791,141086729,102.538749 +1497,2026-09-19T18:03:42.353Z,2026-09-19T18:04:35.363Z,89806783156,89718846732,87936424,44.248747 +1498,2026-09-19T18:04:42.353Z,2026-09-19T18:05:35.879Z,89874146880,89718846732,155300148,104.248762 +1499,2026-09-19T18:05:42.353Z,2026-09-19T18:06:31.148Z,89925758354,89837848658,87909696,42.900694 +1500,2026-09-19T18:06:42.353Z,2026-09-19T18:07:28.694Z,89993098806,89837848658,155250148,102.90074 +1501,2026-09-19T18:07:42.353Z,2026-09-19T18:08:29.499Z,90042628828,89962006576,80622252,41.738722 +1502,2026-09-19T18:08:42.353Z,2026-09-19T18:09:29.843Z,90107033738,89962006576,145027162,101.738776 +1503,2026-09-19T18:09:42.353Z,2026-09-19T18:10:30.369Z,90174387554,90086285404,88102150,36.616734 +1504,2026-09-19T18:10:42.353Z,2026-09-19T18:11:31.108Z,90226008936,90086285404,139723532,96.616741 +1505,2026-09-19T18:11:42.353Z,2026-09-19T18:12:32.042Z,90293368570,90210529958,82838612,34.945959 +1506,2026-09-19T18:12:42.353Z,2026-09-19T18:13:33.528Z,90345133124,90210529958,134603166,94.94573 +1507,2026-09-19T18:13:42.353Z,2026-09-19T18:14:32.972Z,90412442758,90329634964,82807794,31.17774 +1508,2026-09-19T18:14:42.353Z,2026-09-19T18:15:33.570Z,90464439140,90329634964,134804176,91.177739 +1509,2026-09-19T18:15:42.353Z,2026-09-19T18:16:32.858Z,90526546872,90453973700,72573172,28.810699 +1510,2026-09-19T18:16:42.353Z,2026-09-19T18:17:33.290Z,90592671598,90453973700,138697898,88.810732 +1511,2026-09-19T18:17:42.353Z,2026-09-19T18:18:34.071Z,90645741252,90578397027,67344225,25.895741 +1512,2026-09-19T18:18:42.353Z,2026-09-19T18:19:33.709Z,90710371162,90578397027,131974135,85.895743 +1513,2026-09-19T18:19:42.353Z,2026-09-19T18:20:35.893Z,90764554814,90702612491,61942323,17.344721 +1514,2026-09-19T18:20:42.353Z,2026-09-19T18:21:35.636Z,90832056902,90702612491,129444411,77.344743 +1515,2026-09-19T18:21:42.353Z,2026-09-19T18:22:35.391Z,90883922466,90832056902,51865564,14.189755 +1516,2026-09-19T18:22:42.353Z,2026-09-19T18:23:27.480Z,90952882734,90832056902,120825832,74.189707 +1517,2026-09-19T18:23:42.353Z,2026-09-19T18:24:29.155Z,91008307112,90956464820,51842292,7.98075 +1518,2026-09-19T18:24:42.353Z,2026-09-19T18:25:29.159Z,91071464618,90956464820,114999798,67.980823 +1519,2026-09-19T18:25:42.353Z,2026-09-19T18:26:30.477Z,91125965724,91080660242,45305482,2.803746 +1520,2026-09-19T18:26:42.353Z,2026-09-19T18:27:29.219Z,91189431636,91080660242,108771394,62.803744 +1521,2026-09-19T18:27:42.353Z,2026-09-19T18:28:30.392Z,91256787497,91194514356,62273141,7.270734 +1522,2026-09-19T18:28:42.353Z,2026-09-19T18:29:31.668Z,91307752744,91194514356,113238388,67.270731 +1523,2026-09-19T18:29:42.353Z,2026-09-19T18:30:31.055Z,91370533748,91318741456,51792292,9.122741 +1524,2026-09-19T18:30:42.353Z,2026-09-19T18:31:32.001Z,91422430130,91318741456,103688674,69.122722 +1525,2026-09-19T18:31:42.353Z,2026-09-19T18:32:32.943Z,91487460040,91443026102,44433938,1.529716 +1526,2026-09-19T18:32:42.353Z,2026-09-19T18:33:33.637Z,91553936811,91443026102,110910709,61.529751 +1527,2026-09-19T18:33:42.353Z,2026-09-19T18:34:32.982Z,91603613060,91443026102,160586958,121.529737 +1528,2026-09-19T18:34:42.353Z,2026-09-19T18:35:33.143Z,91668044698,91567264838,100779860,56.786751 +1529,2026-09-19T18:35:42.353Z,2026-09-19T18:36:35.522Z,91722776622,91567264838,155511784,116.786755 +1530,2026-09-19T18:36:42.353Z,2026-09-19T18:37:35.524Z,91789916144,91686470854,103445290,59.266741 +1531,2026-09-19T18:37:42.353Z,2026-09-19T18:38:36.083Z,91842466616,91686470854,155995762,119.266767 +1532,2026-09-19T18:38:42.353Z,2026-09-19T18:39:35.709Z,91907894798,91805625940,102268858,56.080749 +1533,2026-09-19T18:39:42.353Z,2026-09-19T18:40:29.333Z,91972538072,91805625940,166912132,116.08072 +1534,2026-09-19T18:40:42.353Z,2026-09-19T18:41:30.189Z,92029224720,91929922222,99302498,54.536762 +1535,2026-09-19T18:41:42.353Z,2026-09-19T18:42:30.659Z,92082898464,91929922222,152976242,114.536718 +1536,2026-09-19T18:42:42.353Z,2026-09-19T18:43:30.873Z,92147191738,92054099322,93092416,52.618749 +1537,2026-09-19T18:43:42.353Z,2026-09-19T18:44:29.946Z,92204066750,92054099322,149967428,112.618743 +1538,2026-09-19T18:44:42.353Z,2026-09-19T18:45:30.950Z,92266355300,92173024520,93330780,52.485732 +1539,2026-09-19T18:45:42.353Z,2026-09-19T18:46:31.319Z,92333545752,92173024520,160521232,112.485741 +1540,2026-09-19T18:46:42.353Z,2026-09-19T18:47:32.830Z,92385386316,92292157264,93229052,49.621744 +1541,2026-09-19T18:47:42.354Z,2026-09-19T18:48:31.743Z,92452620950,92292157264,160463686,109.622042 +1542,2026-09-19T18:48:42.353Z,2026-09-19T18:49:32.592Z,92506437148,92416457636,89979512,49.630741 +1543,2026-09-19T18:49:42.353Z,2026-09-19T18:50:34.333Z,92563694680,92416457636,147237044,109.630743 +1544,2026-09-19T18:50:42.353Z,2026-09-19T18:51:34.046Z,92628742044,92540751530,87990514,41.899738 +1545,2026-09-19T18:51:42.353Z,2026-09-19T18:52:34.481Z,92690924776,92540751530,150173246,101.899734 +1546,2026-09-19T18:52:42.353Z,2026-09-19T18:53:33.864Z,92747805606,92659784274,88021332,38.734744 +1547,2026-09-19T18:53:42.353Z,2026-09-19T18:54:34.428Z,92802985802,92659784274,143201528,98.734736 +1548,2026-09-19T18:54:42.353Z,2026-09-19T18:55:36.181Z,92870674526,92784092192,86582334,42.219738 +1549,2026-09-19T18:55:42.354Z,2026-09-19T18:56:27.995Z,92923936634,92784092192,139844442,102.220248 +1550,2026-09-19T18:56:42.353Z,2026-09-19T18:57:28.411Z,92986025184,92903217390,82807794,37.819727 +1551,2026-09-19T18:57:42.354Z,2026-09-19T18:58:29.161Z,93053415636,92903217390,150198246,97.820572 +1552,2026-09-19T18:58:42.353Z,2026-09-19T18:59:29.695Z,93105262018,93022373406,82888612,38.799736 +1553,2026-09-19T18:59:42.353Z,2026-09-19T19:00:30.350Z,93162067848,93022373406,139694442,98.799739 +1554,2026-09-19T19:00:42.353Z,2026-09-19T19:01:30.511Z,93224413944,93146831324,77582620,34.749727 +1555,2026-09-19T19:01:42.354Z,2026-09-19T19:02:31.258Z,93281293046,93146831324,134461722,94.750477 +1556,2026-09-19T19:02:42.353Z,2026-09-19T19:03:31.077Z,93348798517,93271027606,77770911,31.447755 +1557,2026-09-19T19:03:42.353Z,2026-09-19T19:04:31.401Z,93404251985,93271027606,133224379,91.447735 +1558,2026-09-19T19:04:42.353Z,2026-09-19T19:05:32.186Z,93460847907,93390131187,70716720,32.047761 +1559,2026-09-19T19:05:42.354Z,2026-09-19T19:06:32.878Z,93530056447,93390131187,139925260,92.048812 +1560,2026-09-19T19:06:42.353Z,2026-09-19T19:07:34.716Z,93586904731,93509287203,77617528,30.23873 +1561,2026-09-19T19:07:42.353Z,2026-09-19T19:08:32.760Z,93639381931,93509287203,130094728,90.238747 +1562,2026-09-19T19:08:42.353Z,2026-09-19T19:10:06.760Z,93705937475,93633291031,72646444,29.713725 +1563,2026-09-19T19:10:06.781Z,2026-09-19T19:11:00.699Z,93788806905,93633291031,155515874,114.141503 +1564,2026-09-19T19:11:00.722Z,2026-09-19T19:11:54.204Z,93845735690,93757760585,87975105,44.243123 +1565,2026-09-19T19:11:54.225Z,2026-09-19T19:12:46.809Z,93898451571,93757760585,140690986,97.746248 +1566,2026-09-19T19:12:46.830Z,2026-09-19T19:13:34.186Z,93942425601,93876766601,65659000,23.124292 +1567,2026-09-19T19:13:42.353Z,2026-09-19T19:14:29.879Z,94011329660,93876766601,134563059,78.647739 +1568,2026-09-19T19:14:42.353Z,2026-09-19T19:15:29.304Z,94063141134,94011329660,51811474,8.99473 +1569,2026-09-19T19:15:42.353Z,2026-09-19T19:16:29.329Z,94120152782,94011329660,108823122,68.994745 +1570,2026-09-19T19:16:42.353Z,2026-09-19T19:17:29.577Z,94188949686,94135656760,53292926,6.100774 +1571,2026-09-19T19:17:42.353Z,2026-09-19T19:18:30.387Z,94246559606,94135656760,110902846,66.100731 +1572,2026-09-19T19:18:42.353Z,2026-09-19T19:19:30.668Z,94301191530,94259833860,41357670,3.583757 +1573,2026-09-19T19:19:42.353Z,2026-09-19T19:20:30.872Z,94356023454,94259833860,96189594,63.583746 +1574,2026-09-19T19:20:42.353Z,2026-09-19T19:21:31.693Z,94430147260,94378803240,51344020,3.407735 +1575,2026-09-19T19:21:42.354Z,2026-09-19T19:22:31.666Z,94482343642,94378803240,103540402,63.408909 +1576,2026-09-19T19:22:42.353Z,2026-09-19T19:23:33.527Z,94539074472,94497853438,41221034,2.416741 +1577,2026-09-19T19:23:42.353Z,2026-09-19T19:24:32.669Z,94604839290,94497853438,106985852,62.416683 +1578,2026-09-19T19:24:42.353Z,2026-09-19T19:25:34.534Z,94658393852,94497853438,160540414,122.416742 +1579,2026-09-19T19:25:42.353Z,2026-09-19T19:26:34.484Z,94727018509,94622107266,104911243,58.729732 +1580,2026-09-19T19:26:42.353Z,2026-09-19T19:27:34.822Z,94782673705,94622107266,160566439,118.729764 +1581,2026-09-19T19:27:42.353Z,2026-09-19T19:28:34.573Z,94838987081,94746367937,92619144,57.66577 +1582,2026-09-19T19:28:42.353Z,2026-09-19T19:29:36.553Z,94906906623,94865604771,41301852,0.790745 +1583,2026-09-19T19:29:42.353Z,2026-09-19T19:30:28.687Z,94960361185,94865604771,94756414,60.790728 +1584,2026-09-19T19:30:42.353Z,2026-09-19T19:31:29.103Z,95027620819,94865604771,162016048,120.790759 +1585,2026-09-19T19:31:42.353Z,2026-09-19T19:32:28.882Z,95082912651,94984518333,98394318,54.358738 +1586,2026-09-19T19:32:42.353Z,2026-09-19T19:33:29.406Z,95139980117,94984518333,155461784,114.358687 +1587,2026-09-19T19:33:42.353Z,2026-09-19T19:34:31.199Z,95212110835,95103662713,108448122,55.994714 +1588,2026-09-19T19:34:42.353Z,2026-09-19T19:35:31.051Z,95264020581,95103662713,160357868,115.994734 +1589,2026-09-19T19:35:42.353Z,2026-09-19T19:36:30.445Z,95321101411,95227932267,93169144,52.502715 +1590,2026-09-19T19:36:42.353Z,2026-09-19T19:37:31.959Z,95377976423,95227932267,150044156,112.502735 +1591,2026-09-19T19:37:42.353Z,2026-09-19T19:38:30.853Z,95450162020,95352166913,97995107,49.168743 +1592,2026-09-19T19:38:42.353Z,2026-09-19T19:39:32.441Z,95502165948,95352166913,149999035,109.168744 +1593,2026-09-19T19:39:42.353Z,2026-09-19T19:40:34.444Z,95569487218,95476344802,93142416,46.85374 +1594,2026-09-19T19:40:42.353Z,2026-09-19T19:41:33.396Z,95623919142,95476344802,147574340,106.853723 +1595,2026-09-19T19:41:42.353Z,2026-09-19T19:42:34.218Z,95678346976,95600533538,77813438,43.277749 +1596,2026-09-19T19:42:42.353Z,2026-09-19T19:43:36.159Z,95745529882,95600533538,144996344,103.277719 +1597,2026-09-19T19:43:42.353Z,2026-09-19T19:44:35.226Z,95802585712,95719683736,82901976,37.759732 +1598,2026-09-19T19:44:42.353Z,2026-09-19T19:45:36.249Z,95869906982,95719683736,150223246,97.759746 +1599,2026-09-19T19:45:42.353Z,2026-09-19T19:46:28.534Z,95926781994,95843924200,82857794,39.709721 +1600,2026-09-19T19:46:42.353Z,2026-09-19T19:47:28.688Z,95983687824,95843924200,139763624,99.709731 +1601,2026-09-19T19:47:42.353Z,2026-09-19T19:48:28.591Z,96037142386,95968332118,68810268,32.293815 +1602,2026-09-19T19:48:42.353Z,2026-09-19T19:49:30.157Z,96102813022,95968332118,134480904,92.293728 +1603,2026-09-19T19:49:42.353Z,2026-09-19T19:50:30.279Z,96159688034,96087326498,72361536,34.732725 +1604,2026-09-19T19:50:42.353Z,2026-09-19T19:51:30.169Z,96228667541,96087326498,141341043,94.732733 +1605,2026-09-19T19:51:42.353Z,2026-09-19T19:52:30.728Z,96285679189,96206416845,79262344,35.720729 +1606,2026-09-19T19:52:42.353Z,2026-09-19T19:53:33.327Z,96344524017,96206416845,138107172,95.720707 +1607,2026-09-19T19:53:42.353Z,2026-09-19T19:54:32.947Z,96401235665,96330613127,70622538,30.123757 +1608,2026-09-19T19:54:42.353Z,2026-09-19T19:55:33.863Z,96470388387,96330613127,139775260,90.123722 +1609,2026-09-19T19:55:42.353Z,2026-09-19T19:56:32.362Z,96527405853,96454990227,72415626,29.456719 +1610,2026-09-19T19:56:42.353Z,2026-09-19T19:57:33.136Z,96584330865,96454990227,129340638,89.456747 +1611,2026-09-19T19:57:42.353Z,2026-09-19T19:58:33.986Z,96639934333,96574027061,65907272,24.952751 +1612,2026-09-19T19:58:42.353Z,2026-09-19T19:59:35.638Z,96708546329,96574027061,134519268,84.952732 +1613,2026-09-19T19:59:42.353Z,2026-09-19T20:00:35.970Z,96763951525,96698261707,65689818,21.742725 +1614,2026-09-19T20:00:42.353Z,2026-09-19T20:01:35.656Z,96817175269,96698261707,118913562,81.74272 +1615,2026-09-19T20:01:42.353Z,2026-09-19T20:02:36.220Z,96884583175,96822413807,62169368,20.338747 +1616,2026-09-19T20:02:42.353Z,2026-09-19T20:03:29.004Z,96941520354,96822413807,119106547,80.33873 +1617,2026-09-19T20:03:42.353Z,2026-09-19T20:04:31.537Z,97013931890,96941520354,72411536,20.823741 +1618,2026-09-19T20:04:42.353Z,2026-09-19T20:05:30.705Z,97070649356,96941520354,129129002,80.823733 +1619,2026-09-19T20:05:42.353Z,2026-09-19T20:06:30.404Z,97122560830,97060464734,62096096,24.052718 +1620,2026-09-19T20:06:42.353Z,2026-09-19T20:07:30.664Z,97179578296,97060464734,119113562,84.052736 +1621,2026-09-19T20:07:42.353Z,2026-09-19T20:08:30.467Z,97245660568,97179578296,66082272,18.917734 +1622,2026-09-19T20:08:42.353Z,2026-09-19T20:09:29.948Z,97312458566,97179578296,132880270,78.917724 +1623,2026-09-19T20:09:42.353Z,2026-09-19T20:10:33.353Z,97366548036,97298491858,68056178,20.007742 +1624,2026-09-19T20:10:42.353Z,2026-09-19T20:11:32.465Z,97427990042,97298491858,129498184,80.007723 +1625,2026-09-19T20:11:42.353Z,2026-09-19T20:12:34.653Z,97483337692,97422911412,60426280,16.881727 +1626,2026-09-19T20:12:42.354Z,2026-09-19T20:13:33.049Z,97540574340,97422911412,117662928,76.882841 +1627,2026-09-19T20:13:42.353Z,2026-09-19T20:14:34.605Z,97610000334,97546934422,63065912,14.14173 +1628,2026-09-19T20:14:42.353Z,2026-09-19T20:15:34.350Z,97666161197,97546934422,119226775,74.141869 +1629,2026-09-19T20:15:42.353Z,2026-09-19T20:16:35.792Z,97728142201,97666161197,61981004,11.870745 +1630,2026-09-19T20:16:42.353Z,2026-09-19T20:17:36.196Z,97785161395,97666161197,119000198,71.870711 +1631,2026-09-19T20:17:42.353Z,2026-09-19T20:18:35.980Z,97842203861,97785161395,57042466,14.025753 +1632,2026-09-19T20:18:42.353Z,2026-09-19T20:19:36.784Z,97912876399,97785161395,127715004,74.025741 +1633,2026-09-19T20:19:42.353Z,2026-09-19T20:20:28.628Z,97971602045,97909313495,62288550,10.857717 +1634,2026-09-19T20:20:42.353Z,2026-09-19T20:21:29.034Z,98018154071,97909313495,108840576,70.857739 +1635,2026-09-19T20:21:42.353Z,2026-09-19T20:22:30.676Z,98085532887,98033675186,51857701,6.896732 +1636,2026-09-19T20:22:42.353Z,2026-09-19T20:23:29.990Z,98144885895,98033675186,111210709,66.896712 +1637,2026-09-19T20:23:42.353Z,2026-09-19T20:24:31.094Z,98204444721,98152846611,51598110,8.959741 +1638,2026-09-19T20:24:42.353Z,2026-09-19T20:25:30.290Z,98262522095,98152846611,109675484,68.959738 +1639,2026-09-19T20:25:42.353Z,2026-09-19T20:26:33.837Z,98328877636,98277092893,51784743,4.396734 +1640,2026-09-19T20:26:42.354Z,2026-09-19T20:27:31.644Z,98390973732,98277092893,113880839,64.39736 +1641,2026-09-19T20:27:42.353Z,2026-09-19T20:28:31.697Z,98447810380,98396029724,51780656,2.123743 +1642,2026-09-19T20:28:42.353Z,2026-09-19T20:29:31.479Z,98501538214,98396029724,105508490,62.123721 +1643,2026-09-19T20:29:42.353Z,2026-09-19T20:30:32.189Z,98572229934,98520414370,51815564,1.174727 +1644,2026-09-19T20:30:42.353Z,2026-09-19T20:31:33.370Z,98629099128,98520414370,108684758,61.174742 +1645,2026-09-19T20:31:42.353Z,2026-09-19T20:32:33.801Z,98686141594,98639570386,46571208,0.600732 +1646,2026-09-19T20:32:42.353Z,2026-09-19T20:33:34.003Z,98742985788,98639570386,103415402,60.60075 +1647,2026-09-19T20:33:42.353Z,2026-09-19T20:34:35.395Z,98799841618,98758533948,41307670,0.235733 +1648,2026-09-19T20:34:42.353Z,2026-09-19T20:35:40.906Z,98856959084,98758533948,98425136,60.235776 +1649,2026-09-19T20:35:42.353Z,2026-09-19T20:36:28.516Z,98929301438,98758533948,170767490,120.235729 +1650,2026-09-19T20:36:42.353Z,2026-09-19T20:37:28.865Z,98987315448,98877547510,109767938,59.724731 +1651,2026-09-19T20:37:42.353Z,2026-09-19T20:38:29.759Z,99047206820,98877547510,169659310,119.724747 +1652,2026-09-19T20:38:42.353Z,2026-09-19T20:39:30.359Z,99101137849,99001924610,99213239,58.728723 +1653,2026-09-19T20:39:42.353Z,2026-09-19T20:40:31.497Z,99158124497,99001924610,156199887,118.728739 +1654,2026-09-19T20:40:42.353Z,2026-09-19T20:41:31.079Z,99229620307,99120879731,108740576,57.054719 +1655,2026-09-19T20:41:42.353Z,2026-09-19T20:42:35.457Z,99286649409,99120879731,165769678,117.054747 +1656,2026-09-19T20:42:42.353Z,2026-09-19T20:43:30.744Z,99345209646,99245137649,100071997,56.382747 +1657,2026-09-19T20:43:42.353Z,2026-09-19T20:44:32.444Z,99405612971,99245137649,160475322,116.382741 +1658,2026-09-19T20:44:42.353Z,2026-09-19T20:45:32.987Z,99460090805,99369495567,90595238,53.460695 +1659,2026-09-19T20:45:42.353Z,2026-09-19T20:46:31.547Z,99529803435,99369495567,160307868,113.460785 +1660,2026-09-19T20:46:42.353Z,2026-09-19T20:47:33.378Z,99589450625,99493747667,95702958,47.907751 +1661,2026-09-19T20:47:42.354Z,2026-09-19T20:48:33.969Z,99646618091,99493747667,152870424,107.908462 +1662,2026-09-19T20:48:42.353Z,2026-09-19T20:49:33.223Z,99705136191,99612742047,92394144,43.470743 +1663,2026-09-19T20:49:42.353Z,2026-09-19T20:50:34.809Z,99757532573,99612742047,144790526,103.470754 +1664,2026-09-19T20:50:42.353Z,2026-09-19T20:51:35.432Z,99830135373,99731842245,98293128,46.589737 +1665,2026-09-19T20:51:42.353Z,2026-09-19T20:52:36.274Z,99887139475,99731842245,155297230,106.589733 +1666,2026-09-19T20:52:42.353Z,2026-09-19T20:53:28.796Z,99946613393,99855887337,90726056,45.638734 +1667,2026-09-19T20:53:42.353Z,2026-09-19T20:54:27.911Z,100006166401,99855887337,150279064,105.638712 +1668,2026-09-19T20:54:42.353Z,2026-09-19T20:55:29.053Z,100063197231,99975131717,88065514,44.199753 +1669,2026-09-19T20:55:42.353Z,2026-09-19T20:56:29.709Z,100118719881,99975131717,143588164,104.199736 +1670,2026-09-19T20:56:42.353Z,2026-09-19T20:57:29.676Z,100192543687,100099339635,93204052,43.881759 +1671,2026-09-19T20:57:42.353Z,2026-09-19T20:58:31.489Z,100249376245,100099339635,150036610,103.88172 +1672,2026-09-19T20:58:42.353Z,2026-09-19T20:59:31.463Z,100306424529,100223585917,82838612,37.471782 +1673,2026-09-19T20:59:42.353Z,2026-09-19T21:00:33.824Z,100367908989,100223585917,144323072,97.471733 +1674,2026-09-19T21:00:42.353Z,2026-09-19T21:01:33.074Z,100425372682,100337297577,88075105,43.111715 +1675,2026-09-19T21:01:42.353Z,2026-09-19T21:02:33.208Z,100487507459,100337297577,150209882,103.111728 +1676,2026-09-19T21:02:42.354Z,2026-09-19T21:03:33.429Z,100544342073,100461667131,82674942,40.182146 +1677,2026-09-19T21:03:42.354Z,2026-09-19T21:04:35.815Z,100601459539,100461667131,139792408,100.182239 +1678,2026-09-19T21:04:42.353Z,2026-09-19T21:05:35.758Z,100661789909,100580659477,81130432,37.205729 +1679,2026-09-19T21:05:42.353Z,2026-09-19T21:06:34.641Z,100716952651,100580659477,136293174,97.205754 +1680,2026-09-19T21:06:42.353Z,2026-09-19T21:07:40.072Z,100791349729,100704998213,86351516,36.317744 +1681,2026-09-19T21:07:42.353Z,2026-09-19T21:08:36.136Z,100848374741,100704998213,143376528,96.317756 +1682,2026-09-19T21:08:42.353Z,2026-09-19T21:09:35.431Z,100904526481,100829306131,75220350,33.249745 +1683,2026-09-19T21:09:42.353Z,2026-09-19T21:10:28.475Z,100960204949,100829306131,130898818,93.24971 +1684,2026-09-19T21:10:42.353Z,2026-09-19T21:11:29.780Z,101020781229,100948388875,72392354,34.687744 +1685,2026-09-19T21:11:42.353Z,2026-09-19T21:12:30.860Z,101088133317,100948388875,139744442,94.687746 +1686,2026-09-19T21:12:42.353Z,2026-09-19T21:13:29.136Z,101145008329,101067333255,77675074,35.574755 +1687,2026-09-19T21:13:42.353Z,2026-09-19T21:14:30.417Z,101201906613,101067333255,134573358,95.574715 +1688,2026-09-19T21:14:42.353Z,2026-09-19T21:15:30.257Z,101269565300,101186365999,83199301,32.976757 +1689,2026-09-19T21:15:42.353Z,2026-09-19T21:16:30.976Z,101331305578,101186365999,144939579,92.976745 +1690,2026-09-19T21:16:42.353Z,2026-09-19T21:17:32.272Z,101391949312,101305534432,86414880,35.594733 +1691,2026-09-19T21:17:42.353Z,2026-09-19T21:18:31.852Z,101450424958,101305534432,144890526,95.594752 +1692,2026-09-19T21:18:42.353Z,2026-09-19T21:19:33.135Z,101504920246,101429892350,75027896,33.368737 +1693,2026-09-19T21:19:42.353Z,2026-09-19T21:20:32.855Z,101564123254,101429892350,134230904,93.368788 +1694,2026-09-19T21:20:42.353Z,2026-09-19T21:21:33.279Z,101621329084,101548905912,72423172,30.344734 +1695,2026-09-19T21:21:42.353Z,2026-09-19T21:22:34.252Z,101678527368,101548905912,129621456,90.344738 +1696,2026-09-19T21:22:42.353Z,2026-09-19T21:23:34.410Z,101740273464,101673163830,67109634,25.892728 +1697,2026-09-19T21:23:42.353Z,2026-09-19T21:24:36.881Z,101800561380,101673163830,127397550,85.892763 +1698,2026-09-19T21:24:42.354Z,2026-09-19T21:25:35.917Z,101859471934,101792139028,67332906,28.139531 +1699,2026-09-19T21:25:42.353Z,2026-09-19T21:26:36.000Z,101919263306,101792139028,127124278,88.138734 +1700,2026-09-19T21:26:42.353Z,2026-09-19T21:27:27.589Z,101989681754,101911160136,78521618,28.782747 +1701,2026-09-19T21:27:42.353Z,2026-09-19T21:28:28.191Z,102049990735,101911160136,138830599,88.782771 +1702,2026-09-19T21:28:42.353Z,2026-09-19T21:29:29.000Z,102104391841,102030168035,74223806,27.494736 +1703,2026-09-19T21:29:42.353Z,2026-09-19T21:30:30.377Z,102164695166,102030168035,134527131,87.494751 +1704,2026-09-19T21:30:42.353Z,2026-09-19T21:31:31.866Z,102221766405,102154414317,67352088,27.974782 +1705,2026-09-19T21:31:42.353Z,2026-09-19T21:32:32.478Z,102278891417,102154414317,124477100,87.974761 +1706,2026-09-19T21:32:42.353Z,2026-09-19T21:33:32.014Z,102351014589,102273531969,77482620,24.940717 +1707,2026-09-19T21:33:42.353Z,2026-09-19T21:34:32.502Z,102408328282,102273531969,134796313,84.940762 +1708,2026-09-19T21:34:42.353Z,2026-09-19T21:35:32.682Z,102469528151,102392533895,76994256,24.54075 +1709,2026-09-19T21:35:42.353Z,2026-09-19T21:36:33.016Z,102525444983,102392533895,132911088,84.54073 +1710,2026-09-19T21:36:42.353Z,2026-09-19T21:37:33.347Z,102583758993,102516780177,66978816,23.712773 +1711,2026-09-19T21:37:42.353Z,2026-09-19T21:38:32.849Z,102641007277,102516780177,124227100,83.712734 +1712,2026-09-19T21:38:42.353Z,2026-09-19T21:39:33.560Z,102713542085,102635786193,77755892,25.835724 +1713,2026-09-19T21:39:42.353Z,2026-09-19T21:40:34.802Z,102770385106,102635786193,134598913,85.835727 +1714,2026-09-19T21:40:42.353Z,2026-09-19T21:41:36.333Z,102830992204,102754875310,76116894,21.61973 +1715,2026-09-19T21:41:42.353Z,2026-09-19T21:42:35.296Z,102889567850,102754875310,134692540,81.619709 +1716,2026-09-19T21:42:42.353Z,2026-09-19T21:43:27.652Z,102946442862,102879102410,67340452,21.201728 +1717,2026-09-19T21:43:42.353Z,2026-09-19T21:44:28.513Z,103003448692,102879102410,124346282,81.201739 +1718,2026-09-19T21:44:42.353Z,2026-09-19T21:45:29.482Z,103060285340,102998189244,62096096,24.068731 +1719,2026-09-19T21:45:42.353Z,2026-09-19T21:46:29.016Z,103119253440,102998189244,121064196,84.068726 +1720,2026-09-19T21:46:42.353Z,2026-09-19T21:47:29.651Z,103179310538,103117371988,61938550,20.599712 +1721,2026-09-19T21:47:42.353Z,2026-09-19T21:48:32.568Z,103251933710,103117371988,134561722,80.599764 +1722,2026-09-19T21:48:42.353Z,2026-09-19T21:49:32.293Z,103308758722,103241599088,67159634,19.259719 +1723,2026-09-19T21:49:42.353Z,2026-09-19T21:50:31.809Z,103367068959,103241599088,125469871,79.259734 +1724,2026-09-19T21:50:42.353Z,2026-09-19T21:51:32.264Z,103427914738,103360562650,67352088,17.687744 +1725,2026-09-19T21:51:42.353Z,2026-09-19T21:52:32.116Z,103489743039,103360562650,129180389,77.687736 +1726,2026-09-19T21:52:42.353Z,2026-09-19T21:53:33.351Z,103546943051,103484779501,62163550,12.477725 +1727,2026-09-19T21:53:42.353Z,2026-09-19T21:54:34.262Z,103604327971,103484779501,119548470,72.477743 +1728,2026-09-19T21:54:42.353Z,2026-09-19T21:55:34.800Z,103664983341,103609018237,55965104,11.882745 +1729,2026-09-19T21:55:42.353Z,2026-09-19T21:56:34.104Z,103722910715,103609018237,113892478,71.882743 +1730,2026-09-19T21:56:42.353Z,2026-09-19T21:57:34.516Z,103794244889,103728181799,66063090,10.110737 +1731,2026-09-19T21:57:42.353Z,2026-09-19T21:58:36.152Z,103840454461,103728181799,112272662,70.110699 +1732,2026-09-19T21:58:42.353Z,2026-09-19T21:59:35.798Z,103914509085,103852408899,62100186,10.22474 +1733,2026-09-19T21:59:42.353Z,2026-09-19T22:00:29.771Z,103971534097,103852408899,119125198,70.224741 +1734,2026-09-19T22:00:42.353Z,2026-09-19T22:01:29.069Z,104030340561,103971534097,58806464,7.630737 +1735,2026-09-19T22:01:42.353Z,2026-09-19T22:02:29.802Z,104090447659,103971534097,118913562,67.630784 +1736,2026-09-19T22:02:42.353Z,2026-09-19T22:03:31.549Z,104148467487,104095680379,52787108,6.219786 +1737,2026-09-19T22:03:42.353Z,2026-09-19T22:04:30.797Z,104209508562,104095680379,113828183,66.219789 +1738,2026-09-19T22:04:42.353Z,2026-09-19T22:05:30.970Z,104266526028,104219954820,46571208,1.595767 +1739,2026-09-19T22:05:42.353Z,2026-09-19T22:06:32.016Z,104323370222,104219954820,103415402,61.595791 +1740,2026-09-19T22:06:42.353Z,2026-09-19T22:07:32.211Z,104383227320,104219954820,163272500,121.595731 +1741,2026-09-19T22:07:42.353Z,2026-09-19T22:08:33.957Z,104441916330,104344181920,97734410,58.891768 +1742,2026-09-19T22:08:42.354Z,2026-09-19T22:09:34.379Z,104515041864,104344181920,170859944,118.892495 +1743,2026-09-19T22:09:42.353Z,2026-09-19T22:10:33.072Z,104559358348,104463214664,96143684,56.314747 +1744,2026-09-19T22:10:42.353Z,2026-09-19T22:11:34.157Z,104631115794,104463214664,167901130,116.314782 +1745,2026-09-19T22:11:42.353Z,2026-09-19T22:12:33.438Z,104693223526,104587472582,105750944,55.035782 +1746,2026-09-19T22:12:42.353Z,2026-09-19T22:13:35.699Z,104737509192,104587472582,150036610,115.035754 +1747,2026-09-19T22:13:42.353Z,2026-09-19T22:14:34.997Z,104801290830,104711688046,89602784,50.601777 +1748,2026-09-19T22:14:42.353Z,2026-09-19T22:15:36.409Z,104860539748,104711688046,148851702,110.60175 +1749,2026-09-19T22:15:42.353Z,2026-09-19T22:16:35.719Z,104918717315,104830832426,87884889,49.68977 +1750,2026-09-19T22:16:42.353Z,2026-09-19T22:17:29.785Z,104977566233,104830832426,146733807,109.689778 +1751,2026-09-19T22:17:42.353Z,2026-09-19T22:18:29.685Z,105051647585,104954959719,96687866,43.673764 +1752,2026-09-19T22:18:42.353Z,2026-09-19T22:19:28.722Z,105110134867,104954959719,155175148,103.673751 +1753,2026-09-19T22:19:42.353Z,2026-09-19T22:20:30.203Z,105167227333,105074009917,93217416,41.530775 +1754,2026-09-19T22:20:42.353Z,2026-09-19T22:21:30.698Z,105229340883,105074009917,155330966,101.530755 +1755,2026-09-19T22:21:42.353Z,2026-09-19T22:22:30.623Z,105290140435,105193023479,97116956,42.101719 +1756,2026-09-19T22:22:42.353Z,2026-09-19T22:23:32.129Z,105348646899,105193023479,155623420,102.10174 +1757,2026-09-19T22:23:42.353Z,2026-09-19T22:24:32.901Z,105410400541,105322471663,87928878,36.372725 +1758,2026-09-19T22:24:42.353Z,2026-09-19T22:25:32.956Z,105467429643,105322471663,144957980,96.372758 +1759,2026-09-19T22:25:42.353Z,2026-09-19T22:26:34.727Z,105525643653,105441627679,84015974,35.075749 +1760,2026-09-19T22:26:42.353Z,2026-09-19T22:27:33.382Z,105587720567,105441627679,146092888,95.075715 +1761,2026-09-19T22:27:42.353Z,2026-09-19T22:28:36.929Z,105648678868,105570975863,77703005,30.299779 +1762,2026-09-19T22:28:42.353Z,2026-09-19T22:29:33.690Z,105705546334,105570975863,134570471,90.299732 +1763,2026-09-19T22:29:42.353Z,2026-09-19T22:30:34.938Z,105765006888,105689998174,75008714,28.8108 +1764,2026-09-19T22:30:42.353Z,2026-09-19T22:31:35.890Z,105824902350,105689998174,134904176,88.810716 +1765,2026-09-19T22:31:42.353Z,2026-09-19T22:32:35.690Z,105886698446,105814256092,72442354,27.603759 +1766,2026-09-19T22:32:42.353Z,2026-09-19T22:33:28.548Z,105947640452,105814256092,133384360,87.603667 +1767,2026-09-19T22:33:42.353Z,2026-09-19T22:34:29.942Z,106006471916,105933431290,73040626,27.482746 +1768,2026-09-19T22:34:42.353Z,2026-09-19T22:35:30.385Z,106067881376,105933431290,134450086,87.482762 +1769,2026-09-19T22:35:42.353Z,2026-09-19T22:36:29.813Z,106131035652,106052364034,78671618,25.643707 +1770,2026-09-19T22:36:42.353Z,2026-09-19T22:37:30.589Z,106192146840,106052364034,139782806,85.643726 +1771,2026-09-19T22:37:42.354Z,2026-09-19T22:38:31.485Z,106254266208,106176579498,77686710,22.426061 +1772,2026-09-19T22:38:42.353Z,2026-09-19T22:39:31.187Z,106311102856,106176579498,134523358,82.425745 +1773,2026-09-19T22:39:42.353Z,2026-09-19T22:40:33.199Z,106372751240,106300837416,71913824,19.489695 +1774,2026-09-19T22:40:42.353Z,2026-09-19T22:41:32.827Z,106435151426,106300837416,134314010,79.489743 +1775,2026-09-19T22:41:42.353Z,2026-09-19T22:42:32.373Z,106492368892,106419976538,72392354,19.699729 +1776,2026-09-19T22:42:42.353Z,2026-09-19T22:43:33.567Z,106554526624,106419976538,134550086,79.699727 +1777,2026-09-19T22:43:42.354Z,2026-09-19T22:44:33.538Z,106612328998,106544230366,68098632,17.419063 +1778,2026-09-19T22:44:42.353Z,2026-09-19T22:45:33.981Z,106673701822,106544230366,129471456,77.418765 +1779,2026-09-19T22:45:42.353Z,2026-09-19T22:46:35.622Z,106734147284,106663217200,70930084,12.365734 +1780,2026-09-19T22:46:42.353Z,2026-09-19T22:47:35.500Z,106792665384,106663217200,129448184,72.36579 +1781,2026-09-19T22:47:42.353Z,2026-09-19T22:48:36.038Z,106854723116,106782373216,72349900,14.487722 +1782,2026-09-19T22:48:42.353Z,2026-09-19T22:49:36.327Z,106911286492,106782373216,128913276,74.487706 +1783,2026-09-19T22:49:42.353Z,2026-09-19T22:50:28.716Z,106970881954,106906557862,64324092,11.343746 +1784,2026-09-19T22:50:42.353Z,2026-09-19T22:51:29.854Z,107031750688,106906557862,125192826,71.34373 +1785,2026-09-19T22:51:42.353Z,2026-09-19T22:52:30.741Z,107088904462,107030784962,58119500,9.532715 +1786,2026-09-19T22:52:42.353Z,2026-09-19T22:53:30.051Z,107149865650,107030784962,119080688,69.532756 +1787,2026-09-19T22:53:42.354Z,2026-09-19T22:54:30.367Z,107198922400,107149865650,49056750,8.023245 +1788,2026-09-19T22:54:42.353Z,2026-09-19T22:55:31.886Z,107262438312,107149865650,112572662,68.022727 +1789,2026-09-19T22:55:42.353Z,2026-09-19T22:56:30.812Z,107320721504,107268885030,51836474,8.594728 +1790,2026-09-19T22:56:42.353Z,2026-09-19T22:57:31.695Z,107382827508,107268885030,113942478,68.594734 +1791,2026-09-19T22:57:42.353Z,2026-09-19T22:58:33.139Z,107446734146,107387892774,58841372,14.923719 +1792,2026-09-19T22:58:42.353Z,2026-09-19T22:59:33.700Z,107503455068,107387892774,115562294,74.923749 +1793,2026-09-19T22:59:42.353Z,2026-09-19T23:00:34.576Z,107568137023,107511515784,56621239,8.711742 +1794,2026-09-19T23:00:42.353Z,2026-09-19T23:01:34.392Z,107624230900,107511515784,112715116,68.711686 +1795,2026-09-19T23:01:42.353Z,2026-09-19T23:02:35.728Z,107689539900,107632826524,56713376,2.475747 +1796,2026-09-19T23:02:42.353Z,2026-09-19T23:03:35.874Z,107741536282,107632826524,108709758,62.475744 +1797,2026-09-19T23:03:42.353Z,2026-09-19T23:04:37.801Z,107799212538,107754094810,45117728,4.177727 +1798,2026-09-19T23:04:42.353Z,2026-09-19T23:05:37.890Z,107875441068,107754094810,121346258,64.177733 +1799,2026-09-19T23:05:42.353Z,2026-09-19T23:06:36.381Z,107929676448,107875441068,54235380,1.697749 +1800,2026-09-19T23:06:42.353Z,2026-09-19T23:07:30.938Z,107986713096,107875441068,111272028,61.697735 +1801,2026-09-19T23:07:42.354Z,2026-09-19T23:08:30.527Z,108043818926,107996978536,46840390,2.669058 +1802,2026-09-19T23:08:42.354Z,2026-09-19T23:09:30.109Z,108094468764,107996978536,97490228,62.66957 +1803,2026-09-19T23:09:42.353Z,2026-09-19T23:10:31.359Z,108166774482,108118146822,48627660,0.596755 +1804,2026-09-19T23:10:42.353Z,2026-09-19T23:11:31.381Z,108220304044,108118146822,102157222,60.59675 +1805,2026-09-19T23:11:42.353Z,2026-09-19T23:12:31.145Z,108279757052,108118146822,161610230,120.596751 +1806,2026-09-19T23:12:42.353Z,2026-09-19T23:13:30.976Z,108341814784,108248672368,93142416,47.474732 +1807,2026-09-19T23:13:42.353Z,2026-09-19T23:14:33.397Z,108398882250,108248672368,150209882,107.474729 +1808,2026-09-19T23:14:42.353Z,2026-09-19T23:15:34.498Z,108471909550,108367822566,104086984,49.57476 +1809,2026-09-19T23:15:42.353Z,2026-09-19T23:16:34.733Z,108533405646,108367822566,165583080,109.574723 +1810,2026-09-19T23:16:42.353Z,2026-09-19T23:17:34.169Z,108591288838,108492005522,99283316,45.36875 +1811,2026-09-19T23:17:42.353Z,2026-09-19T23:18:35.469Z,108649222030,108492005522,157216508,105.368686 +1812,2026-09-19T23:18:42.353Z,2026-09-19T23:19:35.513Z,108704207727,108621303706,82904021,36.424733 +1813,2026-09-19T23:19:42.353Z,2026-09-19T23:20:35.518Z,108761086512,108621303706,139782806,96.424754 +1814,2026-09-19T23:20:42.353Z,2026-09-19T23:21:35.715Z,108822944244,108740348086,82596158,37.416781 +1815,2026-09-19T23:21:42.353Z,2026-09-19T23:22:35.875Z,108880161710,108740348086,139813624,97.416759 +1816,2026-09-19T23:22:42.354Z,2026-09-19T23:23:36.369Z,108942323532,108859373284,82950248,35.244124 +1817,2026-09-19T23:23:42.353Z,2026-09-19T23:24:29.776Z,109006020262,108859373284,146646978,95.243767 +1818,2026-09-19T23:24:42.353Z,2026-09-19T23:25:30.283Z,109066508178,108983662020,82846158,33.83773 +1819,2026-09-19T23:25:42.353Z,2026-09-19T23:26:30.239Z,109128658364,108983662020,144996344,93.837759 +1820,2026-09-19T23:26:42.353Z,2026-09-19T23:27:30.562Z,109185569202,109102806400,82762802,38.54472 +1821,2026-09-19T23:27:42.353Z,2026-09-19T23:28:32.265Z,109245172210,109102806400,142365810,98.544728 +1822,2026-09-19T23:28:42.353Z,2026-09-19T23:29:34.496Z,109304744400,109227126872,77617528,29.046731 +1823,2026-09-19T23:29:42.353Z,2026-09-19T23:30:33.825Z,109361607776,109227126872,134480904,89.046747 +1824,2026-09-19T23:30:42.354Z,2026-09-19T23:31:31.860Z,109421695692,109351303972,70391720,28.656068 +1825,2026-09-19T23:31:42.353Z,2026-09-19T23:32:33.030Z,109482021972,109351303972,130718000,88.655733 +1826,2026-09-19T23:32:42.353Z,2026-09-19T23:33:35.809Z,109550876422,109475556072,75320350,23.382709 +1827,2026-09-19T23:33:42.353Z,2026-09-19T23:34:33.912Z,109610111976,109475556072,134555904,83.382727 +1828,2026-09-19T23:34:42.353Z,2026-09-19T23:35:34.485Z,109672192980,109594544634,77648346,25.489723 +1829,2026-09-19T23:35:42.353Z,2026-09-19T23:36:34.661Z,109734289076,109594544634,139744442,85.489739 +1830,2026-09-19T23:36:42.353Z,2026-09-19T23:37:33.882Z,109796385172,109718777552,77607620,19.592742 +1831,2026-09-19T23:37:42.353Z,2026-09-19T23:38:36.779Z,109843033943,109718777552,124256391,79.592724 +1832,2026-09-19T23:38:42.353Z,2026-09-19T23:39:36.735Z,109903633495,109837762859,65870636,17.869738 +1833,2026-09-19T23:39:42.353Z,2026-09-19T23:41:05.690Z,109965241227,109837762859,127478368,77.869734 +1834,2026-09-19T23:41:05.711Z,2026-09-19T23:41:53.629Z,110039634215,109956988057,82646158,42.280589 +1835,2026-09-19T23:41:53.650Z,2026-09-19T23:42:40.297Z,110102015219,109956988057,145027162,90.219712 +1836,2026-09-19T23:42:42.353Z,2026-09-19T23:43:30.232Z,110148586427,110081203521,67382906,20.123738 +1837,2026-09-19T23:43:42.353Z,2026-09-19T23:44:30.693Z,110206457983,110081203521,125254462,80.123765 +1838,2026-09-19T23:44:42.353Z,2026-09-19T23:45:32.343Z,110267519171,110205473075,62046096,11.780734 +1839,2026-09-19T23:45:42.354Z,2026-09-19T23:46:31.431Z,110329611494,110205473075,124138419,71.781439 +1840,2026-09-19T23:46:42.353Z,2026-09-19T23:47:31.961Z,110392481179,110324567455,67913724,9.918725 +1841,2026-09-19T23:47:42.353Z,2026-09-19T23:48:32.798Z,110440945475,110324567455,116378020,69.918748 +1842,2026-09-19T23:48:42.353Z,2026-09-19T23:49:32.580Z,110500448029,110448832919,51615110,9.387737 +1843,2026-09-19T23:49:42.353Z,2026-09-19T23:50:35.458Z,110562567397,110448832919,113734478,69.387763 +1844,2026-09-19T23:50:42.353Z,2026-09-19T23:51:33.717Z,110624725129,110573071201,51653928,4.570705 +1845,2026-09-19T23:51:42.353Z,2026-09-19T23:52:35.165Z,110692084763,110573071201,119013562,64.570748 +1846,2026-09-19T23:52:42.353Z,2026-09-19T23:53:35.430Z,110754154131,110692084763,62069368,10.369731 +1847,2026-09-19T23:53:42.353Z,2026-09-19T23:54:35.658Z,110816279317,110692084763,124194554,70.369726 +1848,2026-09-19T23:54:42.353Z,2026-09-19T23:55:35.536Z,110863935433,110811059961,52875472,8.583714 +1849,2026-09-19T23:55:42.353Z,2026-09-19T23:56:35.238Z,110926245210,110811059961,115185249,68.583739 +1850,2026-09-19T23:56:42.353Z,2026-09-19T23:57:39.670Z,110987215989,110940550599,46665390,0.329736 +1851,2026-09-19T23:57:42.353Z,2026-09-19T23:58:28.840Z,111048998721,110940550599,108448122,60.329727 +1852,2026-09-19T23:58:42.353Z,2026-09-19T23:59:30.025Z,111108178457,110940550599,167627858,120.329717 +1853,2026-09-19T23:59:42.353Z,2026-09-20T00:00:30.036Z,111166436591,111059619979,106816612,58.348735 +1854,2026-09-20T00:00:42.353Z,2026-09-20T00:01:31.462Z,111235650949,111059619979,176030970,118.348708 +1855,2026-09-20T00:01:42.353Z,2026-09-20T00:02:32.446Z,111287462423,111189098923,98363500,46.898728 +1856,2026-09-20T00:02:42.353Z,2026-09-20T00:03:33.295Z,111345557251,111189098923,156458328,106.898732 +1857,2026-09-20T00:03:42.354Z,2026-09-20T00:04:32.017Z,111406618439,111308218303,98400136,50.258386 +1858,2026-09-20T00:04:42.353Z,2026-09-20T00:05:37.844Z,111468706989,111308218303,160488686,110.257729 +1859,2026-09-20T00:05:42.353Z,2026-09-20T00:06:33.907Z,111516113105,111432389585,83723520,47.144667 +1860,2026-09-20T00:06:42.353Z,2026-09-20T00:07:34.442Z,111592914907,111432389585,160525322,107.144734 +1861,2026-09-20T00:07:42.353Z,2026-09-20T00:08:33.883Z,111639636115,111551553147,88082968,41.533749 +1862,2026-09-20T00:08:42.353Z,2026-09-20T00:09:34.418Z,111701139757,111551553147,149586610,101.533741 +1863,2026-09-20T00:09:42.353Z,2026-09-20T00:10:38.237Z,111763626579,111675780247,87846332,44.278721 +1864,2026-09-20T00:10:42.354Z,2026-09-20T00:11:35.883Z,111820753068,111675780247,144972821,104.279049 +1865,2026-09-20T00:11:42.353Z,2026-09-20T00:12:36.824Z,111882449164,111789715179,92733985,45.81573 +1866,2026-09-20T00:12:42.353Z,2026-09-20T00:13:37.905Z,111939847448,111789715179,150132269,105.815746 +1867,2026-09-20T00:13:42.353Z,2026-09-20T00:14:30.127Z,112002178452,111914095484,88082968,38.774768 +1868,2026-09-20T00:14:42.353Z,2026-09-20T00:15:29.939Z,112064230366,111914095484,150134882,98.774727 +1869,2026-09-20T00:15:42.353Z,2026-09-20T00:16:29.896Z,112121303650,112038434220,82869430,39.027744 +1870,2026-09-20T00:16:42.353Z,2026-09-20T00:17:30.037Z,112183361382,112038434220,144927162,99.027721 +1871,2026-09-20T00:17:42.353Z,2026-09-20T00:18:35.791Z,112245630750,112162584275,83046475,32.25975 +1872,2026-09-20T00:18:42.353Z,2026-09-20T00:19:32.066Z,112304225578,112162584275,141641303,92.259743 +1873,2026-09-20T00:19:42.353Z,2026-09-20T00:20:31.982Z,112364632676,112292140322,72492354,23.131742 +1874,2026-09-20T00:20:42.353Z,2026-09-20T00:21:32.834Z,112426757862,112292140322,134617540,83.131719 +1875,2026-09-20T00:21:42.353Z,2026-09-20T00:22:33.924Z,112488840594,112416448240,72392354,20.768739 +1876,2026-09-20T00:22:42.353Z,2026-09-20T00:23:35.478Z,112548071393,112416448240,131623153,80.768753 +1877,2026-09-20T00:23:42.353Z,2026-09-20T00:24:35.459Z,112607943583,112535339593,72603990,19.635731 +1878,2026-09-20T00:24:42.353Z,2026-09-20T00:25:35.384Z,112670193769,112535339593,134854176,79.635711 +1879,2026-09-20T00:25:42.353Z,2026-09-20T00:26:35.723Z,112716795795,112654501427,62294368,21.856726 +1880,2026-09-20T00:26:42.353Z,2026-09-20T00:27:35.741Z,112779707617,112654501427,125206190,81.856734 +1881,2026-09-20T00:27:42.353Z,2026-09-20T00:28:35.888Z,112840918805,112778741891,62176914,18.267924 +1882,2026-09-20T00:28:42.353Z,2026-09-20T00:29:35.755Z,112903030627,112778741891,124288736,78.267729 +1883,2026-09-20T00:29:42.353Z,2026-09-20T00:30:36.392Z,112964772633,112897780453,66992180,21.797724 +1884,2026-09-20T00:30:42.354Z,2026-09-20T00:31:29.756Z,113025907093,112897780453,128126640,81.798908 +1885,2026-09-20T00:31:42.353Z,2026-09-20T00:32:30.084Z,113084351921,113022163371,62188550,14.627723 +1886,2026-09-20T00:32:42.353Z,2026-09-20T00:33:30.225Z,113146402107,113022163371,124238736,74.627854 +1887,2026-09-20T00:33:42.353Z,2026-09-20T00:34:30.743Z,113208448203,113136155849,72292354,18.928766 diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness_summary.json b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness_summary.json new file mode 100644 index 0000000..ab948c1 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness_summary.json @@ -0,0 +1,43 @@ +{ + "sources": { + "freshness": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/freshness/mv_freshness_20260918T170453Z.jsonl", + "sha256": "7e0593e012379c314030fe76ae3b9ab2a1b65495beff395967d452ee653e1f6e" + } + }, + "semantics": "Row difference and observational refresh age are separate metrics. No conversion of age into raw-to-MV time lag. Parallel ingestion means row counts do not identify exact rows.", + "accepted_samples": 1887, + "negative_row_gap_samples": 0, + "maximum_rows_behind": 176030970, + "maximum_refresh_age_sec": 137.617717, + "final_completed_refresh": { + "finished_at": "2026-09-20T00:36:23.999Z", + "output_rows": null, + "maintenance_type": "MAINTENANCE_TYPE_GROUP_AGGREGATE", + "maintenance_class": "incremental", + "planned_at": "2026-09-20T00:36:08.467Z", + "source_snapshot": { + "table_name": "`costbench`.`rt_full_serverless_baseline_r3_20260918`.`quotes`", + "num_rows": 113219565734, + "num_files": 14710, + "full_size_bytes": 718123347536, + "changed_rows": 83409885, + "changed_files": 17, + "change_size_bytes": 560141672, + "delta_version": null + }, + "update_id": "89a3a757-6c69-476c-906b-8ff1b9ffe27c" + }, + "final_rows": 113219565734, + "schema_version": 1, + "chart": "databricks_freshness", + "layout": { + "variant": "standard", + "data_and_math_unchanged": true + }, + "outputs": { + "png": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness.png", + "svg": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness.svg", + "csv": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness_data.csv" + } +} diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness_wide.png b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness_wide.png new file mode 100644 index 0000000..14bcc1d Binary files /dev/null and b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness_wide.png differ diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness_wide.svg b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness_wide.svg new file mode 100644 index 0000000..fc83eaf --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness_wide.svg @@ -0,0 +1,5785 @@ + + + + + + + + 2026-09-22T07:47:41.815974 + image/svg+xml + + + Matplotlib v3.10.9, https://matplotlib.org/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness_wide_data.csv b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness_wide_data.csv new file mode 100644 index 0000000..5fcc4f6 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness_wide_data.csv @@ -0,0 +1,1888 @@ +source_index,observed_at,collected_until,raw_rows,mv_source_rows,rows_behind,refresh_age_seconds +1,2026-09-18T17:07:42.353Z,2026-09-18T17:08:28.309Z,49171842,19337792,29834050,17.534709 +2,2026-09-18T17:08:42.353Z,2026-09-18T17:09:28.834Z,101983950,76212804,25771146,13.297699 +3,2026-09-18T17:09:42.353Z,2026-09-18T17:10:28.574Z,168633676,138251354,30382322,12.204723 +4,2026-09-18T17:10:42.353Z,2026-09-18T17:11:28.578Z,226199414,200378268,25821146,6.877716 +5,2026-09-18T17:11:42.353Z,2026-09-18T17:12:28.368Z,283247698,262447636,20800062,6.792702 +6,2026-09-18T17:12:42.353Z,2026-09-18T17:13:32.165Z,345305430,324555368,20750062,6.744703 +7,2026-09-18T17:13:42.353Z,2026-09-18T17:14:29.043Z,407432344,386632282,20800062,2.973686 +8,2026-09-18T17:14:42.353Z,2026-09-18T17:15:30.188Z,459224636,443526476,15698160,5.575726 +9,2026-09-18T17:15:42.353Z,2026-09-18T17:16:31.808Z,527715722,505638298,22077424,3.245687 +10,2026-09-18T17:16:42.354Z,2026-09-18T17:17:23.652Z,578230652,567765212,10465440,0.485572 +11,2026-09-18T17:17:42.353Z,2026-09-18T17:18:23.471Z,645378650,624782678,20595972,2.627726 +12,2026-09-18T17:18:42.353Z,2026-09-18T17:19:24.878Z,708794562,691980676,16813886,0.418717 +13,2026-09-18T17:19:42.353Z,2026-09-18T17:20:24.910Z,763742212,691980676,71761536,60.41872 +14,2026-09-18T17:20:42.353Z,2026-09-18T17:21:23.970Z,827755310,754080862,73674448,56.296741 +15,2026-09-18T17:21:42.353Z,2026-09-18T17:22:25.613Z,880174964,810929788,69245176,56.247727 +16,2026-09-18T17:22:42.353Z,2026-09-18T17:23:26.984Z,949173596,878251058,70922538,50.436741 +17,2026-09-18T17:23:42.353Z,2026-09-18T17:24:25.517Z,1001073751,935268524,65805227,51.049716 +18,2026-09-18T17:24:42.353Z,2026-09-18T17:25:26.943Z,1064705072,997380029,67325043,52.777752 +19,2026-09-18T17:25:42.353Z,2026-09-18T17:26:26.913Z,1120164358,1059676442,60487916,49.3367 +20,2026-09-18T17:26:42.353Z,2026-09-18T17:27:26.042Z,1183861088,1116551454,67309634,52.372729 +21,2026-09-18T17:27:42.353Z,2026-09-18T17:28:29.072Z,1246330456,1178820822,67509634,50.407722 +22,2026-09-18T17:28:42.353Z,2026-09-18T17:29:28.744Z,1308311460,1240971008,67340452,48.712741 +23,2026-09-18T17:29:42.353Z,2026-09-18T17:30:29.393Z,1360109570,1303051695,57057875,48.890733 +24,2026-09-18T17:30:42.353Z,2026-09-18T17:31:27.917Z,1427736658,1365174836,62561822,46.601711 +25,2026-09-18T17:31:42.353Z,2026-09-18T17:32:29.017Z,1483395944,1422211484,61184460,46.40674 +26,2026-09-18T17:32:42.353Z,2026-09-18T17:33:23.235Z,1536153962,1489613572,46540390,40.131723 +27,2026-09-18T17:33:42.353Z,2026-09-18T17:34:22.041Z,1608788770,1546631038,62157732,42.290716 +28,2026-09-18T17:34:42.353Z,2026-09-18T17:35:23.585Z,1666903251,1608788770,58114481,43.584674 +29,2026-09-18T17:35:42.353Z,2026-09-18T17:36:23.444Z,1722693355,1665625889,57067466,40.68874 +30,2026-09-18T17:36:42.353Z,2026-09-18T17:37:24.290Z,1779537549,1727937711,51599838,44.230732 +31,2026-09-18T17:37:42.353Z,2026-09-18T17:38:24.899Z,1848782725,1790033807,58748918,39.265725 +32,2026-09-18T17:38:42.353Z,2026-09-18T17:39:24.200Z,1903826285,1852041539,51784746,39.430832 +33,2026-09-18T17:39:42.353Z,2026-09-18T17:40:24.884Z,1971116737,1914272543,56844194,36.114733 +34,2026-09-18T17:40:42.353Z,2026-09-18T17:41:25.358Z,2023593937,1976361093,47232844,33.61972 +35,2026-09-18T17:41:42.353Z,2026-09-18T17:42:26.783Z,2079807313,2033205287,46602026,35.597738 +36,2026-09-18T17:42:42.353Z,2026-09-18T17:43:38.593Z,2147147765,2095324655,51823110,33.661735 +37,2026-09-18T17:43:42.353Z,2026-09-18T17:44:27.499Z,2204184413,2157644023,46540390,35.212723 +38,2026-09-18T17:44:42.353Z,2026-09-18T17:45:27.659Z,2271542030,2219663391,51878639,31.592718 +39,2026-09-18T17:45:42.353Z,2026-09-18T17:46:30.177Z,2328392042,2276595660,51796382,30.565712 +40,2026-09-18T17:46:42.353Z,2026-09-18T17:47:27.526Z,2384120510,2343890202,40230308,27.610746 +41,2026-09-18T17:47:42.353Z,2026-09-18T17:48:28.840Z,2452488324,2400996032,51492292,25.891722 +42,2026-09-18T17:48:42.354Z,2026-09-18T17:49:30.850Z,2504473070,2463138355,41334715,26.248446 +43,2026-09-18T17:49:42.353Z,2026-09-18T17:50:21.346Z,2559928266,2520040412,39887854,26.800749 +44,2026-09-18T17:50:42.353Z,2026-09-18T17:51:22.735Z,2625972174,2582153962,43818212,24.477719 +45,2026-09-18T17:51:42.353Z,2026-09-18T17:52:22.690Z,2680598280,2644459966,36138314,25.84672 +46,2026-09-18T17:52:42.354Z,2026-09-18T17:53:53.630Z,2745239826,2706394426,38845400,26.172886 +47,2026-09-18T17:53:53.650Z,2026-09-18T17:54:35.507Z,2824223080,2763461892,60761188,35.99769 +48,2026-09-18T17:54:42.353Z,2026-09-18T17:55:26.600Z,2862491118,2825562078,36929040,23.318732 +49,2026-09-18T17:55:42.353Z,2026-09-18T17:56:24.682Z,2929058298,2887658174,41400124,20.592715 +50,2026-09-18T17:56:42.353Z,2026-09-18T17:57:24.336Z,2981870081,2949829262,32040819,19.318737 +51,2026-09-18T17:57:42.353Z,2026-09-18T17:58:24.512Z,3048219807,3006881319,41338488,21.57875 +52,2026-09-18T17:58:42.353Z,2026-09-18T17:59:26.223Z,3100004553,3068958233,31046320,20.390741 +53,2026-09-18T17:59:42.353Z,2026-09-18T18:00:26.047Z,3164697827,3131065965,33631862,18.668743 +54,2026-09-18T18:00:42.353Z,2026-09-18T18:01:26.819Z,3229421919,3187914249,41507670,21.221703 +55,2026-09-18T18:01:42.353Z,2026-09-18T18:02:29.740Z,3287890019,3250208617,37681402,19.662723 +56,2026-09-18T18:02:42.353Z,2026-09-18T18:03:28.077Z,3338149131,3312333803,25815328,16.308701 +57,2026-09-18T18:03:42.353Z,2026-09-18T18:04:29.416Z,3405545401,3374441535,31103866,14.565725 +58,2026-09-18T18:04:42.353Z,2026-09-18T18:05:30.231Z,3458476691,3431347365,27129326,16.504728 +59,2026-09-18T18:05:42.353Z,2026-09-18T18:06:30.281Z,3524478145,3493455097,31023048,14.293728 +60,2026-09-18T18:06:42.353Z,2026-09-18T18:07:33.909Z,3581526429,3550299291,31227138,14.297766 +61,2026-09-18T18:07:42.353Z,2026-09-18T18:08:23.314Z,3644238251,3612586113,31652138,14.223717 +62,2026-09-18T18:08:42.353Z,2026-09-18T18:09:23.200Z,3710886249,3674588027,36298222,15.07772 +63,2026-09-18T18:09:42.353Z,2026-09-18T18:10:28.501Z,3762673030,3736826884,25846146,13.06573 +64,2026-09-18T18:10:42.353Z,2026-09-18T18:11:23.554Z,3830069300,3799003798,31065502,7.455734 +65,2026-09-18T18:11:42.353Z,2026-09-18T18:12:24.738Z,3881904046,3799003798,82900248,67.45573 +66,2026-09-18T18:12:42.353Z,2026-09-18T18:13:25.952Z,3945962412,3918178996,27783416,3.635721 +67,2026-09-18T18:13:42.353Z,2026-09-18T18:14:25.935Z,4000942608,3918178996,82763612,63.635711 +68,2026-09-18T18:14:42.353Z,2026-09-18T18:15:26.539Z,4068158060,4037254194,30903866,4.970715 +69,2026-09-18T18:15:42.353Z,2026-09-18T18:16:27.790Z,4119992806,4037254194,82738612,64.970722 +70,2026-09-18T18:16:42.353Z,2026-09-18T18:17:27.143Z,4187344894,4156298574,31046320,8.282731 +71,2026-09-18T18:17:42.353Z,2026-09-18T18:18:27.686Z,4239168004,4223619844,15548160,5.220749 +72,2026-09-18T18:18:42.353Z,2026-09-18T18:19:28.520Z,4303151370,4280575674,22575696,5.814728 +73,2026-09-18T18:19:42.353Z,2026-09-18T18:20:28.767Z,4368454552,4342633406,25821146,7.273707 +74,2026-09-18T18:20:42.353Z,2026-09-18T18:21:29.059Z,4423786854,4404725790,19061064,0.330738 +75,2026-09-18T18:21:42.354Z,2026-09-18T18:22:30.016Z,4488847582,4466783522,22064060,0.909747 +76,2026-09-18T18:22:42.353Z,2026-09-18T18:23:22.596Z,4542146326,4466783522,75362804,60.908715 +77,2026-09-18T18:23:42.353Z,2026-09-18T18:24:21.923Z,4607741962,4529033708,78708254,58.30476 +78,2026-09-18T18:24:42.353Z,2026-09-18T18:25:24.975Z,4660605798,4529033708,131572090,118.30473 +79,2026-09-18T18:25:42.353Z,2026-09-18T18:26:24.402Z,4725506935,4648008906,77498029,57.014757 +80,2026-09-18T18:26:42.353Z,2026-09-18T18:27:23.836Z,4783655536,4648008906,135646630,117.014746 +81,2026-09-18T18:27:42.353Z,2026-09-18T18:28:25.395Z,4840280548,4767484104,72796444,56.106743 +82,2026-09-18T18:28:42.353Z,2026-09-18T18:29:24.357Z,4905085458,4767484104,137601354,116.106741 +83,2026-09-18T18:29:42.353Z,2026-09-18T18:30:24.806Z,4967747280,4945577402,22169878,2.675717 +84,2026-09-18T18:30:42.353Z,2026-09-18T18:31:27.173Z,5015788304,4945577402,70210902,62.675742 +85,2026-09-18T18:31:42.353Z,2026-09-18T18:32:26.741Z,5075087403,5066820869,8266534,1.93772 +86,2026-09-18T18:32:42.353Z,2026-09-18T18:33:26.411Z,5139630677,5066820869,72809808,61.93773 +87,2026-09-18T18:33:42.353Z,2026-09-18T18:34:29.479Z,5202883225,5188269973,14613252,0.004709 +88,2026-09-18T18:34:42.353Z,2026-09-18T18:35:27.102Z,5269115497,5188269973,80845524,60.004717 +89,2026-09-18T18:35:42.353Z,2026-09-18T18:36:30.646Z,5325715509,5252986519,72728990,56.99775 +90,2026-09-18T18:36:42.353Z,2026-09-18T18:37:30.525Z,5390514601,5317691429,72823172,51.086742 +91,2026-09-18T18:37:42.353Z,2026-09-18T18:38:30.785Z,5447027977,5374385623,72642354,54.178715 +92,2026-09-18T18:38:42.353Z,2026-09-18T18:39:30.017Z,5495623091,5438905625,56717466,52.445743 +93,2026-09-18T18:39:42.353Z,2026-09-18T18:40:21.921Z,5560358819,5495623091,64735728,52.349716 +94,2026-09-18T18:40:42.353Z,2026-09-18T18:41:25.037Z,5627910907,5560358819,67552088,51.688731 +95,2026-09-18T18:41:42.353Z,2026-09-18T18:42:24.371Z,5684533107,5617595467,66937640,51.656711 +96,2026-09-18T18:42:42.353Z,2026-09-18T18:43:22.718Z,5748739745,5679573659,69166086,50.444738 +97,2026-09-18T18:43:42.353Z,2026-09-18T18:44:24.717Z,5803881577,5741731391,62150186,48.477746 +98,2026-09-18T18:44:42.353Z,2026-09-18T18:45:25.281Z,5858869319,5798798857,60070462,48.743748 +99,2026-09-18T18:45:42.353Z,2026-09-18T18:46:24.611Z,5928177859,5860769953,67407906,46.994692 +100,2026-09-18T18:46:42.353Z,2026-09-18T18:47:24.496Z,5980000969,5922956775,57044194,46.548731 +101,2026-09-18T18:47:42.353Z,2026-09-18T18:48:26.443Z,6047179785,5980000969,67178816,50.31474 +102,2026-09-18T18:48:42.353Z,2026-09-18T18:49:27.323Z,6101250073,6047179785,54070288,41.374739 +103,2026-09-18T18:49:42.353Z,2026-09-18T18:50:27.511Z,6170502795,6104239705,66263090,43.63476 +104,2026-09-18T18:50:42.353Z,2026-09-18T18:51:28.112Z,6223203267,6166185801,57017466,42.091742 +105,2026-09-18T18:51:42.353Z,2026-09-18T18:52:27.906Z,6280969005,6223203267,57765738,42.184744 +106,2026-09-18T18:52:42.353Z,2026-09-18T18:53:27.718Z,6340883649,6285330181,55553468,40.869721 +107,2026-09-18T18:53:42.353Z,2026-09-18T18:54:29.542Z,6409438099,6352643905,56794194,37.217876 +108,2026-09-18T18:54:42.353Z,2026-09-18T18:55:29.184Z,6461616011,6409438099,52177912,37.44877 +109,2026-09-18T18:55:42.353Z,2026-09-18T18:56:28.459Z,6518316023,6471725633,46590390,35.338735 +110,2026-09-18T18:56:42.353Z,2026-09-18T18:57:23.736Z,6585987293,6533852547,52134746,36.825676 +111,2026-09-18T18:57:42.353Z,2026-09-18T18:58:21.603Z,6652062019,6595991097,56070922,34.270712 +112,2026-09-18T18:58:42.353Z,2026-09-18T18:59:22.410Z,6706220671,6658291283,47929388,26.261727 +113,2026-09-18T18:59:42.353Z,2026-09-18T19:00:24.458Z,6761729957,6720106561,41623396,30.935733 +114,2026-09-18T19:00:42.353Z,2026-09-18T19:01:23.540Z,6829139591,6777474027,51665564,28.539964 +115,2026-09-18T19:01:42.353Z,2026-09-18T19:02:24.611Z,6882413335,6844837751,37575584,23.251746 +116,2026-09-18T19:02:42.353Z,2026-09-18T19:03:56.724Z,6951902693,6901793581,50109112,27.161733 +117,2026-09-18T19:03:56.745Z,2026-09-18T19:05:20.274Z,7020949597,6964049585,56900012,38.08559 +118,2026-09-18T19:05:20.298Z,2026-09-18T19:06:05.745Z,7101491031,7026170681,75320350,61.347569 +119,2026-09-18T19:06:05.766Z,2026-09-18T19:06:49.113Z,7155565694,7088228413,67337281,43.886375 +120,2026-09-18T19:06:49.135Z,2026-09-18T19:07:34.403Z,7183972382,7150321338,33651044,26.011169 +121,2026-09-18T19:07:42.353Z,2026-09-18T19:08:27.367Z,7252047742,7207388804,44658938,22.122732 +122,2026-09-18T19:08:42.353Z,2026-09-18T19:09:28.735Z,7305794758,7269527354,36267404,19.553734 +123,2026-09-18T19:09:42.353Z,2026-09-18T19:10:30.005Z,7362738952,7331646722,31092230,18.418732 +124,2026-09-18T19:10:42.353Z,2026-09-18T19:11:28.348Z,7430052676,7393785272,36267404,16.913761 +125,2026-09-18T19:11:42.353Z,2026-09-18T19:12:29.835Z,7487027688,7450879466,36148222,16.075757 +126,2026-09-18T19:12:42.353Z,2026-09-18T19:13:22.341Z,7540824704,7513029652,27795052,15.537835 +127,2026-09-18T19:13:42.353Z,2026-09-18T19:14:22.186Z,7611497242,7575218202,36279040,13.01875 +128,2026-09-18T19:14:42.353Z,2026-09-18T19:15:22.529Z,7668348982,7632043214,36305768,16.583746 +129,2026-09-18T19:15:42.353Z,2026-09-18T19:16:24.487Z,7725447266,7694393400,31053866,14.798726 +130,2026-09-18T19:16:42.353Z,2026-09-18T19:17:23.183Z,7792799354,7756466541,36332813,11.541727 +131,2026-09-18T19:17:42.353Z,2026-09-18T19:18:25.701Z,7847250460,7818612954,28637506,12.603721 +132,2026-09-18T19:18:42.353Z,2026-09-18T19:19:25.785Z,7901632464,7875611318,26021146,11.215732 +133,2026-09-18T19:19:42.353Z,2026-09-18T19:20:25.716Z,7968772916,7937688232,31084684,10.984733 +134,2026-09-18T19:20:42.353Z,2026-09-18T19:21:25.064Z,8025827018,7999838418,25988600,6.363717 +135,2026-09-18T19:21:42.353Z,2026-09-18T19:22:27.712Z,8082727030,7999838418,82888612,66.363726 +136,2026-09-18T19:22:42.353Z,2026-09-18T19:23:27.674Z,8152229752,8118832798,33396954,4.992735 +137,2026-09-18T19:23:42.353Z,2026-09-18T19:24:26.818Z,8206998312,8118832798,88165514,64.992705 +138,2026-09-18T19:24:42.353Z,2026-09-18T19:25:26.616Z,8259923784,8243123262,16800522,2.570729 +139,2026-09-18T19:25:42.353Z,2026-09-18T19:26:28.923Z,8331194594,8243123262,88071332,62.570733 +140,2026-09-18T19:26:42.353Z,2026-09-18T19:27:28.199Z,8388194606,8362211824,25982782,5.520732 +141,2026-09-18T19:27:42.353Z,2026-09-18T19:28:29.963Z,8442557348,8424462010,18095338,4.151743 +142,2026-09-18T19:28:42.353Z,2026-09-18T19:29:31.804Z,8501463812,8486600560,14863252,3.541732 +143,2026-09-18T19:29:42.353Z,2026-09-18T19:30:22.539Z,8574446497,8486600560,87845937,63.541727 +144,2026-09-18T19:30:42.353Z,2026-09-18T19:31:25.978Z,8630292419,8486600560,143691859,123.541735 +145,2026-09-18T19:31:42.353Z,2026-09-18T19:32:21.894Z,8688394793,8605525363,82869430,59.120741 +146,2026-09-18T19:32:42.353Z,2026-09-18T19:33:24.365Z,8744777351,8605525363,139251988,119.120744 +147,2026-09-18T19:33:42.353Z,2026-09-18T19:34:24.075Z,8801933181,8724650561,77282620,57.705742 +148,2026-09-18T19:34:42.353Z,2026-09-18T19:35:24.306Z,8869616087,8786727475,82888612,59.754727 +149,2026-09-18T19:35:42.353Z,2026-09-18T19:36:24.905Z,8924248011,8848866025,75381986,58.148754 +150,2026-09-18T19:36:42.353Z,2026-09-18T19:37:25.038Z,8981827113,8910950802,70876311,59.28671 +151,2026-09-18T19:37:42.353Z,2026-09-18T19:38:27.250Z,9037498035,8973043125,64454910,55.506895 +152,2026-09-18T19:38:42.353Z,2026-09-18T19:39:27.404Z,9107628119,9035212493,72415626,52.536711 +153,2026-09-18T19:39:42.353Z,2026-09-18T19:40:28.455Z,9159427957,9035212493,124215464,112.536733 +154,2026-09-18T19:40:42.353Z,2026-09-18T19:41:28.259Z,9226780045,9149143335,77636710,51.188758 +155,2026-09-18T19:41:42.353Z,2026-09-18T19:42:27.840Z,9283624769,9149143335,134481434,111.188727 +156,2026-09-18T19:42:42.354Z,2026-09-18T19:43:27.781Z,9350965221,9273309329,77655892,55.160333 +157,2026-09-18T19:43:42.353Z,2026-09-18T19:44:31.857Z,9407847779,9335467061,72380718,55.016802 +158,2026-09-18T19:44:42.353Z,2026-09-18T19:45:28.986Z,9459669161,9392334527,67334634,53.922739 +159,2026-09-18T19:45:42.353Z,2026-09-18T19:46:30.642Z,9530066699,9454411441,75655258,53.336725 +160,2026-09-18T19:46:42.353Z,2026-09-18T19:47:42.358Z,9584532897,9516519173,68013724,52.946752 +161,2026-09-18T19:47:42.381Z,2026-09-18T19:48:22.224Z,9640919545,9573555821,67363724,55.231263 +162,2026-09-18T19:48:42.354Z,2026-09-18T19:49:23.575Z,9708048361,9635663553,72384808,54.877154 +163,2026-09-18T19:49:42.353Z,2026-09-18T19:50:25.522Z,9765296645,9692519383,72777262,54.816731 +164,2026-09-18T19:50:42.353Z,2026-09-18T19:51:23.844Z,9821854203,9754650387,67203816,54.224728 +165,2026-09-18T19:51:42.353Z,2026-09-18T19:52:24.523Z,9892751741,9816784847,75966894,47.946754 +166,2026-09-18T19:52:42.353Z,2026-09-18T19:53:24.516Z,9948249391,9878927487,69321904,46.199726 +167,2026-09-18T19:53:42.353Z,2026-09-18T19:54:26.723Z,10003092951,9940979401,62113550,48.078763 +168,2026-09-18T19:54:42.353Z,2026-09-18T19:55:27.368Z,10070411544,9998048595,72362949,48.183736 +169,2026-09-18T19:55:42.353Z,2026-09-18T19:56:28.699Z,10127442374,10065153824,62288550,43.477761 +170,2026-09-18T19:56:42.353Z,2026-09-18T19:57:28.035Z,10185425566,10122202108,63223458,44.819724 +171,2026-09-18T19:57:42.353Z,2026-09-18T19:58:28.268Z,10242543032,10184359840,58183192,41.569737 +172,2026-09-18T19:58:42.353Z,2026-09-18T19:59:28.344Z,10313658024,10246460026,67197998,39.321728 +173,2026-09-18T19:59:42.353Z,2026-09-18T20:00:29.313Z,10370706308,10308606122,62100186,36.976683 +174,2026-09-18T20:00:42.353Z,2026-09-18T20:01:29.319Z,10427544684,10308606122,118938562,96.976742 +175,2026-09-18T20:01:42.353Z,2026-09-18T20:02:30.781Z,10486337784,10432833222,53504562,31.434726 +176,2026-09-18T20:02:42.353Z,2026-09-18T20:03:31.171Z,10543836068,10432833222,111002846,91.434752 +177,2026-09-18T20:03:42.353Z,2026-09-18T20:04:23.751Z,10601238442,10551933420,49305022,33.795726 +178,2026-09-18T20:04:42.353Z,2026-09-18T20:05:22.136Z,10670971982,10551933420,119038562,93.795743 +179,2026-09-18T20:05:42.353Z,2026-09-18T20:06:24.300Z,10727977812,10670971982,57005830,31.673725 +180,2026-09-18T20:06:42.353Z,2026-09-18T20:07:24.411Z,10784783642,10670971982,113811660,91.673722 +181,2026-09-18T20:07:42.353Z,2026-09-18T20:08:25.117Z,10841856002,10795284794,46571208,28.307725 +182,2026-09-18T20:08:42.353Z,2026-09-18T20:09:25.608Z,10912709358,10795284794,117424564,88.307751 +183,2026-09-18T20:09:42.353Z,2026-09-18T20:10:25.329Z,10970623368,10919492712,51130656,22.476756 +184,2026-09-18T20:10:42.353Z,2026-09-18T20:11:27.327Z,11028190834,10919492712,108698122,82.476722 +185,2026-09-18T20:11:42.354Z,2026-09-18T20:12:25.744Z,11085239118,11033416008,51823110,27.858353 +186,2026-09-18T20:12:42.353Z,2026-09-18T20:13:27.986Z,11142094948,11100737278,41357670,24.672745 +187,2026-09-18T20:13:42.353Z,2026-09-18T20:14:27.908Z,11200458958,11100737278,99721680,84.672743 +188,2026-09-18T20:14:42.353Z,2026-09-18T20:15:29.190Z,11257688060,11219789204,37898856,22.16475 +189,2026-09-18T20:15:42.353Z,2026-09-18T20:16:29.988Z,11328448962,11287110474,41338488,19.374905 +190,2026-09-18T20:16:42.353Z,2026-09-18T20:17:29.795Z,11385516428,11343985486,41530942,20.857729 +191,2026-09-18T20:17:42.353Z,2026-09-18T20:18:30.411Z,11442383894,11406066490,36317404,22.38176 +192,2026-09-18T20:18:42.353Z,2026-09-18T20:19:29.862Z,11504541626,11468255040,36286586,19.496744 +193,2026-09-18T20:19:42.353Z,2026-09-18T20:20:21.362Z,11571874055,11468255040,103619015,79.496731 +194,2026-09-18T20:20:42.353Z,2026-09-18T20:21:22.857Z,11623714619,11587397215,36317404,17.367959 +195,2026-09-18T20:21:42.354Z,2026-09-18T20:22:23.253Z,11693459795,11587397215,106062580,77.368461 +196,2026-09-18T20:22:42.353Z,2026-09-18T20:23:25.590Z,11742647363,11706379959,36267404,18.319713 +197,2026-09-18T20:23:42.353Z,2026-09-18T20:24:25.330Z,11799995647,11768660963,31334684,18.91868 +198,2026-09-18T20:24:42.353Z,2026-09-18T20:25:24.990Z,11866843645,11830787877,36055768,16.253719 +199,2026-09-18T20:25:42.353Z,2026-09-18T20:26:27.195Z,11929113013,11892851427,36261586,16.769674 +200,2026-09-18T20:26:42.353Z,2026-09-18T20:27:26.132Z,11985988025,11954945795,31042230,11.546722 +201,2026-09-18T20:27:42.353Z,2026-09-18T20:28:25.497Z,12041878129,12017022709,24855420,9.68074 +202,2026-09-18T20:28:42.353Z,2026-09-18T20:29:26.737Z,12099917139,12079180441,20736698,6.249731 +203,2026-09-18T20:29:42.353Z,2026-09-18T20:30:25.840Z,12164342959,12079180441,85162518,66.249728 +204,2026-09-18T20:30:42.353Z,2026-09-18T20:31:26.851Z,12224138421,12198305639,25832782,2.220726 +205,2026-09-18T20:31:42.353Z,2026-09-18T20:32:30.102Z,12286407789,12198305639,88102150,62.220716 +206,2026-09-18T20:32:42.353Z,2026-09-18T20:33:31.245Z,12348482558,12322526504,25956054,1.445738 +207,2026-09-18T20:33:42.354Z,2026-09-18T20:34:28.883Z,12410615290,12322526504,88088786,61.446093 +208,2026-09-18T20:34:42.353Z,2026-09-18T20:35:30.164Z,12472455568,12322526504,149929064,121.445745 +209,2026-09-18T20:35:42.353Z,2026-09-18T20:36:31.079Z,12532518484,12446696058,85822426,55.529717 +210,2026-09-18T20:36:42.353Z,2026-09-18T20:37:21.931Z,12590141768,12446696058,143445710,115.529751 +211,2026-09-18T20:37:42.353Z,2026-09-18T20:38:23.302Z,12643577148,12565990438,77586710,58.532717 +212,2026-09-18T20:38:42.353Z,2026-09-18T20:39:23.298Z,12705242426,12565990438,139251988,118.532756 +213,2026-09-18T20:39:42.353Z,2026-09-18T20:40:23.897Z,12761324984,12685134818,76190166,56.881726 +214,2026-09-18T20:40:42.353Z,2026-09-18T20:41:24.255Z,12819788994,12685134818,134654176,116.881728 +215,2026-09-18T20:41:42.353Z,2026-09-18T20:42:25.035Z,12892381348,12804246652,88134696,58.035734 +216,2026-09-18T20:42:42.353Z,2026-09-18T20:43:25.399Z,12953992853,12804246652,149746201,118.035757 +217,2026-09-18T20:43:42.353Z,2026-09-18T20:44:25.590Z,13011618182,12923435214,88182968,57.233734 +218,2026-09-18T20:44:42.353Z,2026-09-18T20:45:24.893Z,13068521486,12923435214,145086272,117.233735 +219,2026-09-18T20:45:42.353Z,2026-09-18T20:46:27.828Z,13125527316,13047702242,77825074,55.470734 +220,2026-09-18T20:46:42.353Z,2026-09-18T20:47:28.340Z,13182471510,13047702242,134769268,115.47072 +221,2026-09-18T20:47:42.353Z,2026-09-18T20:48:28.575Z,13239893066,13166915804,72977262,55.962791 +222,2026-09-18T20:48:42.353Z,2026-09-18T20:49:31.036Z,13312127557,13166915804,145211753,115.962734 +223,2026-09-18T20:49:42.353Z,2026-09-18T20:50:28.657Z,13369041250,13291342904,77698346,52.792723 +224,2026-09-18T20:50:42.353Z,2026-09-18T20:51:30.500Z,13425935444,13291342904,134592540,112.792738 +225,2026-09-18T20:51:42.354Z,2026-09-18T20:52:30.547Z,13484274454,13410406466,73867988,52.936247 +226,2026-09-18T20:52:42.353Z,2026-09-18T20:53:29.839Z,13545118188,13410406466,134711722,112.935736 +227,2026-09-18T20:53:42.354Z,2026-09-18T20:54:22.158Z,13602191472,13540070376,62121096,42.380656 +228,2026-09-18T20:54:42.353Z,2026-09-18T20:55:23.952Z,13674620462,13540070376,134550086,102.379749 +229,2026-09-18T20:55:42.353Z,2026-09-18T20:56:25.461Z,13732809472,13659072302,73737170,44.58673 +230,2026-09-18T20:56:42.353Z,2026-09-18T20:57:23.117Z,13793667897,13659072302,134595595,104.586736 +231,2026-09-18T20:57:42.353Z,2026-09-18T20:58:26.060Z,13850529545,13778148827,72380718,44.047728 +232,2026-09-18T20:58:42.353Z,2026-09-18T20:59:24.630Z,13912662277,13778148827,134513450,104.047726 +233,2026-09-18T20:59:42.353Z,2026-09-18T21:00:25.688Z,13974837463,13897108299,77729164,44.122738 +234,2026-09-18T21:00:42.353Z,2026-09-18T21:01:26.751Z,14031762475,13897108299,134654176,104.122764 +235,2026-09-18T21:01:42.353Z,2026-09-18T21:02:26.551Z,14088606669,14021447035,67159634,40.850708 +236,2026-09-18T21:02:42.353Z,2026-09-18T21:03:27.501Z,14147798041,14021447035,126351006,100.850724 +237,2026-09-18T21:03:42.353Z,2026-09-18T21:04:27.278Z,14202810783,14140372233,62438550,41.881722 +238,2026-09-18T21:04:42.353Z,2026-09-18T21:05:28.125Z,14264803106,14140372233,124430873,101.881726 +239,2026-09-18T21:05:42.353Z,2026-09-18T21:06:29.139Z,14321643527,14264803106,56840421,36.471725 +240,2026-09-18T21:06:42.353Z,2026-09-18T21:07:31.149Z,14383762895,14264803106,118959789,96.471722 +241,2026-09-18T21:07:42.353Z,2026-09-18T21:08:31.139Z,14455845894,14389045615,66800279,35.829746 +242,2026-09-18T21:08:42.353Z,2026-09-18T21:09:29.788Z,14513236632,14389045615,124191017,95.829725 +243,2026-09-18T21:09:42.353Z,2026-09-18T21:10:23.297Z,14570134916,14513236632,56898284,29.340767 +244,2026-09-18T21:10:42.353Z,2026-09-18T21:11:23.563Z,14626942474,14513236632,113705842,89.340734 +245,2026-09-18T21:11:42.353Z,2026-09-18T21:12:24.515Z,14684015758,14632200194,51815564,28.429717 +246,2026-09-18T21:12:42.353Z,2026-09-18T21:13:25.124Z,14744584492,14632200194,112384298,88.429755 +247,2026-09-18T21:13:42.353Z,2026-09-18T21:14:24.896Z,14803160138,14751312028,51848110,26.976724 +248,2026-09-18T21:14:42.353Z,2026-09-18T21:15:25.144Z,14874898402,14751312028,123586374,86.976757 +249,2026-09-18T21:15:42.353Z,2026-09-18T21:16:24.631Z,14932389140,14875552492,56836648,28.640758 +250,2026-09-18T21:16:42.353Z,2026-09-18T21:17:24.769Z,14990479878,14875552492,114927386,88.640723 +251,2026-09-18T21:17:42.353Z,2026-09-18T21:18:26.020Z,15047708980,14994658508,53050472,29.430737 +252,2026-09-18T21:18:42.353Z,2026-09-18T21:19:26.817Z,15103336558,14994658508,108678050,89.430738 +253,2026-09-18T21:19:42.353Z,2026-09-18T21:20:28.717Z,15160404024,15113832816,46571208,27.424753 +254,2026-09-18T21:20:42.354Z,2026-09-18T21:21:28.481Z,15219023852,15113832816,105191036,87.425667 +255,2026-09-18T21:21:42.353Z,2026-09-18T21:22:26.939Z,15289690572,15232877196,56813376,26.74974 +256,2026-09-18T21:22:42.353Z,2026-09-18T21:23:29.387Z,15346777220,15300186830,46590390,26.113738 +257,2026-09-18T21:23:42.353Z,2026-09-18T21:24:29.331Z,15404298776,15300186830,104111946,86.113733 +258,2026-09-18T21:24:42.353Z,2026-09-18T21:25:30.498Z,15476106222,15419225392,56880830,20.902911 +259,2026-09-18T21:25:42.353Z,2026-09-18T21:26:31.183Z,15531480600,15419225392,112255208,80.90274 +260,2026-09-18T21:26:42.353Z,2026-09-18T21:27:23.674Z,15584877616,15538244772,46632844,24.990757 +261,2026-09-18T21:27:42.353Z,2026-09-18T21:28:23.613Z,15654272792,15605454406,48818386,21.633724 +262,2026-09-18T21:28:42.353Z,2026-09-18T21:29:24.706Z,15714133346,15605454406,108678940,81.633729 +263,2026-09-18T21:29:42.353Z,2026-09-18T21:30:24.566Z,15771000812,15724629604,46371208,18.090741 +264,2026-09-18T21:30:42.353Z,2026-09-18T21:31:26.187Z,15828070130,15786554790,41515340,17.617738 +265,2026-09-18T21:31:42.353Z,2026-09-18T21:32:25.170Z,15881128465,15786554790,94573675,77.61776 +266,2026-09-18T21:32:42.353Z,2026-09-18T21:33:26.565Z,15952589684,15786554790,166034894,137.617717 +267,2026-09-18T21:33:42.353Z,2026-09-18T21:34:26.104Z,16009345514,15905676022,103669492,52.715751 +268,2026-09-18T21:34:42.353Z,2026-09-18T21:35:26.599Z,16070699156,16030114758,40584398,16.048781 +269,2026-09-18T21:35:42.353Z,2026-09-18T21:36:26.988Z,16128570712,16030114758,98455954,76.048745 +270,2026-09-18T21:36:42.353Z,2026-09-18T21:37:27.122Z,16190740080,16149332410,41407670,11.943743 +271,2026-09-18T21:37:42.353Z,2026-09-18T21:38:28.274Z,16247765092,16149332410,98432682,71.943751 +272,2026-09-18T21:38:42.353Z,2026-09-18T21:39:27.358Z,16304651740,16273586238,31065502,9.745726 +273,2026-09-18T21:39:42.353Z,2026-09-18T21:40:29.156Z,16375001006,16273586238,101414768,69.745733 +274,2026-09-18T21:40:42.354Z,2026-09-18T21:41:30.714Z,16430617838,16397819156,32798682,6.251832 +275,2026-09-18T21:41:42.353Z,2026-09-18T21:42:29.873Z,16489928421,16460125160,29803261,8.183753 +276,2026-09-18T21:42:42.354Z,2026-09-18T21:43:29.256Z,16547045887,16460125160,86920727,68.184697 +277,2026-09-18T21:43:42.353Z,2026-09-18T21:44:23.218Z,16605552351,16460125160,145427191,128.183747 +278,2026-09-18T21:44:42.353Z,2026-09-18T21:45:24.194Z,16669245308,16584313608,84931700,59.018741 +279,2026-09-18T21:45:42.353Z,2026-09-18T21:46:23.379Z,16732041721,16703248397,28793324,0.605736 +280,2026-09-18T21:46:42.353Z,2026-09-18T21:47:24.970Z,16796011723,16703248397,92763326,60.605757 +281,2026-09-18T21:47:42.353Z,2026-09-18T21:48:24.389Z,16848208105,16703248397,144959708,120.605726 +282,2026-09-18T21:48:42.353Z,2026-09-18T21:49:26.322Z,16905083117,16822406141,82676976,58.227732 +283,2026-09-18T21:49:42.353Z,2026-09-18T21:50:24.982Z,16962069765,16941350521,20719244,0.343759 +284,2026-09-18T21:50:42.353Z,2026-09-18T21:51:27.005Z,17024139133,16941350521,82788612,60.343764 +285,2026-09-18T21:51:42.353Z,2026-09-18T21:52:27.114Z,17083026415,17008640973,74385442,58.496757 +286,2026-09-18T21:52:42.353Z,2026-09-18T21:53:27.130Z,17143152695,17008640973,134511722,118.496843 +287,2026-09-18T21:53:42.354Z,2026-09-18T21:54:27.448Z,17204052247,17127596989,76455258,54.336042 +288,2026-09-18T21:54:42.353Z,2026-09-18T21:55:27.463Z,17262153085,17127596989,134556096,114.33574 +289,2026-09-18T21:55:42.353Z,2026-09-18T21:56:28.980Z,17324453271,17246635743,77817528,53.391728 +290,2026-09-18T21:56:42.353Z,2026-09-18T21:57:31.599Z,17391607087,17246635743,144971344,113.391716 +291,2026-09-18T21:57:42.353Z,2026-09-18T21:58:29.754Z,17449919369,17371012843,78906526,50.124737 +292,2026-09-18T21:58:42.353Z,2026-09-18T21:59:30.277Z,17510022377,17371012843,139009534,110.124736 +293,2026-09-18T21:59:42.354Z,2026-09-18T22:00:31.817Z,17567332297,17495255352,72076945,50.220562 +294,2026-09-18T22:00:42.353Z,2026-09-18T22:01:23.989Z,17627489395,17495255352,132234043,110.219728 +295,2026-09-18T22:01:42.353Z,2026-09-18T22:02:24.052Z,17685399315,17619067043,66332272,42.121759 +296,2026-09-18T22:02:42.353Z,2026-09-18T22:03:31.753Z,17743569143,17619067043,124502100,102.121736 +297,2026-09-18T22:03:42.353Z,2026-09-18T22:04:25.049Z,17803808787,17738523059,65285728,41.607774 +298,2026-09-18T22:04:42.353Z,2026-09-18T22:05:25.373Z,17857811621,17738523059,119288562,101.607726 +299,2026-09-18T22:05:42.353Z,2026-09-18T22:06:26.762Z,17915638995,17857519167,58119828,41.431771 +300,2026-09-18T22:06:42.353Z,2026-09-18T22:07:28.489Z,17992058391,17857519167,134539224,101.431739 +301,2026-09-18T22:07:42.353Z,2026-09-18T22:08:28.378Z,18049114221,17981792951,67321270,35.511737 +302,2026-09-18T22:08:42.353Z,2026-09-18T22:09:27.079Z,18111241135,17981792951,129448184,95.511779 +303,2026-09-18T22:09:42.353Z,2026-09-18T22:10:26.857Z,18165573059,18106000869,59572190,35.391774 +304,2026-09-18T22:10:42.353Z,2026-09-18T22:11:27.974Z,18221788163,18168120237,53667926,39.384785 +305,2026-09-18T22:11:42.353Z,2026-09-18T22:12:28.729Z,18282020261,18230208787,51811474,34.219788 +306,2026-09-18T22:12:42.353Z,2026-09-18T22:13:29.852Z,18339006909,18230208787,108798122,94.219746 +307,2026-09-18T22:13:42.353Z,2026-09-18T22:14:29.802Z,18399475643,18349272349,50203294,32.874757 +308,2026-09-18T22:14:42.353Z,2026-09-18T22:15:29.022Z,18457989653,18349272349,108717304,92.874739 +309,2026-09-18T22:15:42.353Z,2026-09-18T22:16:30.816Z,18517910115,18468416729,49493386,31.865768 +310,2026-09-18T22:16:42.353Z,2026-09-18T22:17:30.296Z,18592632193,18468416729,124215464,91.865747 +311,2026-09-18T22:17:42.353Z,2026-09-18T22:18:23.281Z,18649530477,18587391927,62138550,29.298758 +312,2026-09-18T22:18:42.353Z,2026-09-18T22:19:24.587Z,18706426802,18587391927,119034875,89.298723 +313,2026-09-18T22:19:42.353Z,2026-09-18T22:20:24.273Z,18763488450,18711655432,51833018,27.672773 +314,2026-09-18T22:20:42.353Z,2026-09-18T22:21:26.717Z,18825617092,18711655432,113961660,87.672744 +315,2026-09-18T22:21:42.353Z,2026-09-18T22:22:25.162Z,18883742738,18830636448,53106290,29.341751 +316,2026-09-18T22:22:42.353Z,2026-09-18T22:23:26.120Z,18939332842,18830636448,108696394,89.341718 +317,2026-09-18T22:23:42.353Z,2026-09-18T22:24:28.445Z,19001453938,18949817464,51636474,28.546735 +318,2026-09-18T22:24:42.353Z,2026-09-18T22:25:26.333Z,19064202396,18949817464,114384932,88.546774 +319,2026-09-18T22:25:42.353Z,2026-09-18T22:26:27.352Z,19125786856,19073921292,51865564,27.306725 +320,2026-09-18T22:26:42.353Z,2026-09-18T22:27:28.295Z,19183315958,19073921292,109394666,87.306738 +321,2026-09-18T22:27:42.353Z,2026-09-18T22:28:28.012Z,19244769600,19192965672,51803928,24.647739 +322,2026-09-18T22:28:42.353Z,2026-09-18T22:29:28.331Z,19304584244,19192965672,111618572,84.64775 +323,2026-09-18T22:29:42.353Z,2026-09-18T22:30:27.904Z,19363906434,19317161954,46744480,24.228755 +324,2026-09-18T22:30:42.353Z,2026-09-18T22:31:29.400Z,19423036170,19317161954,105874216,84.228724 +325,2026-09-18T22:31:42.353Z,2026-09-18T22:32:31.533Z,19482852283,19436187152,46665131,20.508978 +326,2026-09-18T22:32:42.353Z,2026-09-18T22:33:30.989Z,19544977469,19436187152,108790317,80.508727 +327,2026-09-18T22:33:42.353Z,2026-09-18T22:34:22.628Z,19606661929,19560563993,46097936,20.839741 +328,2026-09-18T22:34:42.353Z,2026-09-18T22:35:24.756Z,19664021849,19560563993,103457856,80.839718 +329,2026-09-18T22:35:42.353Z,2026-09-18T22:36:23.510Z,19721899223,19679596737,42302486,19.929725 +330,2026-09-18T22:36:42.353Z,2026-09-18T22:37:24.450Z,19784412773,19679596737,104816036,79.929771 +331,2026-09-18T22:37:42.353Z,2026-09-18T22:38:26.064Z,19841405239,19803793019,37612220,19.183746 +332,2026-09-18T22:38:42.353Z,2026-09-18T22:39:25.010Z,19902185609,19803793019,98392590,79.183731 +333,2026-09-18T22:39:42.353Z,2026-09-18T22:40:26.227Z,19959023985,19922749035,36274950,18.625758 +334,2026-09-18T22:40:42.353Z,2026-09-18T22:41:26.961Z,20020831717,19990089487,30742230,15.241723 +335,2026-09-18T22:41:42.353Z,2026-09-18T22:42:27.675Z,20078199183,19990089487,88109696,75.241675 +336,2026-09-18T22:42:42.353Z,2026-09-18T22:43:27.047Z,20140076097,20114254951,25821146,7.811724 +337,2026-09-18T22:43:42.354Z,2026-09-18T22:44:27.718Z,20200314013,20114254951,86059062,67.812775 +338,2026-09-18T22:44:42.353Z,2026-09-18T22:45:28.173Z,20256969498,20233483894,23485604,10.318742 +339,2026-09-18T22:45:42.353Z,2026-09-18T22:46:28.940Z,20329485124,20233483894,96001230,70.318725 +340,2026-09-18T22:46:42.353Z,2026-09-18T22:47:29.082Z,20388820678,20352447456,36373222,9.107726 +341,2026-09-18T22:47:42.354Z,2026-09-18T22:48:31.428Z,20445670690,20414605188,31065502,8.558069 +342,2026-09-18T22:48:42.353Z,2026-09-18T22:49:30.012Z,20500633432,20414605188,86028244,68.557723 +343,2026-09-18T22:49:42.353Z,2026-09-18T22:50:32.106Z,20559432350,20538843924,20588426,3.753742 +344,2026-09-18T22:50:42.353Z,2026-09-18T22:51:22.974Z,20631859295,20538843924,93015371,63.753731 +345,2026-09-18T22:51:42.353Z,2026-09-18T22:52:23.122Z,20683380360,20657907486,25472874,1.483741 +346,2026-09-18T22:52:42.353Z,2026-09-18T22:53:23.696Z,20735340106,20657907486,77432620,61.483733 +347,2026-09-18T22:53:42.353Z,2026-09-18T22:54:24.292Z,20797465292,20776921048,20544244,2.468747 +348,2026-09-18T22:54:42.353Z,2026-09-18T22:55:26.044Z,20859598024,20776921048,82676976,62.468714 +349,2026-09-18T22:55:42.353Z,2026-09-18T22:56:24.589Z,20920359212,20895884610,24474602,3.161725 +350,2026-09-18T22:56:42.353Z,2026-09-18T22:57:26.244Z,20978774210,20895884610,82889600,63.161758 +351,2026-09-18T22:57:42.353Z,2026-09-18T22:58:26.080Z,21051179928,21020137698,31042230,4.546762 +352,2026-09-18T22:58:42.353Z,2026-09-18T22:59:28.281Z,21113268478,21020137698,93130780,64.546718 +353,2026-09-18T22:59:42.353Z,2026-09-18T23:00:28.091Z,21159839686,21087435696,72403990,59.607734 +354,2026-09-18T23:00:42.354Z,2026-09-18T23:01:28.281Z,21217722878,21087435696,130287182,119.608828 +355,2026-09-18T23:01:42.353Z,2026-09-18T23:02:28.677Z,21274903708,21206441712,68461996,56.953742 +356,2026-09-18T23:02:42.353Z,2026-09-18T23:03:28.687Z,21339308618,21268580262,70728356,54.368731 +357,2026-09-18T23:03:42.353Z,2026-09-18T23:04:30.519Z,21396812720,21268580262,128232458,114.36873 +358,2026-09-18T23:04:42.353Z,2026-09-18T23:05:30.645Z,21465934624,21388540368,77394256,50.348728 +359,2026-09-18T23:05:42.353Z,2026-09-18T23:06:29.986Z,21521463092,21388540368,132922724,110.348722 +360,2026-09-18T23:06:42.354Z,2026-09-18T23:07:32.570Z,21571243114,21513221558,58021556,48.115887 +361,2026-09-18T23:07:42.353Z,2026-09-18T23:08:23.098Z,21644387551,21513221558,131165993,108.114746 +362,2026-09-18T23:08:42.353Z,2026-09-18T23:09:23.614Z,21695879843,21637615833,58264010,41.796732 +363,2026-09-18T23:09:42.353Z,2026-09-18T23:10:24.973Z,21769953649,21637615833,132337816,101.796741 +364,2026-09-18T23:10:42.353Z,2026-09-18T23:11:24.792Z,21822442485,21762235387,60207098,32.709748 +365,2026-09-18T23:11:42.353Z,2026-09-18T23:12:26.915Z,21878551771,21762235387,116316384,92.709719 +366,2026-09-18T23:12:42.353Z,2026-09-18T23:13:24.639Z,21935030046,21886824123,48205923,31.062767 +367,2026-09-18T23:13:42.353Z,2026-09-18T23:14:26.153Z,22006712492,21953121294,53591198,30.700763 +368,2026-09-18T23:14:42.353Z,2026-09-18T23:15:28.696Z,22061226962,21953121294,108105668,90.700743 +369,2026-09-18T23:15:42.353Z,2026-09-18T23:16:26.481Z,22119165972,22069481860,49684112,25.027721 +370,2026-09-18T23:16:42.353Z,2026-09-18T23:17:29.880Z,22187727968,22069481860,118246108,85.027753 +371,2026-09-18T23:17:42.353Z,2026-09-18T23:18:28.099Z,22243183164,22205457580,37725584,13.899709 +372,2026-09-18T23:18:42.353Z,2026-09-18T23:19:31.584Z,22312578340,22205457580,107120760,73.899745 +373,2026-09-18T23:19:42.353Z,2026-09-18T23:20:30.822Z,22369414988,22329523044,39891944,9.787721 +374,2026-09-18T23:20:42.353Z,2026-09-18T23:21:29.800Z,22427928998,22329523044,98405954,69.787729 +375,2026-09-18T23:21:42.354Z,2026-09-18T23:22:31.207Z,22489082640,22448679060,40403580,9.889609 +376,2026-09-18T23:22:42.353Z,2026-09-18T23:23:30.241Z,22550990372,22448679060,102311312,69.888744 +377,2026-09-18T23:23:42.353Z,2026-09-18T23:24:31.211Z,22611795250,22572936978,38858272,7.524706 +378,2026-09-18T23:24:42.353Z,2026-09-18T23:25:23.277Z,22671390712,22572936978,98453734,67.524783 +379,2026-09-18T23:25:42.353Z,2026-09-18T23:26:25.458Z,22731784446,22691959956,39824490,7.246762 +380,2026-09-18T23:26:42.353Z,2026-09-18T23:27:23.993Z,22776306748,22691959956,84346792,67.246733 +381,2026-09-18T23:27:42.353Z,2026-09-18T23:28:26.493Z,22852331188,22816269602,36061586,6.065742 +382,2026-09-18T23:28:42.353Z,2026-09-18T23:29:26.699Z,22913679012,22816269602,97409410,66.065716 +383,2026-09-18T23:29:42.353Z,2026-09-18T23:30:25.276Z,22955958226,22935194800,20763426,4.846736 +384,2026-09-18T23:30:42.353Z,2026-09-18T23:31:25.144Z,23031401848,22935194800,96207048,64.846751 +385,2026-09-18T23:31:42.353Z,2026-09-18T23:32:25.769Z,23090600766,23028523852,62076914,33.036734 +386,2026-09-18T23:32:42.353Z,2026-09-18T23:33:27.899Z,23150403774,23028523852,121879922,93.036732 +387,2026-09-18T23:33:42.353Z,2026-09-18T23:34:26.990Z,23209645146,23147494960,62150186,29.647699 +388,2026-09-18T23:34:42.353Z,2026-09-18T23:35:29.009Z,23271733696,23147494960,124238736,89.647745 +389,2026-09-18T23:35:42.353Z,2026-09-18T23:36:27.828Z,23328614322,23271733696,56880626,30.316729 +390,2026-09-18T23:36:42.353Z,2026-09-18T23:37:29.952Z,23389754600,23271733696,118020904,90.316736 +391,2026-09-18T23:37:42.353Z,2026-09-18T23:38:30.950Z,23447402884,23395960592,51442292,22.871729 +392,2026-09-18T23:38:42.354Z,2026-09-18T23:39:30.728Z,23507217528,23395960592,111256936,82.872531 +393,2026-09-18T23:39:42.353Z,2026-09-18T23:40:31.014Z,23571287530,23520149328,51138202,20.801739 +394,2026-09-18T23:40:42.353Z,2026-09-18T23:41:30.626Z,23630486448,23582245424,48241024,21.108717 +395,2026-09-18T23:41:42.353Z,2026-09-18T23:42:25.767Z,23690916818,23582245424,108671394,81.108749 +396,2026-09-18T23:42:42.353Z,2026-09-18T23:43:23.428Z,23737718844,23701413076,36305768,15.148719 +397,2026-09-18T23:43:42.353Z,2026-09-18T23:44:24.518Z,23799634122,23701413076,98221046,75.148741 +398,2026-09-18T23:44:42.353Z,2026-09-18T23:45:25.758Z,23857828950,23825659358,32169592,16.062739 +399,2026-09-18T23:45:42.353Z,2026-09-18T23:46:27.073Z,23918659320,23825659358,92999962,76.062748 +400,2026-09-18T23:46:42.353Z,2026-09-18T23:47:25.747Z,23978094423,23949731917,28362506,12.688677 +401,2026-09-18T23:47:42.353Z,2026-09-18T23:48:26.117Z,24037859067,24012007103,25851964,12.188729 +402,2026-09-18T23:48:42.353Z,2026-09-18T23:49:27.581Z,24098620255,24012007103,86613152,72.188762 +403,2026-09-18T23:49:42.353Z,2026-09-18T23:50:27.433Z,24161370441,24130920665,30449776,8.402666 +404,2026-09-18T23:50:42.353Z,2026-09-18T23:51:25.991Z,24224057263,24193028397,31028866,9.505765 +405,2026-09-18T23:51:42.353Z,2026-09-18T23:52:28.059Z,24284612633,24193028397,91584236,69.505723 +406,2026-09-18T23:52:42.353Z,2026-09-18T23:53:28.683Z,24343188279,24317143861,26044418,2.800739 +407,2026-09-18T23:53:42.353Z,2026-09-18T23:54:27.959Z,24404018649,24317143861,86874788,62.800729 +408,2026-09-18T23:54:42.353Z,2026-09-18T23:55:29.787Z,24464225747,24317143861,147081886,122.800697 +409,2026-09-18T23:55:42.353Z,2026-09-18T23:56:30.853Z,24524321209,24503540329,20780880,0.202729 +410,2026-09-18T23:56:42.353Z,2026-09-18T23:57:30.121Z,24581538675,24503540329,77998346,60.20273 +411,2026-09-18T23:57:42.353Z,2026-09-18T23:58:24.536Z,24643317505,24503540329,139777176,120.202725 +412,2026-09-18T23:58:42.353Z,2026-09-18T23:59:23.666Z,24705436873,24627786799,77650074,53.270728 +413,2026-09-18T23:59:42.353Z,2026-09-19T00:00:24.823Z,24764547427,24627786799,136760628,113.27071 +414,2026-09-19T00:00:42.353Z,2026-09-19T00:01:24.669Z,24819783441,24746829134,72954307,54.624732 +415,2026-09-19T00:01:42.353Z,2026-09-19T00:02:25.983Z,24886769803,24746829134,139940669,114.624733 +416,2026-09-19T00:02:42.353Z,2026-09-19T00:03:25.328Z,24940012729,24866019741,73992988,50.725932 +417,2026-09-19T00:03:42.353Z,2026-09-19T00:04:27.293Z,25010996903,24866019741,144977162,110.725768 +418,2026-09-19T00:04:42.353Z,2026-09-19T00:05:27.110Z,25067858551,24990208477,77650074,49.669718 +419,2026-09-19T00:05:42.353Z,2026-09-19T00:06:26.606Z,25124876017,24990208477,134667540,109.669738 +420,2026-09-19T00:06:42.353Z,2026-09-19T00:07:28.088Z,25181814393,25114404759,67409634,45.278727 +421,2026-09-19T00:07:42.353Z,2026-09-19T00:08:28.389Z,25249135663,25114404759,134730904,105.278747 +422,2026-09-19T00:08:42.353Z,2026-09-19T00:09:29.147Z,25307889102,25233579957,74309145,43.451808 +423,2026-09-19T00:09:42.353Z,2026-09-19T00:10:29.886Z,25365754840,25233579957,132174883,103.451742 +424,2026-09-19T00:10:42.353Z,2026-09-19T00:11:29.579Z,25422635670,25357799942,64835728,41.943734 +425,2026-09-19T00:11:42.353Z,2026-09-19T00:12:28.928Z,25478531592,25419925128,58606464,41.135733 +426,2026-09-19T00:12:42.353Z,2026-09-19T00:13:31.414Z,25549432903,25419925128,129507775,101.135725 +427,2026-09-19T00:13:42.353Z,2026-09-19T00:14:32.051Z,25606273324,25544196410,62076914,35.472738 +428,2026-09-19T00:14:42.353Z,2026-09-19T00:15:25.613Z,25663321608,25544196410,119125198,95.472736 +429,2026-09-19T00:15:42.353Z,2026-09-19T00:16:26.368Z,25720333256,25663321608,57011648,35.780734 +430,2026-09-19T00:16:42.353Z,2026-09-19T00:17:25.930Z,25778833902,25725379340,53454562,35.917753 +431,2026-09-19T00:17:42.353Z,2026-09-19T00:18:27.409Z,25846997626,25725379340,121618286,95.917759 +432,2026-09-19T00:18:42.353Z,2026-09-19T00:19:25.959Z,25903834274,25849725622,54108652,27.909741 +433,2026-09-19T00:19:42.353Z,2026-09-19T00:20:26.209Z,25960161014,25849725622,110435392,87.909741 +434,2026-09-19T00:20:42.353Z,2026-09-19T00:21:25.366Z,26019960684,25974052722,45907962,25.719704 +435,2026-09-19T00:21:42.353Z,2026-09-19T00:22:27.077Z,26078628784,25974052722,104576062,85.719736 +436,2026-09-19T00:22:42.353Z,2026-09-19T00:23:28.138Z,26139770790,26093187946,46582844,24.673712 +437,2026-09-19T00:23:42.353Z,2026-09-19T00:24:30.114Z,26202040158,26093187946,108852212,84.673731 +438,2026-09-19T00:24:42.353Z,2026-09-19T00:25:28.472Z,26259057624,26217545864,41511760,24.793714 +439,2026-09-19T00:25:42.353Z,2026-09-19T00:26:29.306Z,26321744446,26284847952,36896494,18.417765 +440,2026-09-19T00:26:42.353Z,2026-09-19T00:27:30.921Z,26383234724,26284847952,98386772,78.417738 +441,2026-09-19T00:27:42.353Z,2026-09-19T00:28:29.834Z,26441417916,26409075052,32342864,8.213729 +442,2026-09-19T00:28:42.354Z,2026-09-19T00:29:29.864Z,26502217468,26409075052,93142416,68.214646 +443,2026-09-19T00:29:42.353Z,2026-09-19T00:30:31.407Z,26561116386,26528219432,32896954,9.59177 +444,2026-09-19T00:30:42.353Z,2026-09-19T00:31:31.767Z,26619137942,26528219432,90918510,69.591693 +445,2026-09-19T00:31:42.353Z,2026-09-19T00:32:30.410Z,26693798043,26652454078,41343965,8.66377 +446,2026-09-19T00:32:42.353Z,2026-09-19T00:33:31.351Z,26750815509,26714548105,36267404,9.503748 +447,2026-09-19T00:33:42.353Z,2026-09-19T00:34:24.341Z,26811707515,26714548105,97159410,69.503718 +448,2026-09-19T00:34:42.353Z,2026-09-19T00:35:26.403Z,26868944163,26833840757,35103406,5.104722 +449,2026-09-19T00:35:42.353Z,2026-09-19T00:36:24.776Z,26924391813,26895961853,28429960,7.583726 +450,2026-09-19T00:36:42.353Z,2026-09-19T00:37:27.543Z,26984039003,26895961853,88077150,67.583747 +451,2026-09-19T00:37:42.353Z,2026-09-19T00:38:28.243Z,27040839015,26895961853,144877162,127.583741 +452,2026-09-19T00:38:42.353Z,2026-09-19T00:39:27.357Z,27113412187,27020069771,93342416,59.286664 +453,2026-09-19T00:39:42.353Z,2026-09-19T00:40:27.839Z,27167122567,27020069771,147052796,119.286744 +454,2026-09-19T00:40:42.353Z,2026-09-19T00:41:29.072Z,27232518203,27139233333,93284870,58.203747 +455,2026-09-19T00:41:42.353Z,2026-09-19T00:42:27.898Z,27289354851,27211775687,77579164,50.351729 +456,2026-09-19T00:42:42.353Z,2026-09-19T00:43:28.857Z,27347738043,27211775687,135962356,110.351711 +457,2026-09-19T00:43:42.353Z,2026-09-19T00:44:29.922Z,27408531928,27330893339,77638589,48.817732 +458,2026-09-19T00:44:42.354Z,2026-09-19T00:45:29.371Z,27466676756,27398228124,68448632,46.678231 +459,2026-09-19T00:45:42.353Z,2026-09-19T00:46:29.697Z,27527680398,27398228124,129452274,106.67773 +460,2026-09-19T00:46:42.353Z,2026-09-19T00:47:30.522Z,27585571136,27517214958,68356178,42.560741 +461,2026-09-19T00:47:42.353Z,2026-09-19T00:48:30.583Z,27641599604,27517214958,124384646,102.560731 +462,2026-09-19T00:48:42.353Z,2026-09-19T00:49:27.030Z,27714003594,27641599604,72403990,39.983746 +463,2026-09-19T00:49:42.353Z,2026-09-19T00:50:37.867Z,27771040242,27641599604,129440638,99.983649 +464,2026-09-19T00:50:42.353Z,2026-09-19T00:51:24.372Z,27827915254,27760568984,67346270,41.266743 +465,2026-09-19T00:51:42.353Z,2026-09-19T00:52:25.313Z,27888472352,27760568984,127903368,101.266797 +466,2026-09-19T00:52:42.353Z,2026-09-19T00:53:25.713Z,27946878816,27884982720,61896096,35.831742 +467,2026-09-19T00:53:42.353Z,2026-09-19T00:54:25.739Z,28009048184,27884982720,124065464,95.831734 +468,2026-09-19T00:54:42.353Z,2026-09-19T00:55:27.220Z,28066646468,28009048184,57598284,31.082741 +469,2026-09-19T00:55:42.353Z,2026-09-19T00:56:29.351Z,28129158290,28009048184,120110106,91.082736 +470,2026-09-19T00:56:42.353Z,2026-09-19T00:57:27.213Z,28185030161,28128192564,56837597,30.610723 +471,2026-09-19T00:57:42.353Z,2026-09-19T00:58:29.539Z,28242901717,28128192564,114709153,90.610738 +472,2026-09-19T00:58:42.353Z,2026-09-19T00:59:29.156Z,28305786811,28247280347,58506464,30.536718 +473,2026-09-19T00:59:42.353Z,2026-09-19T01:00:30.078Z,28365664819,28309380533,56284286,31.90575 +474,2026-09-19T01:00:42.353Z,2026-09-19T01:01:30.789Z,28423330557,28309380533,113950024,91.905721 +475,2026-09-19T01:01:42.353Z,2026-09-19T01:02:29.823Z,28483768473,28433595997,50172476,24.892739 +476,2026-09-19T01:02:42.353Z,2026-09-19T01:03:33.093Z,28539708577,28433595997,106112580,84.892727 +477,2026-09-19T01:03:42.353Z,2026-09-19T01:04:30.767Z,28599611585,28552671195,46940390,25.029731 +478,2026-09-19T01:04:42.353Z,2026-09-19T01:05:26.719Z,28658137231,28552671195,105466036,85.029751 +479,2026-09-19T01:05:42.354Z,2026-09-19T01:06:26.199Z,28730148767,28681969379,48179388,20.405161 +480,2026-09-19T01:06:42.353Z,2026-09-19T01:07:26.943Z,28790667501,28681969379,108698122,80.404814 +481,2026-09-19T01:07:42.353Z,2026-09-19T01:08:27.201Z,28852132779,28801138759,50994020,19.810766 +482,2026-09-19T01:08:42.353Z,2026-09-19T01:09:26.687Z,28909792699,28801138759,108653940,79.810713 +483,2026-09-19T01:09:42.353Z,2026-09-19T01:10:25.850Z,28967362778,28925329223,42033555,14.649982 +484,2026-09-19T01:10:42.353Z,2026-09-19T01:11:27.018Z,29032094416,28925329223,106765193,74.649738 +485,2026-09-19T01:11:42.353Z,2026-09-19T01:12:28.545Z,29090874152,29044322126,46552026,10.566767 +486,2026-09-19T01:12:42.353Z,2026-09-19T01:13:28.415Z,29153162702,29044322126,108840576,70.566759 +487,2026-09-19T01:13:42.353Z,2026-09-19T01:14:28.678Z,29209980168,29163428142,46552026,12.195746 +488,2026-09-19T01:14:42.353Z,2026-09-19T01:15:29.903Z,29267366816,29230768594,36598222,9.509754 +489,2026-09-19T01:15:42.353Z,2026-09-19T01:16:30.884Z,29329174548,29230768594,98405954,69.509725 +490,2026-09-19T01:16:42.353Z,2026-09-19T01:17:30.109Z,29386042014,29349762974,36279040,10.546705 +491,2026-09-19T01:17:42.353Z,2026-09-19T01:18:30.999Z,29446729930,29349762974,96966956,70.546745 +492,2026-09-19T01:18:42.353Z,2026-09-19T01:19:32.353Z,29507387028,29468864900,38522128,9.499719 +493,2026-09-19T01:19:42.353Z,2026-09-19T01:20:47.048Z,29567282490,29468864900,98417590,69.499763 +494,2026-09-19T01:20:47.069Z,2026-09-19T01:21:35.862Z,29624169138,29593115272,31053866,13.616884 +495,2026-09-19T01:21:42.353Z,2026-09-19T01:22:25.858Z,29686265234,29655223004,31042230,5.873743 +496,2026-09-19T01:22:42.353Z,2026-09-19T01:23:25.885Z,29747420440,29655223004,92197436,65.873826 +497,2026-09-19T01:23:42.353Z,2026-09-19T01:24:24.913Z,29774168948,29774168948,0,4.102755 +498,2026-09-19T01:24:42.353Z,2026-09-19T01:25:26.975Z,29862197826,29774168948,88028878,64.102727 +499,2026-09-19T01:25:42.353Z,2026-09-19T01:26:26.822Z,29924328830,29774168948,150159882,124.102746 +500,2026-09-19T01:26:42.353Z,2026-09-19T01:27:28.783Z,29983820202,29898546048,85274154,58.946735 +501,2026-09-19T01:27:42.353Z,2026-09-19T01:28:27.487Z,30043292392,29898546048,144746344,118.946742 +502,2026-09-19T01:28:42.353Z,2026-09-19T01:29:27.307Z,30103549490,30022742330,80807160,54.311726 +503,2026-09-19T01:29:42.353Z,2026-09-19T01:30:30.431Z,30162505954,30022742330,139763624,114.311755 +504,2026-09-19T01:30:42.353Z,2026-09-19T01:31:29.312Z,30219373420,30146981066,72392354,51.42392 +505,2026-09-19T01:31:42.353Z,2026-09-19T01:32:28.245Z,30281492788,30146981066,134511722,111.423754 +506,2026-09-19T01:32:42.353Z,2026-09-19T01:33:30.095Z,30340399252,30271227348,69171904,49.941694 +507,2026-09-19T01:33:42.353Z,2026-09-19T01:34:29.007Z,30402991892,30271227348,131764544,109.941755 +508,2026-09-19T01:34:42.353Z,2026-09-19T01:35:30.212Z,30462714082,30390190910,72523172,48.124715 +509,2026-09-19T01:35:42.353Z,2026-09-19T01:36:31.905Z,30522559459,30390190910,132368549,108.12469 +510,2026-09-19T01:36:42.353Z,2026-09-19T01:37:32.191Z,30583370647,30509166023,74204624,49.789744 +511,2026-09-19T01:37:42.353Z,2026-09-19T01:38:31.094Z,30643802745,30509166023,134636722,109.789762 +512,2026-09-19T01:38:42.353Z,2026-09-19T01:39:24.731Z,30700864393,30628322039,72542354,51.648747 +513,2026-09-19T01:39:42.353Z,2026-09-19T01:40:25.235Z,30759924947,30628322039,131602908,111.648741 +514,2026-09-19T01:40:42.353Z,2026-09-19T01:41:25.867Z,30820855317,30752468321,68386996,47.356756 +515,2026-09-19T01:41:42.353Z,2026-09-19T01:42:25.651Z,30881404869,30752468321,128936548,107.356733 +516,2026-09-19T01:42:42.353Z,2026-09-19T01:43:28.112Z,30941550331,30871651065,69899266,47.727759 +517,2026-09-19T01:43:42.353Z,2026-09-19T01:44:29.446Z,31001060885,30871651065,129409820,107.727743 +518,2026-09-19T01:44:42.353Z,2026-09-19T01:45:27.706Z,31060236848,30990807081,69429767,49.534746 +519,2026-09-19T01:45:42.353Z,2026-09-19T01:46:28.423Z,31135572607,30990807081,144765526,109.534743 +520,2026-09-19T01:46:42.353Z,2026-09-19T01:47:27.033Z,31182305451,31109713097,72592354,48.510768 +521,2026-09-19T01:47:42.353Z,2026-09-19T01:48:28.107Z,31239209017,31109713097,129495920,108.510736 +522,2026-09-19T01:48:42.353Z,2026-09-19T01:49:29.041Z,31308915829,31233957115,74958714,43.300732 +523,2026-09-19T01:49:42.353Z,2026-09-19T01:50:29.280Z,31358153397,31296064847,62088550,41.978672 +524,2026-09-19T01:50:42.353Z,2026-09-19T01:51:28.727Z,31420453583,31296064847,124388736,101.978737 +525,2026-09-19T01:51:42.353Z,2026-09-19T01:52:30.578Z,31482549679,31415209227,67340452,39.287741 +526,2026-09-19T01:52:42.353Z,2026-09-19T01:53:29.930Z,31544649865,31415209227,129440638,99.287921 +527,2026-09-19T01:53:42.353Z,2026-09-19T01:54:29.927Z,31604695327,31539428781,65266546,38.482728 +528,2026-09-19T01:54:42.353Z,2026-09-19T01:55:31.175Z,31658492343,31539428781,119063562,98.482735 +529,2026-09-19T01:55:42.353Z,2026-09-19T01:56:27.963Z,31720569257,31658492343,62076914,39.10269 +530,2026-09-19T01:56:42.353Z,2026-09-19T01:57:24.330Z,31781730445,31658492343,123238102,99.102742 +531,2026-09-19T01:57:42.353Z,2026-09-19T01:58:25.958Z,31851529711,31782657807,68871904,37.53973 +532,2026-09-19T01:58:42.353Z,2026-09-19T01:59:25.587Z,31911480861,31782657807,128823054,97.539754 +533,2026-09-19T01:59:42.353Z,2026-09-19T02:00:28.273Z,31971599278,31901607875,69991403,31.449723 +534,2026-09-19T02:00:42.353Z,2026-09-19T02:01:30.446Z,32031106059,31901607875,129498184,91.449746 +535,2026-09-19T02:01:42.353Z,2026-09-19T02:02:29.113Z,32088173525,32025884975,62288550,31.897733 +536,2026-09-19T02:02:42.353Z,2026-09-19T02:03:28.623Z,32150292893,32025884975,124407918,91.897737 +537,2026-09-19T02:03:42.353Z,2026-09-19T02:04:27.167Z,32212369807,32145017719,67352088,29.590737 +538,2026-09-19T02:04:42.353Z,2026-09-19T02:05:28.308Z,32274508357,32145017719,129490638,89.590737 +539,2026-09-19T02:05:42.353Z,2026-09-19T02:06:29.090Z,32333257275,32264004553,69252722,29.673745 +540,2026-09-19T02:06:42.354Z,2026-09-19T02:07:30.954Z,32380195937,32264004553,116191384,89.674247 +541,2026-09-19T02:07:42.353Z,2026-09-19T02:08:31.463Z,32440054763,32388258381,51796382,30.265746 +542,2026-09-19T02:08:42.353Z,2026-09-19T02:09:31.167Z,32512472117,32388258381,124213736,90.265683 +543,2026-09-19T02:09:42.353Z,2026-09-19T02:10:31.035Z,32569377947,32507202761,62175186,28.258744 +544,2026-09-19T02:10:42.353Z,2026-09-19T02:11:30.936Z,32630532092,32507202761,123329331,88.258708 +545,2026-09-19T02:11:42.353Z,2026-09-19T02:12:22.888Z,32688347830,32626220916,62126914,32.639748 +546,2026-09-19T02:12:42.353Z,2026-09-19T02:13:26.031Z,32749938108,32626220916,123717192,92.639691 +547,2026-09-19T02:13:42.353Z,2026-09-19T02:14:25.549Z,32807461392,32745403660,62057732,26.817731 +548,2026-09-19T02:14:42.353Z,2026-09-19T02:15:25.337Z,32868347580,32745403660,122943920,86.817744 +549,2026-09-19T02:15:42.353Z,2026-09-19T02:16:25.488Z,32926442408,32869555760,56886648,31.170703 +550,2026-09-19T02:16:42.353Z,2026-09-19T02:17:28.866Z,32988580958,32869555760,119025198,91.170732 +551,2026-09-19T02:17:42.353Z,2026-09-19T02:18:28.341Z,33049118874,32988580958,60537916,27.084726 +552,2026-09-19T02:18:42.353Z,2026-09-19T02:19:27.740Z,33110884152,32988580958,122303194,87.084734 +553,2026-09-19T02:19:42.353Z,2026-09-19T02:20:28.638Z,33173969246,33107736974,66232272,26.991708 +554,2026-09-19T02:20:42.353Z,2026-09-19T02:21:28.783Z,33231952503,33107736974,124215529,86.991734 +555,2026-09-19T02:21:42.353Z,2026-09-19T02:22:28.779Z,33293367781,33236973587,56394194,22.013726 +556,2026-09-19T02:22:42.353Z,2026-09-19T02:23:29.225Z,33351052701,33236973587,114079114,82.013768 +557,2026-09-19T02:23:42.353Z,2026-09-19T02:24:30.755Z,33412973797,33356098785,56875012,21.453678 +558,2026-09-19T02:24:42.353Z,2026-09-19T02:25:30.830Z,33475123983,33418218153,56905830,23.019749 +559,2026-09-19T02:25:42.354Z,2026-09-19T02:26:30.250Z,33519128831,33418218153,100910678,83.020677 +560,2026-09-19T02:26:42.353Z,2026-09-19T02:27:31.940Z,33578631839,33542321981,36309858,17.452723 +561,2026-09-19T02:27:42.353Z,2026-09-19T02:28:29.867Z,33653744326,33604641349,49102977,13.018748 +562,2026-09-19T02:28:42.353Z,2026-09-19T02:29:24.907Z,33698087855,33604641349,93446506,73.018747 +563,2026-09-19T02:29:42.353Z,2026-09-19T02:30:24.904Z,33775421511,33723609001,51812510,10.178732 +564,2026-09-19T02:30:42.353Z,2026-09-19T02:31:29.997Z,33833573885,33723609001,109964884,70.178711 +565,2026-09-19T02:31:42.353Z,2026-09-19T02:32:29.112Z,33894504255,33847963865,46540390,10.865685 +566,2026-09-19T02:32:42.353Z,2026-09-19T02:33:26.343Z,33956611987,33847963865,108648122,70.865747 +567,2026-09-19T02:33:42.353Z,2026-09-19T02:34:26.400Z,33998927837,33967077427,31850410,11.484715 +568,2026-09-19T02:34:42.353Z,2026-09-19T02:35:27.844Z,34064047841,34034198697,29849144,7.713664 +569,2026-09-19T02:35:42.353Z,2026-09-19T02:36:28.659Z,34126840481,34034198697,92641784,67.713732 +570,2026-09-19T02:36:42.353Z,2026-09-19T02:37:26.824Z,34189444757,34148082997,41361760,9.414669 +571,2026-09-19T02:37:42.353Z,2026-09-19T02:38:29.305Z,34246519769,34148082997,98436772,69.414727 +572,2026-09-19T02:38:42.353Z,2026-09-19T02:39:28.590Z,34308619955,34272340915,36279040,5.33572 +573,2026-09-19T02:39:42.353Z,2026-09-19T02:40:29.824Z,34368765417,34272340915,96424502,65.335734 +574,2026-09-19T02:40:42.353Z,2026-09-19T02:41:28.407Z,34428930061,34391321931,37608130,9.041714 +575,2026-09-19T02:41:42.353Z,2026-09-19T02:42:30.305Z,34489729613,34453412209,36317404,6.250744 +576,2026-09-19T02:42:42.353Z,2026-09-19T02:43:31.261Z,34547924441,34453412209,94512232,66.250719 +577,2026-09-19T02:43:42.353Z,2026-09-19T02:44:29.916Z,34608915076,34453412209,155502867,126.250767 +578,2026-09-19T02:44:42.353Z,2026-09-19T02:45:31.408Z,34670853626,34577645801,93207825,59.692728 +579,2026-09-19T02:45:42.353Z,2026-09-19T02:46:25.828Z,34729540908,34577645801,151895107,119.692742 +580,2026-09-19T02:46:42.353Z,2026-09-19T02:47:26.044Z,34790059642,34701888310,88171332,56.790763 +581,2026-09-19T02:47:42.353Z,2026-09-19T02:48:26.135Z,34846953836,34701888310,145065526,116.790741 +582,2026-09-19T02:48:42.353Z,2026-09-19T02:49:26.120Z,34909009840,34883190422,25819418,0.593694 +583,2026-09-19T02:49:42.353Z,2026-09-19T02:50:27.220Z,34967598850,34883190422,84408428,60.593734 +584,2026-09-19T02:50:42.353Z,2026-09-19T02:51:25.742Z,35028136766,34883190422,144946344,120.59373 +585,2026-09-19T02:51:42.353Z,2026-09-19T02:52:27.506Z,35090225316,35002315620,87909696,57.869769 +586,2026-09-19T02:52:42.353Z,2026-09-19T02:53:27.201Z,35152272430,35002315620,149956810,117.869726 +587,2026-09-19T02:53:42.353Z,2026-09-19T02:54:27.252Z,35209963168,35121079182,88883986,57.424729 +588,2026-09-19T02:54:42.353Z,2026-09-19T02:55:30.144Z,35271416810,35121079182,150337628,117.424703 +589,2026-09-19T02:55:42.353Z,2026-09-19T02:56:29.848Z,35331021546,35245434028,85587518,50.206739 +590,2026-09-19T02:56:42.354Z,2026-09-19T02:57:29.560Z,35390430372,35245434028,144996344,110.207114 +591,2026-09-19T02:57:42.353Z,2026-09-19T02:58:30.455Z,35452549740,35364597590,87952150,48.115751 +592,2026-09-19T02:58:42.353Z,2026-09-19T02:59:30.141Z,35509393934,35364597590,144796344,108.115749 +593,2026-09-19T02:59:42.353Z,2026-09-19T03:00:30.991Z,35569470214,35488836326,80633888,50.987728 +594,2026-09-19T03:00:42.353Z,2026-09-19T03:01:32.563Z,35628438314,35488836326,139601988,110.987722 +595,2026-09-19T03:01:42.353Z,2026-09-19T03:02:33.279Z,35685513232,35607857434,77655798,44.633745 +596,2026-09-19T03:02:42.354Z,2026-09-19T03:03:25.134Z,35742384471,35607857434,134527037,104.634767 +597,2026-09-19T03:03:42.354Z,2026-09-19T03:04:25.140Z,35804561385,35726574675,77986710,45.932454 +598,2026-09-19T03:04:42.354Z,2026-09-19T03:05:26.003Z,35866642389,35726574675,140067714,105.932631 +599,2026-09-19T03:05:42.353Z,2026-09-19T03:06:32.480Z,35922913311,35856182767,66730544,41.884737 +600,2026-09-19T03:06:42.353Z,2026-09-19T03:07:27.146Z,35990919489,35856182767,134736722,101.88475 +601,2026-09-19T03:07:42.353Z,2026-09-19T03:08:25.644Z,36047775319,35975384693,72390626,41.188721 +602,2026-09-19T03:08:42.353Z,2026-09-19T03:09:29.035Z,36104657877,35975384693,129273184,101.188735 +603,2026-09-19T03:09:42.353Z,2026-09-19T03:10:29.009Z,36161582889,36094365709,67217180,39.760972 +604,2026-09-19T03:10:42.353Z,2026-09-19T03:11:28.434Z,36220247618,36094365709,125881909,99.760759 +605,2026-09-19T03:11:42.353Z,2026-09-19T03:12:27.838Z,36293586516,36213395082,80191434,39.589741 +606,2026-09-19T03:12:42.354Z,2026-09-19T03:13:29.164Z,36350958072,36213395082,137562990,99.590002 +607,2026-09-19T03:13:42.353Z,2026-09-19T03:14:30.020Z,36410145354,36337553000,72592354,38.357729 +608,2026-09-19T03:14:42.353Z,2026-09-19T03:15:30.385Z,36466976184,36337553000,129423184,98.357735 +609,2026-09-19T03:15:42.353Z,2026-09-19T03:16:30.496Z,36523887832,36456697380,67190452,40.618742 +610,2026-09-19T03:16:42.353Z,2026-09-19T03:17:30.204Z,36596561004,36456697380,139863624,100.618734 +611,2026-09-19T03:17:42.353Z,2026-09-19T03:18:30.619Z,36636914584,36580993662,55920922,38.978761 +612,2026-09-19T03:18:42.353Z,2026-09-19T03:19:32.017Z,36708048758,36580993662,127055096,98.978728 +613,2026-09-19T03:19:42.353Z,2026-09-19T03:20:26.388Z,36762188228,36699907224,62281004,33.290666 +614,2026-09-19T03:20:42.353Z,2026-09-19T03:21:24.227Z,36819044058,36699907224,119136834,93.290743 +615,2026-09-19T03:21:42.353Z,2026-09-19T03:22:25.156Z,36889312506,36824272688,65039818,32.841674 +616,2026-09-19T03:22:42.353Z,2026-09-19T03:23:26.079Z,36943259522,36824272688,118986834,92.841746 +617,2026-09-19T03:23:42.353Z,2026-09-19T03:24:26.074Z,37000263989,36937734348,62529641,39.140711 +618,2026-09-19T03:24:42.353Z,2026-09-19T03:25:27.726Z,37067935259,37005335073,62600186,35.171718 +619,2026-09-19T03:25:42.353Z,2026-09-19T03:26:27.751Z,37125862633,37005335073,120527560,95.171751 +620,2026-09-19T03:26:42.354Z,2026-09-19T03:27:27.014Z,37183447553,37124454453,58993100,30.947836 +621,2026-09-19T03:27:42.353Z,2026-09-19T03:28:29.083Z,37238321931,37191781541,46540390,23.972663 +622,2026-09-19T03:28:42.353Z,2026-09-19T03:29:27.913Z,37310956739,37191781541,119175198,83.972736 +623,2026-09-19T03:29:42.353Z,2026-09-19T03:30:29.895Z,37368485841,37316002823,52483018,20.172736 +624,2026-09-19T03:30:42.353Z,2026-09-19T03:31:28.892Z,37424718399,37316002823,108715576,80.172709 +625,2026-09-19T03:31:42.353Z,2026-09-19T03:32:30.164Z,37481581775,37440243287,41338488,18.12974 +626,2026-09-19T03:32:42.353Z,2026-09-19T03:33:30.987Z,37538687605,37440243287,98444318,78.129782 +627,2026-09-19T03:33:42.353Z,2026-09-19T03:34:30.966Z,37611072413,37559260939,51811474,15.301656 +628,2026-09-19T03:34:42.354Z,2026-09-19T03:35:30.921Z,37667956450,37559260939,108695511,75.302516 +629,2026-09-19T03:35:42.353Z,2026-09-19T03:36:30.525Z,37725012280,37688725694,36286586,7.001718 +630,2026-09-19T03:36:42.353Z,2026-09-19T03:37:24.236Z,37781848928,37756039418,25809510,4.952745 +631,2026-09-19T03:37:42.353Z,2026-09-19T03:38:27.442Z,37838904758,37756039418,82865340,64.952745 +632,2026-09-19T03:38:42.353Z,2026-09-19T03:39:26.512Z,37906014392,37874979708,31034684,3.621721 +633,2026-09-19T03:39:42.353Z,2026-09-19T03:40:27.848Z,37957849138,37874979708,82869430,63.621745 +634,2026-09-19T03:40:42.353Z,2026-09-19T03:41:26.222Z,38027201860,37874979708,152222152,123.621683 +635,2026-09-19T03:41:42.353Z,2026-09-19T03:42:28.373Z,38082407056,37994135724,88271332,59.797745 +636,2026-09-19T03:42:42.354Z,2026-09-19T03:43:28.206Z,38138982068,37994135724,144846344,119.798732 +637,2026-09-19T03:43:42.353Z,2026-09-19T03:44:29.108Z,38206976610,38123433908,83542702,54.242736 +638,2026-09-19T03:44:42.353Z,2026-09-19T03:45:29.960Z,38263328350,38123433908,139894442,114.242719 +639,2026-09-19T03:45:42.353Z,2026-09-19T03:46:27.993Z,38320217965,38242603288,77614677,53.446743 +640,2026-09-19T03:46:42.353Z,2026-09-19T03:47:30.756Z,38387596781,38242603288,144993493,113.446722 +641,2026-09-19T03:47:42.353Z,2026-09-19T03:48:30.396Z,38444421793,38361575635,82846158,49.606727 +642,2026-09-19T03:48:42.353Z,2026-09-19T03:49:31.722Z,38501443032,38361575635,139867397,109.60675 +643,2026-09-19T03:49:42.353Z,2026-09-19T03:50:30.400Z,38563596991,38480700833,82896158,53.268742 +644,2026-09-19T03:50:42.353Z,2026-09-19T03:51:31.082Z,38620433639,38480700833,139732806,113.268756 +645,2026-09-19T03:51:42.353Z,2026-09-19T03:52:31.506Z,38677370287,38604885479,72484808,52.511721 +646,2026-09-19T03:52:42.353Z,2026-09-19T03:53:25.678Z,38739478019,38604885479,134592540,112.511744 +647,2026-09-19T03:53:42.353Z,2026-09-19T03:54:24.567Z,38796545485,38729185851,67359634,48.791675 +648,2026-09-19T03:54:42.353Z,2026-09-19T03:55:26.330Z,38868614567,38729185851,139428716,108.791746 +649,2026-09-19T03:55:42.353Z,2026-09-19T03:56:27.327Z,38918698679,38853432133,65266546,43.916651 +650,2026-09-19T03:56:42.353Z,2026-09-19T03:57:25.580Z,38984348094,38853432133,130915961,103.916734 +651,2026-09-19T03:57:42.353Z,2026-09-19T03:58:26.905Z,39049060550,38976256560,72803990,39.264715 +652,2026-09-19T03:58:42.353Z,2026-09-19T03:59:27.723Z,39097667300,38976256560,121410740,99.264736 +653,2026-09-19T03:59:42.354Z,2026-09-19T04:00:28.121Z,39162379756,39089594948,72784808,41.281225 +654,2026-09-19T04:00:42.353Z,2026-09-19T04:01:28.021Z,39212040596,39089594948,122445648,101.280726 +655,2026-09-19T04:01:42.353Z,2026-09-19T04:02:28.692Z,39283336406,39227153848,56182558,26.903779 +656,2026-09-19T04:02:42.353Z,2026-09-19T04:03:29.767Z,39348358770,39227153848,121204922,86.90373 +657,2026-09-19T04:03:42.353Z,2026-09-19T04:04:29.003Z,39397465520,39340273054,57192466,29.078857 +658,2026-09-19T04:04:42.353Z,2026-09-19T04:05:30.734Z,39453646033,39340273054,113372979,89.078759 +659,2026-09-19T04:05:42.353Z,2026-09-19T04:06:29.366Z,39518335534,39461722158,56613376,26.855737 +660,2026-09-19T04:06:42.353Z,2026-09-19T04:07:30.766Z,39585612622,39526396250,59216372,25.430763 +661,2026-09-19T04:07:42.353Z,2026-09-19T04:08:31.394Z,39631654345,39526396250,105258095,85.430733 +662,2026-09-19T04:08:42.353Z,2026-09-19T04:09:32.657Z,39698833161,39647783323,51049838,21.419737 +663,2026-09-19T04:09:42.353Z,2026-09-19T04:10:27.786Z,39766192795,39647783323,118409472,81.419725 +664,2026-09-19T04:10:42.353Z,2026-09-19T04:11:26.702Z,39822998625,39776458235,46540390,17.884738 +665,2026-09-19T04:11:42.353Z,2026-09-19T04:12:26.767Z,39890400713,39776458235,113942478,77.884738 +666,2026-09-19T04:12:42.353Z,2026-09-19T04:13:29.832Z,39947243179,39895421797,51821382,15.16971 +667,2026-09-19T04:13:42.353Z,2026-09-19T04:14:29.026Z,39999739561,39895421797,104317764,75.169737 +668,2026-09-19T04:14:42.353Z,2026-09-19T04:15:27.831Z,40070760371,40014577813,56182558,16.958708 +669,2026-09-19T04:15:42.353Z,2026-09-19T04:16:30.664Z,40127797019,40014577813,113219206,76.958735 +670,2026-09-19T04:16:42.353Z,2026-09-19T04:17:30.881Z,40183159761,40138785731,44374030,18.301737 +671,2026-09-19T04:17:42.353Z,2026-09-19T04:18:28.755Z,40252685755,40205933729,46752026,12.287729 +672,2026-09-19T04:18:42.353Z,2026-09-19T04:19:28.312Z,40307375254,40205933729,101441525,72.287737 +673,2026-09-19T04:19:42.353Z,2026-09-19T04:20:29.794Z,40361403088,40325066502,36336586,6.794735 +674,2026-09-19T04:20:42.353Z,2026-09-19T04:21:28.925Z,40416708284,40325066502,91641782,66.794753 +675,2026-09-19T04:21:42.353Z,2026-09-19T04:22:29.838Z,40488146548,40449387784,38758764,6.642749 +676,2026-09-19T04:22:42.353Z,2026-09-19T04:23:30.741Z,40542530200,40449387784,93142416,66.64272 +677,2026-09-19T04:23:42.353Z,2026-09-19T04:24:31.300Z,40599584302,40573562839,26021463,2.543707 +678,2026-09-19T04:24:42.353Z,2026-09-19T04:25:33.316Z,40666757300,40573562839,93194461,62.543733 +679,2026-09-19T04:25:42.353Z,2026-09-19T04:26:31.499Z,40719942573,40573562839,146379734,122.543768 +680,2026-09-19T04:26:42.353Z,2026-09-19T04:27:26.083Z,40780736307,40697797695,82938612,56.41274 +681,2026-09-19T04:27:42.353Z,2026-09-19T04:28:25.547Z,40842811493,40697797695,145013798,116.412726 +682,2026-09-19T04:28:42.353Z,2026-09-19T04:29:25.778Z,40900602231,40817040347,83561884,56.264746 +683,2026-09-19T04:29:42.353Z,2026-09-19T04:30:26.635Z,40961763419,40817040347,144723072,116.26478 +684,2026-09-19T04:30:42.353Z,2026-09-19T04:31:27.438Z,41018780885,40935986455,82794430,56.18473 +685,2026-09-19T04:31:42.353Z,2026-09-19T04:32:27.529Z,41080284527,40935986455,144298072,116.184722 +686,2026-09-19T04:32:42.353Z,2026-09-19T04:33:27.702Z,41137863629,41060138555,77725074,55.652726 +687,2026-09-19T04:33:42.353Z,2026-09-19T04:34:30.094Z,41197297455,41060138555,137158900,115.652732 +688,2026-09-19T04:34:42.353Z,2026-09-19T04:35:28.744Z,41256831281,41184415655,72415626,51.661757 +689,2026-09-19T04:35:42.353Z,2026-09-19T04:36:28.675Z,41326614821,41184415655,142199166,111.661735 +690,2026-09-19T04:36:42.353Z,2026-09-19T04:37:29.929Z,41376668115,41308592755,68075360,48.166726 +691,2026-09-19T04:37:42.353Z,2026-09-19T04:38:30.053Z,41453580944,41370731305,82849639,46.458735 +692,2026-09-19T04:38:42.353Z,2026-09-19T04:39:31.643Z,41498064882,41370731305,127333577,106.458738 +693,2026-09-19T04:39:42.353Z,2026-09-19T04:40:30.554Z,41557150436,41489625076,67525360,42.196705 +694,2026-09-19T04:40:42.353Z,2026-09-19T04:41:32.276Z,41619240714,41489625076,129615638,102.196742 +695,2026-09-19T04:41:42.353Z,2026-09-19T04:42:31.885Z,41681404264,41614013812,67390452,37.329724 +696,2026-09-19T04:42:42.353Z,2026-09-19T04:43:24.718Z,41741842180,41614013812,127828368,97.329738 +697,2026-09-19T04:43:42.353Z,2026-09-19T04:44:26.195Z,41801326006,41733015738,68310268,39.480704 +698,2026-09-19T04:44:42.353Z,2026-09-19T04:45:27.903Z,41865396008,41733015738,132380270,99.480756 +699,2026-09-19T04:45:42.353Z,2026-09-19T04:46:26.695Z,41924550744,41857396928,67153816,39.322736 +700,2026-09-19T04:46:42.353Z,2026-09-19T04:47:24.896Z,41986614294,41857396928,129217366,99.322743 +701,2026-09-19T04:47:42.353Z,2026-09-19T04:48:27.158Z,42044393396,41981612392,62781004,34.092726 +702,2026-09-19T04:48:42.353Z,2026-09-19T04:49:27.597Z,42104897813,41981612392,123285421,94.092736 +703,2026-09-19T04:49:42.353Z,2026-09-19T04:50:28.272Z,42162750187,42100586637,62163550,34.439778 +704,2026-09-19T04:50:42.353Z,2026-09-19T04:51:30.304Z,42223853829,42100586637,123267192,94.439724 +705,2026-09-19T04:51:42.353Z,2026-09-19T04:52:30.259Z,42281694567,42219575199,62119368,33.821733 +706,2026-09-19T04:52:42.353Z,2026-09-19T04:53:29.102Z,42341216757,42219575199,121641558,93.821679 +707,2026-09-19T04:53:42.353Z,2026-09-19T04:54:29.872Z,42401997127,42338575397,63421730,35.239732 +708,2026-09-19T04:54:42.353Z,2026-09-19T04:55:30.669Z,42462815861,42338575397,124240464,95.239707 +709,2026-09-19T04:55:42.353Z,2026-09-19T04:56:30.185Z,42519640873,42462815861,56825012,32.90276 +710,2026-09-19T04:56:42.353Z,2026-09-19T04:57:31.645Z,42579978789,42462815861,117162928,92.902754 +711,2026-09-19T04:57:42.353Z,2026-09-19T04:58:30.696Z,42649250693,42581891059,67359634,28.021789 +712,2026-09-19T04:58:42.353Z,2026-09-19T04:59:31.583Z,42708378701,42581891059,126487642,88.021743 +713,2026-09-19T04:59:42.353Z,2026-09-19T05:00:26.747Z,42768206709,42706073977,62132732,27.10673 +714,2026-09-19T05:00:42.353Z,2026-09-19T05:01:25.896Z,42828711061,42706073977,122637084,87.106736 +715,2026-09-19T05:01:42.353Z,2026-09-19T05:02:29.148Z,42890781902,42830311695,60470207,20.598743 +716,2026-09-19T05:02:42.353Z,2026-09-19T05:03:27.256Z,42950737815,42830311695,120426120,80.598995 +717,2026-09-19T05:03:42.353Z,2026-09-19T05:04:28.336Z,43011567088,42949429635,62137453,20.522724 +718,2026-09-19T05:04:42.353Z,2026-09-19T05:05:27.777Z,43070434373,42949429635,121004738,80.52274 +719,2026-09-19T05:05:42.353Z,2026-09-19T05:06:27.201Z,43130239982,43068402921,61837061,22.003769 +720,2026-09-19T05:06:42.353Z,2026-09-19T05:07:28.910Z,43187924894,43068402921,119521973,82.003745 +721,2026-09-19T05:07:42.353Z,2026-09-19T05:08:27.328Z,43246962176,43192665160,54297016,23.498745 +722,2026-09-19T05:08:42.353Z,2026-09-19T05:09:29.885Z,43305972730,43192665160,113307570,83.498765 +723,2026-09-19T05:09:42.353Z,2026-09-19T05:10:30.578Z,43360969275,43311840358,49128917,22.965754 +724,2026-09-19T05:10:42.353Z,2026-09-19T05:11:30.478Z,43420721258,43311840358,108880900,82.965743 +725,2026-09-19T05:11:42.353Z,2026-09-19T05:12:31.155Z,43479792215,43435915328,43876887,18.380745 +726,2026-09-19T05:12:42.353Z,2026-09-19T05:13:30.669Z,43538877769,43435915328,102962441,78.380734 +727,2026-09-19T05:13:42.353Z,2026-09-19T05:14:30.815Z,43612012577,43555006747,57005830,20.480722 +728,2026-09-19T05:14:42.353Z,2026-09-19T05:15:32.465Z,43668906771,43622297199,46609572,15.796749 +729,2026-09-19T05:15:42.353Z,2026-09-19T05:16:32.746Z,43723281149,43622297199,100983950,75.796851 +730,2026-09-19T05:16:42.353Z,2026-09-19T05:17:29.845Z,43791718145,43741372397,50345748,11.791734 +731,2026-09-19T05:17:42.353Z,2026-09-19T05:18:26.811Z,43850020519,43741372397,108648122,71.791714 +732,2026-09-19T05:18:42.353Z,2026-09-19T05:19:26.582Z,43907511257,43865562861,41948396,8.93074 +733,2026-09-19T05:19:42.353Z,2026-09-19T05:20:26.368Z,43968945717,43865562861,103382856,68.930757 +734,2026-09-19T05:20:42.353Z,2026-09-19T05:21:25.855Z,44024712549,43984493877,40218672,8.059726 +735,2026-09-19T05:21:42.353Z,2026-09-19T05:22:26.428Z,44084608011,43984493877,100114134,68.059746 +736,2026-09-19T05:22:42.353Z,2026-09-19T05:23:26.288Z,44144472655,44108697705,35774950,8.140781 +737,2026-09-19T05:23:42.353Z,2026-09-19T05:24:28.007Z,44201886558,44108697705,93188853,68.140737 +738,2026-09-19T05:24:42.353Z,2026-09-19T05:25:27.646Z,44272105006,44227688522,44416484,5.34274 +739,2026-09-19T05:25:42.353Z,2026-09-19T05:26:28.486Z,44331415560,44227688522,103727038,65.342715 +740,2026-09-19T05:26:42.353Z,2026-09-19T05:27:30.009Z,44392838384,44351923168,40915216,5.412725 +741,2026-09-19T05:27:42.353Z,2026-09-19T05:28:29.148Z,44450309940,44351923168,98386772,65.412745 +742,2026-09-19T05:28:42.353Z,2026-09-19T05:29:30.006Z,44507458224,44476131086,31327138,0.795739 +743,2026-09-19T05:29:42.353Z,2026-09-19T05:30:31.336Z,44569435138,44476131086,93304052,60.795706 +744,2026-09-19T05:30:42.354Z,2026-09-19T05:31:31.910Z,44627060467,44476131086,150929381,120.79656 +745,2026-09-19T05:31:42.354Z,2026-09-19T05:32:32.652Z,44687825428,44595417920,92407508,53.001646 +746,2026-09-19T05:32:42.353Z,2026-09-19T05:33:32.362Z,44743553896,44595417920,148135976,113.00075 +747,2026-09-19T05:33:42.353Z,2026-09-19T05:34:25.609Z,44800359726,44719464202,80895524,56.872717 +748,2026-09-19T05:34:42.353Z,2026-09-19T05:35:25.429Z,44869700812,44719464202,150236610,116.872745 +749,2026-09-19T05:35:42.353Z,2026-09-19T05:36:25.708Z,44931166278,44843691302,87474976,53.892741 +750,2026-09-19T05:36:42.353Z,2026-09-19T05:37:25.928Z,44988622108,44843691302,144930806,113.892729 +751,2026-09-19T05:37:42.353Z,2026-09-19T05:38:26.719Z,45046318664,44962850962,83467702,52.731773 +752,2026-09-19T05:38:42.353Z,2026-09-19T05:39:27.433Z,45102533768,44962850962,139682806,112.731741 +753,2026-09-19T05:39:42.353Z,2026-09-19T05:40:28.379Z,45159612870,45086989698,72623172,46.691905 +754,2026-09-19T05:40:42.353Z,2026-09-19T05:41:27.827Z,45219335060,45086989698,132345362,106.691733 +755,2026-09-19T05:41:42.353Z,2026-09-19T05:42:28.934Z,45292754776,45206164896,86589880,49.454679 +756,2026-09-19T05:42:42.353Z,2026-09-19T05:43:28.610Z,45350955422,45206164896,144790526,109.454741 +757,2026-09-19T05:43:42.353Z,2026-09-19T05:44:29.658Z,45408017070,45325166822,82850248,48.743745 +758,2026-09-19T05:44:42.353Z,2026-09-19T05:45:31.436Z,45464861264,45325166822,139694442,108.743742 +759,2026-09-19T05:45:42.353Z,2026-09-19T05:46:30.362Z,45526993996,45444097838,82896158,47.912732 +760,2026-09-19T05:46:42.353Z,2026-09-19T05:47:30.930Z,45588834274,45444097838,144736436,107.912735 +761,2026-09-19T05:47:42.353Z,2026-09-19T05:48:31.964Z,45645974878,45568376666,77598212,48.832752 +762,2026-09-19T05:48:42.353Z,2026-09-19T05:49:32.677Z,45704481342,45568376666,136104676,108.83277 +763,2026-09-19T05:49:42.353Z,2026-09-19T05:50:25.402Z,45763193624,45687344184,75849440,46.608763 +764,2026-09-19T05:50:42.353Z,2026-09-19T05:51:25.592Z,45822005906,45687344184,134661722,106.608714 +765,2026-09-19T05:51:42.353Z,2026-09-19T05:52:25.959Z,45883571184,45806457746,77113438,46.922727 +766,2026-09-19T05:52:42.353Z,2026-09-19T05:53:25.472Z,45941092740,45868757932,72334808,47.644719 +767,2026-09-19T05:53:42.353Z,2026-09-19T05:54:26.513Z,46013673458,45868757932,144915526,107.644678 +768,2026-09-19T05:54:42.354Z,2026-09-19T05:55:26.194Z,46070504288,45992935032,77569256,43.804744 +769,2026-09-19T05:55:42.353Z,2026-09-19T05:56:26.834Z,46127396754,45992935032,134461722,103.803713 +770,2026-09-19T05:56:42.353Z,2026-09-19T05:57:27.695Z,46184483402,46111873594,72609808,40.491731 +771,2026-09-19T05:57:42.353Z,2026-09-19T05:58:29.204Z,46241281369,46111873594,129407775,100.491726 +772,2026-09-19T05:58:42.353Z,2026-09-19T05:59:28.126Z,46308635502,46236237330,72398172,40.018713 +773,2026-09-19T05:59:42.353Z,2026-09-19T06:00:32.511Z,46365690649,46236237330,129453319,100.018726 +774,2026-09-19T06:00:42.353Z,2026-09-19T06:01:30.798Z,46422525113,46355230670,67294443,37.594743 +775,2026-09-19T06:01:42.353Z,2026-09-19T06:02:30.228Z,46488219508,46355230670,132988838,97.594731 +776,2026-09-19T06:02:42.353Z,2026-09-19T06:03:31.118Z,46544844520,46479396615,65447905,32.00173 +777,2026-09-19T06:03:42.353Z,2026-09-19T06:04:31.766Z,46603591793,46479396615,124195178,92.00173 +778,2026-09-19T06:04:42.353Z,2026-09-19T06:05:34.525Z,46661356317,46603591793,57764524,30.445723 +779,2026-09-19T06:05:42.353Z,2026-09-19T06:06:34.240Z,46720728166,46603591793,117136373,90.445758 +780,2026-09-19T06:06:42.353Z,2026-09-19T06:07:25.051Z,46795282500,46722628881,72653619,27.841693 +781,2026-09-19T06:07:42.353Z,2026-09-19T06:08:28.689Z,46850876114,46722628881,128247233,87.841731 +782,2026-09-19T06:08:42.353Z,2026-09-19T06:09:27.765Z,46905259766,46846914938,58344828,27.156722 +783,2026-09-19T06:09:42.353Z,2026-09-19T06:10:27.560Z,46966070954,46846914938,119156016,87.156959 +784,2026-09-19T06:10:42.353Z,2026-09-19T06:11:28.430Z,47022891769,46966070954,56820815,28.460751 +785,2026-09-19T06:11:42.353Z,2026-09-19T06:12:28.527Z,47081789584,46966070954,115718630,88.460718 +786,2026-09-19T06:12:42.353Z,2026-09-19T06:13:27.797Z,47142073410,47085017580,57055830,27.275739 +787,2026-09-19T06:13:42.354Z,2026-09-19T06:14:30.647Z,47214496582,47085017580,129479002,87.276736 +788,2026-09-19T06:14:42.353Z,2026-09-19T06:15:29.103Z,47271364048,47209256316,62107732,25.990725 +789,2026-09-19T06:15:42.353Z,2026-09-19T06:16:30.296Z,47331590328,47209256316,122334012,85.990826 +790,2026-09-19T06:16:42.353Z,2026-09-19T06:17:30.110Z,47389517702,47328258242,61259460,26.442734 +791,2026-09-19T06:17:42.353Z,2026-09-19T06:18:31.010Z,47447333440,47328258242,119075198,86.442755 +792,2026-09-19T06:18:42.354Z,2026-09-19T06:19:29.753Z,47504450906,47447333440,57117466,22.905438 +793,2026-09-19T06:19:42.353Z,2026-09-19T06:20:32.221Z,47564134732,47447333440,116801292,82.904744 +794,2026-09-19T06:20:42.353Z,2026-09-19T06:21:32.092Z,47622398742,47571710540,50688202,24.68074 +795,2026-09-19T06:21:42.353Z,2026-09-19T06:22:32.572Z,47692043918,47571710540,120333378,84.680714 +796,2026-09-19T06:22:42.353Z,2026-09-19T06:23:32.344Z,47751027348,47690685738,60341610,22.390745 +797,2026-09-19T06:23:42.353Z,2026-09-19T06:24:25.393Z,47809755048,47690685738,119069310,82.390769 +798,2026-09-19T06:24:42.354Z,2026-09-19T06:25:25.062Z,47861388907,47809755048,51633859,21.548224 +799,2026-09-19T06:25:42.353Z,2026-09-19T06:26:25.369Z,47933993940,47809755048,124238892,81.547743 +800,2026-09-19T06:26:42.353Z,2026-09-19T06:27:27.342Z,47990905894,47933993940,56911954,21.943743 +801,2026-09-19T06:27:42.353Z,2026-09-19T06:28:27.225Z,48045237818,47933993940,111243878,81.943734 +802,2026-09-19T06:28:42.353Z,2026-09-19T06:29:26.099Z,48102212830,48053013626,49199204,17.925723 +803,2026-09-19T06:29:42.353Z,2026-09-19T06:30:28.678Z,48171988824,48053013626,118975198,77.925733 +804,2026-09-19T06:30:42.353Z,2026-09-19T06:31:31.454Z,48229094654,48177233180,51861474,18.167736 +805,2026-09-19T06:31:42.353Z,2026-09-19T06:32:30.738Z,48284273122,48177233180,107039942,78.167726 +806,2026-09-19T06:32:42.353Z,2026-09-19T06:33:30.569Z,48342005997,48301417826,40588171,10.903672 +807,2026-09-19T06:33:42.353Z,2026-09-19T06:34:32.039Z,48413305580,48301417826,111887754,70.903924 +808,2026-09-19T06:34:42.353Z,2026-09-19T06:35:30.935Z,48472054498,48420523842,51530656,14.98568 +809,2026-09-19T06:35:42.353Z,2026-09-19T06:36:30.742Z,48529273377,48420523842,108749535,74.985747 +810,2026-09-19T06:36:42.353Z,2026-09-19T06:37:31.334Z,48586171661,48539557999,46613662,12.762746 +811,2026-09-19T06:37:42.354Z,2026-09-19T06:38:32.907Z,48643029219,48539557999,103471220,72.763596 +812,2026-09-19T06:38:42.353Z,2026-09-19T06:39:32.122Z,48715614027,48658552379,57061648,13.215736 +813,2026-09-19T06:39:42.353Z,2026-09-19T06:40:33.035Z,48767262137,48658552379,108709758,73.215738 +814,2026-09-19T06:40:42.353Z,2026-09-19T06:41:24.967Z,48827257599,48782817843,44439756,13.428714 +815,2026-09-19T06:41:42.353Z,2026-09-19T06:42:26.904Z,48886056517,48782817843,103238674,73.428712 +816,2026-09-19T06:42:42.353Z,2026-09-19T06:43:26.445Z,48943343165,48907171988,36171177,8.314767 +817,2026-09-19T06:43:42.353Z,2026-09-19T06:44:26.287Z,49015112247,48907171988,107940259,68.314732 +818,2026-09-19T06:44:42.353Z,2026-09-19T06:45:27.238Z,49072591349,49026020141,46571208,9.604748 +819,2026-09-19T06:45:42.353Z,2026-09-19T06:46:28.996Z,49129477997,49026020141,103457856,69.604753 +820,2026-09-19T06:46:42.353Z,2026-09-19T06:47:28.685Z,49186583827,49145045339,41538488,6.760742 +821,2026-09-19T06:47:42.353Z,2026-09-19T06:48:28.832Z,49243406317,49145045339,98360978,66.760805 +822,2026-09-19T06:48:42.353Z,2026-09-19T06:49:28.682Z,49312035767,49264206379,47829388,9.894661 +823,2026-09-19T06:49:42.353Z,2026-09-19T06:50:28.173Z,49367633417,49331385195,36248222,5.98172 +824,2026-09-19T06:50:42.353Z,2026-09-19T06:51:29.857Z,49424689247,49331385195,93304052,65.981743 +825,2026-09-19T06:51:42.354Z,2026-09-19T06:52:29.838Z,49482841621,49450472029,32369592,0.842826 +826,2026-09-19T06:52:42.354Z,2026-09-19T06:53:30.669Z,49554072022,49450472029,103599993,60.842952 +827,2026-09-19T06:53:42.353Z,2026-09-19T06:54:31.370Z,49610968261,49569622227,41346034,1.244748 +828,2026-09-19T06:54:42.353Z,2026-09-19T06:55:31.636Z,49668060727,49569622227,98438500,61.244745 +829,2026-09-19T06:55:42.353Z,2026-09-19T06:56:32.324Z,49724978193,49569622227,155355966,121.244714 +830,2026-09-19T06:56:42.353Z,2026-09-19T06:57:24.625Z,49781872387,49704203131,77669256,53.774746 +831,2026-09-19T06:57:42.353Z,2026-09-19T06:58:26.832Z,49849162839,49704203131,144959708,113.774749 +832,2026-09-19T06:58:42.353Z,2026-09-19T06:59:26.268Z,49904952943,49823278329,81674614,53.864715 +833,2026-09-19T06:59:42.353Z,2026-09-19T07:00:26.088Z,49963066953,49823278329,139788624,113.864726 +834,2026-09-19T07:00:42.353Z,2026-09-19T07:01:27.210Z,50035224227,49947530429,87693798,43.889729 +835,2026-09-19T07:01:42.354Z,2026-09-19T07:02:31.418Z,50092384147,49947530429,144853718,103.89094 +836,2026-09-19T07:02:42.353Z,2026-09-19T07:03:28.896Z,50149445795,50071845721,77600074,41.496833 +837,2026-09-19T07:03:42.353Z,2026-09-19T07:04:28.008Z,50206676625,50071845721,134830904,101.49672 +838,2026-09-19T07:04:42.353Z,2026-09-19T07:05:28.430Z,50263178365,50190828465,72349900,45.180733 +839,2026-09-19T07:05:42.353Z,2026-09-19T07:06:30.090Z,50321500238,50190828465,130671773,105.180745 +840,2026-09-19T07:06:42.353Z,2026-09-19T07:07:29.862Z,50392661457,50315011383,77650074,40.355716 +841,2026-09-19T07:07:42.353Z,2026-09-19T07:08:31.040Z,50444503749,50315011383,129492366,100.355729 +842,2026-09-19T07:08:42.353Z,2026-09-19T07:09:29.847Z,50508547023,50434199945,74347078,41.241727 +843,2026-09-19T07:09:42.353Z,2026-09-19T07:10:30.685Z,50563448129,50434199945,129248184,101.241743 +844,2026-09-19T07:10:42.353Z,2026-09-19T07:11:31.425Z,50630819399,50553188507,77630892,36.642739 +845,2026-09-19T07:11:42.353Z,2026-09-19T07:12:32.106Z,50685220505,50553188507,132031998,96.642738 +846,2026-09-19T07:12:42.353Z,2026-09-19T07:13:31.197Z,50755028912,50677409789,77619123,36.858748 +847,2026-09-19T07:13:42.353Z,2026-09-19T07:14:27.956Z,50806882840,50677409789,129473051,96.858744 +848,2026-09-19T07:14:42.353Z,2026-09-19T07:15:26.171Z,50862195582,50801642257,60553325,33.988715 +849,2026-09-19T07:15:42.353Z,2026-09-19T07:16:26.806Z,50930998304,50801642257,129356047,93.988741 +850,2026-09-19T07:16:42.353Z,2026-09-19T07:17:27.186Z,50982821414,50920682864,62138550,31.428792 +851,2026-09-19T07:17:42.353Z,2026-09-19T07:18:26.456Z,51050177275,50920682864,129494411,91.428727 +852,2026-09-19T07:18:42.353Z,2026-09-19T07:19:26.854Z,51102008248,51039883062,62125186,31.770709 +853,2026-09-19T07:19:42.353Z,2026-09-19T07:20:28.264Z,51169312064,51039883062,129429002,91.770846 +854,2026-09-19T07:20:42.353Z,2026-09-19T07:21:29.220Z,51222629990,51164079344,58550646,32.960756 +855,2026-09-19T07:21:42.353Z,2026-09-19T07:22:29.887Z,51293429573,51164079344,129350229,92.960734 +856,2026-09-19T07:22:42.353Z,2026-09-19T07:23:29.722Z,51347180362,51283179542,64000820,27.210755 +857,2026-09-19T07:23:42.353Z,2026-09-19T07:24:29.872Z,51402766376,51283179542,119586834,87.21074 +858,2026-09-19T07:24:42.353Z,2026-09-19T07:25:29.296Z,51472654006,51407337460,65316546,28.254723 +859,2026-09-19T07:25:42.353Z,2026-09-19T07:26:28.977Z,51528688088,51407337460,121350628,88.254746 +860,2026-09-19T07:26:42.353Z,2026-09-19T07:27:30.945Z,51585301464,51526464182,58837282,23.382725 +861,2026-09-19T07:27:42.353Z,2026-09-19T07:28:31.947Z,51642449748,51526464182,115985566,83.382731 +862,2026-09-19T07:28:42.353Z,2026-09-19T07:29:32.806Z,51712618196,51645458562,67159634,25.060729 +863,2026-09-19T07:29:42.353Z,2026-09-19T07:30:33.231Z,51769524026,51645458562,124065464,85.060804 +864,2026-09-19T07:30:42.353Z,2026-09-19T07:31:25.592Z,51825290858,51769524026,55766832,23.979728 +865,2026-09-19T07:31:42.353Z,2026-09-19T07:32:26.555Z,51893931944,51769524026,124407918,83.979741 +866,2026-09-19T07:32:42.353Z,2026-09-19T07:33:25.993Z,51946913234,51888687588,58225646,20.474729 +867,2026-09-19T07:33:42.353Z,2026-09-19T07:34:27.375Z,52003582428,51888687588,114894840,80.474744 +868,2026-09-19T07:34:42.353Z,2026-09-19T07:35:26.722Z,52064108708,52007874422,56234286,23.727706 +869,2026-09-19T07:35:42.353Z,2026-09-19T07:36:27.427Z,52133988792,52007874422,126114370,83.727769 +870,2026-09-19T07:36:42.353Z,2026-09-19T07:37:28.995Z,52191214741,52132064886,59149855,17.81872 +871,2026-09-19T07:37:42.353Z,2026-09-19T07:38:28.164Z,52246200755,52132064886,114135869,77.818758 +872,2026-09-19T07:38:42.353Z,2026-09-19T07:39:29.137Z,52313073753,52256162105,56911648,13.44774 +873,2026-09-19T07:39:42.353Z,2026-09-19T07:40:28.662Z,52369973765,52256162105,113811660,73.447745 +874,2026-09-19T07:40:42.353Z,2026-09-19T07:41:29.997Z,52423116691,52380439205,42677486,11.75872 +875,2026-09-19T07:41:42.353Z,2026-09-19T07:42:29.920Z,52493335139,52380439205,112895934,71.75872 +876,2026-09-19T07:42:42.353Z,2026-09-19T07:43:30.217Z,52545966429,52499414403,46552026,9.212717 +877,2026-09-19T07:43:42.353Z,2026-09-19T07:44:29.976Z,52604087985,52499414403,104673582,69.212752 +878,2026-09-19T07:44:42.353Z,2026-09-19T07:45:31.281Z,52675476249,52623610685,51865564,6.769738 +879,2026-09-19T07:45:42.353Z,2026-09-19T07:46:33.288Z,52732301261,52623610685,108690576,66.769738 +880,2026-09-19T07:46:42.353Z,2026-09-19T07:47:31.273Z,52784124371,52742766701,41357670,9.317722 +881,2026-09-19T07:47:42.353Z,2026-09-19T07:48:25.011Z,52848182737,52742766701,105416036,69.317707 +882,2026-09-19T07:48:42.353Z,2026-09-19T07:49:24.779Z,52903872841,52861780263,42092578,7.147754 +883,2026-09-19T07:49:42.353Z,2026-09-19T07:50:25.063Z,52961217452,52861780263,99437189,67.147958 +884,2026-09-19T07:50:42.353Z,2026-09-19T07:51:26.819Z,53022247822,52985992054,36255768,7.161731 +885,2026-09-19T07:51:42.353Z,2026-09-19T07:52:26.771Z,53080442650,52985992054,94450596,67.161726 +886,2026-09-19T07:52:42.353Z,2026-09-19T07:53:27.861Z,53153035004,53104986434,48048570,7.261754 +887,2026-09-19T07:53:42.353Z,2026-09-19T07:54:27.892Z,53208644290,53104986434,103657856,67.261716 +888,2026-09-19T07:54:42.353Z,2026-09-19T07:55:27.909Z,53265488484,53229413534,36074950,4.603741 +889,2026-09-19T07:55:42.353Z,2026-09-19T07:56:29.705Z,53332871390,53229413534,103457856,64.60372 +890,2026-09-19T07:56:42.353Z,2026-09-19T07:57:30.080Z,53389858038,53348388732,41469306,5.86176 +891,2026-09-19T07:57:42.353Z,2026-09-19T07:58:31.144Z,53446744686,53348388732,98355954,65.861755 +892,2026-09-19T07:58:42.353Z,2026-09-19T07:59:29.748Z,53503663880,53472273378,31390502,3.094731 +893,2026-09-19T07:59:42.353Z,2026-09-19T08:00:31.585Z,53572610784,53472273378,100337406,63.094729 +894,2026-09-19T08:00:42.353Z,2026-09-19T08:01:33.275Z,53627964252,53472273378,155690874,123.094728 +895,2026-09-19T08:01:42.354Z,2026-09-19T08:02:35.561Z,53684995082,53596862114,88132968,53.711714 +896,2026-09-19T08:02:42.354Z,2026-09-19T08:03:32.146Z,53752354474,53596862114,155492360,113.711819 +897,2026-09-19T08:03:42.353Z,2026-09-19T08:04:25.340Z,53809291122,53716067888,93223234,58.87776 +898,2026-09-19T08:04:42.353Z,2026-09-19T08:05:24.703Z,53876593210,53716067888,160525322,118.877741 +899,2026-09-19T08:05:42.353Z,2026-09-19T08:06:25.881Z,53932983314,53835069814,97913500,54.324752 +900,2026-09-19T08:06:42.354Z,2026-09-19T08:07:28.869Z,53986974512,53835069814,151904698,114.325575 +901,2026-09-19T08:07:42.353Z,2026-09-19T08:08:27.977Z,54042347162,53959439368,82907794,52.842736 +902,2026-09-19T08:08:42.353Z,2026-09-19T08:09:26.488Z,54111549884,53959439368,152110516,112.842736 +903,2026-09-19T08:09:42.353Z,2026-09-19T08:10:26.900Z,54166599262,54078614566,87984696,51.298725 +904,2026-09-19T08:10:42.353Z,2026-09-19T08:11:29.309Z,54223691728,54078614566,145077162,111.298744 +905,2026-09-19T08:11:42.353Z,2026-09-19T08:12:29.783Z,54294121812,54197670582,96451230,50.502728 +906,2026-09-19T08:12:42.353Z,2026-09-19T08:13:29.386Z,54348865372,54197670582,151194790,110.502749 +907,2026-09-19T08:13:42.353Z,2026-09-19T08:14:30.952Z,54404781269,54322016864,82764405,54.061714 +908,2026-09-19T08:14:42.353Z,2026-09-19T08:15:30.884Z,54472154267,54322016864,150137403,114.061749 +909,2026-09-19T08:15:42.353Z,2026-09-19T08:16:30.462Z,54534204453,54446363939,87840514,43.206743 +910,2026-09-19T08:16:42.353Z,2026-09-19T08:17:30.779Z,54591229465,54446363939,144865526,103.206718 +911,2026-09-19T08:17:42.353Z,2026-09-19T08:18:31.844Z,54644391573,54565246683,79144890,43.597754 +912,2026-09-19T08:18:42.353Z,2026-09-19T08:19:31.068Z,54710416299,54565246683,145169616,103.597734 +913,2026-09-19T08:19:42.353Z,2026-09-19T08:20:32.015Z,54766213949,54689858691,76355258,41.152736 +914,2026-09-19T08:20:42.353Z,2026-09-19T08:21:25.588Z,54824352959,54689858691,134494268,101.15274 +915,2026-09-19T08:21:42.353Z,2026-09-19T08:22:26.376Z,54885612419,54819126057,66486362,34.771717 +916,2026-09-19T08:22:42.353Z,2026-09-19T08:23:27.657Z,54953774415,54819126057,134648358,94.77174 +917,2026-09-19T08:23:42.353Z,2026-09-19T08:24:25.846Z,55009154611,54938251255,70903356,32.560716 +918,2026-09-19T08:24:42.353Z,2026-09-19T08:25:27.674Z,55072926341,54938251255,134675086,92.560753 +919,2026-09-19T08:25:42.354Z,2026-09-19T08:26:27.704Z,55129968569,55062435901,67532668,30.034133 +920,2026-09-19T08:26:42.354Z,2026-09-19T08:27:27.310Z,55186824399,55062435901,124388498,90.034553 +921,2026-09-19T08:27:42.353Z,2026-09-19T08:28:29.228Z,55250717356,55186824399,63892957,23.226732 +922,2026-09-19T08:28:42.353Z,2026-09-19T08:29:28.597Z,55299297061,55186824399,112472662,83.226744 +923,2026-09-19T08:29:42.353Z,2026-09-19T08:30:29.249Z,55364057789,55307388595,56669194,21.014731 +924,2026-09-19T08:30:42.353Z,2026-09-19T08:31:29.331Z,55412666267,55307388595,105277672,81.014703 +925,2026-09-19T08:31:42.353Z,2026-09-19T08:32:29.649Z,55483962077,55428845245,55116832,22.367736 +926,2026-09-19T08:32:42.353Z,2026-09-19T08:33:29.753Z,55550225167,55428845245,121379922,82.367726 +927,2026-09-19T08:33:42.353Z,2026-09-19T08:34:30.768Z,55601305823,55542195269,59110554,25.635733 +928,2026-09-19T08:34:42.353Z,2026-09-19T08:35:33.022Z,55655464475,55542195269,113269206,85.63574 +929,2026-09-19T08:35:42.353Z,2026-09-19T08:36:33.372Z,55720038567,55671605089,48433478,14.532726 +930,2026-09-19T08:36:42.353Z,2026-09-19T08:37:33.350Z,55771407773,55671605089,99802684,74.53274 +931,2026-09-19T08:37:42.353Z,2026-09-19T08:38:25.333Z,55842534401,55793883469,48650932,13.329714 +932,2026-09-19T08:38:42.354Z,2026-09-19T08:39:25.861Z,55901621683,55793883469,107738214,73.33043 +933,2026-09-19T08:39:42.353Z,2026-09-19T08:40:25.707Z,55953019793,55918197205,34822588,12.060734 +934,2026-09-19T08:40:42.353Z,2026-09-19T08:41:27.925Z,56020516063,55918197205,102318858,72.060751 +935,2026-09-19T08:41:42.353Z,2026-09-19T08:42:26.654Z,56082716249,56042162669,40553580,9.571733 +936,2026-09-19T08:42:42.353Z,2026-09-19T08:43:26.537Z,56131288091,56042162669,89125422,69.571713 +937,2026-09-19T08:43:42.353Z,2026-09-19T08:44:27.690Z,56195993001,56163761773,32231228,6.955742 +938,2026-09-19T08:44:42.353Z,2026-09-19T08:45:28.943Z,56260890365,56163761773,97128592,66.955729 +939,2026-09-19T08:45:42.353Z,2026-09-19T08:46:30.302Z,56325595275,56285091695,40503580,3.501716 +940,2026-09-19T08:46:42.353Z,2026-09-19T08:47:28.811Z,56374247935,56285091695,89156240,63.501736 +941,2026-09-19T08:47:42.353Z,2026-09-19T08:48:29.819Z,56447113561,56406529163,40584398,2.628689 +942,2026-09-19T08:48:42.353Z,2026-09-19T08:49:29.935Z,56510931055,56406529163,104401892,62.628745 +943,2026-09-19T08:49:42.353Z,2026-09-19T08:50:31.778Z,56560449441,56406529163,153920278,122.628747 +944,2026-09-19T08:50:42.353Z,2026-09-19T08:51:31.177Z,56626854985,56527975759,98879226,56.334743 +945,2026-09-19T08:51:42.353Z,2026-09-19T08:52:31.626Z,56684907359,56527975759,156931600,116.334752 +946,2026-09-19T08:52:42.353Z,2026-09-19T08:53:32.546Z,56740766645,56654245947,86520698,59.635728 +947,2026-09-19T08:53:42.353Z,2026-09-19T08:54:32.297Z,56797984111,56654245947,143738164,119.635743 +948,2026-09-19T08:54:42.353Z,2026-09-19T08:55:25.926Z,56866590289,56778673047,87917242,54.583723 +949,2026-09-19T08:55:42.353Z,2026-09-19T08:56:26.751Z,56923619391,56778673047,144946344,114.583745 +950,2026-09-19T08:56:42.353Z,2026-09-19T08:57:25.962Z,56976693135,56897617427,79075708,51.639755 +951,2026-09-19T08:57:42.353Z,2026-09-19T08:58:27.097Z,57047888945,56897617427,150271518,111.639765 +952,2026-09-19T08:58:42.353Z,2026-09-19T08:59:27.583Z,57104763957,57027269701,77494256,45.558748 +953,2026-09-19T08:59:42.353Z,2026-09-19T09:00:28.310Z,57161831423,57027269701,134561722,105.558748 +954,2026-09-19T09:00:42.353Z,2026-09-19T09:01:28.333Z,57225886003,57151335165,74550838,40.773753 +955,2026-09-19T09:01:42.353Z,2026-09-19T09:02:28.675Z,57280822017,57151335165,129486852,100.773756 +956,2026-09-19T09:02:42.353Z,2026-09-19T09:03:30.064Z,57348168287,57270549031,77619256,37.560747 +957,2026-09-19T09:03:42.353Z,2026-09-19T09:04:29.856Z,57405218299,57270549031,134669268,97.560745 +958,2026-09-19T09:04:42.353Z,2026-09-19T09:05:34.436Z,57463363127,57394745313,68617814,35.798784 +959,2026-09-19T09:05:42.353Z,2026-09-19T09:06:32.711Z,57518418323,57394745313,123673010,95.79871 +960,2026-09-19T09:06:42.353Z,2026-09-19T09:07:34.042Z,57588275135,57519072413,69202722,35.035751 +961,2026-09-19T09:07:42.353Z,2026-09-19T09:08:40.851Z,57638986292,57519072413,119913879,95.03576 +962,2026-09-19T09:08:42.354Z,2026-09-19T09:09:31.908Z,57705638063,57643541967,62096096,27.237447 +963,2026-09-19T09:09:42.353Z,2026-09-19T09:10:33.159Z,57763640437,57643541967,120098470,87.236745 +964,2026-09-19T09:10:42.353Z,2026-09-19T09:11:24.994Z,57824189989,57762693893,61496096,30.095724 +965,2026-09-19T09:11:42.353Z,2026-09-19T09:12:25.391Z,57877544551,57762693893,114850658,90.09571 +966,2026-09-19T09:12:42.353Z,2026-09-19T09:13:27.909Z,57949162518,57881788273,67374245,31.536766 +967,2026-09-19T09:13:42.353Z,2026-09-19T09:14:27.833Z,58003409534,57881788273,121621261,91.53672 +968,2026-09-19T09:14:42.353Z,2026-09-19T09:15:27.690Z,58071404076,58000793174,70610902,26.755777 +969,2026-09-19T09:15:42.353Z,2026-09-19T09:16:29.244Z,58127786634,58000793174,126993460,86.75573 +970,2026-09-19T09:16:42.353Z,2026-09-19T09:17:29.999Z,58182056922,58125181910,56875012,28.217757 +971,2026-09-19T09:17:42.353Z,2026-09-19T09:18:29.046Z,58249409010,58125181910,124227100,88.217739 +972,2026-09-19T09:18:42.353Z,2026-09-19T09:19:29.632Z,58303182754,58244189654,58993100,24.768761 +973,2026-09-19T09:19:42.353Z,2026-09-19T09:20:29.687Z,58363359034,58244189654,119169380,84.768875 +974,2026-09-19T09:20:42.353Z,2026-09-19T09:21:31.469Z,58420245682,58363359034,56886648,22.38076 +975,2026-09-19T09:21:42.353Z,2026-09-19T09:22:31.180Z,58492849672,58363359034,129490638,82.380853 +976,2026-09-19T09:22:42.353Z,2026-09-19T09:23:30.584Z,58549076412,58487609406,61467006,24.091739 +977,2026-09-19T09:23:42.353Z,2026-09-19T09:24:32.539Z,58602959982,58487609406,115350576,84.091822 +978,2026-09-19T09:24:42.353Z,2026-09-19T09:25:32.193Z,58658476814,58601390166,57086648,28.010728 +979,2026-09-19T09:25:42.353Z,2026-09-19T09:26:32.530Z,58725648084,58601390166,124257918,88.010726 +980,2026-09-19T09:26:42.353Z,2026-09-19T09:27:33.761Z,58782715550,58725648084,57067466,26.789759 +981,2026-09-19T09:27:42.353Z,2026-09-19T09:28:25.067Z,58839621380,58725648084,113973296,86.789755 +982,2026-09-19T09:28:42.353Z,2026-09-19T09:29:26.013Z,58908912466,58844861646,64050820,22.291719 +983,2026-09-19T09:29:42.353Z,2026-09-19T09:30:26.257Z,58963232754,58844861646,118371108,82.291736 +984,2026-09-19T09:30:42.353Z,2026-09-19T09:31:28.402Z,59017976314,58969119564,48856750,24.904713 +985,2026-09-19T09:31:42.353Z,2026-09-19T09:32:28.322Z,59090076214,58969119564,120956650,84.904767 +986,2026-09-19T09:32:42.353Z,2026-09-19T09:33:28.288Z,59145081410,59093196664,51884746,17.642746 +987,2026-09-19T09:33:42.353Z,2026-09-19T09:34:30.259Z,59201975604,59093196664,108778940,77.642738 +988,2026-09-19T09:34:42.353Z,2026-09-19T09:35:28.457Z,59259023888,59212435226,46588662,16.707743 +989,2026-09-19T09:35:42.353Z,2026-09-19T09:36:29.776Z,59326206105,59212435226,113770879,76.707722 +990,2026-09-19T09:36:42.353Z,2026-09-19T09:37:30.666Z,59383304389,59336652363,46652026,12.657729 +991,2026-09-19T09:37:42.353Z,2026-09-19T09:38:31.739Z,59438852039,59336652363,102199676,72.657719 +992,2026-09-19T09:38:42.353Z,2026-09-19T09:39:36.929Z,59507575671,59460960281,46615390,10.973732 +993,2026-09-19T09:39:42.353Z,2026-09-19T09:40:31.755Z,59562932912,59460960281,101972631,70.973735 +994,2026-09-19T09:40:42.353Z,2026-09-19T09:41:31.395Z,59621362331,59580004661,41357670,13.293925 +995,2026-09-19T09:41:42.353Z,2026-09-19T09:42:32.381Z,59689293509,59580004661,109288848,73.293752 +996,2026-09-19T09:42:42.353Z,2026-09-19T09:43:33.179Z,59747420883,59699185677,48235206,14.761737 +997,2026-09-19T09:43:42.353Z,2026-09-19T09:44:33.576Z,59802937715,59699185677,103752038,74.761762 +998,2026-09-19T09:44:42.353Z,2026-09-19T09:45:26.899Z,59860597635,59823395323,37202312,10.144735 +999,2026-09-19T09:45:42.353Z,2026-09-19T09:46:26.653Z,59932003913,59823395323,108608590,70.144729 +1000,2026-09-19T09:46:42.353Z,2026-09-19T09:47:26.567Z,59986778291,59947540437,39237854,5.597695 +1001,2026-09-19T09:47:42.353Z,2026-09-19T09:48:28.109Z,60045030665,59947540437,97490228,65.597739 +1002,2026-09-19T09:48:42.353Z,2026-09-19T09:49:28.369Z,60112271117,60066727271,45543846,0.325718 +1003,2026-09-19T09:49:42.353Z,2026-09-19T09:50:46.405Z,60170173491,60066727271,103446220,60.32574 +1004,2026-09-19T09:50:46.427Z,2026-09-19T09:51:33.716Z,60237644761,60185760015,51884746,8.718107 +1005,2026-09-19T09:51:42.353Z,2026-09-19T09:52:29.297Z,60278939067,60185760015,93179052,64.644742 +1006,2026-09-19T09:52:42.353Z,2026-09-19T09:53:29.292Z,60351493057,60185760015,165733042,124.644752 +1007,2026-09-19T09:53:42.353Z,2026-09-19T09:54:29.855Z,60408423887,60310006297,98417590,59.681734 +1008,2026-09-19T09:54:42.353Z,2026-09-19T09:55:30.678Z,60460558633,60429193131,31365502,2.49574 +1009,2026-09-19T09:55:42.353Z,2026-09-19T09:56:32.167Z,60517133645,60429193131,87940514,62.495722 +1010,2026-09-19T09:56:42.353Z,2026-09-19T09:57:32.219Z,60585770641,60429193131,156577510,122.495728 +1011,2026-09-19T09:57:42.353Z,2026-09-19T09:58:32.636Z,60641378743,60553401049,87977694,57.925752 +1012,2026-09-19T09:58:42.353Z,2026-09-19T09:59:34.534Z,60710400647,60553401049,156999598,117.925721 +1013,2026-09-19T09:59:42.353Z,2026-09-19T10:00:32.835Z,60763581937,60672451791,91130146,57.838706 +1014,2026-09-19T10:00:42.353Z,2026-09-19T10:01:28.603Z,60820406949,60672451791,147955158,117.838753 +1015,2026-09-19T10:01:42.353Z,2026-09-19T10:02:26.733Z,60886693311,60801867429,84825882,50.434729 +1016,2026-09-19T10:02:42.353Z,2026-09-19T10:03:27.394Z,60943593323,60801867429,141725894,110.434761 +1017,2026-09-19T10:03:42.353Z,2026-09-19T10:04:27.543Z,60999689245,60921005991,78683254,46.720745 +1018,2026-09-19T10:04:42.353Z,2026-09-19T10:05:28.683Z,61069707693,60921005991,148701702,106.72074 +1019,2026-09-19T10:05:42.353Z,2026-09-19T10:06:30.073Z,61124208799,61045263909,78944890,48.897727 +1020,2026-09-19T10:06:42.353Z,2026-09-19T10:07:29.205Z,61179825631,61045263909,134561722,108.897743 +1021,2026-09-19T10:07:42.353Z,2026-09-19T10:08:29.207Z,61247193128,61164289107,82904021,44.186744 +1022,2026-09-19T10:08:42.353Z,2026-09-19T10:09:29.471Z,61298981647,61164289107,134692540,104.186712 +1023,2026-09-19T10:09:42.353Z,2026-09-19T10:10:29.738Z,61365957035,61283445123,82511912,44.918747 +1024,2026-09-19T10:10:42.353Z,2026-09-19T10:11:30.793Z,61418165053,61283445123,134719930,104.918737 +1025,2026-09-19T10:11:42.353Z,2026-09-19T10:12:31.044Z,61490538225,61407686249,82851976,39.555752 +1026,2026-09-19T10:12:42.353Z,2026-09-19T10:13:32.624Z,61548902235,61407686249,141215986,99.555746 +1027,2026-09-19T10:13:42.353Z,2026-09-19T10:14:30.345Z,61604842339,61532076713,72765626,39.472746 +1028,2026-09-19T10:14:42.353Z,2026-09-19T10:15:32.927Z,61659585899,61532076713,127509186,99.472732 +1029,2026-09-19T10:15:42.353Z,2026-09-19T10:16:31.946Z,61728876985,61646038373,82838612,43.584762 +1030,2026-09-19T10:16:42.353Z,2026-09-19T10:17:31.930Z,61783658909,61646038373,137620536,103.584751 +1031,2026-09-19T10:17:42.353Z,2026-09-19T10:18:26.076Z,61837505925,61770196291,67309634,38.349682 +1032,2026-09-19T10:18:42.353Z,2026-09-19T10:19:28.804Z,61910071551,61770196291,139875260,98.349735 +1033,2026-09-19T10:19:42.353Z,2026-09-19T10:20:27.103Z,61962746258,61894561755,68184503,38.465719 +1034,2026-09-19T10:20:42.353Z,2026-09-19T10:21:27.033Z,62021114358,61894561755,126552603,98.46574 +1035,2026-09-19T10:21:42.353Z,2026-09-19T10:22:50.262Z,62090628716,62013588550,77040166,35.320729 +1036,2026-09-19T10:22:50.285Z,2026-09-19T10:23:37.300Z,62155079536,62013588550,141490986,103.25206 +1037,2026-09-19T10:23:42.353Z,2026-09-19T10:24:28.089Z,62207125918,62132771294,74354624,36.391801 +1038,2026-09-19T10:24:42.353Z,2026-09-19T10:25:30.047Z,62261315388,62132771294,128544094,96.391738 +1039,2026-09-19T10:25:42.353Z,2026-09-19T10:26:30.113Z,62324962118,62257029212,67932906,35.82476 +1040,2026-09-19T10:26:42.353Z,2026-09-19T10:27:30.095Z,62391590934,62257029212,134561722,95.824725 +1041,2026-09-19T10:27:42.353Z,2026-09-19T10:28:32.453Z,62445083860,62375861956,69221904,30.673759 +1042,2026-09-19T10:28:42.354Z,2026-09-19T10:29:30.035Z,62510766132,62375861956,134904176,90.674888 +1043,2026-09-19T10:29:42.353Z,2026-09-19T10:30:31.012Z,62563859058,62500512328,63346730,30.504754 +1044,2026-09-19T10:30:42.353Z,2026-09-19T10:31:32.561Z,62632807314,62500512328,132294986,90.504749 +1045,2026-09-19T10:31:42.353Z,2026-09-19T10:32:33.284Z,62686735148,62629835136,56900012,23.765759 +1046,2026-09-19T10:32:42.353Z,2026-09-19T10:33:33.361Z,62741959526,62629835136,112124390,83.765739 +1047,2026-09-19T10:33:42.353Z,2026-09-19T10:34:33.522Z,62811148884,62749116152,62032732,20.096753 +1048,2026-09-19T10:34:42.353Z,2026-09-19T10:35:26.719Z,62866198262,62749116152,117082110,80.096746 +1049,2026-09-19T10:35:42.353Z,2026-09-19T10:36:26.881Z,62919852824,62873281616,46571208,17.224734 +1050,2026-09-19T10:36:42.353Z,2026-09-19T10:37:30.072Z,62978428470,62873281616,105146854,77.224747 +1051,2026-09-19T10:37:42.353Z,2026-09-19T10:38:28.295Z,63049343462,62992475996,56867466,17.384728 +1052,2026-09-19T10:38:42.353Z,2026-09-19T10:39:29.392Z,63106206838,62992475996,113730842,77.384764 +1053,2026-09-19T10:39:42.353Z,2026-09-19T10:40:29.836Z,63162481850,63111482012,50999838,16.019728 +1054,2026-09-19T10:40:42.353Z,2026-09-19T10:41:30.029Z,63230464756,63111482012,118982744,76.019753 +1055,2026-09-19T10:41:42.353Z,2026-09-19T10:42:29.126Z,63285600770,63235728294,49872476,20.107742 +1056,2026-09-19T10:42:42.353Z,2026-09-19T10:43:30.081Z,63344390251,63235728294,108661957,80.107769 +1057,2026-09-19T10:43:42.353Z,2026-09-19T10:44:30.672Z,63411792339,63354892327,56900012,12.567733 +1058,2026-09-19T10:44:42.353Z,2026-09-19T10:45:30.889Z,63468617351,63354892327,113725024,72.567752 +1059,2026-09-19T10:45:42.353Z,2026-09-19T10:46:31.952Z,63522121913,63479138609,42983304,11.284755 +1060,2026-09-19T10:46:42.353Z,2026-09-19T10:47:30.447Z,63582771465,63479138609,103632856,71.284732 +1061,2026-09-19T10:47:42.353Z,2026-09-19T10:48:31.860Z,63654559729,63598288807,56270922,14.258729 +1062,2026-09-19T10:48:42.353Z,2026-09-19T10:49:32.238Z,63706973565,63598288807,108684758,74.25872 +1063,2026-09-19T10:49:42.353Z,2026-09-19T10:50:33.430Z,63764004395,63717433187,46571208,14.754733 +1064,2026-09-19T10:50:42.353Z,2026-09-19T10:51:35.548Z,63829032577,63717433187,111599390,74.754726 +1065,2026-09-19T10:51:42.353Z,2026-09-19T10:52:26.476Z,63883041229,63836477567,46563662,10.812969 +1066,2026-09-19T10:52:42.353Z,2026-09-19T10:53:25.762Z,63939966241,63836477567,103488674,70.812723 +1067,2026-09-19T10:53:42.353Z,2026-09-19T10:54:27.833Z,64007579965,63960747121,46832844,8.206739 +1068,2026-09-19T10:54:42.353Z,2026-09-19T10:55:27.504Z,64066251329,63960747121,105504208,68.206721 +1069,2026-09-19T10:55:42.353Z,2026-09-19T10:56:29.915Z,64125835155,64079918037,45917118,7.268758 +1070,2026-09-19T10:56:42.353Z,2026-09-19T10:57:28.174Z,64181201987,64079918037,101283950,67.268727 +1071,2026-09-19T10:57:42.353Z,2026-09-19T10:58:28.695Z,64245906897,64204133501,41773396,9.690736 +1072,2026-09-19T10:58:42.353Z,2026-09-19T10:59:29.064Z,64301816183,64204133501,97682682,69.690744 +1073,2026-09-19T10:59:42.354Z,2026-09-19T11:00:29.841Z,64369841543,64323270335,46571208,6.750593 +1074,2026-09-19T11:00:42.353Z,2026-09-19T11:01:30.621Z,64427532281,64323270335,104261946,66.749734 +1075,2026-09-19T11:01:42.353Z,2026-09-19T11:02:31.272Z,64483784021,64447697435,36086586,2.600721 +1076,2026-09-19T11:02:42.353Z,2026-09-19T11:03:31.620Z,64538870035,64447697435,91172600,62.600734 +1077,2026-09-19T11:03:42.353Z,2026-09-19T11:04:33.575Z,64608241939,64571918717,36323222,0.667731 +1078,2026-09-19T11:04:42.353Z,2026-09-19T11:05:34.038Z,64667614129,64571918717,95695412,60.667755 +1079,2026-09-19T11:05:42.353Z,2026-09-19T11:06:33.972Z,64722034417,64690980551,31053866,0.113742 +1080,2026-09-19T11:06:42.353Z,2026-09-19T11:07:33.255Z,64794465135,64690980551,103484584,60.113708 +1081,2026-09-19T11:07:42.353Z,2026-09-19T11:08:34.480Z,64848661999,64810190907,38471092,1.597728 +1082,2026-09-19T11:08:42.353Z,2026-09-19T11:09:26.511Z,64903379000,64810190907,93188093,61.597774 +1083,2026-09-19T11:09:42.353Z,2026-09-19T11:10:27.952Z,64970519452,64810190907,160328545,121.597728 +1084,2026-09-19T11:10:42.353Z,2026-09-19T11:11:27.192Z,65022379198,64929150146,93229052,59.644717 +1085,2026-09-19T11:11:42.353Z,2026-09-19T11:12:29.232Z,65092703464,64929150146,163553318,119.644735 +1086,2026-09-19T11:12:42.353Z,2026-09-19T11:13:29.852Z,65147747024,65048336980,99410044,59.352733 +1087,2026-09-19T11:13:42.353Z,2026-09-19T11:14:30.639Z,65203829582,65048336980,155492602,119.35276 +1088,2026-09-19T11:14:42.353Z,2026-09-19T11:15:29.769Z,65270983398,65172758262,98225136,59.435733 +1089,2026-09-19T11:15:42.353Z,2026-09-19T11:16:29.945Z,65327435138,65172758262,154676876,119.435738 +1090,2026-09-19T11:16:42.353Z,2026-09-19T11:17:30.930Z,65382167062,65297010362,85156700,50.578757 +1091,2026-09-19T11:17:42.353Z,2026-09-19T11:18:31.376Z,65440579344,65297010362,143568982,110.578733 +1092,2026-09-19T11:18:42.354Z,2026-09-19T11:19:31.958Z,65503995256,65421156644,82838612,49.744609 +1093,2026-09-19T11:19:42.353Z,2026-09-19T11:20:31.889Z,65561036854,65421156644,139880210,109.743737 +1094,2026-09-19T11:20:42.354Z,2026-09-19T11:21:33.269Z,65628350754,65540268478,88082276,50.637585 +1095,2026-09-19T11:21:42.353Z,2026-09-19T11:22:33.408Z,65685187402,65540268478,144918924,110.636725 +1096,2026-09-19T11:22:42.353Z,2026-09-19T11:23:33.224Z,65742229868,65659397074,82832794,48.225744 +1097,2026-09-19T11:23:42.353Z,2026-09-19T11:24:33.126Z,65809595320,65659397074,150198246,108.225701 +1098,2026-09-19T11:24:42.353Z,2026-09-19T11:25:26.887Z,65865042970,65778497272,86545698,49.32377 +1099,2026-09-19T11:25:42.353Z,2026-09-19T11:26:26.578Z,65929717062,65778497272,151219790,109.323722 +1100,2026-09-19T11:26:42.353Z,2026-09-19T11:27:27.235Z,65985114712,65902899372,82215340,44.089744 +1101,2026-09-19T11:27:42.353Z,2026-09-19T11:28:28.085Z,66038084366,65902899372,135184994,104.089748 +1102,2026-09-19T11:28:42.353Z,2026-09-19T11:29:28.248Z,66104851546,66021943752,82907794,45.021737 +1103,2026-09-19T11:29:42.353Z,2026-09-19T11:30:28.443Z,66161745740,66021943752,139801988,105.021724 +1104,2026-09-19T11:30:42.353Z,2026-09-19T11:31:29.154Z,66229040282,66146170852,82869430,45.90768 +1105,2026-09-19T11:31:42.353Z,2026-09-19T11:32:30.984Z,66282502390,66146170852,136331538,105.907737 +1106,2026-09-19T11:32:42.353Z,2026-09-19T11:33:29.893Z,66342961819,66265315232,77646587,44.019725 +1107,2026-09-19T11:33:42.353Z,2026-09-19T11:34:30.134Z,66410277271,66265315232,144962039,104.019755 +1108,2026-09-19T11:34:42.353Z,2026-09-19T11:35:31.410Z,66462412017,66389746391,72665626,40.82073 +1109,2026-09-19T11:35:42.353Z,2026-09-19T11:36:32.544Z,66531391467,66389746391,141645076,100.820747 +1110,2026-09-19T11:36:42.353Z,2026-09-19T11:37:33.022Z,66586315845,66513929309,72386536,39.58372 +1111,2026-09-19T11:37:42.353Z,2026-09-19T11:38:33.503Z,66643371675,66513929309,129442366,99.583652 +1112,2026-09-19T11:38:42.353Z,2026-09-19T11:39:33.059Z,66710442945,66633098689,77344256,36.700731 +1113,2026-09-19T11:39:42.353Z,2026-09-19T11:40:33.727Z,66762558509,66633098689,129459820,96.700718 +1114,2026-09-19T11:40:42.353Z,2026-09-19T11:41:35.742Z,66829868143,66752054705,77813438,36.091738 +1115,2026-09-19T11:41:42.353Z,2026-09-19T11:42:26.697Z,66882891887,66752054705,130837182,96.09172 +1116,2026-09-19T11:42:42.353Z,2026-09-19T11:43:27.940Z,66941055897,66876289351,64766546,33.413742 +1117,2026-09-19T11:43:42.353Z,2026-09-19T11:44:28.781Z,67008084713,66876289351,131795362,93.413754 +1118,2026-09-19T11:44:42.354Z,2026-09-19T11:45:28.854Z,67062860819,67000697269,62163550,30.650875 +1119,2026-09-19T11:45:42.353Z,2026-09-19T11:46:28.578Z,67135270950,67000697269,134573681,90.649719 +1120,2026-09-19T11:46:42.353Z,2026-09-19T11:47:28.960Z,67187101207,67119753285,67347922,27.408704 +1121,2026-09-19T11:47:42.353Z,2026-09-19T11:48:29.565Z,67244550109,67119753285,124796824,87.408766 +1122,2026-09-19T11:48:42.353Z,2026-09-19T11:49:28.953Z,67311359420,67243896019,67463401,27.930765 +1123,2026-09-19T11:49:42.353Z,2026-09-19T11:50:30.032Z,67363094878,67243896019,119198859,87.930756 +1124,2026-09-19T11:50:42.353Z,2026-09-19T11:51:30.771Z,67434726461,67368358416,66368045,25.111718 +1125,2026-09-19T11:51:42.353Z,2026-09-19T11:52:32.131Z,67487276993,67368358416,118918577,85.111746 +1126,2026-09-19T11:52:42.353Z,2026-09-19T11:53:31.244Z,67544359710,67492515531,51844179,19.159744 +1127,2026-09-19T11:53:42.353Z,2026-09-19T11:54:35.757Z,67600927957,67492515531,108412426,79.159813 +1128,2026-09-19T11:54:42.354Z,2026-09-19T11:55:32.777Z,67668618706,67611524215,57094491,15.41111 +1129,2026-09-19T11:55:42.353Z,2026-09-19T11:56:34.906Z,67725472167,67611524215,113947952,75.410761 +1130,2026-09-19T11:56:42.353Z,2026-09-19T11:57:34.422Z,67782548476,67735937607,46610869,15.036883 +1131,2026-09-19T11:57:42.353Z,2026-09-19T11:58:34.318Z,67849861935,67735937607,113924328,75.03672 +1132,2026-09-19T11:58:42.353Z,2026-09-19T11:59:26.660Z,67901551146,67854883019,46668127,13.225722 +1133,2026-09-19T11:59:42.353Z,2026-09-19T12:00:28.145Z,67966234111,67854883019,111351092,73.225723 +1134,2026-09-19T12:00:42.354Z,2026-09-19T12:02:04.356Z,68031050792,67979198457,51852335,10.516362 +1135,2026-09-19T12:02:04.377Z,2026-09-19T12:02:51.817Z,68103467019,67979198457,124268562,92.539549 +1136,2026-09-19T12:02:51.839Z,2026-09-19T12:03:38.781Z,68160522849,68098211027,62311822,19.35891 +1137,2026-09-19T12:03:42.353Z,2026-09-19T12:04:30.958Z,68201830519,68098211027,103619492,69.872744 +1138,2026-09-19T12:04:42.353Z,2026-09-19T12:05:31.911Z,68269220971,68217378679,51842292,10.268747 +1139,2026-09-19T12:05:42.353Z,2026-09-19T12:06:31.238Z,68325820887,68217378679,108442208,70.268761 +1140,2026-09-19T12:06:42.353Z,2026-09-19T12:07:34.758Z,68392153159,68341607411,50545748,9.065725 +1141,2026-09-19T12:07:42.353Z,2026-09-19T12:08:31.274Z,68445269139,68341607411,103661728,69.065738 +1142,2026-09-19T12:08:42.353Z,2026-09-19T12:09:32.916Z,68511332229,68460792299,50539930,2.821716 +1143,2026-09-19T12:09:42.353Z,2026-09-19T12:10:33.087Z,68564405972,68460792299,103613673,62.821749 +1144,2026-09-19T12:10:42.353Z,2026-09-19T12:11:33.540Z,68621307712,68579980860,41326852,6.966751 +1145,2026-09-19T12:11:42.353Z,2026-09-19T12:11:53.323Z,68685450986,68579980860,105470126,66.966736 +1146,2026-09-19T12:12:42.353Z,2026-09-19T12:12:52.217Z,68756057692,68704188778,51868914,3.495715 +1147,2026-09-19T12:13:42.353Z,2026-09-19T12:13:53.010Z,68807705464,68704188778,103516686,63.495699 +1148,2026-09-19T12:14:42.353Z,2026-09-19T12:15:28.789Z,68875057552,68823434442,51623110,6.48072 +1149,2026-09-19T12:15:42.354Z,2026-09-19T12:16:27.995Z,68926849844,68823434442,103415402,66.481255 +1150,2026-09-19T12:16:42.353Z,2026-09-19T12:17:28.984Z,68994201932,68942367186,51834746,3.12874 +1151,2026-09-19T12:17:42.353Z,2026-09-19T12:18:29.955Z,69045786678,68942367186,103419492,63.12874 +1152,2026-09-19T12:18:42.353Z,2026-09-19T12:19:29.906Z,69108244410,69066555922,41688488,5.184727 +1153,2026-09-19T12:19:42.353Z,2026-09-19T12:20:30.570Z,69164988604,69066555922,98432682,65.18473 +1154,2026-09-19T12:20:42.353Z,2026-09-19T12:21:29.788Z,69232302328,69185750302,46552026,1.611755 +1155,2026-09-19T12:21:42.353Z,2026-09-19T12:22:30.958Z,69288199978,69185750302,102449676,61.611741 +1156,2026-09-19T12:22:42.353Z,2026-09-19T12:23:30.461Z,69344974990,69185750302,159224688,121.61178 +1157,2026-09-19T12:23:42.353Z,2026-09-19T12:24:31.967Z,69413348622,69309946584,103402038,48.930753 +1158,2026-09-19T12:24:42.353Z,2026-09-19T12:25:30.006Z,69470441088,69309946584,160494504,108.930735 +1159,2026-09-19T12:25:42.353Z,2026-09-19T12:26:32.713Z,69523734014,69429052600,94681414,56.809717 +1160,2026-09-19T12:26:42.353Z,2026-09-19T12:27:31.664Z,69594671053,69429052600,165618453,116.809725 +1161,2026-09-19T12:27:42.353Z,2026-09-19T12:28:33.051Z,69647421525,69553151747,94269778,54.338746 +1162,2026-09-19T12:28:42.354Z,2026-09-19T12:29:32.472Z,69713846251,69553151747,160694504,114.339344 +1163,2026-09-19T12:29:42.353Z,2026-09-19T12:30:32.849Z,69770790445,69672265309,98525136,57.821722 +1164,2026-09-19T12:30:42.353Z,2026-09-19T12:31:35.744Z,69822567645,69672265309,150302336,117.821707 +1165,2026-09-19T12:31:42.353Z,2026-09-19T12:32:35.516Z,69889896461,69791552143,98344318,54.736746 +1166,2026-09-19T12:32:42.353Z,2026-09-19T12:33:35.931Z,69941942843,69791552143,150390700,114.73674 +1167,2026-09-19T12:33:42.353Z,2026-09-19T12:35:01.194Z,70014204379,69915648425,98555954,53.873712 +1168,2026-09-19T12:35:01.216Z,2026-09-19T12:35:51.111Z,70081575649,70034811987,46763662,7.383164 +1169,2026-09-19T12:35:51.132Z,2026-09-19T12:36:38.074Z,70138431479,70034811987,103619492,57.299879 +1170,2026-09-19T12:36:42.353Z,2026-09-19T12:37:28.561Z,70195537309,70034811987,160725322,108.520736 +1171,2026-09-19T12:37:42.353Z,2026-09-19T12:38:31.009Z,70251764049,70153998821,97765228,51.424715 +1172,2026-09-19T12:38:42.353Z,2026-09-19T12:39:30.329Z,70304258703,70153998821,150259882,111.424744 +1173,2026-09-19T12:39:42.353Z,2026-09-19T12:40:31.319Z,70372648292,70278245103,94403189,49.562743 +1174,2026-09-19T12:40:42.353Z,2026-09-19T12:41:32.625Z,70428526760,70278245103,150281657,109.562744 +1175,2026-09-19T12:41:42.353Z,2026-09-19T12:42:31.571Z,70482454594,70402524796,79929798,46.131678 +1176,2026-09-19T12:42:42.353Z,2026-09-19T12:43:33.467Z,70537809790,70402524796,135284994,106.131741 +1177,2026-09-19T12:43:42.353Z,2026-09-19T12:44:33.987Z,70604396152,70521519176,82876976,45.156707 +1178,2026-09-19T12:44:42.353Z,2026-09-19T12:45:34.606Z,70669443516,70521519176,147924340,105.156732 +1179,2026-09-19T12:45:42.354Z,2026-09-19T12:46:33.448Z,70723571350,70645927094,77644256,43.372471 +1180,2026-09-19T12:46:42.353Z,2026-09-19T12:47:33.325Z,70788972804,70645927094,143045710,103.371778 +1181,2026-09-19T12:47:42.353Z,2026-09-19T12:48:35.498Z,70842665730,70770142558,72523172,37.874762 +1182,2026-09-19T12:48:42.353Z,2026-09-19T12:49:28.189Z,70907363094,70770142558,137220536,97.874751 +1183,2026-09-19T12:49:42.353Z,2026-09-19T12:50:28.456Z,70973476184,70889217756,84258428,38.244743 +1184,2026-09-19T12:50:42.353Z,2026-09-19T12:51:27.755Z,71024010296,70889217756,134792540,98.244758 +1185,2026-09-19T12:51:42.353Z,2026-09-19T12:52:28.366Z,71091208294,71013514038,77694256,34.381715 +1186,2026-09-19T12:52:42.353Z,2026-09-19T12:53:29.819Z,71143024440,71013514038,129510402,94.381736 +1187,2026-09-19T12:53:42.353Z,2026-09-19T12:54:28.933Z,71210376528,71132559000,77817528,34.140756 +1188,2026-09-19T12:54:42.353Z,2026-09-19T12:55:29.894Z,71262018820,71132559000,129459820,94.140747 +1189,2026-09-19T12:55:42.353Z,2026-09-19T12:56:30.026Z,71329290090,71256947736,72342354,34.673746 +1190,2026-09-19T12:56:42.354Z,2026-09-19T12:57:30.337Z,71386376738,71256947736,129429002,94.674678 +1191,2026-09-19T12:57:42.353Z,2026-09-19T12:58:30.224Z,71451997374,71376103752,75893622,33.514759 +1192,2026-09-19T12:58:42.353Z,2026-09-19T12:59:30.057Z,71502269850,71376103752,126166098,93.514722 +1193,2026-09-19T12:59:42.354Z,2026-09-19T13:00:33.322Z,71569976028,71494986496,74989532,25.832134 +1194,2026-09-19T13:00:42.354Z,2026-09-19T13:01:33.241Z,71622914864,71494986496,127928368,85.832762 +1195,2026-09-19T13:01:42.353Z,2026-09-19T13:02:34.523Z,71689824498,71624496316,65328182,21.489717 +1196,2026-09-19T13:02:42.353Z,2026-09-19T13:03:34.263Z,71743709878,71624496316,119213562,81.489733 +1197,2026-09-19T13:03:42.353Z,2026-09-19T13:04:34.086Z,71814805688,71738477158,76328530,29.535739 +1198,2026-09-19T13:04:42.353Z,2026-09-19T13:05:26.486Z,71870260884,71738477158,131783726,89.535731 +1199,2026-09-19T13:05:42.353Z,2026-09-19T13:06:27.882Z,71924845663,71857471538,67374125,28.669745 +1200,2026-09-19T13:06:42.353Z,2026-09-19T13:07:27.722Z,71995368201,71857471538,137896663,88.669984 +1201,2026-09-19T13:07:42.353Z,2026-09-19T13:08:29.865Z,72049072763,71976722863,72349900,27.280738 +1202,2026-09-19T13:08:42.353Z,2026-09-19T13:09:28.821Z,72116444033,71976722863,139721170,87.280717 +1203,2026-09-19T13:09:42.353Z,2026-09-19T13:10:29.705Z,72168234597,72100899963,67334634,21.227742 +1204,2026-09-19T13:10:42.353Z,2026-09-19T13:11:30.119Z,72235375049,72100899963,134475086,81.227726 +1205,2026-09-19T13:11:42.353Z,2026-09-19T13:12:40.998Z,72287273159,72219846071,67427088,28.157734 +1206,2026-09-19T13:12:42.353Z,2026-09-19T13:13:31.199Z,72352720523,72219846071,132874452,88.157747 +1207,2026-09-19T13:13:42.354Z,2026-09-19T13:14:30.789Z,72406311721,72344178989,62132732,24.174738 +1208,2026-09-19T13:14:42.353Z,2026-09-19T13:15:32.012Z,72469310179,72344178989,125131190,84.173736 +1209,2026-09-19T13:15:42.353Z,2026-09-19T13:16:32.336Z,72524446193,72463398369,61047824,20.976671 +1210,2026-09-19T13:16:42.353Z,2026-09-19T13:17:32.195Z,72590478465,72463398369,127080096,80.976746 +1211,2026-09-19T13:17:42.353Z,2026-09-19T13:18:32.088Z,72644587117,72587662105,56925012,20.33568 +1212,2026-09-19T13:18:42.353Z,2026-09-19T13:19:33.358Z,72708723503,72587662105,121061398,80.335738 +1213,2026-09-19T13:19:42.353Z,2026-09-19T13:20:35.372Z,72763628699,72706736233,56892466,22.830746 +1214,2026-09-19T13:20:42.353Z,2026-09-19T13:21:34.509Z,72832296513,72706736233,125560280,82.830716 +1215,2026-09-19T13:21:42.353Z,2026-09-19T13:22:25.893Z,72887894163,72825768977,62125186,21.777742 +1216,2026-09-19T13:22:42.353Z,2026-09-19T13:23:26.539Z,72944153449,72825768977,118384472,81.777753 +1217,2026-09-19T13:23:42.353Z,2026-09-19T13:24:28.108Z,73010197357,72950001895,60195462,19.546729 +1218,2026-09-19T13:24:42.354Z,2026-09-19T13:25:29.871Z,73066841551,72950001895,116839656,79.547355 +1219,2026-09-19T13:25:42.354Z,2026-09-19T13:26:29.265Z,73122171747,73069046275,53125472,22.117011 +1220,2026-09-19T13:26:42.353Z,2026-09-19T13:27:30.017Z,73191118651,73069046275,122072376,82.11676 +1221,2026-09-19T13:27:42.353Z,2026-09-19T13:28:29.823Z,73233788591,73193473375,40315216,11.308744 +1222,2026-09-19T13:28:42.353Z,2026-09-19T13:29:29.675Z,73298551047,73193473375,105077672,71.308736 +1223,2026-09-19T13:29:42.353Z,2026-09-19T13:30:30.830Z,73363236775,73314691661,48545114,14.606684 +1224,2026-09-19T13:30:42.353Z,2026-09-19T13:31:32.990Z,73428130049,73314691661,113438388,74.606746 +1225,2026-09-19T13:31:42.353Z,2026-09-19T13:32:31.889Z,73490328657,73436171583,54157074,13.347741 +1226,2026-09-19T13:32:42.353Z,2026-09-19T13:33:32.434Z,73549520029,73436171583,113348446,73.347754 +1227,2026-09-19T13:33:42.353Z,2026-09-19T13:34:33.260Z,73597891871,73557580745,40311126,3.476717 +1228,2026-09-19T13:34:42.353Z,2026-09-19T13:35:34.329Z,73662627599,73557580745,105046854,63.47673 +1229,2026-09-19T13:35:42.353Z,2026-09-19T13:36:33.123Z,73727401691,73557580745,169820946,123.476752 +1230,2026-09-19T13:36:42.353Z,2026-09-19T13:37:34.178Z,73792175783,73703200361,88975422,42.740755 +1231,2026-09-19T13:37:42.353Z,2026-09-19T13:38:34.435Z,73848850795,73703200361,145650434,102.740739 +1232,2026-09-19T13:38:42.353Z,2026-09-19T13:39:28.222Z,73898954089,73832702635,66251454,36.581726 +1233,2026-09-19T13:39:42.353Z,2026-09-19T13:40:28.753Z,73962220001,73832702635,129517366,96.581793 +1234,2026-09-19T13:40:42.353Z,2026-09-19T13:41:28.249Z,74023577416,73945725297,77852119,39.659788 +1235,2026-09-19T13:41:42.353Z,2026-09-19T13:42:29.345Z,74090775731,73945725297,145050434,99.65973 +1236,2026-09-19T13:42:42.353Z,2026-09-19T13:43:29.811Z,74144618657,74075215935,69402722,35.08673 +1237,2026-09-19T13:43:42.353Z,2026-09-19T13:44:29.130Z,74199473853,74075215935,124257918,95.086739 +1238,2026-09-19T13:44:42.353Z,2026-09-19T13:45:30.913Z,74266858650,74199473853,67384797,31.090739 +1239,2026-09-19T13:45:42.353Z,2026-09-19T13:46:29.646Z,74323914480,74199473853,124440627,91.090724 +1240,2026-09-19T13:46:42.353Z,2026-09-19T13:47:30.316Z,74380787764,74323914480,56873284,19.991744 +1241,2026-09-19T13:47:42.353Z,2026-09-19T13:48:30.918Z,74448184034,74323914480,124269554,79.991708 +1242,2026-09-19T13:48:42.353Z,2026-09-19T13:49:32.836Z,74500007144,74448184034,51823110,22.106739 +1243,2026-09-19T13:49:42.353Z,2026-09-19T13:50:32.897Z,74567166778,74448184034,118982744,82.106728 +1244,2026-09-19T13:50:42.353Z,2026-09-19T13:51:32.615Z,74624265062,74567166778,57098284,17.51073 +1245,2026-09-19T13:51:42.353Z,2026-09-19T13:52:43.246Z,74691101424,74567166778,123934646,77.510706 +1246,2026-09-19T13:52:43.267Z,2026-09-19T13:53:34.181Z,74743209442,74691413060,51796382,14.701881 +1247,2026-09-19T13:53:42.353Z,2026-09-19T13:54:34.579Z,74800303636,74691413060,108890576,73.787715 +1248,2026-09-19T13:54:42.353Z,2026-09-19T13:55:26.481Z,74857209466,74810588258,46621208,15.787731 +1249,2026-09-19T13:55:42.353Z,2026-09-19T13:56:27.173Z,74924579008,74810588258,113990750,75.787717 +1250,2026-09-19T13:56:42.353Z,2026-09-19T13:57:28.364Z,74991912745,74935069448,56843297,15.56878 +1251,2026-09-19T13:57:42.353Z,2026-09-19T13:58:28.092Z,75043735855,74935069448,108666407,75.568726 +1252,2026-09-19T13:58:42.353Z,2026-09-19T13:59:29.963Z,75111076307,75054024250,57052057,14.079737 +1253,2026-09-19T13:59:42.353Z,2026-09-19T14:00:30.119Z,75162922689,75054024250,108898439,74.079724 +1254,2026-09-19T14:00:42.353Z,2026-09-19T14:01:31.400Z,75219761065,75173189857,46571208,13.332672 +1255,2026-09-19T14:01:42.353Z,2026-09-19T14:02:31.070Z,75287138153,75173189857,113948296,73.332742 +1256,2026-09-19T14:02:42.354Z,2026-09-19T14:03:33.227Z,75344136437,75297384411,46752026,10.426516 +1257,2026-09-19T14:03:42.353Z,2026-09-19T14:04:32.139Z,75399410815,75297384411,102026404,70.42578 +1258,2026-09-19T14:04:42.353Z,2026-09-19T14:05:31.960Z,75464054089,75416547973,47506116,9.821711 +1259,2026-09-19T14:05:42.353Z,2026-09-19T14:06:31.844Z,75520225011,75416547973,103677038,69.821732 +1260,2026-09-19T14:06:42.354Z,2026-09-19T14:07:33.524Z,75588412007,75535599899,52812108,9.977854 +1261,2026-09-19T14:07:42.353Z,2026-09-19T14:08:32.248Z,75644452111,75535599899,108852212,69.976728 +1262,2026-09-19T14:08:42.353Z,2026-09-19T14:09:32.885Z,75706802297,75654767551,52034746,11.574669 +1263,2026-09-19T14:09:42.353Z,2026-09-19T14:10:35.446Z,75767351849,75654767551,112584298,71.574749 +1264,2026-09-19T14:10:42.353Z,2026-09-19T14:11:34.331Z,75820502321,75778975469,41526852,11.015729 +1265,2026-09-19T14:11:42.353Z,2026-09-19T14:12:28.964Z,75886646354,75778975469,107670885,71.01566 +1266,2026-09-19T14:12:42.353Z,2026-09-19T14:13:27.383Z,75949758176,75898158338,51599838,9.751736 +1267,2026-09-19T14:13:42.353Z,2026-09-19T14:14:28.598Z,76001598740,75898158338,103440402,69.751776 +1268,2026-09-19T14:14:42.353Z,2026-09-19T14:15:30.131Z,76066876922,76017110264,49766658,9.403729 +1269,2026-09-19T14:15:42.353Z,2026-09-19T14:16:28.373Z,76118786668,76017110264,101676404,69.403784 +1270,2026-09-19T14:16:42.353Z,2026-09-19T14:17:29.783Z,76187958572,76141337364,46621208,10.047689 +1271,2026-09-19T14:17:42.353Z,2026-09-19T14:18:31.514Z,76239793318,76141337364,98455954,70.047754 +1272,2026-09-19T14:18:42.353Z,2026-09-19T14:19:30.475Z,76301912686,76260581744,41330942,5.170719 +1273,2026-09-19T14:19:42.353Z,2026-09-19T14:20:32.103Z,76369272320,76260581744,108690576,65.170733 +1274,2026-09-19T14:20:42.354Z,2026-09-19T14:21:33.790Z,76420937884,76379556942,41380942,5.774282 +1275,2026-09-19T14:21:42.353Z,2026-09-19T14:22:32.013Z,76489574880,76379556942,110017938,65.773739 +1276,2026-09-19T14:22:42.354Z,2026-09-19T14:23:32.840Z,76544275986,76503826496,40449490,3.462307 +1277,2026-09-19T14:23:42.353Z,2026-09-19T14:24:32.088Z,76611850657,76503826496,108024161,63.461765 +1278,2026-09-19T14:24:42.353Z,2026-09-19T14:25:33.293Z,76664358675,76622966414,41392261,3.085719 +1279,2026-09-19T14:25:42.353Z,2026-09-19T14:26:33.811Z,76718111509,76622966414,95145095,63.08574 +1280,2026-09-19T14:26:42.353Z,2026-09-19T14:27:33.786Z,76785713597,76747216469,38497128,2.39372 +1281,2026-09-19T14:27:42.353Z,2026-09-19T14:28:33.885Z,76840401339,76747216469,93184870,62.393742 +1282,2026-09-19T14:28:42.353Z,2026-09-19T14:29:29.401Z,76907568519,76866210849,41357670,0.558716 +1283,2026-09-19T14:29:42.353Z,2026-09-19T14:30:28.772Z,76962423715,76866210849,96212866,60.558753 +1284,2026-09-19T14:30:42.353Z,2026-09-19T14:31:29.324Z,77026766989,76866210849,160556140,120.558735 +1285,2026-09-19T14:31:42.353Z,2026-09-19T14:32:29.171Z,77083842001,76990468767,93373234,57.962754 +1286,2026-09-19T14:32:42.354Z,2026-09-19T14:33:30.077Z,77151020817,76990468767,160552050,117.963227 +1287,2026-09-19T14:33:42.353Z,2026-09-19T14:34:29.799Z,77208138283,77109613147,98525136,58.65975 +1288,2026-09-19T14:34:42.353Z,2026-09-19T14:35:31.051Z,77270296015,77109613147,160682868,118.659747 +1289,2026-09-19T14:35:42.353Z,2026-09-19T14:36:29.767Z,77325443665,77228699981,96743684,57.546738 +1290,2026-09-19T14:36:42.353Z,2026-09-19T14:37:31.371Z,77378988331,77228699981,150288350,117.546754 +1291,2026-09-19T14:37:42.353Z,2026-09-19T14:38:32.790Z,77449885869,77353165445,96720424,55.920766 +1292,2026-09-19T14:38:42.353Z,2026-09-19T14:39:33.624Z,77503265431,77353165445,150099986,115.920737 +1293,2026-09-19T14:39:42.354Z,2026-09-19T14:40:33.639Z,77570648337,77472230747,98417590,55.803657 +1294,2026-09-19T14:40:42.353Z,2026-09-19T14:41:34.116Z,77622228993,77472230747,149998246,115.80275 +1295,2026-09-19T14:41:42.353Z,2026-09-19T14:42:33.515Z,77679296459,77591186763,88109696,54.481722 +1296,2026-09-19T14:42:42.353Z,2026-09-19T14:43:34.819Z,77746667729,77591186763,155480966,114.481753 +1297,2026-09-19T14:43:42.353Z,2026-09-19T14:44:35.700Z,77803523559,77715583045,87940514,52.542723 +1298,2026-09-19T14:44:42.353Z,2026-09-19T14:45:35.486Z,77868670923,77715583045,153087878,112.54274 +1299,2026-09-19T14:45:42.353Z,2026-09-19T14:46:26.859Z,77927950659,77834596607,93354052,50.837729 +1300,2026-09-19T14:46:42.353Z,2026-09-19T14:47:29.622Z,77983679127,77834596607,149082520,110.837719 +1301,2026-09-19T14:47:42.353Z,2026-09-19T14:48:28.338Z,78039226777,77958985343,80241434,49.158753 +1302,2026-09-19T14:48:42.353Z,2026-09-19T14:49:29.244Z,78107102137,77958985343,148116794,109.158944 +1303,2026-09-19T14:49:42.353Z,2026-09-19T14:50:29.926Z,78162207333,78078087269,84120064,48.56176 +1304,2026-09-19T14:50:42.353Z,2026-09-19T14:51:29.109Z,78233341507,78078087269,155254238,108.561745 +1305,2026-09-19T14:51:42.354Z,2026-09-19T14:52:31.980Z,78285178149,78197224103,87954046,47.701525 +1306,2026-09-19T14:52:42.353Z,2026-09-19T14:53:30.823Z,78342028161,78197224103,144804058,107.700739 +1307,2026-09-19T14:53:42.353Z,2026-09-19T14:54:31.152Z,78409255249,78316193651,93061598,48.143713 +1308,2026-09-19T14:54:42.353Z,2026-09-19T14:55:32.701Z,78461239995,78316193651,145046344,108.143752 +1309,2026-09-19T14:55:42.353Z,2026-09-19T14:56:32.362Z,78527578085,78440439933,87138152,46.849707 +1310,2026-09-19T14:56:42.353Z,2026-09-19T14:57:32.231Z,78580418966,78440439933,139979033,106.84976 +1311,2026-09-19T14:57:42.353Z,2026-09-19T14:58:34.691Z,78643450287,78559645949,83804338,44.268733 +1312,2026-09-19T14:58:42.353Z,2026-09-19T14:59:33.013Z,78709825013,78559645949,150179064,104.268685 +1313,2026-09-19T14:59:42.353Z,2026-09-19T15:00:33.812Z,78766711661,78683996004,82715657,46.936742 +1314,2026-09-19T15:00:42.353Z,2026-09-19T15:01:33.528Z,78823767491,78683996004,139771487,106.936716 +1315,2026-09-19T15:01:42.353Z,2026-09-19T15:02:26.664Z,78880823321,78802986611,77836710,40.44874 +1316,2026-09-19T15:02:42.353Z,2026-09-19T15:03:28.370Z,78948163773,78802986611,145177162,100.448721 +1317,2026-09-19T15:03:42.353Z,2026-09-19T15:04:29.058Z,78999806065,78927394529,72411536,42.470742 +1318,2026-09-19T15:04:42.353Z,2026-09-19T15:05:28.760Z,79067138971,78927394529,139744442,102.470726 +1319,2026-09-19T15:05:42.353Z,2026-09-19T15:06:30.761Z,79124054490,79046358091,77696399,40.07873 +1320,2026-09-19T15:06:42.353Z,2026-09-19T15:07:30.929Z,79191356578,79046358091,144998487,100.078733 +1321,2026-09-19T15:07:42.353Z,2026-09-19T15:08:30.043Z,79243572142,79165573796,77998346,40.387727 +1322,2026-09-19T15:08:42.353Z,2026-09-19T15:09:31.216Z,79310481776,79165573796,144907980,100.387747 +1323,2026-09-19T15:09:42.353Z,2026-09-19T15:10:30.537Z,79363986338,79284618176,79368162,37.803723 +1324,2026-09-19T15:10:42.353Z,2026-09-19T15:11:31.630Z,79420114806,79284618176,135496630,97.803748 +1325,2026-09-19T15:11:42.353Z,2026-09-19T15:12:33.799Z,79489571618,79408895276,80676342,38.480725 +1326,2026-09-19T15:12:42.353Z,2026-09-19T15:13:34.514Z,79544545996,79408895276,135650720,98.480735 +1327,2026-09-19T15:13:42.353Z,2026-09-19T15:14:32.510Z,79600605282,79528082110,72523172,38.931735 +1328,2026-09-19T15:14:42.353Z,2026-09-19T15:15:33.760Z,79667814916,79528082110,139732806,98.931734 +1329,2026-09-19T15:15:42.353Z,2026-09-19T15:16:34.715Z,79724738200,79652309210,72428990,35.706733 +1330,2026-09-19T15:16:42.353Z,2026-09-19T15:17:34.288Z,79792107284,79652309210,139798074,95.706981 +1331,2026-09-19T15:17:42.353Z,2026-09-19T15:18:35.616Z,79843965936,79771341954,72623982,31.738733 +1332,2026-09-19T15:18:42.353Z,2026-09-19T15:19:27.875Z,79900910146,79771341954,129568192,91.738725 +1333,2026-09-19T15:19:42.353Z,2026-09-19T15:20:28.643Z,79967184872,79895627426,71557446,32.910721 +1334,2026-09-19T15:20:42.353Z,2026-09-19T15:21:29.494Z,80020608616,79895627426,124981190,92.910781 +1335,2026-09-19T15:21:42.353Z,2026-09-19T15:22:30.156Z,80090203792,80014740988,75462804,34.666741 +1336,2026-09-19T15:22:42.353Z,2026-09-19T15:23:29.904Z,80144131626,80014740988,129390638,94.666724 +1337,2026-09-19T15:23:42.353Z,2026-09-19T15:24:29.530Z,80211472078,80133827822,77644256,29.382711 +1338,2026-09-19T15:24:42.353Z,2026-09-19T15:25:31.127Z,80263700810,80133827822,129872988,89.382716 +1339,2026-09-19T15:25:42.353Z,2026-09-19T15:26:30.465Z,80320183368,80263358356,56825012,24.677739 +1340,2026-09-19T15:26:42.353Z,2026-09-19T15:27:31.641Z,80385873186,80263358356,122514830,84.677756 +1341,2026-09-19T15:27:42.353Z,2026-09-19T15:28:32.079Z,80441251654,80382291100,58960554,27.754839 +1342,2026-09-19T15:28:42.353Z,2026-09-19T15:29:32.410Z,80506699018,80382291100,124407918,87.754747 +1343,2026-09-19T15:29:42.353Z,2026-09-19T15:30:33.040Z,80563524030,80501447116,62076914,26.932736 +1344,2026-09-19T15:30:42.353Z,2026-09-19T15:31:34.489Z,80625781237,80501447116,124334121,86.932726 +1345,2026-09-19T15:31:42.353Z,2026-09-19T15:32:34.637Z,80677627619,80625781237,51846382,19.466725 +1346,2026-09-19T15:32:42.353Z,2026-09-19T15:33:35.374Z,80747815249,80625781237,122034012,79.466986 +1347,2026-09-19T15:33:42.353Z,2026-09-19T15:34:35.597Z,80801793083,80750027519,51765564,21.725753 +1348,2026-09-19T15:34:42.353Z,2026-09-19T15:35:36.081Z,80869164353,80750027519,119136834,81.725742 +1349,2026-09-19T15:35:42.353Z,2026-09-19T15:36:27.716Z,80926170183,80874377891,51792292,14.52973 +1350,2026-09-19T15:36:42.353Z,2026-09-19T15:37:28.940Z,80981698651,80874377891,107320760,74.529728 +1351,2026-09-19T15:37:42.353Z,2026-09-19T15:38:29.076Z,81049119921,80993329817,55790104,12.361733 +1352,2026-09-19T15:38:42.353Z,2026-09-19T15:40:01.811Z,81102232029,80993329817,108902212,72.361729 +1353,2026-09-19T15:40:01.832Z,2026-09-19T15:40:49.658Z,81181938555,81117737735,64200820,31.083925 +1354,2026-09-19T15:40:49.680Z,2026-09-19T15:41:38.530Z,81236762933,81117737735,119025198,78.93101 +1355,2026-09-19T15:41:42.353Z,2026-09-19T15:42:29.987Z,81293607127,81236762933,56844194,9.606736 +1356,2026-09-19T15:42:42.353Z,2026-09-19T15:43:32.780Z,81345433118,81236762933,108670185,69.606742 +1357,2026-09-19T15:43:42.353Z,2026-09-19T15:44:32.703Z,81397996954,81355742740,42254214,7.643737 +1358,2026-09-19T15:44:42.353Z,2026-09-19T15:45:32.339Z,81464464134,81355742740,108721394,67.643732 +1359,2026-09-19T15:45:42.353Z,2026-09-19T15:46:32.202Z,81519496058,81474964165,44531893,9.910735 +1360,2026-09-19T15:46:42.353Z,2026-09-19T15:47:34.525Z,81587456009,81474964165,112491844,69.910726 +1361,2026-09-19T15:47:42.353Z,2026-09-19T15:48:33.504Z,81640583526,81599058402,41525124,11.24273 +1362,2026-09-19T15:48:42.353Z,2026-09-19T15:49:34.242Z,81707904796,81599058402,108846394,71.242735 +1363,2026-09-19T15:49:42.353Z,2026-09-19T15:50:34.111Z,81763564082,81718189418,45374664,6.366771 +1364,2026-09-19T15:50:42.353Z,2026-09-19T15:51:34.152Z,81831577806,81718189418,113388388,66.366735 +1365,2026-09-19T15:51:42.353Z,2026-09-19T15:52:36.372Z,81881661918,81842481927,39179991,6.591738 +1366,2026-09-19T15:52:42.353Z,2026-09-19T15:53:28.072Z,81947594190,81842481927,105112263,66.59169 +1367,2026-09-19T15:53:42.353Z,2026-09-19T15:54:29.077Z,82010336830,81961449262,48887568,7.235749 +1368,2026-09-19T15:54:42.353Z,2026-09-19T15:55:30.679Z,82064795482,81961449262,103346220,67.235737 +1369,2026-09-19T15:55:42.353Z,2026-09-19T15:56:29.997Z,82127199544,82080605278,46594266,5.229741 +1370,2026-09-19T15:56:42.353Z,2026-09-19T15:57:31.169Z,82182598922,82080605278,101993644,65.229751 +1371,2026-09-19T15:57:42.353Z,2026-09-19T15:58:30.097Z,82250020192,82204868800,45151392,2.847733 +1372,2026-09-19T15:58:42.353Z,2026-09-19T15:59:29.821Z,82302789846,82204868800,97921046,62.847752 +1373,2026-09-19T15:59:42.353Z,2026-09-19T16:00:32.069Z,82369045390,82324143998,44901392,5.281748 +1374,2026-09-19T16:00:42.353Z,2026-09-19T16:01:31.731Z,82422580770,82324143998,98436772,65.281748 +1375,2026-09-19T16:01:42.353Z,2026-09-19T16:02:34.225Z,82485915864,82443350014,42565850,3.997917 +1376,2026-09-19T16:02:42.353Z,2026-09-19T16:03:32.235Z,82541755968,82443350014,98405954,63.997815 +1377,2026-09-19T16:03:42.353Z,2026-09-19T16:04:33.482Z,82609065602,82443350014,165715588,123.997738 +1378,2026-09-19T16:04:42.353Z,2026-09-19T16:05:33.556Z,82665921432,82567546296,98375136,58.545748 +1379,2026-09-19T16:05:42.353Z,2026-09-19T16:06:34.502Z,82733373520,82686721494,46652026,0.07974 +1380,2026-09-19T16:06:42.353Z,2026-09-19T16:07:34.464Z,82790260168,82686721494,103538674,60.079743 +1381,2026-09-19T16:07:42.353Z,2026-09-19T16:08:35.464Z,82843556867,82805796692,37760175,2.340742 +1382,2026-09-19T16:08:42.353Z,2026-09-19T16:09:29.909Z,82909220859,82805796692,103424167,62.34072 +1383,2026-09-19T16:09:42.353Z,2026-09-19T16:10:29.123Z,82965697599,82805796692,159900907,122.340741 +1384,2026-09-19T16:10:42.353Z,2026-09-19T16:11:28.621Z,83032520597,82924745747,107774850,58.312745 +1385,2026-09-19T16:11:42.353Z,2026-09-19T16:12:30.027Z,83085309433,82924745747,160563686,118.312749 +1386,2026-09-19T16:12:42.353Z,2026-09-19T16:13:31.233Z,83138744813,83049203665,89541148,57.829724 +1387,2026-09-19T16:13:42.353Z,2026-09-19T16:14:30.034Z,83209653987,83049203665,160450322,117.829757 +1388,2026-09-19T16:14:42.353Z,2026-09-19T16:15:30.176Z,83261463733,83168117227,93346506,58.180725 +1389,2026-09-19T16:15:42.353Z,2026-09-19T16:16:31.457Z,83328792549,83168117227,160675322,118.180753 +1390,2026-09-19T16:16:42.353Z,2026-09-19T16:17:32.029Z,83384109381,83287254061,96855320,57.259721 +1391,2026-09-19T16:17:42.353Z,2026-09-19T16:18:32.458Z,83451094015,83287254061,163839954,117.259679 +1392,2026-09-19T16:18:42.353Z,2026-09-19T16:19:32.717Z,83502288035,83406490895,95797140,59.722733 +1393,2026-09-19T16:19:42.353Z,2026-09-19T16:20:33.431Z,83559486319,83406490895,152995424,119.722742 +1394,2026-09-19T16:20:42.353Z,2026-09-19T16:21:32.626Z,83625487773,83530787177,94700596,58.868738 +1395,2026-09-19T16:21:42.353Z,2026-09-19T16:22:33.050Z,83680992969,83530787177,150205792,118.86885 +1396,2026-09-19T16:22:42.353Z,2026-09-19T16:23:35.807Z,83748184049,83649900739,98283310,55.970729 +1397,2026-09-19T16:23:42.353Z,2026-09-19T16:24:34.275Z,83813966321,83649900739,164065582,115.970714 +1398,2026-09-19T16:24:42.354Z,2026-09-19T16:25:36.904Z,83867370883,83768964929,98405954,56.234568 +1399,2026-09-19T16:25:42.353Z,2026-09-19T16:26:27.746Z,83934730517,83768964929,165765588,116.233731 +1400,2026-09-19T16:26:42.353Z,2026-09-19T16:27:27.114Z,83984148903,83888151763,95997140,58.619729 +1401,2026-09-19T16:27:42.353Z,2026-09-19T16:28:28.267Z,84048584631,83888151763,160432868,118.619719 +1402,2026-09-19T16:28:42.353Z,2026-09-19T16:29:30.148Z,84100388559,84012286409,88102150,57.480732 +1403,2026-09-19T16:29:42.353Z,2026-09-19T16:30:31.430Z,84167754011,84012286409,155467602,117.480734 +1404,2026-09-19T16:30:42.353Z,2026-09-19T16:31:30.117Z,84224642387,84131461607,93180780,55.587753 +1405,2026-09-19T16:31:42.353Z,2026-09-19T16:32:30.332Z,84291963657,84131461607,160502050,115.587686 +1406,2026-09-19T16:32:42.353Z,2026-09-19T16:33:31.445Z,84346438035,84250617623,95820412,55.766709 +1407,2026-09-19T16:33:42.353Z,2026-09-19T16:34:32.148Z,84401800777,84250617623,151183154,115.766731 +1408,2026-09-19T16:34:42.353Z,2026-09-19T16:35:41.117Z,84468232494,84374863905,93368589,50.09273 +1409,2026-09-19T16:35:42.353Z,2026-09-19T16:36:40.344Z,84525199960,84374863905,150336055,110.09274 +1410,2026-09-19T16:36:42.353Z,2026-09-19T16:37:35.750Z,84592490412,84494084458,98405954,54.543743 +1411,2026-09-19T16:37:42.353Z,2026-09-19T16:38:35.775Z,84646791518,84494084458,152707060,114.543722 +1412,2026-09-19T16:38:42.353Z,2026-09-19T16:39:35.849Z,84711684792,84618292376,93392416,50.428759 +1413,2026-09-19T16:39:42.353Z,2026-09-19T16:40:36.296Z,84768571440,84618292376,150279064,110.428723 +1414,2026-09-19T16:40:42.353Z,2026-09-19T16:41:36.883Z,84825396452,84737455938,87940514,49.89874 +1415,2026-09-19T16:41:42.353Z,2026-09-19T16:42:38.406Z,84892756086,84737455938,155300148,109.898717 +1416,2026-09-19T16:42:42.353Z,2026-09-19T16:43:29.182Z,84947561282,84856438682,91122600,47.456721 +1417,2026-09-19T16:43:42.353Z,2026-09-19T16:44:28.714Z,85001577480,84856438682,145138798,107.456752 +1418,2026-09-19T16:44:42.353Z,2026-09-19T16:45:31.623Z,85058614128,84980808236,77805892,46.78374 +1419,2026-09-19T16:45:42.353Z,2026-09-19T16:46:30.767Z,85126608670,84980808236,145800434,106.783738 +1420,2026-09-19T16:46:42.353Z,2026-09-19T16:47:31.428Z,85183141228,85105146972,77994256,39.685706 +1421,2026-09-19T16:47:42.353Z,2026-09-19T16:48:29.931Z,85254651914,85105146972,149504942,99.685688 +1422,2026-09-19T16:48:42.353Z,2026-09-19T16:49:31.522Z,85305565116,85224265502,81299614,37.66574 +1423,2026-09-19T16:49:42.353Z,2026-09-19T16:50:32.785Z,85369204300,85224265502,144938798,97.665735 +1424,2026-09-19T16:50:42.353Z,2026-09-19T16:51:32.858Z,85426260130,85343215700,83044430,38.474731 +1425,2026-09-19T16:51:42.353Z,2026-09-19T16:52:34.079Z,85483129324,85343215700,139913624,98.474709 +1426,2026-09-19T16:52:42.353Z,2026-09-19T16:53:35.299Z,85550468048,85467567800,82900248,40.431778 +1427,2026-09-19T16:53:42.353Z,2026-09-19T16:54:34.778Z,85606663970,85467567800,139096170,100.431751 +1428,2026-09-19T16:54:42.353Z,2026-09-19T16:55:34.449Z,85674764330,85586762180,88002150,37.01273 +1429,2026-09-19T16:55:42.353Z,2026-09-19T16:56:34.509Z,85731600978,85586762180,144838798,97.012712 +1430,2026-09-19T16:56:42.353Z,2026-09-19T16:57:37.452Z,85783406634,85711056734,72349900,34.239733 +1431,2026-09-19T16:57:42.353Z,2026-09-19T16:58:36.853Z,85848578998,85711056734,137522264,94.239729 +1432,2026-09-19T16:58:42.353Z,2026-09-19T16:59:27.399Z,85902587650,85830014478,72573172,34.966761 +1433,2026-09-19T16:59:42.353Z,2026-09-19T17:00:30.434Z,85969792554,85830014478,139778076,94.966953 +1434,2026-09-19T17:00:42.353Z,2026-09-19T17:01:29.185Z,86021596482,85954256030,67340452,29.760759 +1435,2026-09-19T17:01:42.353Z,2026-09-19T17:02:31.297Z,86088329071,85954256030,134073041,89.760746 +1436,2026-09-19T17:02:42.353Z,2026-09-19T17:03:29.610Z,86151044666,86078483130,72561536,26.201754 +1437,2026-09-19T17:03:42.353Z,2026-09-19T17:04:30.513Z,86208073768,86078483130,129590638,86.201744 +1438,2026-09-19T17:04:42.353Z,2026-09-19T17:05:31.176Z,86259721878,86197596692,62125186,24.479675 +1439,2026-09-19T17:05:42.354Z,2026-09-19T17:06:33.425Z,86329361236,86197596692,131764544,84.480398 +1440,2026-09-19T17:06:42.353Z,2026-09-19T17:07:31.765Z,86384098978,86322054610,62044368,23.241733 +1441,2026-09-19T17:07:42.353Z,2026-09-19T17:08:32.270Z,86441110626,86322054610,119056016,83.241717 +1442,2026-09-19T17:08:42.353Z,2026-09-19T17:09:34.909Z,86507292898,86441110626,66182272,22.34576 +1443,2026-09-19T17:09:42.353Z,2026-09-19T17:10:34.773Z,86573617624,86441110626,132506998,82.345752 +1444,2026-09-19T17:10:42.353Z,2026-09-19T17:11:34.388Z,86627401276,86560093370,67307906,23.091746 +1445,2026-09-19T17:11:42.353Z,2026-09-19T17:12:35.695Z,86682649290,86560093370,122555920,83.09173 +1446,2026-09-19T17:12:42.353Z,2026-09-19T17:13:34.940Z,86748189108,86679228840,68960268,19.505734 +1447,2026-09-19T17:13:42.354Z,2026-09-19T17:14:35.633Z,86803444304,86679228840,124215464,79.506252 +1448,2026-09-19T17:14:42.353Z,2026-09-19T17:15:36.332Z,86870896392,86803444304,67452088,20.787735 +1449,2026-09-19T17:15:42.353Z,2026-09-19T17:16:27.597Z,86922711956,86803444304,119267652,80.787741 +1450,2026-09-19T17:16:42.353Z,2026-09-19T17:18:10.257Z,86990071590,86922711956,67359634,21.624738 +1451,2026-09-19T17:18:10.279Z,2026-09-19T17:18:58.085Z,87072579384,86922711956,149867428,109.550428 +1452,2026-09-19T17:18:58.107Z,2026-09-19T17:19:46.021Z,87124998721,87046927420,78071301,33.340167 +1453,2026-09-19T17:19:46.043Z,2026-09-19T17:20:33.757Z,87166052618,87046927420,119125198,81.276251 +1454,2026-09-19T17:20:42.353Z,2026-09-19T17:21:31.205Z,87223150902,87166052618,57098284,15.743734 +1455,2026-09-19T17:21:42.354Z,2026-09-19T17:22:29.921Z,87290348900,87166052618,124296282,75.744831 +1456,2026-09-19T17:22:42.353Z,2026-09-19T17:23:37.461Z,87347439277,87290348900,57090377,16.171738 +1457,2026-09-19T17:23:42.353Z,2026-09-19T17:24:31.456Z,87414598911,87290348900,124250011,76.171785 +1458,2026-09-19T17:24:42.353Z,2026-09-19T17:25:32.428Z,87467753473,87414598911,53154562,10.49573 +1459,2026-09-19T17:25:42.353Z,2026-09-19T17:26:31.150Z,87523520305,87414598911,108921394,70.495728 +1460,2026-09-19T17:26:42.353Z,2026-09-19T17:27:35.756Z,87592130573,87533766563,58364010,11.264728 +1461,2026-09-19T17:27:42.353Z,2026-09-19T17:28:33.009Z,87644988591,87533766563,111222028,71.264734 +1462,2026-09-19T17:28:42.353Z,2026-09-19T17:29:33.270Z,87709866773,87652799307,57067466,7.726933 +1463,2026-09-19T17:29:42.353Z,2026-09-19T17:30:36.622Z,87761670701,87652799307,108871394,67.726726 +1464,2026-09-19T17:30:42.353Z,2026-09-19T17:31:35.690Z,87831185059,87777220589,53964470,6.539686 +1465,2026-09-19T17:31:42.353Z,2026-09-19T17:32:34.896Z,87885636165,87777220589,108415576,66.539718 +1466,2026-09-19T17:32:42.353Z,2026-09-19T17:33:27.764Z,87947986351,87896213241,51773110,3.51074 +1467,2026-09-19T17:33:42.353Z,2026-09-19T17:34:29.078Z,88015165167,87896213241,118951926,63.510721 +1468,2026-09-19T17:34:42.353Z,2026-09-19T17:35:29.914Z,88066999913,88020390341,46609572,0.966737 +1469,2026-09-19T17:35:42.353Z,2026-09-19T17:36:30.959Z,88123869403,88020390341,103479062,60.96673 +1470,2026-09-19T17:36:42.353Z,2026-09-19T17:37:32.930Z,88191209855,88139586745,51623110,2.378747 +1471,2026-09-19T17:37:42.353Z,2026-09-19T17:38:30.710Z,88244745235,88139586745,105158490,62.378721 +1472,2026-09-19T17:38:42.353Z,2026-09-19T17:39:31.982Z,88310471689,88139586745,170884944,122.378745 +1473,2026-09-19T17:39:42.353Z,2026-09-19T17:40:31.958Z,88366717611,88268946565,97771046,54.217714 +1474,2026-09-19T17:40:42.353Z,2026-09-19T17:41:31.161Z,88434587153,88268946565,165640588,114.21774 +1475,2026-09-19T17:41:42.353Z,2026-09-19T17:42:33.496Z,88486366081,88388152581,98213500,54.03468 +1476,2026-09-19T17:42:42.353Z,2026-09-19T17:43:33.221Z,88553718169,88388152581,165565588,114.034738 +1477,2026-09-19T17:43:42.353Z,2026-09-19T17:44:33.429Z,88606557005,88507154507,99402498,51.067717 +1478,2026-09-19T17:44:42.353Z,2026-09-19T17:45:33.942Z,88662366291,88507154507,155211784,111.067993 +1479,2026-09-19T17:45:42.353Z,2026-09-19T17:46:34.814Z,88719402939,88631324061,88078878,54.933742 +1480,2026-09-19T17:46:42.353Z,2026-09-19T17:47:35.249Z,88791987747,88631324061,160663686,114.933724 +1481,2026-09-19T17:47:42.353Z,2026-09-19T17:48:34.669Z,88848942984,88750418441,98524543,51.093742 +1482,2026-09-19T17:48:42.354Z,2026-09-19T17:49:28.758Z,88914278712,88750418441,163860271,111.094631 +1483,2026-09-19T17:49:42.353Z,2026-09-19T17:50:28.729Z,88967881546,88869523547,98357999,51.519729 +1484,2026-09-19T17:50:42.353Z,2026-09-19T17:51:28.743Z,89020976200,88869523547,151452653,111.519738 +1485,2026-09-19T17:51:42.353Z,2026-09-19T17:52:29.378Z,89090340558,88993741056,96599502,50.140737 +1486,2026-09-19T17:52:42.353Z,2026-09-19T17:53:30.637Z,89144006756,88993741056,150265700,110.140665 +1487,2026-09-19T17:53:42.353Z,2026-09-19T17:54:30.377Z,89211297208,89112933708,98363500,49.979746 +1488,2026-09-19T17:54:42.353Z,2026-09-19T17:55:31.090Z,89263116545,89112933708,150182837,109.979716 +1489,2026-09-19T17:55:42.353Z,2026-09-19T17:56:30.269Z,89330441588,89232028088,98413500,47.869723 +1490,2026-09-19T17:56:42.353Z,2026-09-19T17:57:31.854Z,89385035148,89232028088,153007060,107.869727 +1491,2026-09-19T17:57:42.353Z,2026-09-19T17:58:32.974Z,89449424332,89356293552,93130780,49.973744 +1492,2026-09-19T17:58:42.353Z,2026-09-19T17:59:32.856Z,89515522330,89356293552,159228778,109.973744 +1493,2026-09-19T17:59:42.353Z,2026-09-19T18:00:33.489Z,89568187894,89475418750,92769144,41.104777 +1494,2026-09-19T18:00:42.353Z,2026-09-19T18:01:32.983Z,89629132312,89475418750,153713562,101.104748 +1495,2026-09-19T18:01:42.353Z,2026-09-19T18:02:34.290Z,89689893500,89599625791,90267709,42.538726 +1496,2026-09-19T18:02:42.353Z,2026-09-19T18:03:36.281Z,89740712520,89599625791,141086729,102.538749 +1497,2026-09-19T18:03:42.353Z,2026-09-19T18:04:35.363Z,89806783156,89718846732,87936424,44.248747 +1498,2026-09-19T18:04:42.353Z,2026-09-19T18:05:35.879Z,89874146880,89718846732,155300148,104.248762 +1499,2026-09-19T18:05:42.353Z,2026-09-19T18:06:31.148Z,89925758354,89837848658,87909696,42.900694 +1500,2026-09-19T18:06:42.353Z,2026-09-19T18:07:28.694Z,89993098806,89837848658,155250148,102.90074 +1501,2026-09-19T18:07:42.353Z,2026-09-19T18:08:29.499Z,90042628828,89962006576,80622252,41.738722 +1502,2026-09-19T18:08:42.353Z,2026-09-19T18:09:29.843Z,90107033738,89962006576,145027162,101.738776 +1503,2026-09-19T18:09:42.353Z,2026-09-19T18:10:30.369Z,90174387554,90086285404,88102150,36.616734 +1504,2026-09-19T18:10:42.353Z,2026-09-19T18:11:31.108Z,90226008936,90086285404,139723532,96.616741 +1505,2026-09-19T18:11:42.353Z,2026-09-19T18:12:32.042Z,90293368570,90210529958,82838612,34.945959 +1506,2026-09-19T18:12:42.353Z,2026-09-19T18:13:33.528Z,90345133124,90210529958,134603166,94.94573 +1507,2026-09-19T18:13:42.353Z,2026-09-19T18:14:32.972Z,90412442758,90329634964,82807794,31.17774 +1508,2026-09-19T18:14:42.353Z,2026-09-19T18:15:33.570Z,90464439140,90329634964,134804176,91.177739 +1509,2026-09-19T18:15:42.353Z,2026-09-19T18:16:32.858Z,90526546872,90453973700,72573172,28.810699 +1510,2026-09-19T18:16:42.353Z,2026-09-19T18:17:33.290Z,90592671598,90453973700,138697898,88.810732 +1511,2026-09-19T18:17:42.353Z,2026-09-19T18:18:34.071Z,90645741252,90578397027,67344225,25.895741 +1512,2026-09-19T18:18:42.353Z,2026-09-19T18:19:33.709Z,90710371162,90578397027,131974135,85.895743 +1513,2026-09-19T18:19:42.353Z,2026-09-19T18:20:35.893Z,90764554814,90702612491,61942323,17.344721 +1514,2026-09-19T18:20:42.353Z,2026-09-19T18:21:35.636Z,90832056902,90702612491,129444411,77.344743 +1515,2026-09-19T18:21:42.353Z,2026-09-19T18:22:35.391Z,90883922466,90832056902,51865564,14.189755 +1516,2026-09-19T18:22:42.353Z,2026-09-19T18:23:27.480Z,90952882734,90832056902,120825832,74.189707 +1517,2026-09-19T18:23:42.353Z,2026-09-19T18:24:29.155Z,91008307112,90956464820,51842292,7.98075 +1518,2026-09-19T18:24:42.353Z,2026-09-19T18:25:29.159Z,91071464618,90956464820,114999798,67.980823 +1519,2026-09-19T18:25:42.353Z,2026-09-19T18:26:30.477Z,91125965724,91080660242,45305482,2.803746 +1520,2026-09-19T18:26:42.353Z,2026-09-19T18:27:29.219Z,91189431636,91080660242,108771394,62.803744 +1521,2026-09-19T18:27:42.353Z,2026-09-19T18:28:30.392Z,91256787497,91194514356,62273141,7.270734 +1522,2026-09-19T18:28:42.353Z,2026-09-19T18:29:31.668Z,91307752744,91194514356,113238388,67.270731 +1523,2026-09-19T18:29:42.353Z,2026-09-19T18:30:31.055Z,91370533748,91318741456,51792292,9.122741 +1524,2026-09-19T18:30:42.353Z,2026-09-19T18:31:32.001Z,91422430130,91318741456,103688674,69.122722 +1525,2026-09-19T18:31:42.353Z,2026-09-19T18:32:32.943Z,91487460040,91443026102,44433938,1.529716 +1526,2026-09-19T18:32:42.353Z,2026-09-19T18:33:33.637Z,91553936811,91443026102,110910709,61.529751 +1527,2026-09-19T18:33:42.353Z,2026-09-19T18:34:32.982Z,91603613060,91443026102,160586958,121.529737 +1528,2026-09-19T18:34:42.353Z,2026-09-19T18:35:33.143Z,91668044698,91567264838,100779860,56.786751 +1529,2026-09-19T18:35:42.353Z,2026-09-19T18:36:35.522Z,91722776622,91567264838,155511784,116.786755 +1530,2026-09-19T18:36:42.353Z,2026-09-19T18:37:35.524Z,91789916144,91686470854,103445290,59.266741 +1531,2026-09-19T18:37:42.353Z,2026-09-19T18:38:36.083Z,91842466616,91686470854,155995762,119.266767 +1532,2026-09-19T18:38:42.353Z,2026-09-19T18:39:35.709Z,91907894798,91805625940,102268858,56.080749 +1533,2026-09-19T18:39:42.353Z,2026-09-19T18:40:29.333Z,91972538072,91805625940,166912132,116.08072 +1534,2026-09-19T18:40:42.353Z,2026-09-19T18:41:30.189Z,92029224720,91929922222,99302498,54.536762 +1535,2026-09-19T18:41:42.353Z,2026-09-19T18:42:30.659Z,92082898464,91929922222,152976242,114.536718 +1536,2026-09-19T18:42:42.353Z,2026-09-19T18:43:30.873Z,92147191738,92054099322,93092416,52.618749 +1537,2026-09-19T18:43:42.353Z,2026-09-19T18:44:29.946Z,92204066750,92054099322,149967428,112.618743 +1538,2026-09-19T18:44:42.353Z,2026-09-19T18:45:30.950Z,92266355300,92173024520,93330780,52.485732 +1539,2026-09-19T18:45:42.353Z,2026-09-19T18:46:31.319Z,92333545752,92173024520,160521232,112.485741 +1540,2026-09-19T18:46:42.353Z,2026-09-19T18:47:32.830Z,92385386316,92292157264,93229052,49.621744 +1541,2026-09-19T18:47:42.354Z,2026-09-19T18:48:31.743Z,92452620950,92292157264,160463686,109.622042 +1542,2026-09-19T18:48:42.353Z,2026-09-19T18:49:32.592Z,92506437148,92416457636,89979512,49.630741 +1543,2026-09-19T18:49:42.353Z,2026-09-19T18:50:34.333Z,92563694680,92416457636,147237044,109.630743 +1544,2026-09-19T18:50:42.353Z,2026-09-19T18:51:34.046Z,92628742044,92540751530,87990514,41.899738 +1545,2026-09-19T18:51:42.353Z,2026-09-19T18:52:34.481Z,92690924776,92540751530,150173246,101.899734 +1546,2026-09-19T18:52:42.353Z,2026-09-19T18:53:33.864Z,92747805606,92659784274,88021332,38.734744 +1547,2026-09-19T18:53:42.353Z,2026-09-19T18:54:34.428Z,92802985802,92659784274,143201528,98.734736 +1548,2026-09-19T18:54:42.353Z,2026-09-19T18:55:36.181Z,92870674526,92784092192,86582334,42.219738 +1549,2026-09-19T18:55:42.354Z,2026-09-19T18:56:27.995Z,92923936634,92784092192,139844442,102.220248 +1550,2026-09-19T18:56:42.353Z,2026-09-19T18:57:28.411Z,92986025184,92903217390,82807794,37.819727 +1551,2026-09-19T18:57:42.354Z,2026-09-19T18:58:29.161Z,93053415636,92903217390,150198246,97.820572 +1552,2026-09-19T18:58:42.353Z,2026-09-19T18:59:29.695Z,93105262018,93022373406,82888612,38.799736 +1553,2026-09-19T18:59:42.353Z,2026-09-19T19:00:30.350Z,93162067848,93022373406,139694442,98.799739 +1554,2026-09-19T19:00:42.353Z,2026-09-19T19:01:30.511Z,93224413944,93146831324,77582620,34.749727 +1555,2026-09-19T19:01:42.354Z,2026-09-19T19:02:31.258Z,93281293046,93146831324,134461722,94.750477 +1556,2026-09-19T19:02:42.353Z,2026-09-19T19:03:31.077Z,93348798517,93271027606,77770911,31.447755 +1557,2026-09-19T19:03:42.353Z,2026-09-19T19:04:31.401Z,93404251985,93271027606,133224379,91.447735 +1558,2026-09-19T19:04:42.353Z,2026-09-19T19:05:32.186Z,93460847907,93390131187,70716720,32.047761 +1559,2026-09-19T19:05:42.354Z,2026-09-19T19:06:32.878Z,93530056447,93390131187,139925260,92.048812 +1560,2026-09-19T19:06:42.353Z,2026-09-19T19:07:34.716Z,93586904731,93509287203,77617528,30.23873 +1561,2026-09-19T19:07:42.353Z,2026-09-19T19:08:32.760Z,93639381931,93509287203,130094728,90.238747 +1562,2026-09-19T19:08:42.353Z,2026-09-19T19:10:06.760Z,93705937475,93633291031,72646444,29.713725 +1563,2026-09-19T19:10:06.781Z,2026-09-19T19:11:00.699Z,93788806905,93633291031,155515874,114.141503 +1564,2026-09-19T19:11:00.722Z,2026-09-19T19:11:54.204Z,93845735690,93757760585,87975105,44.243123 +1565,2026-09-19T19:11:54.225Z,2026-09-19T19:12:46.809Z,93898451571,93757760585,140690986,97.746248 +1566,2026-09-19T19:12:46.830Z,2026-09-19T19:13:34.186Z,93942425601,93876766601,65659000,23.124292 +1567,2026-09-19T19:13:42.353Z,2026-09-19T19:14:29.879Z,94011329660,93876766601,134563059,78.647739 +1568,2026-09-19T19:14:42.353Z,2026-09-19T19:15:29.304Z,94063141134,94011329660,51811474,8.99473 +1569,2026-09-19T19:15:42.353Z,2026-09-19T19:16:29.329Z,94120152782,94011329660,108823122,68.994745 +1570,2026-09-19T19:16:42.353Z,2026-09-19T19:17:29.577Z,94188949686,94135656760,53292926,6.100774 +1571,2026-09-19T19:17:42.353Z,2026-09-19T19:18:30.387Z,94246559606,94135656760,110902846,66.100731 +1572,2026-09-19T19:18:42.353Z,2026-09-19T19:19:30.668Z,94301191530,94259833860,41357670,3.583757 +1573,2026-09-19T19:19:42.353Z,2026-09-19T19:20:30.872Z,94356023454,94259833860,96189594,63.583746 +1574,2026-09-19T19:20:42.353Z,2026-09-19T19:21:31.693Z,94430147260,94378803240,51344020,3.407735 +1575,2026-09-19T19:21:42.354Z,2026-09-19T19:22:31.666Z,94482343642,94378803240,103540402,63.408909 +1576,2026-09-19T19:22:42.353Z,2026-09-19T19:23:33.527Z,94539074472,94497853438,41221034,2.416741 +1577,2026-09-19T19:23:42.353Z,2026-09-19T19:24:32.669Z,94604839290,94497853438,106985852,62.416683 +1578,2026-09-19T19:24:42.353Z,2026-09-19T19:25:34.534Z,94658393852,94497853438,160540414,122.416742 +1579,2026-09-19T19:25:42.353Z,2026-09-19T19:26:34.484Z,94727018509,94622107266,104911243,58.729732 +1580,2026-09-19T19:26:42.353Z,2026-09-19T19:27:34.822Z,94782673705,94622107266,160566439,118.729764 +1581,2026-09-19T19:27:42.353Z,2026-09-19T19:28:34.573Z,94838987081,94746367937,92619144,57.66577 +1582,2026-09-19T19:28:42.353Z,2026-09-19T19:29:36.553Z,94906906623,94865604771,41301852,0.790745 +1583,2026-09-19T19:29:42.353Z,2026-09-19T19:30:28.687Z,94960361185,94865604771,94756414,60.790728 +1584,2026-09-19T19:30:42.353Z,2026-09-19T19:31:29.103Z,95027620819,94865604771,162016048,120.790759 +1585,2026-09-19T19:31:42.353Z,2026-09-19T19:32:28.882Z,95082912651,94984518333,98394318,54.358738 +1586,2026-09-19T19:32:42.353Z,2026-09-19T19:33:29.406Z,95139980117,94984518333,155461784,114.358687 +1587,2026-09-19T19:33:42.353Z,2026-09-19T19:34:31.199Z,95212110835,95103662713,108448122,55.994714 +1588,2026-09-19T19:34:42.353Z,2026-09-19T19:35:31.051Z,95264020581,95103662713,160357868,115.994734 +1589,2026-09-19T19:35:42.353Z,2026-09-19T19:36:30.445Z,95321101411,95227932267,93169144,52.502715 +1590,2026-09-19T19:36:42.353Z,2026-09-19T19:37:31.959Z,95377976423,95227932267,150044156,112.502735 +1591,2026-09-19T19:37:42.353Z,2026-09-19T19:38:30.853Z,95450162020,95352166913,97995107,49.168743 +1592,2026-09-19T19:38:42.353Z,2026-09-19T19:39:32.441Z,95502165948,95352166913,149999035,109.168744 +1593,2026-09-19T19:39:42.353Z,2026-09-19T19:40:34.444Z,95569487218,95476344802,93142416,46.85374 +1594,2026-09-19T19:40:42.353Z,2026-09-19T19:41:33.396Z,95623919142,95476344802,147574340,106.853723 +1595,2026-09-19T19:41:42.353Z,2026-09-19T19:42:34.218Z,95678346976,95600533538,77813438,43.277749 +1596,2026-09-19T19:42:42.353Z,2026-09-19T19:43:36.159Z,95745529882,95600533538,144996344,103.277719 +1597,2026-09-19T19:43:42.353Z,2026-09-19T19:44:35.226Z,95802585712,95719683736,82901976,37.759732 +1598,2026-09-19T19:44:42.353Z,2026-09-19T19:45:36.249Z,95869906982,95719683736,150223246,97.759746 +1599,2026-09-19T19:45:42.353Z,2026-09-19T19:46:28.534Z,95926781994,95843924200,82857794,39.709721 +1600,2026-09-19T19:46:42.353Z,2026-09-19T19:47:28.688Z,95983687824,95843924200,139763624,99.709731 +1601,2026-09-19T19:47:42.353Z,2026-09-19T19:48:28.591Z,96037142386,95968332118,68810268,32.293815 +1602,2026-09-19T19:48:42.353Z,2026-09-19T19:49:30.157Z,96102813022,95968332118,134480904,92.293728 +1603,2026-09-19T19:49:42.353Z,2026-09-19T19:50:30.279Z,96159688034,96087326498,72361536,34.732725 +1604,2026-09-19T19:50:42.353Z,2026-09-19T19:51:30.169Z,96228667541,96087326498,141341043,94.732733 +1605,2026-09-19T19:51:42.353Z,2026-09-19T19:52:30.728Z,96285679189,96206416845,79262344,35.720729 +1606,2026-09-19T19:52:42.353Z,2026-09-19T19:53:33.327Z,96344524017,96206416845,138107172,95.720707 +1607,2026-09-19T19:53:42.353Z,2026-09-19T19:54:32.947Z,96401235665,96330613127,70622538,30.123757 +1608,2026-09-19T19:54:42.353Z,2026-09-19T19:55:33.863Z,96470388387,96330613127,139775260,90.123722 +1609,2026-09-19T19:55:42.353Z,2026-09-19T19:56:32.362Z,96527405853,96454990227,72415626,29.456719 +1610,2026-09-19T19:56:42.353Z,2026-09-19T19:57:33.136Z,96584330865,96454990227,129340638,89.456747 +1611,2026-09-19T19:57:42.353Z,2026-09-19T19:58:33.986Z,96639934333,96574027061,65907272,24.952751 +1612,2026-09-19T19:58:42.353Z,2026-09-19T19:59:35.638Z,96708546329,96574027061,134519268,84.952732 +1613,2026-09-19T19:59:42.353Z,2026-09-19T20:00:35.970Z,96763951525,96698261707,65689818,21.742725 +1614,2026-09-19T20:00:42.353Z,2026-09-19T20:01:35.656Z,96817175269,96698261707,118913562,81.74272 +1615,2026-09-19T20:01:42.353Z,2026-09-19T20:02:36.220Z,96884583175,96822413807,62169368,20.338747 +1616,2026-09-19T20:02:42.353Z,2026-09-19T20:03:29.004Z,96941520354,96822413807,119106547,80.33873 +1617,2026-09-19T20:03:42.353Z,2026-09-19T20:04:31.537Z,97013931890,96941520354,72411536,20.823741 +1618,2026-09-19T20:04:42.353Z,2026-09-19T20:05:30.705Z,97070649356,96941520354,129129002,80.823733 +1619,2026-09-19T20:05:42.353Z,2026-09-19T20:06:30.404Z,97122560830,97060464734,62096096,24.052718 +1620,2026-09-19T20:06:42.353Z,2026-09-19T20:07:30.664Z,97179578296,97060464734,119113562,84.052736 +1621,2026-09-19T20:07:42.353Z,2026-09-19T20:08:30.467Z,97245660568,97179578296,66082272,18.917734 +1622,2026-09-19T20:08:42.353Z,2026-09-19T20:09:29.948Z,97312458566,97179578296,132880270,78.917724 +1623,2026-09-19T20:09:42.353Z,2026-09-19T20:10:33.353Z,97366548036,97298491858,68056178,20.007742 +1624,2026-09-19T20:10:42.353Z,2026-09-19T20:11:32.465Z,97427990042,97298491858,129498184,80.007723 +1625,2026-09-19T20:11:42.353Z,2026-09-19T20:12:34.653Z,97483337692,97422911412,60426280,16.881727 +1626,2026-09-19T20:12:42.354Z,2026-09-19T20:13:33.049Z,97540574340,97422911412,117662928,76.882841 +1627,2026-09-19T20:13:42.353Z,2026-09-19T20:14:34.605Z,97610000334,97546934422,63065912,14.14173 +1628,2026-09-19T20:14:42.353Z,2026-09-19T20:15:34.350Z,97666161197,97546934422,119226775,74.141869 +1629,2026-09-19T20:15:42.353Z,2026-09-19T20:16:35.792Z,97728142201,97666161197,61981004,11.870745 +1630,2026-09-19T20:16:42.353Z,2026-09-19T20:17:36.196Z,97785161395,97666161197,119000198,71.870711 +1631,2026-09-19T20:17:42.353Z,2026-09-19T20:18:35.980Z,97842203861,97785161395,57042466,14.025753 +1632,2026-09-19T20:18:42.353Z,2026-09-19T20:19:36.784Z,97912876399,97785161395,127715004,74.025741 +1633,2026-09-19T20:19:42.353Z,2026-09-19T20:20:28.628Z,97971602045,97909313495,62288550,10.857717 +1634,2026-09-19T20:20:42.353Z,2026-09-19T20:21:29.034Z,98018154071,97909313495,108840576,70.857739 +1635,2026-09-19T20:21:42.353Z,2026-09-19T20:22:30.676Z,98085532887,98033675186,51857701,6.896732 +1636,2026-09-19T20:22:42.353Z,2026-09-19T20:23:29.990Z,98144885895,98033675186,111210709,66.896712 +1637,2026-09-19T20:23:42.353Z,2026-09-19T20:24:31.094Z,98204444721,98152846611,51598110,8.959741 +1638,2026-09-19T20:24:42.353Z,2026-09-19T20:25:30.290Z,98262522095,98152846611,109675484,68.959738 +1639,2026-09-19T20:25:42.353Z,2026-09-19T20:26:33.837Z,98328877636,98277092893,51784743,4.396734 +1640,2026-09-19T20:26:42.354Z,2026-09-19T20:27:31.644Z,98390973732,98277092893,113880839,64.39736 +1641,2026-09-19T20:27:42.353Z,2026-09-19T20:28:31.697Z,98447810380,98396029724,51780656,2.123743 +1642,2026-09-19T20:28:42.353Z,2026-09-19T20:29:31.479Z,98501538214,98396029724,105508490,62.123721 +1643,2026-09-19T20:29:42.353Z,2026-09-19T20:30:32.189Z,98572229934,98520414370,51815564,1.174727 +1644,2026-09-19T20:30:42.353Z,2026-09-19T20:31:33.370Z,98629099128,98520414370,108684758,61.174742 +1645,2026-09-19T20:31:42.353Z,2026-09-19T20:32:33.801Z,98686141594,98639570386,46571208,0.600732 +1646,2026-09-19T20:32:42.353Z,2026-09-19T20:33:34.003Z,98742985788,98639570386,103415402,60.60075 +1647,2026-09-19T20:33:42.353Z,2026-09-19T20:34:35.395Z,98799841618,98758533948,41307670,0.235733 +1648,2026-09-19T20:34:42.353Z,2026-09-19T20:35:40.906Z,98856959084,98758533948,98425136,60.235776 +1649,2026-09-19T20:35:42.353Z,2026-09-19T20:36:28.516Z,98929301438,98758533948,170767490,120.235729 +1650,2026-09-19T20:36:42.353Z,2026-09-19T20:37:28.865Z,98987315448,98877547510,109767938,59.724731 +1651,2026-09-19T20:37:42.353Z,2026-09-19T20:38:29.759Z,99047206820,98877547510,169659310,119.724747 +1652,2026-09-19T20:38:42.353Z,2026-09-19T20:39:30.359Z,99101137849,99001924610,99213239,58.728723 +1653,2026-09-19T20:39:42.353Z,2026-09-19T20:40:31.497Z,99158124497,99001924610,156199887,118.728739 +1654,2026-09-19T20:40:42.353Z,2026-09-19T20:41:31.079Z,99229620307,99120879731,108740576,57.054719 +1655,2026-09-19T20:41:42.353Z,2026-09-19T20:42:35.457Z,99286649409,99120879731,165769678,117.054747 +1656,2026-09-19T20:42:42.353Z,2026-09-19T20:43:30.744Z,99345209646,99245137649,100071997,56.382747 +1657,2026-09-19T20:43:42.353Z,2026-09-19T20:44:32.444Z,99405612971,99245137649,160475322,116.382741 +1658,2026-09-19T20:44:42.353Z,2026-09-19T20:45:32.987Z,99460090805,99369495567,90595238,53.460695 +1659,2026-09-19T20:45:42.353Z,2026-09-19T20:46:31.547Z,99529803435,99369495567,160307868,113.460785 +1660,2026-09-19T20:46:42.353Z,2026-09-19T20:47:33.378Z,99589450625,99493747667,95702958,47.907751 +1661,2026-09-19T20:47:42.354Z,2026-09-19T20:48:33.969Z,99646618091,99493747667,152870424,107.908462 +1662,2026-09-19T20:48:42.353Z,2026-09-19T20:49:33.223Z,99705136191,99612742047,92394144,43.470743 +1663,2026-09-19T20:49:42.353Z,2026-09-19T20:50:34.809Z,99757532573,99612742047,144790526,103.470754 +1664,2026-09-19T20:50:42.353Z,2026-09-19T20:51:35.432Z,99830135373,99731842245,98293128,46.589737 +1665,2026-09-19T20:51:42.353Z,2026-09-19T20:52:36.274Z,99887139475,99731842245,155297230,106.589733 +1666,2026-09-19T20:52:42.353Z,2026-09-19T20:53:28.796Z,99946613393,99855887337,90726056,45.638734 +1667,2026-09-19T20:53:42.353Z,2026-09-19T20:54:27.911Z,100006166401,99855887337,150279064,105.638712 +1668,2026-09-19T20:54:42.353Z,2026-09-19T20:55:29.053Z,100063197231,99975131717,88065514,44.199753 +1669,2026-09-19T20:55:42.353Z,2026-09-19T20:56:29.709Z,100118719881,99975131717,143588164,104.199736 +1670,2026-09-19T20:56:42.353Z,2026-09-19T20:57:29.676Z,100192543687,100099339635,93204052,43.881759 +1671,2026-09-19T20:57:42.353Z,2026-09-19T20:58:31.489Z,100249376245,100099339635,150036610,103.88172 +1672,2026-09-19T20:58:42.353Z,2026-09-19T20:59:31.463Z,100306424529,100223585917,82838612,37.471782 +1673,2026-09-19T20:59:42.353Z,2026-09-19T21:00:33.824Z,100367908989,100223585917,144323072,97.471733 +1674,2026-09-19T21:00:42.353Z,2026-09-19T21:01:33.074Z,100425372682,100337297577,88075105,43.111715 +1675,2026-09-19T21:01:42.353Z,2026-09-19T21:02:33.208Z,100487507459,100337297577,150209882,103.111728 +1676,2026-09-19T21:02:42.354Z,2026-09-19T21:03:33.429Z,100544342073,100461667131,82674942,40.182146 +1677,2026-09-19T21:03:42.354Z,2026-09-19T21:04:35.815Z,100601459539,100461667131,139792408,100.182239 +1678,2026-09-19T21:04:42.353Z,2026-09-19T21:05:35.758Z,100661789909,100580659477,81130432,37.205729 +1679,2026-09-19T21:05:42.353Z,2026-09-19T21:06:34.641Z,100716952651,100580659477,136293174,97.205754 +1680,2026-09-19T21:06:42.353Z,2026-09-19T21:07:40.072Z,100791349729,100704998213,86351516,36.317744 +1681,2026-09-19T21:07:42.353Z,2026-09-19T21:08:36.136Z,100848374741,100704998213,143376528,96.317756 +1682,2026-09-19T21:08:42.353Z,2026-09-19T21:09:35.431Z,100904526481,100829306131,75220350,33.249745 +1683,2026-09-19T21:09:42.353Z,2026-09-19T21:10:28.475Z,100960204949,100829306131,130898818,93.24971 +1684,2026-09-19T21:10:42.353Z,2026-09-19T21:11:29.780Z,101020781229,100948388875,72392354,34.687744 +1685,2026-09-19T21:11:42.353Z,2026-09-19T21:12:30.860Z,101088133317,100948388875,139744442,94.687746 +1686,2026-09-19T21:12:42.353Z,2026-09-19T21:13:29.136Z,101145008329,101067333255,77675074,35.574755 +1687,2026-09-19T21:13:42.353Z,2026-09-19T21:14:30.417Z,101201906613,101067333255,134573358,95.574715 +1688,2026-09-19T21:14:42.353Z,2026-09-19T21:15:30.257Z,101269565300,101186365999,83199301,32.976757 +1689,2026-09-19T21:15:42.353Z,2026-09-19T21:16:30.976Z,101331305578,101186365999,144939579,92.976745 +1690,2026-09-19T21:16:42.353Z,2026-09-19T21:17:32.272Z,101391949312,101305534432,86414880,35.594733 +1691,2026-09-19T21:17:42.353Z,2026-09-19T21:18:31.852Z,101450424958,101305534432,144890526,95.594752 +1692,2026-09-19T21:18:42.353Z,2026-09-19T21:19:33.135Z,101504920246,101429892350,75027896,33.368737 +1693,2026-09-19T21:19:42.353Z,2026-09-19T21:20:32.855Z,101564123254,101429892350,134230904,93.368788 +1694,2026-09-19T21:20:42.353Z,2026-09-19T21:21:33.279Z,101621329084,101548905912,72423172,30.344734 +1695,2026-09-19T21:21:42.353Z,2026-09-19T21:22:34.252Z,101678527368,101548905912,129621456,90.344738 +1696,2026-09-19T21:22:42.353Z,2026-09-19T21:23:34.410Z,101740273464,101673163830,67109634,25.892728 +1697,2026-09-19T21:23:42.353Z,2026-09-19T21:24:36.881Z,101800561380,101673163830,127397550,85.892763 +1698,2026-09-19T21:24:42.354Z,2026-09-19T21:25:35.917Z,101859471934,101792139028,67332906,28.139531 +1699,2026-09-19T21:25:42.353Z,2026-09-19T21:26:36.000Z,101919263306,101792139028,127124278,88.138734 +1700,2026-09-19T21:26:42.353Z,2026-09-19T21:27:27.589Z,101989681754,101911160136,78521618,28.782747 +1701,2026-09-19T21:27:42.353Z,2026-09-19T21:28:28.191Z,102049990735,101911160136,138830599,88.782771 +1702,2026-09-19T21:28:42.353Z,2026-09-19T21:29:29.000Z,102104391841,102030168035,74223806,27.494736 +1703,2026-09-19T21:29:42.353Z,2026-09-19T21:30:30.377Z,102164695166,102030168035,134527131,87.494751 +1704,2026-09-19T21:30:42.353Z,2026-09-19T21:31:31.866Z,102221766405,102154414317,67352088,27.974782 +1705,2026-09-19T21:31:42.353Z,2026-09-19T21:32:32.478Z,102278891417,102154414317,124477100,87.974761 +1706,2026-09-19T21:32:42.353Z,2026-09-19T21:33:32.014Z,102351014589,102273531969,77482620,24.940717 +1707,2026-09-19T21:33:42.353Z,2026-09-19T21:34:32.502Z,102408328282,102273531969,134796313,84.940762 +1708,2026-09-19T21:34:42.353Z,2026-09-19T21:35:32.682Z,102469528151,102392533895,76994256,24.54075 +1709,2026-09-19T21:35:42.353Z,2026-09-19T21:36:33.016Z,102525444983,102392533895,132911088,84.54073 +1710,2026-09-19T21:36:42.353Z,2026-09-19T21:37:33.347Z,102583758993,102516780177,66978816,23.712773 +1711,2026-09-19T21:37:42.353Z,2026-09-19T21:38:32.849Z,102641007277,102516780177,124227100,83.712734 +1712,2026-09-19T21:38:42.353Z,2026-09-19T21:39:33.560Z,102713542085,102635786193,77755892,25.835724 +1713,2026-09-19T21:39:42.353Z,2026-09-19T21:40:34.802Z,102770385106,102635786193,134598913,85.835727 +1714,2026-09-19T21:40:42.353Z,2026-09-19T21:41:36.333Z,102830992204,102754875310,76116894,21.61973 +1715,2026-09-19T21:41:42.353Z,2026-09-19T21:42:35.296Z,102889567850,102754875310,134692540,81.619709 +1716,2026-09-19T21:42:42.353Z,2026-09-19T21:43:27.652Z,102946442862,102879102410,67340452,21.201728 +1717,2026-09-19T21:43:42.353Z,2026-09-19T21:44:28.513Z,103003448692,102879102410,124346282,81.201739 +1718,2026-09-19T21:44:42.353Z,2026-09-19T21:45:29.482Z,103060285340,102998189244,62096096,24.068731 +1719,2026-09-19T21:45:42.353Z,2026-09-19T21:46:29.016Z,103119253440,102998189244,121064196,84.068726 +1720,2026-09-19T21:46:42.353Z,2026-09-19T21:47:29.651Z,103179310538,103117371988,61938550,20.599712 +1721,2026-09-19T21:47:42.353Z,2026-09-19T21:48:32.568Z,103251933710,103117371988,134561722,80.599764 +1722,2026-09-19T21:48:42.353Z,2026-09-19T21:49:32.293Z,103308758722,103241599088,67159634,19.259719 +1723,2026-09-19T21:49:42.353Z,2026-09-19T21:50:31.809Z,103367068959,103241599088,125469871,79.259734 +1724,2026-09-19T21:50:42.353Z,2026-09-19T21:51:32.264Z,103427914738,103360562650,67352088,17.687744 +1725,2026-09-19T21:51:42.353Z,2026-09-19T21:52:32.116Z,103489743039,103360562650,129180389,77.687736 +1726,2026-09-19T21:52:42.353Z,2026-09-19T21:53:33.351Z,103546943051,103484779501,62163550,12.477725 +1727,2026-09-19T21:53:42.353Z,2026-09-19T21:54:34.262Z,103604327971,103484779501,119548470,72.477743 +1728,2026-09-19T21:54:42.353Z,2026-09-19T21:55:34.800Z,103664983341,103609018237,55965104,11.882745 +1729,2026-09-19T21:55:42.353Z,2026-09-19T21:56:34.104Z,103722910715,103609018237,113892478,71.882743 +1730,2026-09-19T21:56:42.353Z,2026-09-19T21:57:34.516Z,103794244889,103728181799,66063090,10.110737 +1731,2026-09-19T21:57:42.353Z,2026-09-19T21:58:36.152Z,103840454461,103728181799,112272662,70.110699 +1732,2026-09-19T21:58:42.353Z,2026-09-19T21:59:35.798Z,103914509085,103852408899,62100186,10.22474 +1733,2026-09-19T21:59:42.353Z,2026-09-19T22:00:29.771Z,103971534097,103852408899,119125198,70.224741 +1734,2026-09-19T22:00:42.353Z,2026-09-19T22:01:29.069Z,104030340561,103971534097,58806464,7.630737 +1735,2026-09-19T22:01:42.353Z,2026-09-19T22:02:29.802Z,104090447659,103971534097,118913562,67.630784 +1736,2026-09-19T22:02:42.353Z,2026-09-19T22:03:31.549Z,104148467487,104095680379,52787108,6.219786 +1737,2026-09-19T22:03:42.353Z,2026-09-19T22:04:30.797Z,104209508562,104095680379,113828183,66.219789 +1738,2026-09-19T22:04:42.353Z,2026-09-19T22:05:30.970Z,104266526028,104219954820,46571208,1.595767 +1739,2026-09-19T22:05:42.353Z,2026-09-19T22:06:32.016Z,104323370222,104219954820,103415402,61.595791 +1740,2026-09-19T22:06:42.353Z,2026-09-19T22:07:32.211Z,104383227320,104219954820,163272500,121.595731 +1741,2026-09-19T22:07:42.353Z,2026-09-19T22:08:33.957Z,104441916330,104344181920,97734410,58.891768 +1742,2026-09-19T22:08:42.354Z,2026-09-19T22:09:34.379Z,104515041864,104344181920,170859944,118.892495 +1743,2026-09-19T22:09:42.353Z,2026-09-19T22:10:33.072Z,104559358348,104463214664,96143684,56.314747 +1744,2026-09-19T22:10:42.353Z,2026-09-19T22:11:34.157Z,104631115794,104463214664,167901130,116.314782 +1745,2026-09-19T22:11:42.353Z,2026-09-19T22:12:33.438Z,104693223526,104587472582,105750944,55.035782 +1746,2026-09-19T22:12:42.353Z,2026-09-19T22:13:35.699Z,104737509192,104587472582,150036610,115.035754 +1747,2026-09-19T22:13:42.353Z,2026-09-19T22:14:34.997Z,104801290830,104711688046,89602784,50.601777 +1748,2026-09-19T22:14:42.353Z,2026-09-19T22:15:36.409Z,104860539748,104711688046,148851702,110.60175 +1749,2026-09-19T22:15:42.353Z,2026-09-19T22:16:35.719Z,104918717315,104830832426,87884889,49.68977 +1750,2026-09-19T22:16:42.353Z,2026-09-19T22:17:29.785Z,104977566233,104830832426,146733807,109.689778 +1751,2026-09-19T22:17:42.353Z,2026-09-19T22:18:29.685Z,105051647585,104954959719,96687866,43.673764 +1752,2026-09-19T22:18:42.353Z,2026-09-19T22:19:28.722Z,105110134867,104954959719,155175148,103.673751 +1753,2026-09-19T22:19:42.353Z,2026-09-19T22:20:30.203Z,105167227333,105074009917,93217416,41.530775 +1754,2026-09-19T22:20:42.353Z,2026-09-19T22:21:30.698Z,105229340883,105074009917,155330966,101.530755 +1755,2026-09-19T22:21:42.353Z,2026-09-19T22:22:30.623Z,105290140435,105193023479,97116956,42.101719 +1756,2026-09-19T22:22:42.353Z,2026-09-19T22:23:32.129Z,105348646899,105193023479,155623420,102.10174 +1757,2026-09-19T22:23:42.353Z,2026-09-19T22:24:32.901Z,105410400541,105322471663,87928878,36.372725 +1758,2026-09-19T22:24:42.353Z,2026-09-19T22:25:32.956Z,105467429643,105322471663,144957980,96.372758 +1759,2026-09-19T22:25:42.353Z,2026-09-19T22:26:34.727Z,105525643653,105441627679,84015974,35.075749 +1760,2026-09-19T22:26:42.353Z,2026-09-19T22:27:33.382Z,105587720567,105441627679,146092888,95.075715 +1761,2026-09-19T22:27:42.353Z,2026-09-19T22:28:36.929Z,105648678868,105570975863,77703005,30.299779 +1762,2026-09-19T22:28:42.353Z,2026-09-19T22:29:33.690Z,105705546334,105570975863,134570471,90.299732 +1763,2026-09-19T22:29:42.353Z,2026-09-19T22:30:34.938Z,105765006888,105689998174,75008714,28.8108 +1764,2026-09-19T22:30:42.353Z,2026-09-19T22:31:35.890Z,105824902350,105689998174,134904176,88.810716 +1765,2026-09-19T22:31:42.353Z,2026-09-19T22:32:35.690Z,105886698446,105814256092,72442354,27.603759 +1766,2026-09-19T22:32:42.353Z,2026-09-19T22:33:28.548Z,105947640452,105814256092,133384360,87.603667 +1767,2026-09-19T22:33:42.353Z,2026-09-19T22:34:29.942Z,106006471916,105933431290,73040626,27.482746 +1768,2026-09-19T22:34:42.353Z,2026-09-19T22:35:30.385Z,106067881376,105933431290,134450086,87.482762 +1769,2026-09-19T22:35:42.353Z,2026-09-19T22:36:29.813Z,106131035652,106052364034,78671618,25.643707 +1770,2026-09-19T22:36:42.353Z,2026-09-19T22:37:30.589Z,106192146840,106052364034,139782806,85.643726 +1771,2026-09-19T22:37:42.354Z,2026-09-19T22:38:31.485Z,106254266208,106176579498,77686710,22.426061 +1772,2026-09-19T22:38:42.353Z,2026-09-19T22:39:31.187Z,106311102856,106176579498,134523358,82.425745 +1773,2026-09-19T22:39:42.353Z,2026-09-19T22:40:33.199Z,106372751240,106300837416,71913824,19.489695 +1774,2026-09-19T22:40:42.353Z,2026-09-19T22:41:32.827Z,106435151426,106300837416,134314010,79.489743 +1775,2026-09-19T22:41:42.353Z,2026-09-19T22:42:32.373Z,106492368892,106419976538,72392354,19.699729 +1776,2026-09-19T22:42:42.353Z,2026-09-19T22:43:33.567Z,106554526624,106419976538,134550086,79.699727 +1777,2026-09-19T22:43:42.354Z,2026-09-19T22:44:33.538Z,106612328998,106544230366,68098632,17.419063 +1778,2026-09-19T22:44:42.353Z,2026-09-19T22:45:33.981Z,106673701822,106544230366,129471456,77.418765 +1779,2026-09-19T22:45:42.353Z,2026-09-19T22:46:35.622Z,106734147284,106663217200,70930084,12.365734 +1780,2026-09-19T22:46:42.353Z,2026-09-19T22:47:35.500Z,106792665384,106663217200,129448184,72.36579 +1781,2026-09-19T22:47:42.353Z,2026-09-19T22:48:36.038Z,106854723116,106782373216,72349900,14.487722 +1782,2026-09-19T22:48:42.353Z,2026-09-19T22:49:36.327Z,106911286492,106782373216,128913276,74.487706 +1783,2026-09-19T22:49:42.353Z,2026-09-19T22:50:28.716Z,106970881954,106906557862,64324092,11.343746 +1784,2026-09-19T22:50:42.353Z,2026-09-19T22:51:29.854Z,107031750688,106906557862,125192826,71.34373 +1785,2026-09-19T22:51:42.353Z,2026-09-19T22:52:30.741Z,107088904462,107030784962,58119500,9.532715 +1786,2026-09-19T22:52:42.353Z,2026-09-19T22:53:30.051Z,107149865650,107030784962,119080688,69.532756 +1787,2026-09-19T22:53:42.354Z,2026-09-19T22:54:30.367Z,107198922400,107149865650,49056750,8.023245 +1788,2026-09-19T22:54:42.353Z,2026-09-19T22:55:31.886Z,107262438312,107149865650,112572662,68.022727 +1789,2026-09-19T22:55:42.353Z,2026-09-19T22:56:30.812Z,107320721504,107268885030,51836474,8.594728 +1790,2026-09-19T22:56:42.353Z,2026-09-19T22:57:31.695Z,107382827508,107268885030,113942478,68.594734 +1791,2026-09-19T22:57:42.353Z,2026-09-19T22:58:33.139Z,107446734146,107387892774,58841372,14.923719 +1792,2026-09-19T22:58:42.353Z,2026-09-19T22:59:33.700Z,107503455068,107387892774,115562294,74.923749 +1793,2026-09-19T22:59:42.353Z,2026-09-19T23:00:34.576Z,107568137023,107511515784,56621239,8.711742 +1794,2026-09-19T23:00:42.353Z,2026-09-19T23:01:34.392Z,107624230900,107511515784,112715116,68.711686 +1795,2026-09-19T23:01:42.353Z,2026-09-19T23:02:35.728Z,107689539900,107632826524,56713376,2.475747 +1796,2026-09-19T23:02:42.353Z,2026-09-19T23:03:35.874Z,107741536282,107632826524,108709758,62.475744 +1797,2026-09-19T23:03:42.353Z,2026-09-19T23:04:37.801Z,107799212538,107754094810,45117728,4.177727 +1798,2026-09-19T23:04:42.353Z,2026-09-19T23:05:37.890Z,107875441068,107754094810,121346258,64.177733 +1799,2026-09-19T23:05:42.353Z,2026-09-19T23:06:36.381Z,107929676448,107875441068,54235380,1.697749 +1800,2026-09-19T23:06:42.353Z,2026-09-19T23:07:30.938Z,107986713096,107875441068,111272028,61.697735 +1801,2026-09-19T23:07:42.354Z,2026-09-19T23:08:30.527Z,108043818926,107996978536,46840390,2.669058 +1802,2026-09-19T23:08:42.354Z,2026-09-19T23:09:30.109Z,108094468764,107996978536,97490228,62.66957 +1803,2026-09-19T23:09:42.353Z,2026-09-19T23:10:31.359Z,108166774482,108118146822,48627660,0.596755 +1804,2026-09-19T23:10:42.353Z,2026-09-19T23:11:31.381Z,108220304044,108118146822,102157222,60.59675 +1805,2026-09-19T23:11:42.353Z,2026-09-19T23:12:31.145Z,108279757052,108118146822,161610230,120.596751 +1806,2026-09-19T23:12:42.353Z,2026-09-19T23:13:30.976Z,108341814784,108248672368,93142416,47.474732 +1807,2026-09-19T23:13:42.353Z,2026-09-19T23:14:33.397Z,108398882250,108248672368,150209882,107.474729 +1808,2026-09-19T23:14:42.353Z,2026-09-19T23:15:34.498Z,108471909550,108367822566,104086984,49.57476 +1809,2026-09-19T23:15:42.353Z,2026-09-19T23:16:34.733Z,108533405646,108367822566,165583080,109.574723 +1810,2026-09-19T23:16:42.353Z,2026-09-19T23:17:34.169Z,108591288838,108492005522,99283316,45.36875 +1811,2026-09-19T23:17:42.353Z,2026-09-19T23:18:35.469Z,108649222030,108492005522,157216508,105.368686 +1812,2026-09-19T23:18:42.353Z,2026-09-19T23:19:35.513Z,108704207727,108621303706,82904021,36.424733 +1813,2026-09-19T23:19:42.353Z,2026-09-19T23:20:35.518Z,108761086512,108621303706,139782806,96.424754 +1814,2026-09-19T23:20:42.353Z,2026-09-19T23:21:35.715Z,108822944244,108740348086,82596158,37.416781 +1815,2026-09-19T23:21:42.353Z,2026-09-19T23:22:35.875Z,108880161710,108740348086,139813624,97.416759 +1816,2026-09-19T23:22:42.354Z,2026-09-19T23:23:36.369Z,108942323532,108859373284,82950248,35.244124 +1817,2026-09-19T23:23:42.353Z,2026-09-19T23:24:29.776Z,109006020262,108859373284,146646978,95.243767 +1818,2026-09-19T23:24:42.353Z,2026-09-19T23:25:30.283Z,109066508178,108983662020,82846158,33.83773 +1819,2026-09-19T23:25:42.353Z,2026-09-19T23:26:30.239Z,109128658364,108983662020,144996344,93.837759 +1820,2026-09-19T23:26:42.353Z,2026-09-19T23:27:30.562Z,109185569202,109102806400,82762802,38.54472 +1821,2026-09-19T23:27:42.353Z,2026-09-19T23:28:32.265Z,109245172210,109102806400,142365810,98.544728 +1822,2026-09-19T23:28:42.353Z,2026-09-19T23:29:34.496Z,109304744400,109227126872,77617528,29.046731 +1823,2026-09-19T23:29:42.353Z,2026-09-19T23:30:33.825Z,109361607776,109227126872,134480904,89.046747 +1824,2026-09-19T23:30:42.354Z,2026-09-19T23:31:31.860Z,109421695692,109351303972,70391720,28.656068 +1825,2026-09-19T23:31:42.353Z,2026-09-19T23:32:33.030Z,109482021972,109351303972,130718000,88.655733 +1826,2026-09-19T23:32:42.353Z,2026-09-19T23:33:35.809Z,109550876422,109475556072,75320350,23.382709 +1827,2026-09-19T23:33:42.353Z,2026-09-19T23:34:33.912Z,109610111976,109475556072,134555904,83.382727 +1828,2026-09-19T23:34:42.353Z,2026-09-19T23:35:34.485Z,109672192980,109594544634,77648346,25.489723 +1829,2026-09-19T23:35:42.353Z,2026-09-19T23:36:34.661Z,109734289076,109594544634,139744442,85.489739 +1830,2026-09-19T23:36:42.353Z,2026-09-19T23:37:33.882Z,109796385172,109718777552,77607620,19.592742 +1831,2026-09-19T23:37:42.353Z,2026-09-19T23:38:36.779Z,109843033943,109718777552,124256391,79.592724 +1832,2026-09-19T23:38:42.353Z,2026-09-19T23:39:36.735Z,109903633495,109837762859,65870636,17.869738 +1833,2026-09-19T23:39:42.353Z,2026-09-19T23:41:05.690Z,109965241227,109837762859,127478368,77.869734 +1834,2026-09-19T23:41:05.711Z,2026-09-19T23:41:53.629Z,110039634215,109956988057,82646158,42.280589 +1835,2026-09-19T23:41:53.650Z,2026-09-19T23:42:40.297Z,110102015219,109956988057,145027162,90.219712 +1836,2026-09-19T23:42:42.353Z,2026-09-19T23:43:30.232Z,110148586427,110081203521,67382906,20.123738 +1837,2026-09-19T23:43:42.353Z,2026-09-19T23:44:30.693Z,110206457983,110081203521,125254462,80.123765 +1838,2026-09-19T23:44:42.353Z,2026-09-19T23:45:32.343Z,110267519171,110205473075,62046096,11.780734 +1839,2026-09-19T23:45:42.354Z,2026-09-19T23:46:31.431Z,110329611494,110205473075,124138419,71.781439 +1840,2026-09-19T23:46:42.353Z,2026-09-19T23:47:31.961Z,110392481179,110324567455,67913724,9.918725 +1841,2026-09-19T23:47:42.353Z,2026-09-19T23:48:32.798Z,110440945475,110324567455,116378020,69.918748 +1842,2026-09-19T23:48:42.353Z,2026-09-19T23:49:32.580Z,110500448029,110448832919,51615110,9.387737 +1843,2026-09-19T23:49:42.353Z,2026-09-19T23:50:35.458Z,110562567397,110448832919,113734478,69.387763 +1844,2026-09-19T23:50:42.353Z,2026-09-19T23:51:33.717Z,110624725129,110573071201,51653928,4.570705 +1845,2026-09-19T23:51:42.353Z,2026-09-19T23:52:35.165Z,110692084763,110573071201,119013562,64.570748 +1846,2026-09-19T23:52:42.353Z,2026-09-19T23:53:35.430Z,110754154131,110692084763,62069368,10.369731 +1847,2026-09-19T23:53:42.353Z,2026-09-19T23:54:35.658Z,110816279317,110692084763,124194554,70.369726 +1848,2026-09-19T23:54:42.353Z,2026-09-19T23:55:35.536Z,110863935433,110811059961,52875472,8.583714 +1849,2026-09-19T23:55:42.353Z,2026-09-19T23:56:35.238Z,110926245210,110811059961,115185249,68.583739 +1850,2026-09-19T23:56:42.353Z,2026-09-19T23:57:39.670Z,110987215989,110940550599,46665390,0.329736 +1851,2026-09-19T23:57:42.353Z,2026-09-19T23:58:28.840Z,111048998721,110940550599,108448122,60.329727 +1852,2026-09-19T23:58:42.353Z,2026-09-19T23:59:30.025Z,111108178457,110940550599,167627858,120.329717 +1853,2026-09-19T23:59:42.353Z,2026-09-20T00:00:30.036Z,111166436591,111059619979,106816612,58.348735 +1854,2026-09-20T00:00:42.353Z,2026-09-20T00:01:31.462Z,111235650949,111059619979,176030970,118.348708 +1855,2026-09-20T00:01:42.353Z,2026-09-20T00:02:32.446Z,111287462423,111189098923,98363500,46.898728 +1856,2026-09-20T00:02:42.353Z,2026-09-20T00:03:33.295Z,111345557251,111189098923,156458328,106.898732 +1857,2026-09-20T00:03:42.354Z,2026-09-20T00:04:32.017Z,111406618439,111308218303,98400136,50.258386 +1858,2026-09-20T00:04:42.353Z,2026-09-20T00:05:37.844Z,111468706989,111308218303,160488686,110.257729 +1859,2026-09-20T00:05:42.353Z,2026-09-20T00:06:33.907Z,111516113105,111432389585,83723520,47.144667 +1860,2026-09-20T00:06:42.353Z,2026-09-20T00:07:34.442Z,111592914907,111432389585,160525322,107.144734 +1861,2026-09-20T00:07:42.353Z,2026-09-20T00:08:33.883Z,111639636115,111551553147,88082968,41.533749 +1862,2026-09-20T00:08:42.353Z,2026-09-20T00:09:34.418Z,111701139757,111551553147,149586610,101.533741 +1863,2026-09-20T00:09:42.353Z,2026-09-20T00:10:38.237Z,111763626579,111675780247,87846332,44.278721 +1864,2026-09-20T00:10:42.354Z,2026-09-20T00:11:35.883Z,111820753068,111675780247,144972821,104.279049 +1865,2026-09-20T00:11:42.353Z,2026-09-20T00:12:36.824Z,111882449164,111789715179,92733985,45.81573 +1866,2026-09-20T00:12:42.353Z,2026-09-20T00:13:37.905Z,111939847448,111789715179,150132269,105.815746 +1867,2026-09-20T00:13:42.353Z,2026-09-20T00:14:30.127Z,112002178452,111914095484,88082968,38.774768 +1868,2026-09-20T00:14:42.353Z,2026-09-20T00:15:29.939Z,112064230366,111914095484,150134882,98.774727 +1869,2026-09-20T00:15:42.353Z,2026-09-20T00:16:29.896Z,112121303650,112038434220,82869430,39.027744 +1870,2026-09-20T00:16:42.353Z,2026-09-20T00:17:30.037Z,112183361382,112038434220,144927162,99.027721 +1871,2026-09-20T00:17:42.353Z,2026-09-20T00:18:35.791Z,112245630750,112162584275,83046475,32.25975 +1872,2026-09-20T00:18:42.353Z,2026-09-20T00:19:32.066Z,112304225578,112162584275,141641303,92.259743 +1873,2026-09-20T00:19:42.353Z,2026-09-20T00:20:31.982Z,112364632676,112292140322,72492354,23.131742 +1874,2026-09-20T00:20:42.353Z,2026-09-20T00:21:32.834Z,112426757862,112292140322,134617540,83.131719 +1875,2026-09-20T00:21:42.353Z,2026-09-20T00:22:33.924Z,112488840594,112416448240,72392354,20.768739 +1876,2026-09-20T00:22:42.353Z,2026-09-20T00:23:35.478Z,112548071393,112416448240,131623153,80.768753 +1877,2026-09-20T00:23:42.353Z,2026-09-20T00:24:35.459Z,112607943583,112535339593,72603990,19.635731 +1878,2026-09-20T00:24:42.353Z,2026-09-20T00:25:35.384Z,112670193769,112535339593,134854176,79.635711 +1879,2026-09-20T00:25:42.353Z,2026-09-20T00:26:35.723Z,112716795795,112654501427,62294368,21.856726 +1880,2026-09-20T00:26:42.353Z,2026-09-20T00:27:35.741Z,112779707617,112654501427,125206190,81.856734 +1881,2026-09-20T00:27:42.353Z,2026-09-20T00:28:35.888Z,112840918805,112778741891,62176914,18.267924 +1882,2026-09-20T00:28:42.353Z,2026-09-20T00:29:35.755Z,112903030627,112778741891,124288736,78.267729 +1883,2026-09-20T00:29:42.353Z,2026-09-20T00:30:36.392Z,112964772633,112897780453,66992180,21.797724 +1884,2026-09-20T00:30:42.354Z,2026-09-20T00:31:29.756Z,113025907093,112897780453,128126640,81.798908 +1885,2026-09-20T00:31:42.353Z,2026-09-20T00:32:30.084Z,113084351921,113022163371,62188550,14.627723 +1886,2026-09-20T00:32:42.353Z,2026-09-20T00:33:30.225Z,113146402107,113022163371,124238736,74.627854 +1887,2026-09-20T00:33:42.353Z,2026-09-20T00:34:30.743Z,113208448203,113136155849,72292354,18.928766 diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness_wide_summary.json b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness_wide_summary.json new file mode 100644 index 0000000..33e28ed --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness_wide_summary.json @@ -0,0 +1,43 @@ +{ + "sources": { + "freshness": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/freshness/mv_freshness_20260918T170453Z.jsonl", + "sha256": "7e0593e012379c314030fe76ae3b9ab2a1b65495beff395967d452ee653e1f6e" + } + }, + "semantics": "Row difference and observational refresh age are separate metrics. No conversion of age into raw-to-MV time lag. Parallel ingestion means row counts do not identify exact rows.", + "accepted_samples": 1887, + "negative_row_gap_samples": 0, + "maximum_rows_behind": 176030970, + "maximum_refresh_age_sec": 137.617717, + "final_completed_refresh": { + "finished_at": "2026-09-20T00:36:23.999Z", + "output_rows": null, + "maintenance_type": "MAINTENANCE_TYPE_GROUP_AGGREGATE", + "maintenance_class": "incremental", + "planned_at": "2026-09-20T00:36:08.467Z", + "source_snapshot": { + "table_name": "`costbench`.`rt_full_serverless_baseline_r3_20260918`.`quotes`", + "num_rows": 113219565734, + "num_files": 14710, + "full_size_bytes": 718123347536, + "changed_rows": 83409885, + "changed_files": 17, + "change_size_bytes": 560141672, + "delta_version": null + }, + "update_id": "89a3a757-6c69-476c-906b-8ff1b9ffe27c" + }, + "final_rows": 113219565734, + "schema_version": 1, + "chart": "databricks_freshness", + "layout": { + "variant": "wide", + "data_and_math_unchanged": true + }, + "outputs": { + "png": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness_wide.png", + "svg": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness_wide.svg", + "csv": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_freshness_wide_data.csv" + } +} diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks.png b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks.png new file mode 100644 index 0000000..f3a3f16 Binary files /dev/null and b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks.png differ diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks.svg b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks.svg new file mode 100644 index 0000000..3274deb --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks.svg @@ -0,0 +1,3091 @@ + + + + + + + + 2026-09-22T07:47:38.518832 + image/svg+xml + + + Matplotlib v3.10.9, https://matplotlib.org/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks_data.csv b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks_data.csv new file mode 100644 index 0000000..6c901a4 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks_data.csv @@ -0,0 +1,121 @@ +series,label,source_line,iteration,observed_at,raw_rows,query_number,query_name,latency_sec +left,ClickHouse Cloud,2,2,2026-08-08T07:56:02Z,3742528876,1,Hourly OHLCV bars,0.865 +left,ClickHouse Cloud,2,2,2026-08-08T07:56:02Z,3742528876,2,Risk & liquidity (B7),0.421 +left,ClickHouse Cloud,3,3,2026-08-08T08:56:02Z,7149139248,1,Hourly OHLCV bars,0.557 +left,ClickHouse Cloud,3,3,2026-08-08T08:56:02Z,7149139248,2,Risk & liquidity (B7),0.307 +left,ClickHouse Cloud,4,4,2026-08-08T09:56:02Z,10451300014,1,Hourly OHLCV bars,0.589 +left,ClickHouse Cloud,4,4,2026-08-08T09:56:02Z,10451300014,2,Risk & liquidity (B7),0.322 +left,ClickHouse Cloud,5,5,2026-08-08T10:56:02Z,13693746344,1,Hourly OHLCV bars,0.935 +left,ClickHouse Cloud,5,5,2026-08-08T10:56:02Z,13693746344,2,Risk & liquidity (B7),0.428 +left,ClickHouse Cloud,6,6,2026-08-08T11:56:02Z,17207612605,1,Hourly OHLCV bars,0.508 +left,ClickHouse Cloud,6,6,2026-08-08T11:56:02Z,17207612605,2,Risk & liquidity (B7),0.334 +left,ClickHouse Cloud,7,7,2026-08-08T12:56:02Z,20600910656,1,Hourly OHLCV bars,0.898 +left,ClickHouse Cloud,7,7,2026-08-08T12:56:02Z,20600910656,2,Risk & liquidity (B7),0.51 +left,ClickHouse Cloud,8,8,2026-08-08T13:56:02Z,23847648964,1,Hourly OHLCV bars,0.831 +left,ClickHouse Cloud,8,8,2026-08-08T13:56:02Z,23847648964,2,Risk & liquidity (B7),0.597 +left,ClickHouse Cloud,9,9,2026-08-08T14:56:02Z,27120394813,1,Hourly OHLCV bars,0.723 +left,ClickHouse Cloud,9,9,2026-08-08T14:56:02Z,27120394813,2,Risk & liquidity (B7),0.455 +left,ClickHouse Cloud,10,10,2026-08-08T15:56:02Z,30468775164,1,Hourly OHLCV bars,0.782 +left,ClickHouse Cloud,10,10,2026-08-08T15:56:02Z,30468775164,2,Risk & liquidity (B7),0.483 +left,ClickHouse Cloud,11,11,2026-08-08T16:56:02Z,33749879001,1,Hourly OHLCV bars,0.587 +left,ClickHouse Cloud,11,11,2026-08-08T16:56:02Z,33749879001,2,Risk & liquidity (B7),0.45 +left,ClickHouse Cloud,12,12,2026-08-08T17:56:02Z,36853722010,1,Hourly OHLCV bars,1.08 +left,ClickHouse Cloud,12,12,2026-08-08T17:56:02Z,36853722010,2,Risk & liquidity (B7),0.58 +left,ClickHouse Cloud,13,13,2026-08-08T18:56:02Z,39940404643,1,Hourly OHLCV bars,0.728 +left,ClickHouse Cloud,13,13,2026-08-08T18:56:02Z,39940404643,2,Risk & liquidity (B7),0.426 +left,ClickHouse Cloud,14,14,2026-08-08T19:56:02Z,43039194322,1,Hourly OHLCV bars,0.927 +left,ClickHouse Cloud,14,14,2026-08-08T19:56:02Z,43039194322,2,Risk & liquidity (B7),0.584 +left,ClickHouse Cloud,15,15,2026-08-08T20:56:02Z,46111116140,1,Hourly OHLCV bars,0.829 +left,ClickHouse Cloud,15,15,2026-08-08T20:56:02Z,46111116140,2,Risk & liquidity (B7),0.596 +left,ClickHouse Cloud,16,16,2026-08-08T21:56:02Z,49175866023,1,Hourly OHLCV bars,0.878 +left,ClickHouse Cloud,16,16,2026-08-08T21:56:02Z,49175866023,2,Risk & liquidity (B7),0.576 +left,ClickHouse Cloud,17,17,2026-08-08T22:56:02Z,52443266481,1,Hourly OHLCV bars,0.657 +left,ClickHouse Cloud,17,17,2026-08-08T22:56:02Z,52443266481,2,Risk & liquidity (B7),0.538 +left,ClickHouse Cloud,18,18,2026-08-08T23:56:02Z,55419548257,1,Hourly OHLCV bars,0.692 +left,ClickHouse Cloud,18,18,2026-08-08T23:56:02Z,55419548257,2,Risk & liquidity (B7),0.463 +left,ClickHouse Cloud,19,19,2026-08-09T00:56:02Z,58512627462,1,Hourly OHLCV bars,0.854 +left,ClickHouse Cloud,19,19,2026-08-09T00:56:02Z,58512627462,2,Risk & liquidity (B7),0.667 +left,ClickHouse Cloud,20,20,2026-08-09T01:56:02Z,61372336571,1,Hourly OHLCV bars,0.9 +left,ClickHouse Cloud,20,20,2026-08-09T01:56:02Z,61372336571,2,Risk & liquidity (B7),0.67 +left,ClickHouse Cloud,21,21,2026-08-09T02:56:02Z,64300511639,1,Hourly OHLCV bars,0.749 +left,ClickHouse Cloud,21,21,2026-08-09T02:56:02Z,64300511639,2,Risk & liquidity (B7),0.603 +left,ClickHouse Cloud,22,22,2026-08-09T03:56:02Z,67296751626,1,Hourly OHLCV bars,0.74 +left,ClickHouse Cloud,22,22,2026-08-09T03:56:02Z,67296751626,2,Risk & liquidity (B7),0.637 +left,ClickHouse Cloud,23,23,2026-08-09T04:56:02Z,70171105615,1,Hourly OHLCV bars,1.133 +left,ClickHouse Cloud,23,23,2026-08-09T04:56:02Z,70171105615,2,Risk & liquidity (B7),0.661 +left,ClickHouse Cloud,24,24,2026-08-09T05:56:02Z,73014746623,1,Hourly OHLCV bars,0.796 +left,ClickHouse Cloud,24,24,2026-08-09T05:56:02Z,73014746623,2,Risk & liquidity (B7),0.686 +left,ClickHouse Cloud,25,25,2026-08-09T06:56:02Z,75968034150,1,Hourly OHLCV bars,0.809 +left,ClickHouse Cloud,25,25,2026-08-09T06:56:02Z,75968034150,2,Risk & liquidity (B7),0.704 +left,ClickHouse Cloud,26,26,2026-08-09T07:56:02Z,78744711237,1,Hourly OHLCV bars,0.871 +left,ClickHouse Cloud,26,26,2026-08-09T07:56:02Z,78744711237,2,Risk & liquidity (B7),0.728 +left,ClickHouse Cloud,27,27,2026-08-09T08:56:02Z,81363815092,1,Hourly OHLCV bars,0.772 +left,ClickHouse Cloud,27,27,2026-08-09T08:56:02Z,81363815092,2,Risk & liquidity (B7),0.735 +left,ClickHouse Cloud,28,28,2026-08-09T09:56:02Z,83951753947,1,Hourly OHLCV bars,1.039 +left,ClickHouse Cloud,28,28,2026-08-09T09:56:02Z,83951753947,2,Risk & liquidity (B7),0.778 +left,ClickHouse Cloud,29,29,2026-08-09T10:56:02Z,87063780214,1,Hourly OHLCV bars,1.18 +left,ClickHouse Cloud,29,29,2026-08-09T10:56:02Z,87063780214,2,Risk & liquidity (B7),0.811 +left,ClickHouse Cloud,30,30,2026-08-09T11:56:02Z,90313224986,1,Hourly OHLCV bars,0.81 +left,ClickHouse Cloud,30,30,2026-08-09T11:56:02Z,90313224986,2,Risk & liquidity (B7),0.722 +left,ClickHouse Cloud,31,31,2026-08-09T12:56:02Z,93296187953,1,Hourly OHLCV bars,1.012 +left,ClickHouse Cloud,31,31,2026-08-09T12:56:02Z,93296187953,2,Risk & liquidity (B7),0.835 +left,ClickHouse Cloud,32,32,2026-08-09T13:56:02Z,96365836441,1,Hourly OHLCV bars,0.834 +left,ClickHouse Cloud,32,32,2026-08-09T13:56:02Z,96365836441,2,Risk & liquidity (B7),0.7 +left,ClickHouse Cloud,33,33,2026-08-09T14:56:02Z,99569689379,1,Hourly OHLCV bars,0.978 +left,ClickHouse Cloud,33,33,2026-08-09T14:56:02Z,99569689379,2,Risk & liquidity (B7),0.843 +right,Databricks SQL,1,1,2026-09-18T17:07:31.592Z,48779388,1,Hourly OHLCV bars,2.829 +right,Databricks SQL,1,1,2026-09-18T17:07:31.592Z,48779388,2,Risk & liquidity (B7),0.876 +right,Databricks SQL,2,2,2026-09-18T18:07:31.592Z,3648905245,1,Hourly OHLCV bars,18.889 +right,Databricks SQL,2,2,2026-09-18T18:07:31.592Z,3648905245,2,Risk & liquidity (B7),10.555 +right,Databricks SQL,3,3,2026-09-18T19:07:31.592Z,7248888928,1,Hourly OHLCV bars,10.34 +right,Databricks SQL,3,3,2026-09-18T19:07:31.592Z,7248888928,2,Risk & liquidity (B7),7.677 +right,Databricks SQL,4,4,2026-09-18T20:07:31.592Z,10848950992,1,Hourly OHLCV bars,11.498 +right,Databricks SQL,4,4,2026-09-18T20:07:31.592Z,10848950992,2,Risk & liquidity (B7),13.534 +right,Databricks SQL,5,5,2026-09-18T21:07:31.592Z,14448885812,1,Hourly OHLCV bars,22.492 +right,Databricks SQL,5,5,2026-09-18T21:07:31.592Z,14448885812,2,Risk & liquidity (B7),20.5 +right,Databricks SQL,6,6,2026-09-18T22:07:31.592Z,18048883403,1,Hourly OHLCV bars,27.32 +right,Databricks SQL,6,6,2026-09-18T22:07:31.592Z,18048883403,2,Risk & liquidity (B7),25.24 +right,Databricks SQL,7,7,2026-09-18T23:07:31.592Z,21648927817,1,Hourly OHLCV bars,3.187 +right,Databricks SQL,7,7,2026-09-18T23:07:31.592Z,21648927817,2,Risk & liquidity (B7),1.728 +right,Databricks SQL,8,8,2026-09-19T00:07:31.592Z,25248924027,1,Hourly OHLCV bars,12.971 +right,Databricks SQL,8,8,2026-09-19T00:07:31.592Z,25248924027,2,Risk & liquidity (B7),7.408 +right,Databricks SQL,9,9,2026-09-19T01:07:31.592Z,28848912329,1,Hourly OHLCV bars,16.939 +right,Databricks SQL,9,9,2026-09-19T01:07:31.592Z,28848912329,2,Risk & liquidity (B7),12.934 +right,Databricks SQL,10,10,2026-09-19T02:07:31.592Z,32448900387,1,Hourly OHLCV bars,21.737 +right,Databricks SQL,10,10,2026-09-19T02:07:31.592Z,32448900387,2,Risk & liquidity (B7),24.717 +right,Databricks SQL,11,11,2026-09-19T03:07:31.592Z,36048779409,1,Hourly OHLCV bars,31.688 +right,Databricks SQL,11,11,2026-09-19T03:07:31.592Z,36048779409,2,Risk & liquidity (B7),27.149 +right,Databricks SQL,12,12,2026-09-19T04:07:31.592Z,39648841503,1,Hourly OHLCV bars,4.144 +right,Databricks SQL,12,12,2026-09-19T04:07:31.592Z,39648841503,2,Risk & liquidity (B7),2.686 +right,Databricks SQL,13,13,2026-09-19T05:07:31.592Z,43248955264,1,Hourly OHLCV bars,14.769 +right,Databricks SQL,13,13,2026-09-19T05:07:31.592Z,43248955264,2,Risk & liquidity (B7),8.684 +right,Databricks SQL,14,14,2026-09-19T06:07:31.592Z,46848958026,1,Hourly OHLCV bars,17.455 +right,Databricks SQL,14,14,2026-09-19T06:07:31.592Z,46848958026,2,Risk & liquidity (B7),13.109 +right,Databricks SQL,15,15,2026-09-19T07:07:31.592Z,50448920743,1,Hourly OHLCV bars,20.88 +right,Databricks SQL,15,15,2026-09-19T07:07:31.592Z,50448920743,2,Risk & liquidity (B7),24.32 +right,Databricks SQL,16,16,2026-09-19T08:07:31.592Z,54048818880,1,Hourly OHLCV bars,28.953 +right,Databricks SQL,16,16,2026-09-19T08:07:31.592Z,54048818880,2,Risk & liquidity (B7),27.825 +right,Databricks SQL,17,17,2026-09-19T09:07:31.592Z,57648913051,1,Hourly OHLCV bars,10.2 +right,Databricks SQL,17,17,2026-09-19T09:07:31.592Z,57648913051,2,Risk & liquidity (B7),4.505 +right,Databricks SQL,18,18,2026-09-19T10:07:31.592Z,61248785899,1,Hourly OHLCV bars,14.047 +right,Databricks SQL,18,18,2026-09-19T10:07:31.592Z,61248785899,2,Risk & liquidity (B7),11.465 +right,Databricks SQL,19,19,2026-09-19T11:07:31.592Z,64848931181,1,Hourly OHLCV bars,21.807 +right,Databricks SQL,19,19,2026-09-19T11:07:31.592Z,64848931181,2,Risk & liquidity (B7),18.677 +right,Databricks SQL,20,20,2026-09-19T12:07:31.592Z,68448901225,1,Hourly OHLCV bars,23.502 +right,Databricks SQL,20,20,2026-09-19T12:07:31.592Z,68448901225,2,Risk & liquidity (B7),32.269 +right,Databricks SQL,21,21,2026-09-19T13:07:31.592Z,72048872763,1,Hourly OHLCV bars,30.792 +right,Databricks SQL,21,21,2026-09-19T13:07:31.592Z,72048872763,2,Risk & liquidity (B7),29.624 +right,Databricks SQL,22,22,2026-09-19T14:07:31.592Z,75648919105,1,Hourly OHLCV bars,9.083 +right,Databricks SQL,22,22,2026-09-19T14:07:31.592Z,75648919105,2,Risk & liquidity (B7),4.703 +right,Databricks SQL,23,23,2026-09-19T15:07:31.592Z,79248916498,1,Hourly OHLCV bars,15.552 +right,Databricks SQL,23,23,2026-09-19T15:07:31.592Z,79248916498,2,Risk & liquidity (B7),11.798 +right,Databricks SQL,24,24,2026-09-19T16:07:31.592Z,82848735814,1,Hourly OHLCV bars,19.303 +right,Databricks SQL,24,24,2026-09-19T16:07:31.592Z,82848735814,2,Risk & liquidity (B7),18.438 +right,Databricks SQL,25,25,2026-09-19T17:07:31.592Z,86448786434,1,Hourly OHLCV bars,56.901 +right,Databricks SQL,25,25,2026-09-19T17:07:31.592Z,86448786434,2,Risk & liquidity (B7),39.814 +right,Databricks SQL,26,26,2026-09-19T18:07:31.592Z,90048750546,1,Hourly OHLCV bars,33.798 +right,Databricks SQL,26,26,2026-09-19T18:07:31.592Z,90048750546,2,Risk & liquidity (B7),42.73 +right,Databricks SQL,27,27,2026-09-19T19:07:31.592Z,93648850827,1,Hourly OHLCV bars,12.764 +right,Databricks SQL,27,27,2026-09-19T19:07:31.592Z,93648850827,2,Risk & liquidity (B7),7.898 +right,Databricks SQL,28,28,2026-09-19T20:07:31.592Z,97248769382,1,Hourly OHLCV bars,16.425 +right,Databricks SQL,28,28,2026-09-19T20:07:31.592Z,97248769382,2,Risk & liquidity (B7),12.731 diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks_summary.json b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks_summary.json new file mode 100644 index 0000000..6f7f56a --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks_summary.json @@ -0,0 +1,87 @@ +{ + "schema_version": 1, + "chart": "drilldown_query_latency_pairwise", + "layout": { + "variant": "default", + "figure_inches": [ + 12, + 4.2 + ], + "data_and_math_unchanged": true + }, + "selection": { + "max_rows_inclusive": 100000000000, + "smoothing": null, + "outliers_excluded": 0 + }, + "sources": { + "left": { + "path": "quotes/clickhouse-cloud/results_t2/raw/drilldown_20260808T065602Z.jsonl", + "sha256": "fa4033841b2d0596c227b0baacfc666086d41bdcceb9173da9e3c9e699f1f378", + "load": { + "read": 48, + "selected": 32, + "zero_excluded": 1, + "above_cap_excluded": 15 + } + }, + "right": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl", + "sha256": "99b9abcea27603515d0f82594b42e6d39ef0dd7dd77088a1c7fe69953657e212", + "load": { + "read": 35, + "selected": 28, + "zero_excluded": 0, + "above_cap_excluded": 7 + } + }, + "left_cost": { + "path": "quotes/clickhouse-cloud/costs/out_t2/matched/databricks_serverless_20260918/drilldown.json", + "sha256": "68a5251de2a7b6eb10159e1f8ae3c408fe85688f0aaeb426fc26f89744b92b59" + }, + "right_cost": { + "path": "quotes/databricks/costs/out/serverless_20260918/drilldown.json", + "sha256": "5e4fc9486014073da6609effbf4eb0081fb1e4347d226379397a28bfe58d2484" + } + }, + "reports": { + "left_q1": { + "observations": 32, + "median_sec": 0.83, + "maximum_sec": 1.18 + }, + "right_q1": { + "observations": 28, + "median_sec": 17.197, + "maximum_sec": 56.901 + }, + "left_q2": { + "observations": 32, + "median_sec": 0.5965, + "maximum_sec": 0.843 + }, + "right_q2": { + "observations": 28, + "median_sec": 13.0215, + "maximum_sec": 42.73 + } + }, + "matched_totals_ratios": { + "runtime_ratio": 24.590918956461344, + "cost_ratio": 43.00266182849516 + }, + "outputs": { + "png": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks.png", + "svg": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks.svg", + "csv": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks_data.csv" + }, + "databricks_contract": { + "runtime_source": "provider Query History total duration, compilation included, fetch excluded", + "raw_rows_source": "producer durability progress", + "cost_window": "189 dashboard / 32 drilldown accepted samples through their workload-specific H", + "plot_window": "own original timelines through 100B; plotted window differs from accumulated cost window", + "result_cache": "disabled; compact source evidence validated before cost generation", + "warehouse": "Serverless SQL X-Small, one cluster, eu-west-1", + "cost_model": "normalized runtime times public list compute rate" + } +} diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks_wide.png b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks_wide.png new file mode 100644 index 0000000..2fd697c Binary files /dev/null and b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks_wide.png differ diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks_wide.svg b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks_wide.svg new file mode 100644 index 0000000..9b02a38 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks_wide.svg @@ -0,0 +1,3105 @@ + + + + + + + + 2026-09-22T07:47:41.120399 + image/svg+xml + + + Matplotlib v3.10.9, https://matplotlib.org/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks_wide_data.csv b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks_wide_data.csv new file mode 100644 index 0000000..6c901a4 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks_wide_data.csv @@ -0,0 +1,121 @@ +series,label,source_line,iteration,observed_at,raw_rows,query_number,query_name,latency_sec +left,ClickHouse Cloud,2,2,2026-08-08T07:56:02Z,3742528876,1,Hourly OHLCV bars,0.865 +left,ClickHouse Cloud,2,2,2026-08-08T07:56:02Z,3742528876,2,Risk & liquidity (B7),0.421 +left,ClickHouse Cloud,3,3,2026-08-08T08:56:02Z,7149139248,1,Hourly OHLCV bars,0.557 +left,ClickHouse Cloud,3,3,2026-08-08T08:56:02Z,7149139248,2,Risk & liquidity (B7),0.307 +left,ClickHouse Cloud,4,4,2026-08-08T09:56:02Z,10451300014,1,Hourly OHLCV bars,0.589 +left,ClickHouse Cloud,4,4,2026-08-08T09:56:02Z,10451300014,2,Risk & liquidity (B7),0.322 +left,ClickHouse Cloud,5,5,2026-08-08T10:56:02Z,13693746344,1,Hourly OHLCV bars,0.935 +left,ClickHouse Cloud,5,5,2026-08-08T10:56:02Z,13693746344,2,Risk & liquidity (B7),0.428 +left,ClickHouse Cloud,6,6,2026-08-08T11:56:02Z,17207612605,1,Hourly OHLCV bars,0.508 +left,ClickHouse Cloud,6,6,2026-08-08T11:56:02Z,17207612605,2,Risk & liquidity (B7),0.334 +left,ClickHouse Cloud,7,7,2026-08-08T12:56:02Z,20600910656,1,Hourly OHLCV bars,0.898 +left,ClickHouse Cloud,7,7,2026-08-08T12:56:02Z,20600910656,2,Risk & liquidity (B7),0.51 +left,ClickHouse Cloud,8,8,2026-08-08T13:56:02Z,23847648964,1,Hourly OHLCV bars,0.831 +left,ClickHouse Cloud,8,8,2026-08-08T13:56:02Z,23847648964,2,Risk & liquidity (B7),0.597 +left,ClickHouse Cloud,9,9,2026-08-08T14:56:02Z,27120394813,1,Hourly OHLCV bars,0.723 +left,ClickHouse Cloud,9,9,2026-08-08T14:56:02Z,27120394813,2,Risk & liquidity (B7),0.455 +left,ClickHouse Cloud,10,10,2026-08-08T15:56:02Z,30468775164,1,Hourly OHLCV bars,0.782 +left,ClickHouse Cloud,10,10,2026-08-08T15:56:02Z,30468775164,2,Risk & liquidity (B7),0.483 +left,ClickHouse Cloud,11,11,2026-08-08T16:56:02Z,33749879001,1,Hourly OHLCV bars,0.587 +left,ClickHouse Cloud,11,11,2026-08-08T16:56:02Z,33749879001,2,Risk & liquidity (B7),0.45 +left,ClickHouse Cloud,12,12,2026-08-08T17:56:02Z,36853722010,1,Hourly OHLCV bars,1.08 +left,ClickHouse Cloud,12,12,2026-08-08T17:56:02Z,36853722010,2,Risk & liquidity (B7),0.58 +left,ClickHouse Cloud,13,13,2026-08-08T18:56:02Z,39940404643,1,Hourly OHLCV bars,0.728 +left,ClickHouse Cloud,13,13,2026-08-08T18:56:02Z,39940404643,2,Risk & liquidity (B7),0.426 +left,ClickHouse Cloud,14,14,2026-08-08T19:56:02Z,43039194322,1,Hourly OHLCV bars,0.927 +left,ClickHouse Cloud,14,14,2026-08-08T19:56:02Z,43039194322,2,Risk & liquidity (B7),0.584 +left,ClickHouse Cloud,15,15,2026-08-08T20:56:02Z,46111116140,1,Hourly OHLCV bars,0.829 +left,ClickHouse Cloud,15,15,2026-08-08T20:56:02Z,46111116140,2,Risk & liquidity (B7),0.596 +left,ClickHouse Cloud,16,16,2026-08-08T21:56:02Z,49175866023,1,Hourly OHLCV bars,0.878 +left,ClickHouse Cloud,16,16,2026-08-08T21:56:02Z,49175866023,2,Risk & liquidity (B7),0.576 +left,ClickHouse Cloud,17,17,2026-08-08T22:56:02Z,52443266481,1,Hourly OHLCV bars,0.657 +left,ClickHouse Cloud,17,17,2026-08-08T22:56:02Z,52443266481,2,Risk & liquidity (B7),0.538 +left,ClickHouse Cloud,18,18,2026-08-08T23:56:02Z,55419548257,1,Hourly OHLCV bars,0.692 +left,ClickHouse Cloud,18,18,2026-08-08T23:56:02Z,55419548257,2,Risk & liquidity (B7),0.463 +left,ClickHouse Cloud,19,19,2026-08-09T00:56:02Z,58512627462,1,Hourly OHLCV bars,0.854 +left,ClickHouse Cloud,19,19,2026-08-09T00:56:02Z,58512627462,2,Risk & liquidity (B7),0.667 +left,ClickHouse Cloud,20,20,2026-08-09T01:56:02Z,61372336571,1,Hourly OHLCV bars,0.9 +left,ClickHouse Cloud,20,20,2026-08-09T01:56:02Z,61372336571,2,Risk & liquidity (B7),0.67 +left,ClickHouse Cloud,21,21,2026-08-09T02:56:02Z,64300511639,1,Hourly OHLCV bars,0.749 +left,ClickHouse Cloud,21,21,2026-08-09T02:56:02Z,64300511639,2,Risk & liquidity (B7),0.603 +left,ClickHouse Cloud,22,22,2026-08-09T03:56:02Z,67296751626,1,Hourly OHLCV bars,0.74 +left,ClickHouse Cloud,22,22,2026-08-09T03:56:02Z,67296751626,2,Risk & liquidity (B7),0.637 +left,ClickHouse Cloud,23,23,2026-08-09T04:56:02Z,70171105615,1,Hourly OHLCV bars,1.133 +left,ClickHouse Cloud,23,23,2026-08-09T04:56:02Z,70171105615,2,Risk & liquidity (B7),0.661 +left,ClickHouse Cloud,24,24,2026-08-09T05:56:02Z,73014746623,1,Hourly OHLCV bars,0.796 +left,ClickHouse Cloud,24,24,2026-08-09T05:56:02Z,73014746623,2,Risk & liquidity (B7),0.686 +left,ClickHouse Cloud,25,25,2026-08-09T06:56:02Z,75968034150,1,Hourly OHLCV bars,0.809 +left,ClickHouse Cloud,25,25,2026-08-09T06:56:02Z,75968034150,2,Risk & liquidity (B7),0.704 +left,ClickHouse Cloud,26,26,2026-08-09T07:56:02Z,78744711237,1,Hourly OHLCV bars,0.871 +left,ClickHouse Cloud,26,26,2026-08-09T07:56:02Z,78744711237,2,Risk & liquidity (B7),0.728 +left,ClickHouse Cloud,27,27,2026-08-09T08:56:02Z,81363815092,1,Hourly OHLCV bars,0.772 +left,ClickHouse Cloud,27,27,2026-08-09T08:56:02Z,81363815092,2,Risk & liquidity (B7),0.735 +left,ClickHouse Cloud,28,28,2026-08-09T09:56:02Z,83951753947,1,Hourly OHLCV bars,1.039 +left,ClickHouse Cloud,28,28,2026-08-09T09:56:02Z,83951753947,2,Risk & liquidity (B7),0.778 +left,ClickHouse Cloud,29,29,2026-08-09T10:56:02Z,87063780214,1,Hourly OHLCV bars,1.18 +left,ClickHouse Cloud,29,29,2026-08-09T10:56:02Z,87063780214,2,Risk & liquidity (B7),0.811 +left,ClickHouse Cloud,30,30,2026-08-09T11:56:02Z,90313224986,1,Hourly OHLCV bars,0.81 +left,ClickHouse Cloud,30,30,2026-08-09T11:56:02Z,90313224986,2,Risk & liquidity (B7),0.722 +left,ClickHouse Cloud,31,31,2026-08-09T12:56:02Z,93296187953,1,Hourly OHLCV bars,1.012 +left,ClickHouse Cloud,31,31,2026-08-09T12:56:02Z,93296187953,2,Risk & liquidity (B7),0.835 +left,ClickHouse Cloud,32,32,2026-08-09T13:56:02Z,96365836441,1,Hourly OHLCV bars,0.834 +left,ClickHouse Cloud,32,32,2026-08-09T13:56:02Z,96365836441,2,Risk & liquidity (B7),0.7 +left,ClickHouse Cloud,33,33,2026-08-09T14:56:02Z,99569689379,1,Hourly OHLCV bars,0.978 +left,ClickHouse Cloud,33,33,2026-08-09T14:56:02Z,99569689379,2,Risk & liquidity (B7),0.843 +right,Databricks SQL,1,1,2026-09-18T17:07:31.592Z,48779388,1,Hourly OHLCV bars,2.829 +right,Databricks SQL,1,1,2026-09-18T17:07:31.592Z,48779388,2,Risk & liquidity (B7),0.876 +right,Databricks SQL,2,2,2026-09-18T18:07:31.592Z,3648905245,1,Hourly OHLCV bars,18.889 +right,Databricks SQL,2,2,2026-09-18T18:07:31.592Z,3648905245,2,Risk & liquidity (B7),10.555 +right,Databricks SQL,3,3,2026-09-18T19:07:31.592Z,7248888928,1,Hourly OHLCV bars,10.34 +right,Databricks SQL,3,3,2026-09-18T19:07:31.592Z,7248888928,2,Risk & liquidity (B7),7.677 +right,Databricks SQL,4,4,2026-09-18T20:07:31.592Z,10848950992,1,Hourly OHLCV bars,11.498 +right,Databricks SQL,4,4,2026-09-18T20:07:31.592Z,10848950992,2,Risk & liquidity (B7),13.534 +right,Databricks SQL,5,5,2026-09-18T21:07:31.592Z,14448885812,1,Hourly OHLCV bars,22.492 +right,Databricks SQL,5,5,2026-09-18T21:07:31.592Z,14448885812,2,Risk & liquidity (B7),20.5 +right,Databricks SQL,6,6,2026-09-18T22:07:31.592Z,18048883403,1,Hourly OHLCV bars,27.32 +right,Databricks SQL,6,6,2026-09-18T22:07:31.592Z,18048883403,2,Risk & liquidity (B7),25.24 +right,Databricks SQL,7,7,2026-09-18T23:07:31.592Z,21648927817,1,Hourly OHLCV bars,3.187 +right,Databricks SQL,7,7,2026-09-18T23:07:31.592Z,21648927817,2,Risk & liquidity (B7),1.728 +right,Databricks SQL,8,8,2026-09-19T00:07:31.592Z,25248924027,1,Hourly OHLCV bars,12.971 +right,Databricks SQL,8,8,2026-09-19T00:07:31.592Z,25248924027,2,Risk & liquidity (B7),7.408 +right,Databricks SQL,9,9,2026-09-19T01:07:31.592Z,28848912329,1,Hourly OHLCV bars,16.939 +right,Databricks SQL,9,9,2026-09-19T01:07:31.592Z,28848912329,2,Risk & liquidity (B7),12.934 +right,Databricks SQL,10,10,2026-09-19T02:07:31.592Z,32448900387,1,Hourly OHLCV bars,21.737 +right,Databricks SQL,10,10,2026-09-19T02:07:31.592Z,32448900387,2,Risk & liquidity (B7),24.717 +right,Databricks SQL,11,11,2026-09-19T03:07:31.592Z,36048779409,1,Hourly OHLCV bars,31.688 +right,Databricks SQL,11,11,2026-09-19T03:07:31.592Z,36048779409,2,Risk & liquidity (B7),27.149 +right,Databricks SQL,12,12,2026-09-19T04:07:31.592Z,39648841503,1,Hourly OHLCV bars,4.144 +right,Databricks SQL,12,12,2026-09-19T04:07:31.592Z,39648841503,2,Risk & liquidity (B7),2.686 +right,Databricks SQL,13,13,2026-09-19T05:07:31.592Z,43248955264,1,Hourly OHLCV bars,14.769 +right,Databricks SQL,13,13,2026-09-19T05:07:31.592Z,43248955264,2,Risk & liquidity (B7),8.684 +right,Databricks SQL,14,14,2026-09-19T06:07:31.592Z,46848958026,1,Hourly OHLCV bars,17.455 +right,Databricks SQL,14,14,2026-09-19T06:07:31.592Z,46848958026,2,Risk & liquidity (B7),13.109 +right,Databricks SQL,15,15,2026-09-19T07:07:31.592Z,50448920743,1,Hourly OHLCV bars,20.88 +right,Databricks SQL,15,15,2026-09-19T07:07:31.592Z,50448920743,2,Risk & liquidity (B7),24.32 +right,Databricks SQL,16,16,2026-09-19T08:07:31.592Z,54048818880,1,Hourly OHLCV bars,28.953 +right,Databricks SQL,16,16,2026-09-19T08:07:31.592Z,54048818880,2,Risk & liquidity (B7),27.825 +right,Databricks SQL,17,17,2026-09-19T09:07:31.592Z,57648913051,1,Hourly OHLCV bars,10.2 +right,Databricks SQL,17,17,2026-09-19T09:07:31.592Z,57648913051,2,Risk & liquidity (B7),4.505 +right,Databricks SQL,18,18,2026-09-19T10:07:31.592Z,61248785899,1,Hourly OHLCV bars,14.047 +right,Databricks SQL,18,18,2026-09-19T10:07:31.592Z,61248785899,2,Risk & liquidity (B7),11.465 +right,Databricks SQL,19,19,2026-09-19T11:07:31.592Z,64848931181,1,Hourly OHLCV bars,21.807 +right,Databricks SQL,19,19,2026-09-19T11:07:31.592Z,64848931181,2,Risk & liquidity (B7),18.677 +right,Databricks SQL,20,20,2026-09-19T12:07:31.592Z,68448901225,1,Hourly OHLCV bars,23.502 +right,Databricks SQL,20,20,2026-09-19T12:07:31.592Z,68448901225,2,Risk & liquidity (B7),32.269 +right,Databricks SQL,21,21,2026-09-19T13:07:31.592Z,72048872763,1,Hourly OHLCV bars,30.792 +right,Databricks SQL,21,21,2026-09-19T13:07:31.592Z,72048872763,2,Risk & liquidity (B7),29.624 +right,Databricks SQL,22,22,2026-09-19T14:07:31.592Z,75648919105,1,Hourly OHLCV bars,9.083 +right,Databricks SQL,22,22,2026-09-19T14:07:31.592Z,75648919105,2,Risk & liquidity (B7),4.703 +right,Databricks SQL,23,23,2026-09-19T15:07:31.592Z,79248916498,1,Hourly OHLCV bars,15.552 +right,Databricks SQL,23,23,2026-09-19T15:07:31.592Z,79248916498,2,Risk & liquidity (B7),11.798 +right,Databricks SQL,24,24,2026-09-19T16:07:31.592Z,82848735814,1,Hourly OHLCV bars,19.303 +right,Databricks SQL,24,24,2026-09-19T16:07:31.592Z,82848735814,2,Risk & liquidity (B7),18.438 +right,Databricks SQL,25,25,2026-09-19T17:07:31.592Z,86448786434,1,Hourly OHLCV bars,56.901 +right,Databricks SQL,25,25,2026-09-19T17:07:31.592Z,86448786434,2,Risk & liquidity (B7),39.814 +right,Databricks SQL,26,26,2026-09-19T18:07:31.592Z,90048750546,1,Hourly OHLCV bars,33.798 +right,Databricks SQL,26,26,2026-09-19T18:07:31.592Z,90048750546,2,Risk & liquidity (B7),42.73 +right,Databricks SQL,27,27,2026-09-19T19:07:31.592Z,93648850827,1,Hourly OHLCV bars,12.764 +right,Databricks SQL,27,27,2026-09-19T19:07:31.592Z,93648850827,2,Risk & liquidity (B7),7.898 +right,Databricks SQL,28,28,2026-09-19T20:07:31.592Z,97248769382,1,Hourly OHLCV bars,16.425 +right,Databricks SQL,28,28,2026-09-19T20:07:31.592Z,97248769382,2,Risk & liquidity (B7),12.731 diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks_wide_summary.json b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks_wide_summary.json new file mode 100644 index 0000000..0ba921b --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks_wide_summary.json @@ -0,0 +1,96 @@ +{ + "schema_version": 1, + "chart": "drilldown_query_latency_pairwise", + "layout": { + "variant": "wide", + "figure_inches": [ + 17.186666666666667, + 9.666666666666666 + ], + "data_and_math_unchanged": true, + "pixel_dimensions": [ + 5156, + 2900 + ], + "transparent_canvas": true, + "header_safe_area_pixels": 560, + "chart_stage": "subtle", + "chart_stage_color": "#1C1C1A", + "chart_stage_border_color": "#343431" + }, + "selection": { + "max_rows_inclusive": 100000000000, + "smoothing": null, + "outliers_excluded": 0 + }, + "sources": { + "left": { + "path": "quotes/clickhouse-cloud/results_t2/raw/drilldown_20260808T065602Z.jsonl", + "sha256": "fa4033841b2d0596c227b0baacfc666086d41bdcceb9173da9e3c9e699f1f378", + "load": { + "read": 48, + "selected": 32, + "zero_excluded": 1, + "above_cap_excluded": 15 + } + }, + "right": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl", + "sha256": "99b9abcea27603515d0f82594b42e6d39ef0dd7dd77088a1c7fe69953657e212", + "load": { + "read": 35, + "selected": 28, + "zero_excluded": 0, + "above_cap_excluded": 7 + } + }, + "left_cost": { + "path": "quotes/clickhouse-cloud/costs/out_t2/matched/databricks_serverless_20260918/drilldown.json", + "sha256": "68a5251de2a7b6eb10159e1f8ae3c408fe85688f0aaeb426fc26f89744b92b59" + }, + "right_cost": { + "path": "quotes/databricks/costs/out/serverless_20260918/drilldown.json", + "sha256": "5e4fc9486014073da6609effbf4eb0081fb1e4347d226379397a28bfe58d2484" + } + }, + "reports": { + "left_q1": { + "observations": 32, + "median_sec": 0.83, + "maximum_sec": 1.18 + }, + "right_q1": { + "observations": 28, + "median_sec": 17.197, + "maximum_sec": 56.901 + }, + "left_q2": { + "observations": 32, + "median_sec": 0.5965, + "maximum_sec": 0.843 + }, + "right_q2": { + "observations": 28, + "median_sec": 13.0215, + "maximum_sec": 42.73 + } + }, + "matched_totals_ratios": { + "runtime_ratio": 24.590918956461344, + "cost_ratio": 43.00266182849516 + }, + "outputs": { + "png": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks_wide.png", + "svg": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks_wide.svg", + "csv": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/drilldown_query_latency_clickhouse_vs_databricks_wide_data.csv" + }, + "databricks_contract": { + "runtime_source": "provider Query History total duration, compilation included, fetch excluded", + "raw_rows_source": "producer durability progress", + "cost_window": "189 dashboard / 32 drilldown accepted samples through their workload-specific H", + "plot_window": "own original timelines through 100B; plotted window differs from accumulated cost window", + "result_cache": "disabled; compact source evidence validated before cost generation", + "warehouse": "Serverless SQL X-Small, one cluster, eu-west-1", + "cost_model": "normalized runtime times public list compute rate" + } +} diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks.png b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks.png new file mode 100644 index 0000000..58113b0 Binary files /dev/null and b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks.png differ diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks.svg b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks.svg new file mode 100644 index 0000000..f58dec5 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks.svg @@ -0,0 +1,1235 @@ + + + + + + + + 2026-09-22T16:28:12.569501 + image/svg+xml + + + Matplotlib v3.10.9, https://matplotlib.org/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks_data.csv b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks_data.csv new file mode 100644 index 0000000..211297a --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks_data.csv @@ -0,0 +1,3 @@ +label,runtime_sec,query_cost,fresh_path_cost,total_cost,cost_runtime_product,relative_to_clickhouse,displayed_fresh_path_cost_usd,displayed_total_cost_usd,displayed_cost_runtime_product,cost_complete,displayed_relative_to_clickhouse +ClickHouse,56.385999999999996,0.0489,28.68705,28.73595,1620.3052767,1.0,28.68705,28.73595,1620.3052767,True,1.0 +Databricks Serverless SQL,1746.166,2.6483517666666665,695.604750434355,698.2531022010216,1219265.8264579491,752.4914249129466,695.604750434355,698.2531022010216,1219265.8264579491,True,752.4914249129466 diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks_summary.json b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks_summary.json new file mode 100644 index 0000000..fa87d21 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks_summary.json @@ -0,0 +1,84 @@ +{ + "sources": { + "full_path": { + "path": "quotes/databricks/costs/out/serverless_20260918/full_path.json", + "sha256": "b62e33021a8a15aedeee53a714db561b227f7ff07db5f782213b95033c962b1f" + }, + "fresh_path": { + "path": "quotes/databricks/costs/out/serverless_20260918/fresh_data_path.json", + "sha256": "f0ce663e9eeda1b2b12f81ffd8d178d75049a38eac26d1b5ecb316e3b9625de1" + } + }, + "status": "complete", + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "missing_components": [], + "note": "Includes ingestion and maintenance.", + "caveats": [ + "Zerobus and MV refresh use signed, prorated DBUs at checked-in public list rates; no second allocation", + "Predictive Optimization uses ESTIMATED_DBU", + "Normalized query costs are separate; no invoice reconstruction" + ], + "rows": [ + { + "label": "ClickHouse", + "runtime_sec": 56.385999999999996, + "query_cost": 0.0489, + "fresh_path_cost": 28.68705, + "total_cost": 28.73595, + "cost_runtime_product": 1620.3052767, + "relative_to_clickhouse": 1.0, + "displayed_fresh_path_cost_usd": 28.68705, + "displayed_total_cost_usd": 28.73595, + "displayed_cost_runtime_product": 1620.3052767, + "cost_complete": true, + "displayed_relative_to_clickhouse": 1.0 + }, + { + "label": "Databricks Serverless SQL", + "runtime_sec": 1746.166, + "query_cost": 2.6483517666666665, + "fresh_path_cost": 695.604750434355, + "total_cost": 698.2531022010216, + "cost_runtime_product": 1219265.8264579491, + "relative_to_clickhouse": 752.4914249129466, + "displayed_fresh_path_cost_usd": 695.604750434355, + "displayed_total_cost_usd": 698.2531022010216, + "displayed_cost_runtime_product": 1219265.8264579491, + "cost_complete": true, + "displayed_relative_to_clickhouse": 752.4914249129466 + } + ], + "schema_version": 1, + "chart": "fresh_data_path_cost_clickhouse_vs_databricks", + "layout": { + "variant": "standard", + "data_and_math_unchanged": true + }, + "outputs": { + "png": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks.png", + "svg": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks.svg", + "csv": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks_data.csv" + } +} diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks_wide.png b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks_wide.png new file mode 100644 index 0000000..4d225e8 Binary files /dev/null and b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks_wide.png differ diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks_wide.svg b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks_wide.svg new file mode 100644 index 0000000..9f6830a --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks_wide.svg @@ -0,0 +1,1249 @@ + + + + + + + + 2026-09-22T16:28:13.338237 + image/svg+xml + + + Matplotlib v3.10.9, https://matplotlib.org/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks_wide_data.csv b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks_wide_data.csv new file mode 100644 index 0000000..211297a --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks_wide_data.csv @@ -0,0 +1,3 @@ +label,runtime_sec,query_cost,fresh_path_cost,total_cost,cost_runtime_product,relative_to_clickhouse,displayed_fresh_path_cost_usd,displayed_total_cost_usd,displayed_cost_runtime_product,cost_complete,displayed_relative_to_clickhouse +ClickHouse,56.385999999999996,0.0489,28.68705,28.73595,1620.3052767,1.0,28.68705,28.73595,1620.3052767,True,1.0 +Databricks Serverless SQL,1746.166,2.6483517666666665,695.604750434355,698.2531022010216,1219265.8264579491,752.4914249129466,695.604750434355,698.2531022010216,1219265.8264579491,True,752.4914249129466 diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks_wide_summary.json b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks_wide_summary.json new file mode 100644 index 0000000..ea432b5 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks_wide_summary.json @@ -0,0 +1,84 @@ +{ + "sources": { + "full_path": { + "path": "quotes/databricks/costs/out/serverless_20260918/full_path.json", + "sha256": "b62e33021a8a15aedeee53a714db561b227f7ff07db5f782213b95033c962b1f" + }, + "fresh_path": { + "path": "quotes/databricks/costs/out/serverless_20260918/fresh_data_path.json", + "sha256": "f0ce663e9eeda1b2b12f81ffd8d178d75049a38eac26d1b5ecb316e3b9625de1" + } + }, + "status": "complete", + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "missing_components": [], + "note": "Includes ingestion and maintenance.", + "caveats": [ + "Zerobus and MV refresh use signed, prorated DBUs at checked-in public list rates; no second allocation", + "Predictive Optimization uses ESTIMATED_DBU", + "Normalized query costs are separate; no invoice reconstruction" + ], + "rows": [ + { + "label": "ClickHouse", + "runtime_sec": 56.385999999999996, + "query_cost": 0.0489, + "fresh_path_cost": 28.68705, + "total_cost": 28.73595, + "cost_runtime_product": 1620.3052767, + "relative_to_clickhouse": 1.0, + "displayed_fresh_path_cost_usd": 28.68705, + "displayed_total_cost_usd": 28.73595, + "displayed_cost_runtime_product": 1620.3052767, + "cost_complete": true, + "displayed_relative_to_clickhouse": 1.0 + }, + { + "label": "Databricks Serverless SQL", + "runtime_sec": 1746.166, + "query_cost": 2.6483517666666665, + "fresh_path_cost": 695.604750434355, + "total_cost": 698.2531022010216, + "cost_runtime_product": 1219265.8264579491, + "relative_to_clickhouse": 752.4914249129466, + "displayed_fresh_path_cost_usd": 695.604750434355, + "displayed_total_cost_usd": 698.2531022010216, + "displayed_cost_runtime_product": 1219265.8264579491, + "cost_complete": true, + "displayed_relative_to_clickhouse": 752.4914249129466 + } + ], + "schema_version": 1, + "chart": "fresh_data_path_cost_clickhouse_vs_databricks", + "layout": { + "variant": "wide", + "data_and_math_unchanged": true + }, + "outputs": { + "png": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks_wide.png", + "svg": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks_wide.svg", + "csv": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks_wide_data.csv" + } +} diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks.png b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks.png new file mode 100644 index 0000000..1da1a92 Binary files /dev/null and b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks.png differ diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks.svg b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks.svg new file mode 100644 index 0000000..7a651a2 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks.svg @@ -0,0 +1,1370 @@ + + + + + + + + 2026-09-22T16:28:12.649774 + image/svg+xml + + + Matplotlib v3.10.9, https://matplotlib.org/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks_data.csv b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks_data.csv new file mode 100644 index 0000000..211297a --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks_data.csv @@ -0,0 +1,3 @@ +label,runtime_sec,query_cost,fresh_path_cost,total_cost,cost_runtime_product,relative_to_clickhouse,displayed_fresh_path_cost_usd,displayed_total_cost_usd,displayed_cost_runtime_product,cost_complete,displayed_relative_to_clickhouse +ClickHouse,56.385999999999996,0.0489,28.68705,28.73595,1620.3052767,1.0,28.68705,28.73595,1620.3052767,True,1.0 +Databricks Serverless SQL,1746.166,2.6483517666666665,695.604750434355,698.2531022010216,1219265.8264579491,752.4914249129466,695.604750434355,698.2531022010216,1219265.8264579491,True,752.4914249129466 diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks_summary.json b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks_summary.json new file mode 100644 index 0000000..68fed24 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks_summary.json @@ -0,0 +1,84 @@ +{ + "sources": { + "full_path": { + "path": "quotes/databricks/costs/out/serverless_20260918/full_path.json", + "sha256": "b62e33021a8a15aedeee53a714db561b227f7ff07db5f782213b95033c962b1f" + }, + "fresh_path": { + "path": "quotes/databricks/costs/out/serverless_20260918/fresh_data_path.json", + "sha256": "f0ce663e9eeda1b2b12f81ffd8d178d75049a38eac26d1b5ecb316e3b9625de1" + } + }, + "status": "complete", + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "missing_components": [], + "note": "Includes ingestion, maintenance and matched query cost.", + "caveats": [ + "Zerobus and MV refresh use signed, prorated DBUs at checked-in public list rates; no second allocation", + "Predictive Optimization uses ESTIMATED_DBU", + "Normalized query costs are separate; no invoice reconstruction" + ], + "rows": [ + { + "label": "ClickHouse", + "runtime_sec": 56.385999999999996, + "query_cost": 0.0489, + "fresh_path_cost": 28.68705, + "total_cost": 28.73595, + "cost_runtime_product": 1620.3052767, + "relative_to_clickhouse": 1.0, + "displayed_fresh_path_cost_usd": 28.68705, + "displayed_total_cost_usd": 28.73595, + "displayed_cost_runtime_product": 1620.3052767, + "cost_complete": true, + "displayed_relative_to_clickhouse": 1.0 + }, + { + "label": "Databricks Serverless SQL", + "runtime_sec": 1746.166, + "query_cost": 2.6483517666666665, + "fresh_path_cost": 695.604750434355, + "total_cost": 698.2531022010216, + "cost_runtime_product": 1219265.8264579491, + "relative_to_clickhouse": 752.4914249129466, + "displayed_fresh_path_cost_usd": 695.604750434355, + "displayed_total_cost_usd": 698.2531022010216, + "displayed_cost_runtime_product": 1219265.8264579491, + "cost_complete": true, + "displayed_relative_to_clickhouse": 752.4914249129466 + } + ], + "schema_version": 1, + "chart": "full_path_cost_performance_clickhouse_vs_databricks", + "layout": { + "variant": "standard", + "data_and_math_unchanged": true + }, + "outputs": { + "png": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks.png", + "svg": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks.svg", + "csv": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks_data.csv" + } +} diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks_wide.png b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks_wide.png new file mode 100644 index 0000000..e71efac Binary files /dev/null and b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks_wide.png differ diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks_wide.svg b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks_wide.svg new file mode 100644 index 0000000..3deceb4 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks_wide.svg @@ -0,0 +1,1384 @@ + + + + + + + + 2026-09-22T16:28:13.453772 + image/svg+xml + + + Matplotlib v3.10.9, https://matplotlib.org/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks_wide_data.csv b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks_wide_data.csv new file mode 100644 index 0000000..211297a --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks_wide_data.csv @@ -0,0 +1,3 @@ +label,runtime_sec,query_cost,fresh_path_cost,total_cost,cost_runtime_product,relative_to_clickhouse,displayed_fresh_path_cost_usd,displayed_total_cost_usd,displayed_cost_runtime_product,cost_complete,displayed_relative_to_clickhouse +ClickHouse,56.385999999999996,0.0489,28.68705,28.73595,1620.3052767,1.0,28.68705,28.73595,1620.3052767,True,1.0 +Databricks Serverless SQL,1746.166,2.6483517666666665,695.604750434355,698.2531022010216,1219265.8264579491,752.4914249129466,695.604750434355,698.2531022010216,1219265.8264579491,True,752.4914249129466 diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks_wide_summary.json b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks_wide_summary.json new file mode 100644 index 0000000..6fd3bdd --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks_wide_summary.json @@ -0,0 +1,84 @@ +{ + "sources": { + "full_path": { + "path": "quotes/databricks/costs/out/serverless_20260918/full_path.json", + "sha256": "b62e33021a8a15aedeee53a714db561b227f7ff07db5f782213b95033c962b1f" + }, + "fresh_path": { + "path": "quotes/databricks/costs/out/serverless_20260918/fresh_data_path.json", + "sha256": "f0ce663e9eeda1b2b12f81ffd8d178d75049a38eac26d1b5ecb316e3b9625de1" + } + }, + "status": "complete", + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "missing_components": [], + "note": "Includes ingestion, maintenance and matched query cost.", + "caveats": [ + "Zerobus and MV refresh use signed, prorated DBUs at checked-in public list rates; no second allocation", + "Predictive Optimization uses ESTIMATED_DBU", + "Normalized query costs are separate; no invoice reconstruction" + ], + "rows": [ + { + "label": "ClickHouse", + "runtime_sec": 56.385999999999996, + "query_cost": 0.0489, + "fresh_path_cost": 28.68705, + "total_cost": 28.73595, + "cost_runtime_product": 1620.3052767, + "relative_to_clickhouse": 1.0, + "displayed_fresh_path_cost_usd": 28.68705, + "displayed_total_cost_usd": 28.73595, + "displayed_cost_runtime_product": 1620.3052767, + "cost_complete": true, + "displayed_relative_to_clickhouse": 1.0 + }, + { + "label": "Databricks Serverless SQL", + "runtime_sec": 1746.166, + "query_cost": 2.6483517666666665, + "fresh_path_cost": 695.604750434355, + "total_cost": 698.2531022010216, + "cost_runtime_product": 1219265.8264579491, + "relative_to_clickhouse": 752.4914249129466, + "displayed_fresh_path_cost_usd": 695.604750434355, + "displayed_total_cost_usd": 698.2531022010216, + "displayed_cost_runtime_product": 1219265.8264579491, + "cost_complete": true, + "displayed_relative_to_clickhouse": 752.4914249129466 + } + ], + "schema_version": 1, + "chart": "full_path_cost_performance_clickhouse_vs_databricks", + "layout": { + "variant": "wide", + "data_and_math_unchanged": true + }, + "outputs": { + "png": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks_wide.png", + "svg": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks_wide.svg", + "csv": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks_wide_data.csv" + } +} diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks.png b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks.png new file mode 100644 index 0000000..9a6286c Binary files /dev/null and b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks.png differ diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks.svg b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks.svg new file mode 100644 index 0000000..41cb8ee --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks.svg @@ -0,0 +1,1817 @@ + + + + + + + + 2026-09-22T16:28:12.862900 + image/svg+xml + + + Matplotlib v3.10.9, https://matplotlib.org/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks_data.csv b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks_data.csv new file mode 100644 index 0000000..211297a --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks_data.csv @@ -0,0 +1,3 @@ +label,runtime_sec,query_cost,fresh_path_cost,total_cost,cost_runtime_product,relative_to_clickhouse,displayed_fresh_path_cost_usd,displayed_total_cost_usd,displayed_cost_runtime_product,cost_complete,displayed_relative_to_clickhouse +ClickHouse,56.385999999999996,0.0489,28.68705,28.73595,1620.3052767,1.0,28.68705,28.73595,1620.3052767,True,1.0 +Databricks Serverless SQL,1746.166,2.6483517666666665,695.604750434355,698.2531022010216,1219265.8264579491,752.4914249129466,695.604750434355,698.2531022010216,1219265.8264579491,True,752.4914249129466 diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks_summary.json b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks_summary.json new file mode 100644 index 0000000..f9e438a --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks_summary.json @@ -0,0 +1,84 @@ +{ + "sources": { + "full_path": { + "path": "quotes/databricks/costs/out/serverless_20260918/full_path.json", + "sha256": "b62e33021a8a15aedeee53a714db561b227f7ff07db5f782213b95033c962b1f" + }, + "fresh_path": { + "path": "quotes/databricks/costs/out/serverless_20260918/fresh_data_path.json", + "sha256": "f0ce663e9eeda1b2b12f81ffd8d178d75049a38eac26d1b5ecb316e3b9625de1" + } + }, + "status": "complete", + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "missing_components": [], + "note": "Includes ingestion, maintenance and matched query cost.", + "caveats": [ + "Zerobus and MV refresh use signed, prorated DBUs at checked-in public list rates; no second allocation", + "Predictive Optimization uses ESTIMATED_DBU", + "Normalized query costs are separate; no invoice reconstruction" + ], + "rows": [ + { + "label": "ClickHouse", + "runtime_sec": 56.385999999999996, + "query_cost": 0.0489, + "fresh_path_cost": 28.68705, + "total_cost": 28.73595, + "cost_runtime_product": 1620.3052767, + "relative_to_clickhouse": 1.0, + "displayed_fresh_path_cost_usd": 28.68705, + "displayed_total_cost_usd": 28.73595, + "displayed_cost_runtime_product": 1620.3052767, + "cost_complete": true, + "displayed_relative_to_clickhouse": 1.0 + }, + { + "label": "Databricks Serverless SQL", + "runtime_sec": 1746.166, + "query_cost": 2.6483517666666665, + "fresh_path_cost": 695.604750434355, + "total_cost": 698.2531022010216, + "cost_runtime_product": 1219265.8264579491, + "relative_to_clickhouse": 752.4914249129466, + "displayed_fresh_path_cost_usd": 695.604750434355, + "displayed_total_cost_usd": 698.2531022010216, + "displayed_cost_runtime_product": 1219265.8264579491, + "cost_complete": true, + "displayed_relative_to_clickhouse": 752.4914249129466 + } + ], + "schema_version": 1, + "chart": "full_path_cost_vs_query_runtime_clickhouse_vs_databricks", + "layout": { + "variant": "standard", + "data_and_math_unchanged": true + }, + "outputs": { + "png": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks.png", + "svg": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks.svg", + "csv": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks_data.csv" + } +} diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks_wide.png b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks_wide.png new file mode 100644 index 0000000..7b73610 Binary files /dev/null and b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks_wide.png differ diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks_wide.svg b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks_wide.svg new file mode 100644 index 0000000..e430f98 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks_wide.svg @@ -0,0 +1,1831 @@ + + + + + + + + 2026-09-22T16:28:13.663536 + image/svg+xml + + + Matplotlib v3.10.9, https://matplotlib.org/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks_wide_data.csv b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks_wide_data.csv new file mode 100644 index 0000000..211297a --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks_wide_data.csv @@ -0,0 +1,3 @@ +label,runtime_sec,query_cost,fresh_path_cost,total_cost,cost_runtime_product,relative_to_clickhouse,displayed_fresh_path_cost_usd,displayed_total_cost_usd,displayed_cost_runtime_product,cost_complete,displayed_relative_to_clickhouse +ClickHouse,56.385999999999996,0.0489,28.68705,28.73595,1620.3052767,1.0,28.68705,28.73595,1620.3052767,True,1.0 +Databricks Serverless SQL,1746.166,2.6483517666666665,695.604750434355,698.2531022010216,1219265.8264579491,752.4914249129466,695.604750434355,698.2531022010216,1219265.8264579491,True,752.4914249129466 diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks_wide_summary.json b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks_wide_summary.json new file mode 100644 index 0000000..864a5d5 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks_wide_summary.json @@ -0,0 +1,84 @@ +{ + "sources": { + "full_path": { + "path": "quotes/databricks/costs/out/serverless_20260918/full_path.json", + "sha256": "b62e33021a8a15aedeee53a714db561b227f7ff07db5f782213b95033c962b1f" + }, + "fresh_path": { + "path": "quotes/databricks/costs/out/serverless_20260918/fresh_data_path.json", + "sha256": "f0ce663e9eeda1b2b12f81ffd8d178d75049a38eac26d1b5ecb316e3b9625de1" + } + }, + "status": "complete", + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "missing_components": [], + "note": "Includes ingestion, maintenance and matched query cost.", + "caveats": [ + "Zerobus and MV refresh use signed, prorated DBUs at checked-in public list rates; no second allocation", + "Predictive Optimization uses ESTIMATED_DBU", + "Normalized query costs are separate; no invoice reconstruction" + ], + "rows": [ + { + "label": "ClickHouse", + "runtime_sec": 56.385999999999996, + "query_cost": 0.0489, + "fresh_path_cost": 28.68705, + "total_cost": 28.73595, + "cost_runtime_product": 1620.3052767, + "relative_to_clickhouse": 1.0, + "displayed_fresh_path_cost_usd": 28.68705, + "displayed_total_cost_usd": 28.73595, + "displayed_cost_runtime_product": 1620.3052767, + "cost_complete": true, + "displayed_relative_to_clickhouse": 1.0 + }, + { + "label": "Databricks Serverless SQL", + "runtime_sec": 1746.166, + "query_cost": 2.6483517666666665, + "fresh_path_cost": 695.604750434355, + "total_cost": 698.2531022010216, + "cost_runtime_product": 1219265.8264579491, + "relative_to_clickhouse": 752.4914249129466, + "displayed_fresh_path_cost_usd": 695.604750434355, + "displayed_total_cost_usd": 698.2531022010216, + "displayed_cost_runtime_product": 1219265.8264579491, + "cost_complete": true, + "displayed_relative_to_clickhouse": 752.4914249129466 + } + ], + "schema_version": 1, + "chart": "full_path_cost_vs_query_runtime_clickhouse_vs_databricks", + "layout": { + "variant": "wide", + "data_and_math_unchanged": true + }, + "outputs": { + "png": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks_wide.png", + "svg": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks_wide.svg", + "csv": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks_wide_data.csv" + } +} diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/claims.csv b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/claims.csv new file mode 100644 index 0000000..573301b --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/claims.csv @@ -0,0 +1,1641 @@ +system,workload,iteration,raw_rows,query,seconds,source,phase +databricks,dashboard,1,48991024,1,2.31,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,1,48991024,2,0.843,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,1,48991024,3,0.445,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,1,48991024,4,0.441,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,2,649003190,1,0.994,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,2,649003190,2,0.375,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,2,649003190,3,0.531,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,2,649003190,4,1.414,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,3,1249020088,1,1.148,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,3,1249020088,2,0.387,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,3,1249020088,3,0.356,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,3,1249020088,4,0.372,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,4,1848994361,1,1.366,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,4,1848994361,2,0.345,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,4,1848994361,3,0.322,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,4,1848994361,4,0.79,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,5,2448987056,1,1.709,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,5,2448987056,2,0.354,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,5,2448987056,3,0.568,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,5,2448987056,4,0.833,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,6,3049016351,1,1.021,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,6,3049016351,2,0.373,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,6,3049016351,3,0.346,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,6,3049016351,4,1.131,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,7,3648905245,1,1.204,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,7,3648905245,2,0.354,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,7,3648905245,3,0.335,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,7,3648905245,4,0.62,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,8,4248886900,1,1.1,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,8,4248886900,2,1.119,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,8,4248886900,3,0.677,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,8,4248886900,4,0.494,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,9,4848983718,1,1.155,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,9,4848983718,2,0.44,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,9,4848983718,3,0.359,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,9,4848983718,4,0.852,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,10,5448871065,1,1.588,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,10,5448871065,2,0.378,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,10,5448871065,3,0.481,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,10,5448871065,4,0.388,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,11,6048972873,1,1.926,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,11,6048972873,2,0.402,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,11,6048972873,3,0.375,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,11,6048972873,4,0.424,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,12,6649003205,1,1.734,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,12,6649003205,2,0.401,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,12,6649003205,3,0.424,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,12,6649003205,4,0.439,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,13,7248988928,1,2.364,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,13,7248988928,2,0.461,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,13,7248988928,3,0.479,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,13,7248988928,4,0.476,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,14,7849051094,1,0.697,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,14,7849051094,2,0.401,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,14,7849051094,3,0.39,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,14,7849051094,4,0.46,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,15,8448855794,1,1.545,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,15,8448855794,2,0.783,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,15,8448855794,3,0.8,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,15,8448855794,4,1.06,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,16,9048929201,1,1.549,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,16,9048929201,2,0.462,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,16,9048929201,3,0.385,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,16,9048929201,4,0.525,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,17,9648968625,1,1.321,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,17,9648968625,2,0.393,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,17,9648968625,3,0.415,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,17,9648968625,4,0.433,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,18,10248903114,1,0.75,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,18,10248903114,2,0.396,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,18,10248903114,3,0.379,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,18,10248903114,4,0.967,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,19,10848950992,1,0.75,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,19,10848950992,2,0.566,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,19,10848950992,3,0.466,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,19,10848950992,4,0.878,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,20,11448893976,1,1.513,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,20,11448893976,2,0.735,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,20,11448893976,3,0.742,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,20,11448893976,4,1.331,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,21,12048592301,1,0.88,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,21,12048592301,2,0.788,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,21,12048592301,3,0.373,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,21,12048592301,4,0.416,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,22,12649009868,1,1.025,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,22,12649009868,2,0.436,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,22,12649009868,3,0.398,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,22,12649009868,4,0.445,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,23,13249019508,1,0.919,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,23,13249019508,2,0.684,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,23,13249019508,3,0.671,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,23,13249019508,4,0.725,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,24,13848898093,1,0.77,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,24,13848898093,2,0.386,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,24,13848898093,3,0.393,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,24,13848898093,4,0.411,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,25,14448885812,1,1.075,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,25,14448885812,2,0.769,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,25,14448885812,3,0.806,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,25,14448885812,4,0.823,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,26,15048867160,1,0.992,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,26,15048867160,2,0.443,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,26,15048867160,3,0.42,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,26,15048867160,4,0.442,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,27,15648997618,1,1.222,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,27,15648997618,2,0.456,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,27,15648997618,3,0.422,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,27,15648997618,4,0.732,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,28,16249004090,1,0.813,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,28,16249004090,2,0.475,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,28,16249004090,3,0.395,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,28,16249004090,4,0.432,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,29,16849004649,1,0.709,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,29,16849004649,2,0.418,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,29,16849004649,3,0.393,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,29,16849004649,4,0.423,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,30,17448992007,1,0.732,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,30,17448992007,2,0.414,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,30,17448992007,3,0.479,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,30,17448992007,4,0.455,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,31,18048883403,1,1.944,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,31,18048883403,2,0.46,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,31,18048883403,3,0.427,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,31,18048883403,4,0.509,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,32,18648733933,1,1.206,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,32,18648733933,2,0.413,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,32,18648733933,3,0.434,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,32,18648733933,4,0.443,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,33,19248986594,1,0.658,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,33,19248986594,2,0.443,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,33,19248986594,3,0.399,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,33,19248986594,4,0.411,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,34,19848956047,1,0.673,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,34,19848956047,2,0.412,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,34,19848956047,3,0.395,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,34,19848956047,4,0.468,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,35,20448891140,1,0.962,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,35,20448891140,2,0.627,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,35,20448891140,3,0.382,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,35,20448891140,4,0.452,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,36,21048956022,1,0.628,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,36,21048956022,2,0.656,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,36,21048956022,3,0.65,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,36,21048956022,4,0.471,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,37,21648927817,1,1.016,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,37,21648927817,2,0.608,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,37,21648927817,3,0.747,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,37,21648927817,4,0.7,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,38,22249043246,1,1.228,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,38,22249043246,2,0.467,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,38,22249043246,3,0.733,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,38,22249043246,4,0.447,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,39,22848929920,1,1.061,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,39,22848929920,2,0.682,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,39,22848929920,3,0.494,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,39,22848929920,4,0.481,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,40,23448953518,1,1.855,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,40,23448953518,2,0.652,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,40,23448953518,3,0.854,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,40,23448953518,4,0.926,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,41,24048909415,1,0.899,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,41,24048909415,2,0.654,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,41,24048909415,3,0.669,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,41,24048909415,4,0.762,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,42,24648973497,1,0.738,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,42,24648973497,2,0.392,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,42,24648973497,3,0.38,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,42,24648973497,4,0.434,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,43,25248924027,1,0.939,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,43,25248924027,2,0.705,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,43,25248924027,3,0.84,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,43,25248924027,4,0.797,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,44,25848959896,1,0.964,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,44,25848959896,2,0.643,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,44,25848959896,3,0.728,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,44,25848959896,4,0.704,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,45,26448943724,1,1.038,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,45,26448943724,2,1.037,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,45,26448943724,3,0.73,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,45,26448943724,4,0.796,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,46,27048899731,1,0.744,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,46,27048899731,2,0.428,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,46,27048899731,3,0.411,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,46,27048899731,4,0.446,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,47,27648937048,1,0.82,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,47,27648937048,2,0.471,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,47,27648937048,3,0.436,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,47,27648937048,4,0.469,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,48,28248919345,1,1.052,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,48,28248919345,2,0.68,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,48,28248919345,3,0.798,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,48,28248919345,4,0.824,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,49,28848912329,1,0.871,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,49,28848912329,2,0.669,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,49,28848912329,3,0.555,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,49,28848912329,4,0.585,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,50,29448915472,1,0.695,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,50,29448915472,2,0.412,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,50,29448915472,3,0.514,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,50,29448915472,4,0.456,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,51,30048967566,1,0.686,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,51,30048967566,2,0.429,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,51,30048967566,3,0.391,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,51,30048967566,4,0.451,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,52,30648879647,1,0.79,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,52,30648879647,2,0.467,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,52,30648879647,3,0.385,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,52,30648879647,4,0.449,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,53,31248858731,1,0.883,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,53,31248858731,2,0.434,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,53,31248858731,3,0.414,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,53,31248858731,4,0.836,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,54,31849001715,1,0.705,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,54,31849001715,2,0.419,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,54,31849001715,3,0.448,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,54,31849001715,4,0.492,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,55,32448900387,1,0.668,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,55,32448900387,2,0.542,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,55,32448900387,3,0.531,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,55,32448900387,4,0.472,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,56,33049038056,1,0.727,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,56,33049038056,2,0.419,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,56,33049038056,3,0.413,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,56,33049038056,4,0.474,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,57,33649000287,1,0.692,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,57,33649000287,2,0.456,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,57,33649000287,3,0.406,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,57,33649000287,4,0.444,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,58,34248943675,1,1.463,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,58,34248943675,2,0.479,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,58,34248943675,3,0.413,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,58,34248943675,4,0.418,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,59,34848935288,1,0.79,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,59,34848935288,2,0.44,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,59,34848935288,3,0.44,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,59,34848935288,4,0.456,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,60,35448936836,1,0.727,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,60,35448936836,2,0.42,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,60,35448936836,3,0.425,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,60,35448936836,4,0.601,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,61,36049010227,1,0.958,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,61,36049010227,2,0.83,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,61,36049010227,3,0.976,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,61,36049010227,4,1.968,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,62,36648957386,1,1.913,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,62,36648957386,2,0.892,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,62,36648957386,3,0.394,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,62,36648957386,4,0.534,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,63,37249049007,1,0.914,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,63,37249049007,2,0.47,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,63,37249049007,3,0.391,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,63,37249049007,4,0.47,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,64,37848989380,1,1.044,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,64,37848989380,2,0.697,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,64,37848989380,3,0.788,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,64,37848989380,4,0.789,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,65,38448981241,1,1.113,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,65,38448981241,2,0.72,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,65,38448981241,3,0.78,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,65,38448981241,4,0.828,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,66,39048929732,1,1.356,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,66,39048929732,2,0.67,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,66,39048929732,3,0.751,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,66,39048929732,4,0.734,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,67,39648991503,1,1.026,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,67,39648991503,2,0.88,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,67,39648991503,3,0.897,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,67,39648991503,4,0.786,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,68,40248892033,1,0.698,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,68,40248892033,2,0.48,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,68,40248892033,3,0.414,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,68,40248892033,4,0.429,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,69,40848840757,1,1.777,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,69,40848840757,2,0.727,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,69,40848840757,3,0.778,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,69,40848840757,4,0.824,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,70,41448952314,1,1.057,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,70,41448952314,2,0.733,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,70,41448952314,3,0.872,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,70,41448952314,4,0.79,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,71,42048902844,1,0.982,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,71,42048902844,2,0.728,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,71,42048902844,3,0.82,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,71,42048902844,4,0.787,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,72,42649050693,1,0.974,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,72,42649050693,2,0.683,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,72,42649050693,3,0.762,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,72,42649050693,4,0.803,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,73,43248955264,1,1.619,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,73,43248955264,2,0.5,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,73,43248955264,3,0.497,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,73,43248955264,4,0.502,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,74,43849004793,1,1.099,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,74,43849004793,2,0.693,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,74,43849004793,3,0.809,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,74,43849004793,4,0.805,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,75,44448870942,1,0.767,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,75,44448870942,2,0.43,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,75,44448870942,3,0.418,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,75,44448870942,4,0.449,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,76,45048902478,1,1.079,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,76,45048902478,2,0.681,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,76,45048902478,3,0.775,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,76,45048902478,4,0.815,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,77,45648983692,1,0.682,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,77,45648983692,2,0.402,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,77,45648983692,3,0.394,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,77,45648983692,4,0.414,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,78,46248965040,1,1.036,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,78,46248965040,2,0.686,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,78,46248965040,3,0.807,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,78,46248965040,4,0.837,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,79,46848958026,1,0.807,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,79,46848958026,2,0.506,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,79,46848958026,3,0.558,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,79,46848958026,4,0.664,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,80,47448953256,1,1.085,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,80,47448953256,2,0.728,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,80,47448953256,3,0.848,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,80,47448953256,4,0.885,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,81,48048969904,1,0.811,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,81,48048969904,2,0.445,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,81,48048969904,3,0.458,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,81,48048969904,4,0.492,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,82,48648841029,1,0.989,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,82,48648841029,2,0.743,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,82,48648841029,3,0.782,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,82,48648841029,4,0.853,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,83,49249000673,1,0.759,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,83,49249000673,2,0.482,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,83,49249000673,3,0.414,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,83,49249000673,4,0.445,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,84,49848932021,1,0.986,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,84,49848932021,2,0.765,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,84,49848932021,3,0.789,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,84,49848932021,4,0.832,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,85,50448920743,1,0.885,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,85,50448920743,2,0.484,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,85,50448920743,3,0.482,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,85,50448920743,4,0.599,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,86,51048965322,1,1.089,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,86,51048965322,2,0.705,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,86,51048965322,3,0.782,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,86,51048965322,4,0.81,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,87,51648867376,1,1.037,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,87,51648867376,2,0.762,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,87,51648867376,3,0.785,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,87,51648867376,4,0.867,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,88,52248886297,1,1.005,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,88,52248886297,2,0.807,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,88,52248886297,3,0.818,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,88,52248886297,4,0.852,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,89,52848929281,1,0.892,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,89,52848929281,2,0.637,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,89,52848929281,3,0.769,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,89,52848929281,4,0.794,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,90,53448968592,1,0.976,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,90,53448968592,2,0.691,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,90,53448968592,3,0.797,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,90,53448968592,4,0.939,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,91,54048999698,1,1.015,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,91,54048999698,2,0.877,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,91,54048999698,3,0.903,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,91,54048999698,4,0.987,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,92,54648912657,1,1.407,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,92,54648912657,2,0.736,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,92,54648912657,3,0.859,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,92,54648912657,4,0.877,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,93,55248932131,1,0.959,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,93,55248932131,2,0.764,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,93,55248932131,3,0.807,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,93,55248932131,4,1.611,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,94,55849013665,1,0.955,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,94,55849013665,2,0.688,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,94,55849013665,3,0.786,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,94,55849013665,4,0.818,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,95,56448925831,1,0.943,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,95,56448925831,2,0.686,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,95,56448925831,3,0.825,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,95,56448925831,4,0.877,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,96,57048862217,1,1.072,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,96,57048862217,2,0.784,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,96,57048862217,3,0.797,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,96,57048862217,4,0.869,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,97,57648963051,1,0.984,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,97,57648963051,2,0.773,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,97,57648963051,3,0.872,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,97,57648963051,4,0.894,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,98,58249004920,1,1.055,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,98,58249004920,2,0.763,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,98,58249004920,3,0.881,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,98,58249004920,4,0.823,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,99,58848886186,1,0.71,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,99,58848886186,2,0.412,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,99,58848886186,3,0.391,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,99,58848886186,4,0.416,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,100,59449032571,1,0.97,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,100,59449032571,2,0.722,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,100,59449032571,3,0.799,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,100,59449032571,4,0.831,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,101,60048974387,1,0.91,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,101,60048974387,2,0.73,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,101,60048974387,3,0.762,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,101,60048974387,4,0.731,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,102,60649047005,1,0.986,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,102,60649047005,2,0.411,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,102,60649047005,3,0.366,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,102,60649047005,4,0.402,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,103,61248997535,1,1.051,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,103,61248997535,2,0.866,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,103,61248997535,3,1.155,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,103,61248997535,4,0.906,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,104,61848979545,1,0.971,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,104,61848979545,2,0.414,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,104,61848979545,3,0.389,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,104,61848979545,4,0.455,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,105,62448827582,1,0.969,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,105,62448827582,2,0.701,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,105,62448827582,3,0.78,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,105,62448827582,4,0.839,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,106,63048951008,1,0.674,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,106,63048951008,2,0.442,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,106,63048951008,3,0.414,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,106,63048951008,4,0.419,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,107,63648915373,1,0.985,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,107,63648915373,2,0.757,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,107,63648915373,3,0.817,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,107,63648915373,4,0.787,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,108,64248934893,1,0.985,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,108,64248934893,2,0.549,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,108,64248934893,3,0.427,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,108,64248934893,4,0.468,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,109,64848931181,1,0.826,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,109,64848931181,2,0.49,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,109,64848931181,3,0.448,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,109,64848931181,4,0.887,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,110,65448990060,1,0.986,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,110,65448990060,2,0.69,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,110,65448990060,3,0.775,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,110,65448990060,4,0.836,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,111,66048942260,1,0.729,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,111,66048942260,2,0.417,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,111,66048942260,3,0.403,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,111,66048942260,4,0.58,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,112,66648970121,1,1.046,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,112,66648970121,2,0.725,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,112,66648970121,3,0.702,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,112,66648970121,4,1.108,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,113,67248947921,1,0.732,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,113,67248947921,2,0.451,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,113,67248947921,3,0.419,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,113,67248947921,4,0.424,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,114,67848865391,1,1.098,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,114,67848865391,2,0.766,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,114,67848865391,3,0.846,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,114,67848865391,4,0.844,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,115,68448901225,1,1.172,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,115,68448901225,2,0.897,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,115,68448901225,3,1.002,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,115,68448901225,4,1.43,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,116,69049033856,1,1.061,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,116,69049033856,2,0.735,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,116,69049033856,3,0.827,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,116,69049033856,4,0.872,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,117,69648898887,1,1.345,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,117,69648898887,2,0.725,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,117,69648898887,3,0.836,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,117,69648898887,4,0.876,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,118,70248972689,1,1.005,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,118,70248972689,2,0.802,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,118,70248972689,3,0.854,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,118,70248972689,4,0.857,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,119,70848944994,1,2.311,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,119,70848944994,2,1.138,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,119,70848944994,3,0.869,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,119,70848944994,4,1.774,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,120,71448876924,1,1.044,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,120,71448876924,2,0.785,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,120,71448876924,3,0.882,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,120,71448876924,4,0.856,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,121,72048872763,1,1.082,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,121,72048872763,2,0.792,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,121,72048872763,3,1.005,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,121,72048872763,4,1.094,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,122,72648823293,1,1.413,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,122,72648823293,2,0.767,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,122,72648823293,3,0.853,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,122,72648823293,4,0.914,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,123,73248951843,1,0.981,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,123,73248951843,2,0.739,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,123,73248951843,3,0.823,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,123,73248951843,4,0.903,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,124,73848850795,1,0.95,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,124,73848850795,2,0.743,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,124,73848850795,3,0.806,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,124,73848850795,4,0.844,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,125,74448988124,1,0.952,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,125,74448988124,2,0.736,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,125,74448988124,3,0.749,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,125,74448988124,4,0.831,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,126,75048980211,1,1.445,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,126,75048980211,2,0.72,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,126,75048980211,3,0.841,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,126,75048980211,4,0.753,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,127,75648919105,1,0.975,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,127,75648919105,2,0.805,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,127,75648919105,3,0.894,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,127,75648919105,4,0.907,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,128,76248881396,1,0.991,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,128,76248881396,2,0.795,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,128,76248881396,3,0.822,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,128,76248881396,4,0.837,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,129,76848823691,1,1.051,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,129,76848823691,2,0.75,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,129,76848823691,3,0.799,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,129,76848823691,4,0.841,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,130,77448864325,1,0.968,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,130,77448864325,2,0.718,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,130,77448864325,3,0.839,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,130,77448864325,4,0.8,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,131,78048857309,1,0.966,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,131,78048857309,2,0.712,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,131,78048857309,3,0.742,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,131,78048857309,4,0.822,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,132,78648963825,1,1.115,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,132,78648963825,2,0.749,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,132,78648963825,3,0.824,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,132,78648963825,4,0.877,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,133,79248916498,1,0.998,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,133,79248916498,2,0.849,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,133,79248916498,3,0.907,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,133,79248916498,4,0.867,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,134,79848963748,1,0.677,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,134,79848963748,2,0.426,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,134,79848963748,3,0.433,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,134,79848963748,4,0.481,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,135,80448989098,1,0.899,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,135,80448989098,2,0.682,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,135,80448989098,3,0.747,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,135,80448989098,4,0.807,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,136,81048989103,1,0.683,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,136,81048989103,2,0.411,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,136,81048989103,3,0.427,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,136,81048989103,4,0.425,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,137,81648805878,1,0.946,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,137,81648805878,2,0.726,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,137,81648805878,3,0.768,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,137,81648805878,4,0.802,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,138,82248892830,1,1.019,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,138,82248892830,2,0.696,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,138,82248892830,3,1.289,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,138,82248892830,4,0.491,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,139,82848947450,1,0.753,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,139,82848947450,2,0.498,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,139,82848947450,3,0.974,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,139,82848947450,4,0.954,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,140,83448864291,1,1.125,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,140,83448864291,2,0.739,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,140,83448864291,3,0.792,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,140,83448864291,4,0.949,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,141,84048946267,1,0.738,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,141,84048946267,2,0.493,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,141,84048946267,3,0.449,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,141,84048946267,4,0.468,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,142,84648911334,1,5.299,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,142,84648911334,2,1.07,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,142,84648911334,3,1.078,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,142,84648911334,4,1.051,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,143,85248832558,1,1.931,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,143,85248832558,2,0.551,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,143,85248832558,3,0.477,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,143,85248832558,4,0.486,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,144,85848983088,1,2.117,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,144,85848983088,2,0.812,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,144,85848983088,3,1.259,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,144,85848983088,4,1.318,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,145,86448998070,1,1.745,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,145,86448998070,2,0.577,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,145,86448998070,3,0.53,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,145,86448998070,4,0.794,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,146,87048970508,1,1.925,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,146,87048970508,2,0.834,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,146,87048970508,3,1.442,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,146,87048970508,4,0.865,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,147,87648993949,1,2.208,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,147,87648993949,2,0.757,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,147,87648993949,3,0.797,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,147,87648993949,4,0.992,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,148,88248973865,1,2.256,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,148,88248973865,2,1.094,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,148,88248973865,3,1.054,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,148,88248973865,4,1.144,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,149,88848942984,1,1.949,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,149,88848942984,2,0.853,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,149,88848942984,3,0.861,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,149,88848942984,4,1.275,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,150,89448824332,1,1.291,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,150,89448824332,2,1.071,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,150,89448824332,3,0.829,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,150,89448824332,4,1.319,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,151,90048962182,1,1.43,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,151,90048962182,2,0.807,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,151,90048962182,3,1.032,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,151,90048962182,4,1.01,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,152,90648973338,1,1.873,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,152,90648973338,2,0.813,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,152,90648973338,3,0.833,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,152,90648973338,4,0.853,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,153,91248923008,1,1.106,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,153,91248923008,2,0.639,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,153,91248923008,3,0.461,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,153,91248923008,4,0.476,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,154,91848815062,1,1.378,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,154,91848815062,2,0.808,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,154,91848815062,3,0.908,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,154,91848815062,4,0.914,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,155,92448977228,1,1.219,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,155,92448977228,2,0.819,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,155,92448977228,3,0.857,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,155,92448977228,4,0.975,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,156,93048998642,1,1.24,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,156,93048998642,2,0.446,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,156,93048998642,3,0.529,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,156,93048998642,4,0.537,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,157,93648850827,1,1.329,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,157,93648850827,2,0.793,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,157,93648850827,3,0.954,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,157,93648850827,4,0.987,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,158,94248956784,1,1.614,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,158,94248956784,2,0.803,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,158,94248956784,3,0.884,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,158,94248956784,4,1.397,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,159,94848829249,1,1.907,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,159,94848829249,2,0.763,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,159,94848829249,3,0.916,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,159,94848829249,4,1.187,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,160,95448942204,1,1.608,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,160,95448942204,2,0.772,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,160,95448942204,3,0.828,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,160,95448942204,4,0.845,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,161,96048966006,1,1.479,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,161,96048966006,2,0.811,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,161,96048966006,3,0.845,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,161,96048966006,4,0.908,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,162,96648893321,1,0.98,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,162,96648893321,2,0.729,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,162,96648893321,3,0.812,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,162,96648893321,4,1.651,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,163,97248931018,1,1.229,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,163,97248931018,2,0.774,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,163,97248931018,3,0.924,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,163,97248931018,4,0.876,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,164,97848875579,1,1.48,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,164,97848875579,2,0.451,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,164,97848875579,3,0.578,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,164,97848875579,4,0.447,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,165,98448826106,1,1.827,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,165,98448826106,2,0.857,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,165,98448826106,3,0.941,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,165,98448826106,4,0.988,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,166,99048919090,1,1.274,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,166,99048919090,2,0.828,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,166,99048919090,3,0.824,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,166,99048919090,4,1.01,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,167,99648972815,1,0.724,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,167,99648972815,2,0.474,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,167,99648972815,3,0.458,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,167,99648972815,4,0.451,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,168,100248976245,1,1.821,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,168,100248976245,2,0.697,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,168,100248976245,3,0.789,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,168,100248976245,4,0.86,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,169,100848836377,1,1.006,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,169,100848836377,2,1.108,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,169,100848836377,3,0.557,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,169,100848836377,4,0.52,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,170,101448810960,1,1.763,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,170,101448810960,2,0.8,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,170,101448810960,3,0.808,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,170,101448810960,4,0.818,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,171,102048955827,1,1.273,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,171,102048955827,2,0.462,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,171,102048955827,3,0.409,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,171,102048955827,4,0.469,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,172,102648837175,1,0.995,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,172,102648837175,2,0.701,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,172,102648837175,3,0.943,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,172,102648837175,4,0.943,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,173,103248882442,1,0.79,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,173,103248882442,2,0.508,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,173,103248882442,3,0.447,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,173,103248882442,4,0.515,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,174,103848969267,1,1.01,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,174,103848969267,2,0.684,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,174,103848969267,3,1.112,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,174,103848969267,4,0.881,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,175,104448905502,1,1.336,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,175,104448905502,2,0.502,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,175,104448905502,3,0.509,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,175,104448905502,4,0.538,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,176,105048831225,1,1.802,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,176,105048831225,2,0.762,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,176,105048831225,3,0.794,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,176,105048831225,4,0.815,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,177,105648840504,1,0.746,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,177,105648840504,2,0.41,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,177,105648840504,3,0.441,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,177,105648840504,4,0.475,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,178,106248975942,1,1.033,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,178,106248975942,2,0.798,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,178,106248975942,3,0.805,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,178,106248975942,4,1.291,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,179,106848867124,1,1.005,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,179,106848867124,2,0.697,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,179,106848867124,3,0.818,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,179,106848867124,4,0.785,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,180,107448977234,1,0.968,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,180,107448977234,2,0.707,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,180,107448977234,3,0.824,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,180,107448977234,4,0.868,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,181,108048994100,1,1.081,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,181,108048994100,2,1.16,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,181,108048994100,3,0.995,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,181,108048994100,4,1.11,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,182,108648906304,1,1.034,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,182,108648906304,2,0.775,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,182,108648906304,3,0.844,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,182,108648906304,4,0.892,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,183,109248904296,1,0.988,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,183,109248904296,2,0.736,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,183,109248904296,3,0.775,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,183,109248904296,4,0.831,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,184,109848932389,1,0.977,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,184,109848932389,2,0.801,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,184,109848932389,3,0.87,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,184,109848932389,4,0.881,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,185,110448832919,1,1.657,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,185,110448832919,2,0.781,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,185,110448832919,3,0.832,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,185,110448832919,4,0.867,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,186,111048956267,1,1.564,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,186,111048956267,2,0.764,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,186,111048956267,3,0.807,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,186,111048956267,4,0.895,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,187,111648955011,1,1.04,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,187,111648955011,2,0.822,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,187,111648955011,3,0.932,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,187,111648955011,4,0.973,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,188,112248839564,1,0.997,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,188,112248839564,2,0.744,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,188,112248839564,3,0.801,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,188,112248839564,4,1.592,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,189,112848979521,1,1.067,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,189,112848979521,2,0.769,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,189,112848979521,3,0.82,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,dashboard,189,112848979521,4,0.857,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl,accepted_ingestion_window +clickhouse,dashboard,1,0,1,0.004,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,1,0,2,0.003,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,1,0,3,0.003,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,1,0,4,0.003,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,2,724786266,1,0.006,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,2,724786266,2,0.005,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,2,724786266,3,0.006,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,2,724786266,4,0.006,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,3,1370669828,1,0.041,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,3,1370669828,2,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,3,1370669828,3,0.009,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,3,1370669828,4,0.006,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,4,1975682003,1,0.006,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,4,1975682003,2,0.033,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,4,1975682003,3,0.045,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,4,1975682003,4,0.025,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,5,2574084882,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,5,2574084882,2,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,5,2574084882,3,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,5,2574084882,4,0.008,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,6,3146910669,1,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,6,3146910669,2,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,6,3146910669,3,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,6,3146910669,4,0.008,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,7,3738865972,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,7,3738865972,2,0.009,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,7,3738865972,3,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,7,3738865972,4,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,8,4293755746,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,8,4293755746,2,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,8,4293755746,3,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,8,4293755746,4,0.009,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,9,4891042750,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,9,4891042750,2,0.008,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,9,4891042750,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,9,4891042750,4,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,10,5469535309,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,10,5469535309,2,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,10,5469535309,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,10,5469535309,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,11,6010532017,1,0.006,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,11,6010532017,2,0.009,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,11,6010532017,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,11,6010532017,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,12,6539371357,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,12,6539371357,2,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,12,6539371357,3,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,12,6539371357,4,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,13,7146131616,1,0.006,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,13,7146131616,2,0.009,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,13,7146131616,3,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,13,7146131616,4,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,14,7727462172,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,14,7727462172,2,0.009,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,14,7727462172,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,14,7727462172,4,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,15,8305203448,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,15,8305203448,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,15,8305203448,3,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,15,8305203448,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,16,8807164173,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,16,8807164173,2,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,16,8807164173,3,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,16,8807164173,4,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,17,9395201523,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,17,9395201523,2,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,17,9395201523,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,17,9395201523,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,19,10448957290,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,19,10448957290,2,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,19,10448957290,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,19,10448957290,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,20,10999409964,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,20,10999409964,2,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,20,10999409964,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,20,10999409964,4,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,21,11495758638,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,21,11495758638,2,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,21,11495758638,3,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,21,11495758638,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,22,12058435469,1,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,22,12058435469,2,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,22,12058435469,3,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,22,12058435469,4,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,23,12574526062,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,23,12574526062,2,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,23,12574526062,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,23,12574526062,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,24,13130688854,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,24,13130688854,2,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,24,13130688854,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,24,13130688854,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,25,13690901348,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,25,13690901348,2,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,25,13690901348,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,25,13690901348,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,26,14280804947,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,26,14280804947,2,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,26,14280804947,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,26,14280804947,4,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,27,14876856126,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,27,14876856126,2,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,27,14876856126,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,27,14876856126,4,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,28,15470256866,1,0.087,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,28,15470256866,2,0.08,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,28,15470256866,3,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,28,15470256866,4,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,29,16058779354,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,29,16058779354,2,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,29,16058779354,3,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,29,16058779354,4,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,30,16604006353,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,30,16604006353,2,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,30,16604006353,3,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,30,16604006353,4,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,31,17204550973,1,0.006,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,31,17204550973,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,31,17204550973,3,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,31,17204550973,4,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,32,17758468213,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,32,17758468213,2,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,32,17758468213,3,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,32,17758468213,4,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,34,18930505218,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,34,18930505218,2,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,34,18930505218,3,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,34,18930505218,4,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,35,19498533079,1,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,35,19498533079,2,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,35,19498533079,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,35,19498533079,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,36,20030972521,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,36,20030972521,2,0.104,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,36,20030972521,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,36,20030972521,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,37,20598954386,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,37,20598954386,2,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,37,20598954386,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,37,20598954386,4,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,38,21177624388,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,38,21177624388,2,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,38,21177624388,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,38,21177624388,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,39,21690449123,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,39,21690449123,2,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,39,21690449123,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,39,21690449123,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,40,22225814642,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,40,22225814642,2,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,40,22225814642,3,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,40,22225814642,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,41,22769842666,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,41,22769842666,2,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,41,22769842666,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,41,22769842666,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,42,23288685490,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,42,23288685490,2,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,42,23288685490,3,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,42,23288685490,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,43,23844225514,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,43,23844225514,2,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,43,23844225514,3,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,43,23844225514,4,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,45,24937313823,1,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,45,24937313823,2,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,45,24937313823,3,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,45,24937313823,4,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,46,25492435118,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,46,25492435118,2,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,46,25492435118,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,46,25492435118,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,47,26047358918,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,47,26047358918,2,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,47,26047358918,3,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,47,26047358918,4,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,48,26583320264,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,48,26583320264,2,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,48,26583320264,3,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,48,26583320264,4,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,49,27117466999,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,49,27117466999,2,0.019,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,49,27117466999,3,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,49,27117466999,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,50,27681375912,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,50,27681375912,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,50,27681375912,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,50,27681375912,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,51,28239125449,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,51,28239125449,2,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,51,28239125449,3,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,51,28239125449,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,52,28773516979,1,0.111,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,52,28773516979,2,0.09,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,52,28773516979,3,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,52,28773516979,4,0.043,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,53,29346127706,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,53,29346127706,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,53,29346127706,3,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,53,29346127706,4,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,54,29890137150,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,54,29890137150,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,54,29890137150,3,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,54,29890137150,4,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,55,30465667350,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,55,30465667350,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,55,30465667350,3,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,55,30465667350,4,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,56,31018228497,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,56,31018228497,2,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,56,31018228497,3,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,56,31018228497,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,57,31588088259,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,57,31588088259,2,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,57,31588088259,3,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,57,31588088259,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,59,32651953244,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,59,32651953244,2,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,59,32651953244,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,59,32651953244,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,60,33183996050,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,60,33183996050,2,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,60,33183996050,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,60,33183996050,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,61,33748476003,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,61,33748476003,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,61,33748476003,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,61,33748476003,4,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,62,34249264401,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,62,34249264401,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,62,34249264401,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,62,34249264401,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,63,34764613132,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,63,34764613132,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,63,34764613132,3,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,63,34764613132,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,64,35300178406,1,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,64,35300178406,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,64,35300178406,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,64,35300178406,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,65,35804053385,1,0.009,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,65,35804053385,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,65,35804053385,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,65,35804053385,4,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,67,36850964650,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,67,36850964650,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,67,36850964650,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,67,36850964650,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,68,37331880801,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,68,37331880801,2,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,68,37331880801,3,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,68,37331880801,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,69,37851506740,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,69,37851506740,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,69,37851506740,3,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,69,37851506740,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,70,38333894855,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,70,38333894855,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,70,38333894855,3,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,70,38333894855,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,71,38903981063,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,71,38903981063,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,71,38903981063,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,71,38903981063,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,72,39403630784,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,72,39403630784,2,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,72,39403630784,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,72,39403630784,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,74,40455322866,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,74,40455322866,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,74,40455322866,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,74,40455322866,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,75,40983472025,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,75,40983472025,2,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,75,40983472025,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,75,40983472025,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,76,41461994932,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,76,41461994932,2,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,76,41461994932,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,76,41461994932,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,77,41986954384,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,77,41986954384,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,77,41986954384,3,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,77,41986954384,4,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,78,42504704257,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,78,42504704257,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,78,42504704257,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,78,42504704257,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,79,43037353870,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,79,43037353870,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,79,43037353870,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,79,43037353870,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,81,44075896295,1,0.008,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,81,44075896295,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,81,44075896295,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,81,44075896295,4,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,82,44585275116,1,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,82,44585275116,2,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,82,44585275116,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,82,44585275116,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,83,45119401562,1,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,83,45119401562,2,0.025,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,83,45119401562,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,83,45119401562,4,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,84,45608868518,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,84,45608868518,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,84,45608868518,3,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,84,45608868518,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,85,46108257326,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,85,46108257326,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,85,46108257326,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,85,46108257326,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,86,46607144697,1,0.009,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,86,46607144697,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,86,46607144697,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,86,46607144697,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,88,47630286458,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,88,47630286458,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,88,47630286458,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,88,47630286458,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,89,48152769396,1,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,89,48152769396,2,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,89,48152769396,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,89,48152769396,4,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,90,48651039753,1,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,90,48651039753,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,90,48651039753,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,90,48651039753,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,91,49173608481,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,91,49173608481,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,91,49173608481,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,91,49173608481,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,92,49691385785,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,92,49691385785,2,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,92,49691385785,3,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,92,49691385785,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,93,50238320035,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,93,50238320035,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,93,50238320035,3,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,93,50238320035,4,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,94,50788829774,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,94,50788829774,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,94,50788829774,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,94,50788829774,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,96,51886771408,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,96,51886771408,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,96,51886771408,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,96,51886771408,4,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,97,52441318029,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,97,52441318029,2,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,97,52441318029,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,97,52441318029,4,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,98,52920335727,1,0.035,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,98,52920335727,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,98,52920335727,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,98,52920335727,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,99,53408601648,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,99,53408601648,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,99,53408601648,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,99,53408601648,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,100,53910086618,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,100,53910086618,2,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,100,53910086618,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,100,53910086618,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,101,54424699241,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,101,54424699241,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,101,54424699241,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,101,54424699241,4,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,103,55416633625,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,103,55416633625,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,103,55416633625,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,103,55416633625,4,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,104,55944840077,1,0.008,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,104,55944840077,2,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,104,55944840077,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,104,55944840077,4,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,105,56450202011,1,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,105,56450202011,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,105,56450202011,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,105,56450202011,4,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,106,56976658135,1,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,106,56976658135,2,0.019,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,106,56976658135,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,106,56976658135,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,107,57502590981,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,107,57502590981,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,107,57502590981,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,107,57502590981,4,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,108,58017492696,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,108,58017492696,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,108,58017492696,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,108,58017492696,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,110,59010783142,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,110,59010783142,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,110,59010783142,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,110,59010783142,4,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,111,59503489949,1,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,111,59503489949,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,111,59503489949,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,111,59503489949,4,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,112,59972983401,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,112,59972983401,2,0.018,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,112,59972983401,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,112,59972983401,4,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,113,60442237749,1,0.009,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,113,60442237749,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,113,60442237749,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,113,60442237749,4,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,115,61370139665,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,115,61370139665,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,115,61370139665,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,115,61370139665,4,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,116,61872097967,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,116,61872097967,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,116,61872097967,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,116,61872097967,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,117,62362523974,1,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,117,62362523974,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,117,62362523974,3,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,117,62362523974,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,118,62852767644,1,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,118,62852767644,2,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,118,62852767644,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,118,62852767644,4,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,120,63813706871,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,120,63813706871,2,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,120,63813706871,3,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,120,63813706871,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,121,64297816643,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,121,64297816643,2,0.043,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,121,64297816643,3,0.021,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,121,64297816643,4,0.025,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,122,64830505943,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,122,64830505943,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,122,64830505943,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,122,64830505943,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,123,65325007686,1,0.006,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,123,65325007686,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,123,65325007686,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,123,65325007686,4,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,124,65803792964,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,124,65803792964,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,124,65803792964,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,124,65803792964,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,126,66813762801,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,126,66813762801,2,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,126,66813762801,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,126,66813762801,4,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,127,67293866994,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,127,67293866994,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,127,67293866994,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,127,67293866994,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,128,67748504407,1,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,128,67748504407,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,128,67748504407,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,128,67748504407,4,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,130,68684069442,1,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,130,68684069442,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,130,68684069442,3,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,130,68684069442,4,0.018,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,131,69181831398,1,0.008,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,131,69181831398,2,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,131,69181831398,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,131,69181831398,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,132,69676432303,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,132,69676432303,2,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,132,69676432303,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,132,69676432303,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,133,70168596073,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,133,70168596073,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,133,70168596073,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,133,70168596073,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,134,70659299166,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,134,70659299166,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,134,70659299166,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,134,70659299166,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,136,71624709770,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,136,71624709770,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,136,71624709770,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,136,71624709770,4,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,137,72091825703,1,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,137,72091825703,2,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,137,72091825703,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,137,72091825703,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,138,72547878251,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,138,72547878251,2,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,138,72547878251,3,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,138,72547878251,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,140,73476437585,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,140,73476437585,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,140,73476437585,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,140,73476437585,4,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,141,73987325693,1,0.008,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,141,73987325693,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,141,73987325693,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,141,73987325693,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,142,74486757162,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,142,74486757162,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,142,74486757162,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,142,74486757162,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,143,74995355831,1,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,143,74995355831,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,143,74995355831,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,143,74995355831,4,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,144,75466940903,1,0.008,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,144,75466940903,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,144,75466940903,3,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,144,75466940903,4,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,146,76430868234,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,146,76430868234,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,146,76430868234,3,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,146,76430868234,4,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,147,76885010641,1,0.008,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,147,76885010641,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,147,76885010641,3,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,147,76885010641,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,148,77350951993,1,0.008,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,148,77350951993,2,0.011,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,148,77350951993,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,148,77350951993,4,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,149,77850423857,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,149,77850423857,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,149,77850423857,3,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,149,77850423857,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,151,78743691693,1,0.009,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,151,78743691693,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,151,78743691693,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,151,78743691693,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,152,79106273696,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,152,79106273696,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,152,79106273696,3,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,152,79106273696,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,154,80034599414,1,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,154,80034599414,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,154,80034599414,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,154,80034599414,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,155,80503603294,1,0.009,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,155,80503603294,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,155,80503603294,3,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,155,80503603294,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,156,80949316423,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,156,80949316423,2,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,156,80949316423,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,156,80949316423,4,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,158,81786894322,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,158,81786894322,2,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,158,81786894322,3,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,158,81786894322,4,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,159,82193904360,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,159,82193904360,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,159,82193904360,3,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,159,82193904360,4,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,161,83038964951,1,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,161,83038964951,2,0.019,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,161,83038964951,3,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,161,83038964951,4,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,162,83491097777,1,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,162,83491097777,2,0.018,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,162,83491097777,3,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,162,83491097777,4,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,163,83949333223,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,163,83949333223,2,0.019,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,163,83949333223,3,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,163,83949333223,4,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,164,84454230067,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,164,84454230067,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,164,84454230067,3,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,164,84454230067,4,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,166,85486320046,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,166,85486320046,2,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,166,85486320046,3,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,166,85486320046,4,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,167,86027059928,1,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,167,86027059928,2,0.019,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,167,86027059928,3,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,167,86027059928,4,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,168,86536377584,1,0.009,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,168,86536377584,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,168,86536377584,3,0.019,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,168,86536377584,4,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,169,87060073492,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,169,87060073492,2,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,169,87060073492,3,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,169,87060073492,4,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,170,87633622969,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,170,87633622969,2,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,170,87633622969,3,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,170,87633622969,4,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,171,88183458683,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,171,88183458683,2,0.018,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,171,88183458683,3,0.018,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,171,88183458683,4,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,172,88722660479,1,0.008,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,172,88722660479,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,172,88722660479,3,0.018,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,172,88722660479,4,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,173,89252600968,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,173,89252600968,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,173,89252600968,3,0.019,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,173,89252600968,4,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,175,90310361990,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,175,90310361990,2,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,175,90310361990,3,0.019,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,175,90310361990,4,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,176,90786625328,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,176,90786625328,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,176,90786625328,3,0.018,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,176,90786625328,4,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,177,91318721092,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,177,91318721092,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,177,91318721092,3,0.019,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,177,91318721092,4,0.018,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,178,91841644344,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,178,91841644344,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,178,91841644344,3,0.019,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,178,91841644344,4,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,179,92330582028,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,179,92330582028,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,179,92330582028,3,0.02,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,179,92330582028,4,0.027,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,180,92808126794,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,180,92808126794,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,180,92808126794,3,0.018,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,180,92808126794,4,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,182,93798216437,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,182,93798216437,2,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,182,93798216437,3,0.019,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,182,93798216437,4,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,183,94324820860,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,183,94324820860,2,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,183,94324820860,3,0.018,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,183,94324820860,4,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,184,94869720583,1,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,184,94869720583,2,0.02,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,184,94869720583,3,0.019,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,184,94869720583,4,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,185,95368092163,1,0.008,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,185,95368092163,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,185,95368092163,3,0.019,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,185,95368092163,4,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,186,95854521730,1,0.008,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,186,95854521730,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,186,95854521730,3,0.018,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,186,95854521730,4,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,188,96870245467,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,188,96870245467,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,188,96870245467,3,0.018,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,188,96870245467,4,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,189,97440595296,1,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,189,97440595296,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,189,97440595296,3,0.019,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,189,97440595296,4,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,190,97990299109,1,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,190,97990299109,2,0.019,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,190,97990299109,3,0.018,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,190,97990299109,4,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,191,98531195718,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,191,98531195718,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,191,98531195718,3,0.018,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,191,98531195718,4,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,192,99080355059,1,0.008,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,192,99080355059,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,192,99080355059,3,0.02,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,192,99080355059,4,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,193,99566521565,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,193,99566521565,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,193,99566521565,3,0.018,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,193,99566521565,4,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,194,100131703953,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,194,100131703953,2,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,194,100131703953,3,0.02,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,194,100131703953,4,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,195,100628479137,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,195,100628479137,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,195,100628479137,3,0.02,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,195,100628479137,4,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,197,101589700036,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,197,101589700036,2,0.021,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,197,101589700036,3,0.018,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,197,101589700036,4,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,198,102117228913,1,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,198,102117228913,2,0.034,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,198,102117228913,3,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,198,102117228913,4,0.019,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,199,102574208551,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,199,102574208551,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,199,102574208551,3,0.018,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,199,102574208551,4,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,200,103042831818,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,200,103042831818,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,200,103042831818,3,0.018,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,200,103042831818,4,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,202,103957741115,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,202,103957741115,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,202,103957741115,3,0.018,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,202,103957741115,4,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,203,104402058566,1,0.009,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,203,104402058566,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,203,104402058566,3,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,203,104402058566,4,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,204,104876237816,1,0.009,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,204,104876237816,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,204,104876237816,3,0.018,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,204,104876237816,4,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,206,105793852938,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,206,105793852938,2,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,206,105793852938,3,0.019,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,206,105793852938,4,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,207,106283556894,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,207,106283556894,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,207,106283556894,3,0.02,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,207,106283556894,4,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,208,106722824480,1,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,208,106722824480,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,208,106722824480,3,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,208,106722824480,4,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,210,107545345736,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,210,107545345736,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,210,107545345736,3,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,210,107545345736,4,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,211,107983227282,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,211,107983227282,2,0.015,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,211,107983227282,3,0.019,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,211,107983227282,4,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,212,108451419214,1,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,212,108451419214,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,212,108451419214,3,0.018,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,212,108451419214,4,0.018,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,214,109466322266,1,0.014,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,214,109466322266,2,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,214,109466322266,3,0.018,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,214,109466322266,4,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,215,109877355985,1,0.008,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,215,109877355985,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,215,109877355985,3,0.02,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,215,109877355985,4,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,216,110384302735,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,216,110384302735,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,216,110384302735,3,0.02,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,216,110384302735,4,0.016,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,217,110882914315,1,0.008,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,217,110882914315,2,0.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,217,110882914315,3,0.02,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,217,110882914315,4,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,218,111392632185,1,0.01,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,218,111392632185,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,218,111392632185,3,0.02,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,218,111392632185,4,0.017,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,220,112455078822,1,0.008,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,220,112455078822,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,220,112455078822,3,0.026,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,220,112455078822,4,0.019,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,221,112958830367,1,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,221,112958830367,2,0.013,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,221,112958830367,3,0.019,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,dashboard,221,112958830367,4,0.018,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl,accepted_ingestion_window +databricks,drilldown,1,48779388,1,2.829,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,1,48779388,2,0.876,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,2,3648905245,1,18.889,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,2,3648905245,2,10.555,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,3,7248888928,1,10.34,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,3,7248888928,2,7.677,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,4,10848950992,1,11.498,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,4,10848950992,2,13.534,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,5,14448885812,1,22.492,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,5,14448885812,2,20.5,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,6,18048883403,1,27.32,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,6,18048883403,2,25.24,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,7,21648927817,1,3.187,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,7,21648927817,2,1.728,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,8,25248924027,1,12.971,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,8,25248924027,2,7.408,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,9,28848912329,1,16.939,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,9,28848912329,2,12.934,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,10,32448900387,1,21.737,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,10,32448900387,2,24.717,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,11,36048779409,1,31.688,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,11,36048779409,2,27.149,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,12,39648841503,1,4.144,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,12,39648841503,2,2.686,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,13,43248955264,1,14.769,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,13,43248955264,2,8.684,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,14,46848958026,1,17.455,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,14,46848958026,2,13.109,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,15,50448920743,1,20.88,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,15,50448920743,2,24.32,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,16,54048818880,1,28.953,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,16,54048818880,2,27.825,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,17,57648913051,1,10.2,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,17,57648913051,2,4.505,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,18,61248785899,1,14.047,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,18,61248785899,2,11.465,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,19,64848931181,1,21.807,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,19,64848931181,2,18.677,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,20,68448901225,1,23.502,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,20,68448901225,2,32.269,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,21,72048872763,1,30.792,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,21,72048872763,2,29.624,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,22,75648919105,1,9.083,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,22,75648919105,2,4.703,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,23,79248916498,1,15.552,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,23,79248916498,2,11.798,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,24,82848735814,1,19.303,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,24,82848735814,2,18.438,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,25,86448786434,1,56.901,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,25,86448786434,2,39.814,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,26,90048750546,1,33.798,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,26,90048750546,2,42.73,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,27,93648850827,1,12.764,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,27,93648850827,2,7.898,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,28,97248769382,1,16.425,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,28,97248769382,2,12.731,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,29,100848836377,1,20.497,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,29,100848836377,2,21.609,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,30,104448905502,1,25.897,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,30,104448905502,2,31.095,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,31,108048763282,1,5.7,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,31,108048763282,2,4.527,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,32,111648774193,1,18.543,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +databricks,drilldown,32,111648774193,2,11.275,quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl,accepted_ingestion_window +clickhouse,drilldown,1,0,1,0.006,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,1,0,2,0.007,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,2,3742528876,1,0.865,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,2,3742528876,2,0.421,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,3,7149139248,1,0.557,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,3,7149139248,2,0.307,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,4,10451300014,1,0.589,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,4,10451300014,2,0.322,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,5,13693746344,1,0.935,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,5,13693746344,2,0.428,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,6,17207612605,1,0.508,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,6,17207612605,2,0.334,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,7,20600910656,1,0.898,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,7,20600910656,2,0.51,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,8,23847648964,1,0.831,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,8,23847648964,2,0.597,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,10,30468775164,1,0.782,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,10,30468775164,2,0.483,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,11,33749879001,1,0.587,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,11,33749879001,2,0.45,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,12,36853722010,1,1.08,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,12,36853722010,2,0.58,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,13,39940404643,1,0.728,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,13,39940404643,2,0.426,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,14,43039194322,1,0.927,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,14,43039194322,2,0.584,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,15,46111116140,1,0.829,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,15,46111116140,2,0.596,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,16,49175866023,1,0.878,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,16,49175866023,2,0.576,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,18,55419548257,1,0.692,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,18,55419548257,2,0.463,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,19,58512627462,1,0.854,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,19,58512627462,2,0.667,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,20,61372336571,1,0.9,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,20,61372336571,2,0.67,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,21,64300511639,1,0.749,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,21,64300511639,2,0.603,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,22,67296751626,1,0.74,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,22,67296751626,2,0.637,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,24,73014746623,1,0.796,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,24,73014746623,2,0.686,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,25,75968034150,1,0.809,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,25,75968034150,2,0.704,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,26,78744711237,1,0.871,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,26,78744711237,2,0.728,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,28,83951753947,1,1.039,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,28,83951753947,2,0.778,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,29,87063780214,1,1.18,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,29,87063780214,2,0.811,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,30,90313224986,1,0.81,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,30,90313224986,2,0.722,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,31,93296187953,1,1.012,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,31,93296187953,2,0.835,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,32,96365836441,1,0.834,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,32,96365836441,2,0.7,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,33,99569689379,1,0.978,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,33,99569689379,2,0.843,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,35,105357098705,1,1.107,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,35,105357098705,2,0.995,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,36,107984702280,1,0.77,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,36,107984702280,2,0.835,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,37,110886538219,1,1.445,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window +clickhouse,drilldown,37,110886538219,2,1.19,quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl,accepted_ingestion_window diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/dashboard_accepted.jsonl b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/dashboard_accepted.jsonl new file mode 100644 index 0000000..be27719 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/dashboard_accepted.jsonl @@ -0,0 +1,189 @@ +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":1,"scheduled_start_at":"2026-09-18T17:07:31.664Z","start_lag_sec":1.1269992683082819e-05,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T17:07:31.664Z","iteration_finished_at":"2026-09-18T17:07:42.125Z","iteration_elapsed_sec":10.460723066003993,"raw_rows":48991024,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[2.31],[0.843],[0.445],[0.441]],"compilation_time":[[0.995],[0.671],[0.287],[0.321]],"execution_time":[[1.287],[0.156],[0.143],[0.106]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.069],[0.002],[0.008],[0.009]],"client_wall_time":[[2.49422966002021],[0.9015550859621726],[0.5095371319912374],[0.5108381509780884]],"statement_ids":[["01f1b383-6fd8-19c4-9df8-3702f2d2ef0a"],["01f1b383-71ff-16a0-bbb9-fe910e0baeee"],["01f1b383-732c-1352-9f21-40cc5383e748"],["01f1b383-741c-1a92-9923-f7199d92bdd9"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.0],[100.0],[100.0],[100.0]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T17:07:31.664Z","producer_progress_file_modified_at":"2026-09-18T17:07:31.642Z","producer_progress_updated_at":"2026-09-18T17:07:31.640Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":48991024,"provider_committed_rows":48991024,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T17:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T17:07:30.401Z","freshness_monitor_updated_at":"2026-09-18T17:07:30.397Z","mv_refresh_finished_at":null,"mv_source_rows":null,"mv_rows_behind":null,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":2,"scheduled_start_at":"2026-09-18T17:17:31.664Z","start_lag_sec":0.00011451897444203496,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T17:17:31.665Z","iteration_finished_at":"2026-09-18T17:17:43.885Z","iteration_elapsed_sec":12.220080767001491,"raw_rows":649003190,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.994],[0.375],[0.531],[1.414]],"compilation_time":[[0.569],[0.263],[0.432],[0.802]],"execution_time":[[0.379],[0.098],[0.085],[0.604]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.006],[0.006],[0.005],[0.003]],"client_wall_time":[[1.0634621939971112],[0.4432708059903234],[0.590211451984942],[1.4853207969572395]],"statement_ids":[["01f1b384-d511-14e5-ab5c-3e62a9934999"],["01f1b384-d715-1663-bb22-6f7ef6b714e1"],["01f1b384-d7fb-1e94-8376-0f2bd639f000"],["01f1b384-d996-1e35-9299-e8e0cebac62e"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.0],[100.0],[100.0],[99.96766010773227]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T17:17:31.665Z","producer_progress_file_modified_at":"2026-09-18T17:17:31.657Z","producer_progress_updated_at":"2026-09-18T17:17:31.655Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":649003190,"provider_committed_rows":649003190,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T17:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T17:17:23.662Z","freshness_monitor_updated_at":"2026-09-18T17:17:23.652Z","mv_refresh_finished_at":"2026-09-18T17:16:41.869Z","mv_source_rows":567765212,"mv_rows_behind":10465440,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":3,"scheduled_start_at":"2026-09-18T17:27:31.664Z","start_lag_sec":0.00010691100033000112,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T17:27:31.665Z","iteration_finished_at":"2026-09-18T17:27:41.617Z","iteration_elapsed_sec":9.952245910011698,"raw_rows":1249020088,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.148],[0.387],[0.356],[0.372]],"compilation_time":[[0.54],[0.285],[0.25],[0.231]],"execution_time":[[0.582],[0.093],[0.1],[0.136]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.007],[0.009],[0.004],[0.003]],"client_wall_time":[[1.230646403040737],[0.45829413301544264],[0.41477821802254766],[0.430074056959711]],"statement_ids":[["01f1b386-3ab1-167b-9bb6-3097dc849ddb"],["01f1b386-3cb2-13a3-8ce0-ad87f8c4f3b4"],["01f1b386-3d9d-1870-829b-c01ad2b5cf84"],["01f1b386-3f1c-19ee-b785-bfb07be02036"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.0],[100.0],[100.0],[99.98200034989974]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T17:27:31.665Z","producer_progress_file_modified_at":"2026-09-18T17:27:31.642Z","producer_progress_updated_at":"2026-09-18T17:27:31.640Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":1249020088,"provider_committed_rows":1249020088,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T17:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T17:27:26.055Z","freshness_monitor_updated_at":"2026-09-18T17:27:26.042Z","mv_refresh_finished_at":"2026-09-18T17:25:49.981Z","mv_source_rows":1116551454,"mv_rows_behind":67309634,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":4,"scheduled_start_at":"2026-09-18T17:37:31.664Z","start_lag_sec":0.00010987301357090473,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T17:37:31.665Z","iteration_finished_at":"2026-09-18T17:37:41.232Z","iteration_elapsed_sec":9.56783173297299,"raw_rows":1848994361,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.366],[0.345],[0.322],[0.79]],"compilation_time":[[0.432],[0.245],[0.226],[0.224]],"execution_time":[[0.905],[0.094],[0.086],[0.56]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.004],[0.005],[0.004]],"client_wall_time":[[1.4422763379989192],[0.40687595901545137],[0.38415415200870484],[0.8527685590088367]],"statement_ids":[["01f1b387-a052-1a58-bed2-90dd1a86de54"],["01f1b387-a1e2-1403-b9cc-7d1f2d28d880"],["01f1b387-a360-1747-83fd-054aed641711"],["01f1b387-a4dc-1b6b-b1e0-2c728d0c66ba"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.0],[100.0],[100.0],[99.85287239968093]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T17:37:31.665Z","producer_progress_file_modified_at":"2026-09-18T17:37:31.648Z","producer_progress_updated_at":"2026-09-18T17:37:31.646Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":1848994361,"provider_committed_rows":1848994361,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T17:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T17:37:24.304Z","freshness_monitor_updated_at":"2026-09-18T17:37:24.290Z","mv_refresh_finished_at":"2026-09-18T17:35:58.123Z","mv_source_rows":1727937711,"mv_rows_behind":51599838,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":5,"scheduled_start_at":"2026-09-18T17:47:31.664Z","start_lag_sec":0.00015066296327859163,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T17:47:31.665Z","iteration_finished_at":"2026-09-18T17:47:41.168Z","iteration_elapsed_sec":9.503541412006598,"raw_rows":2448987056,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.709],[0.354],[0.568],[0.833]],"compilation_time":[[0.415],[0.235],[0.483],[0.249]],"execution_time":[[1.262],[0.113],[0.079],[0.577]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.006],[0.002],[0.005],[0.004]],"client_wall_time":[[1.7861482399748638],[0.42247155198128894],[0.8465558169991709],[0.8933967929915525]],"statement_ids":[["01f1b389-05f3-11a1-98fe-0405fd72d740"],["01f1b389-07c9-1596-8448-66aa547bfae3"],["01f1b389-096c-1df4-9b1f-d42d98a9a0e7"],["01f1b389-0a71-1de3-8cf4-c4e8bd4bcefa"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.0],[100.0],[100.0],[99.84068413316751]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T17:47:31.665Z","producer_progress_file_modified_at":"2026-09-18T17:47:31.639Z","producer_progress_updated_at":"2026-09-18T17:47:31.638Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":2448987056,"provider_committed_rows":2448987056,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T17:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T17:47:27.541Z","freshness_monitor_updated_at":"2026-09-18T17:47:27.526Z","mv_refresh_finished_at":"2026-09-18T17:46:14.743Z","mv_source_rows":2343890202,"mv_rows_behind":40230308,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":6,"scheduled_start_at":"2026-09-18T17:57:31.664Z","start_lag_sec":0.00010473199654370546,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T17:57:31.665Z","iteration_finished_at":"2026-09-18T17:57:41.221Z","iteration_elapsed_sec":9.556374219013378,"raw_rows":3049016351,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.021],[0.373],[0.346],[1.131]],"compilation_time":[[0.556],[0.28],[0.255],[0.431]],"execution_time":[[0.435],[0.087],[0.085],[0.694]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.004],[0.004],[0.003]],"client_wall_time":[[1.0967141339788213],[0.43740764196263626],[0.4018610609928146],[1.233118390024174]],"statement_ids":[["01f1b38a-6b93-1e36-bc65-462ad61b5df3"],["01f1b38a-6d7e-13e9-ab44-00908d0839a1"],["01f1b38a-6e68-1a6b-98ed-913f631140e6"],["01f1b38a-6fe6-13c0-aeca-1d812db066d7"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.0],[100.0],[100.0],[99.86068530367933]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T17:57:31.665Z","producer_progress_file_modified_at":"2026-09-18T17:57:31.638Z","producer_progress_updated_at":"2026-09-18T17:57:31.637Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":3049016351,"provider_committed_rows":3049016351,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T17:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T17:57:24.353Z","freshness_monitor_updated_at":"2026-09-18T17:57:24.336Z","mv_refresh_finished_at":"2026-09-18T17:56:23.035Z","mv_source_rows":2949829262,"mv_rows_behind":32040819,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":7,"scheduled_start_at":"2026-09-18T18:07:31.664Z","start_lag_sec":0.00010518101043999195,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T18:07:31.665Z","iteration_finished_at":"2026-09-18T18:07:40.890Z","iteration_elapsed_sec":9.225272101000883,"raw_rows":3648905245,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.204],[0.354],[0.335],[0.62]],"compilation_time":[[0.45],[0.26],[0.229],[0.28]],"execution_time":[[0.722],[0.085],[0.099],[0.332]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.003],[0.005],[0.004]],"client_wall_time":[[1.284762914001476],[0.4162786739761941],[0.3956664159777574],[0.6734541800105944]],"statement_ids":[["01f1b38b-d134-1bb2-b56a-da8517c49841"],["01f1b38b-d346-1680-a97b-df35f116c016"],["01f1b38b-d42d-12b8-9765-65dbb4cf2faa"],["01f1b38b-d5a9-1fb7-9ea3-0fa72ed1e794"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.0],[100.0],[100.0],[99.86684932208381]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T18:07:31.665Z","producer_progress_file_modified_at":"2026-09-18T18:07:31.650Z","producer_progress_updated_at":"2026-09-18T18:07:31.648Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":3648905245,"provider_committed_rows":3648905245,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T18:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T18:06:30.298Z","freshness_monitor_updated_at":"2026-09-18T18:06:30.281Z","mv_refresh_finished_at":"2026-09-18T18:05:28.060Z","mv_source_rows":3493455097,"mv_rows_behind":31023048,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":8,"scheduled_start_at":"2026-09-18T18:17:31.664Z","start_lag_sec":0.00010519300121814013,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T18:17:31.665Z","iteration_finished_at":"2026-09-18T18:17:41.745Z","iteration_elapsed_sec":10.080782242002897,"raw_rows":4248886900,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.1],[1.119],[0.677],[0.494]],"compilation_time":[[0.441],[1.011],[0.252],[0.335]],"execution_time":[[0.625],[0.1],[0.42],[0.153]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.011],[0.007],[0.007],[0.007]],"client_wall_time":[[1.186169455992058],[1.179173954995349],[0.7360470970161259],[0.5595190239837393]],"statement_ids":[["01f1b38d-36d5-1419-8899-519c1e1c3e8e"],["01f1b38d-38d4-1338-a918-1e6b5f6a721f"],["01f1b38d-3a2e-1153-a069-7ee1e1ac9f3a"],["01f1b38d-3b41-1a77-8d5d-f33ef30a897d"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.0],[100.0],[0.0],[19.931206681041694]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T18:17:31.665Z","producer_progress_file_modified_at":"2026-09-18T18:17:31.658Z","producer_progress_updated_at":"2026-09-18T18:17:31.657Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":4248886900,"provider_committed_rows":4248886900,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T18:17:31.666Z","freshness_monitor_file_modified_at":"2026-09-18T18:17:27.161Z","freshness_monitor_updated_at":"2026-09-18T18:17:27.143Z","mv_refresh_finished_at":"2026-09-18T18:16:34.071Z","mv_source_rows":4156298574,"mv_rows_behind":31046320,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":9,"scheduled_start_at":"2026-09-18T18:27:31.664Z","start_lag_sec":0.00011358800111338496,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T18:27:31.665Z","iteration_finished_at":"2026-09-18T18:27:40.835Z","iteration_elapsed_sec":9.170798199018463,"raw_rows":4848983718,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.155],[0.44],[0.359],[0.852]],"compilation_time":[[0.44],[0.342],[0.264],[0.246]],"execution_time":[[0.683],[0.087],[0.088],[0.598]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.006],[0.006],[0.007],[0.007]],"client_wall_time":[[1.2368255739565939],[0.5019548640120775],[0.4222671259776689],[1.1031325180083513]],"statement_ids":[["01f1b38e-9c76-1608-b697-627288350269"],["01f1b38e-9e2c-17ea-829f-527709fb953f"],["01f1b38e-9fbd-131f-8bc3-3935de0258df"],["01f1b38e-a0bd-1e26-a864-015b007179c6"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.0],[100.0],[100.0],[99.8930637113041]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T18:27:31.665Z","producer_progress_file_modified_at":"2026-09-18T18:27:31.637Z","producer_progress_updated_at":"2026-09-18T18:27:31.636Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":4848983718,"provider_committed_rows":4848983718,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T18:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T18:27:23.853Z","freshness_monitor_updated_at":"2026-09-18T18:27:23.836Z","mv_refresh_finished_at":"2026-09-18T18:24:45.339Z","mv_source_rows":4648008906,"mv_rows_behind":135646630,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":10,"scheduled_start_at":"2026-09-18T18:37:31.664Z","start_lag_sec":0.00010144198313355446,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T18:37:31.665Z","iteration_finished_at":"2026-09-18T18:37:41.146Z","iteration_elapsed_sec":9.481583175016567,"raw_rows":5448871065,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.588],[0.378],[0.481],[0.388]],"compilation_time":[[0.593],[0.279],[0.384],[0.252]],"execution_time":[[0.957],[0.093],[0.09],[0.129]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.003],[0.003],[0.004]],"client_wall_time":[[1.661866039969027],[0.43662053998559713],[0.537892889988143],[0.44268920295871794]],"statement_ids":[["01f1b390-0216-184c-bbab-488f92d1a914"],["01f1b390-03be-1dbc-980e-74035dc97e04"],["01f1b390-0544-18d5-a036-991139d3caf5"],["01f1b390-0639-17b1-a0ea-4c26e0370b38"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.0],[100.0],[100.0],[99.79659937947945]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T18:37:31.665Z","producer_progress_file_modified_at":"2026-09-18T18:37:31.657Z","producer_progress_updated_at":"2026-09-18T18:37:31.655Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":5448871065,"provider_committed_rows":5448871065,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T18:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T18:37:30.543Z","freshness_monitor_updated_at":"2026-09-18T18:37:30.525Z","mv_refresh_finished_at":"2026-09-18T18:35:51.267Z","mv_source_rows":5317691429,"mv_rows_behind":72823172,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":11,"scheduled_start_at":"2026-09-18T18:47:31.664Z","start_lag_sec":0.00011016998905688524,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T18:47:31.665Z","iteration_finished_at":"2026-09-18T18:47:41.547Z","iteration_elapsed_sec":9.882390047016088,"raw_rows":6048972873,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.926],[0.402],[0.375],[0.424]],"compilation_time":[[0.836],[0.244],[0.242],[0.239]],"execution_time":[[1.06],[0.151],[0.128],[0.178]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.003],[0.004],[0.004]],"client_wall_time":[[2.0080766419996507],[0.4608990350388922],[0.43484502198407426],[0.48418041900731623]],"statement_ids":[["01f1b391-67b7-1a9c-a646-3bf370e156ff"],["01f1b391-699f-1897-b118-bcf544b32d7d"],["01f1b391-6a8c-10e4-97b9-c673c964c8ad"],["01f1b391-6c0e-1a3d-91ec-e407cfa3d922"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.0],[100.0],[100.0],[99.83437627769347]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T18:47:31.665Z","producer_progress_file_modified_at":"2026-09-18T18:47:31.626Z","producer_progress_updated_at":"2026-09-18T18:47:31.625Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":6048972873,"provider_committed_rows":6048972873,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T18:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T18:47:24.514Z","freshness_monitor_updated_at":"2026-09-18T18:47:24.496Z","mv_refresh_finished_at":"2026-09-18T18:45:55.805Z","mv_source_rows":5922956775,"mv_rows_behind":57044194,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":12,"scheduled_start_at":"2026-09-18T18:57:31.664Z","start_lag_sec":0.00010824296623468399,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T18:57:31.665Z","iteration_finished_at":"2026-09-18T18:57:41.306Z","iteration_elapsed_sec":9.64159513200866,"raw_rows":6649003205,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.734],[0.401],[0.424],[0.439]],"compilation_time":[[0.956],[0.268],[0.292],[0.25]],"execution_time":[[0.752],[0.127],[0.124],[0.183]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.003],[0.003],[0.003]],"client_wall_time":[[1.8044612320372835],[0.45508085296023637],[0.48088051995728165],[0.5008297719759867]],"statement_ids":[["01f1b392-cd58-15b1-be1e-08848197de02"],["01f1b392-cf13-167a-898c-2ef1f557b1a8"],["01f1b392-d09c-14f3-bb10-956a6d497387"],["01f1b392-d189-11a0-855b-7705de03627f"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.0],[100.0],[100.0],[99.8328380627385]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T18:57:31.665Z","producer_progress_file_modified_at":"2026-09-18T18:57:31.656Z","producer_progress_updated_at":"2026-09-18T18:57:31.655Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":6649003205,"provider_committed_rows":6649003205,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T18:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T18:57:23.754Z","freshness_monitor_updated_at":"2026-09-18T18:57:23.736Z","mv_refresh_finished_at":"2026-09-18T18:56:05.528Z","mv_source_rows":6533852547,"mv_rows_behind":52134746,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":13,"scheduled_start_at":"2026-09-18T19:07:31.664Z","start_lag_sec":0.00010592199396342039,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T19:07:31.665Z","iteration_finished_at":"2026-09-18T19:07:43.264Z","iteration_elapsed_sec":11.599250699975528,"raw_rows":7248988928,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[2.364],[0.461],[0.479],[0.476]],"compilation_time":[[2.001],[0.299],[0.253],[0.227]],"execution_time":[[0.331],[0.157],[0.221],[0.197]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.017],[0.003],[0.003],[0.009]],"client_wall_time":[[2.4517775410204194],[0.5174457370303571],[0.5455923579866067],[0.5947245929855853]],"statement_ids":[["01f1b394-32f8-1898-b5d5-5a517fd36383"],["01f1b394-35be-117f-a8cc-dafccb57cb53"],["01f1b394-374f-1a31-9e00-527cee4f8606"],["01f1b394-38ec-1cc1-aa3a-f47dd8650317"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.0],[100.0],[100.0],[99.84676523434095]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T19:07:31.665Z","producer_progress_file_modified_at":"2026-09-18T19:07:31.642Z","producer_progress_updated_at":"2026-09-18T19:07:31.641Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":7248988928,"provider_committed_rows":7248988928,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T19:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T19:06:49.131Z","freshness_monitor_updated_at":"2026-09-18T19:06:49.113Z","mv_refresh_finished_at":"2026-09-18T19:05:21.880Z","mv_source_rows":7088228413,"mv_rows_behind":67337281,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":14,"scheduled_start_at":"2026-09-18T19:17:31.664Z","start_lag_sec":0.00010651699267327785,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T19:17:31.665Z","iteration_finished_at":"2026-09-18T19:17:41.321Z","iteration_elapsed_sec":9.656773532973602,"raw_rows":7849051094,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.697],[0.401],[0.39],[0.46]],"compilation_time":[[0.375],[0.26],[0.253],[0.263]],"execution_time":[[0.293],[0.135],[0.129],[0.19]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.009],[0.003],[0.004],[0.007]],"client_wall_time":[[0.7754385950393043],[0.45965478802099824],[0.45246033900184557],[0.5210599030251615]],"statement_ids":[["01f1b395-9899-1c21-acb2-fa7fe1deb047"],["01f1b395-9a56-1591-acb9-f5025edcabc7"],["01f1b395-9bdf-1c6f-9bee-6617a08af275"],["01f1b395-9cc6-1ef3-99e8-e72ce62b72b1"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.0],[100.0],[100.0],[99.85436152684389]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T19:17:31.665Z","producer_progress_file_modified_at":"2026-09-18T19:17:31.660Z","producer_progress_updated_at":"2026-09-18T19:17:31.659Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":7849051094,"provider_committed_rows":7849051094,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T19:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T19:17:23.201Z","freshness_monitor_updated_at":"2026-09-18T19:17:23.183Z","mv_refresh_finished_at":"2026-09-18T19:16:30.812Z","mv_source_rows":7756466541,"mv_rows_behind":36332813,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":15,"scheduled_start_at":"2026-09-18T19:27:31.664Z","start_lag_sec":0.00011074199574068189,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T19:27:31.665Z","iteration_finished_at":"2026-09-18T19:27:41.639Z","iteration_elapsed_sec":9.974767227016855,"raw_rows":8448855794,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.545],[0.783],[0.8],[1.06]],"compilation_time":[[1.069],[0.621],[0.521],[0.886]],"execution_time":[[0.449],[0.153],[0.272],[0.168]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.004],[0.003],[0.004]],"client_wall_time":[[1.6298291819985025],[0.8430963410064578],[0.8584408450406045],[1.1138212200021371]],"statement_ids":[["01f1b396-fe3b-18e0-8feb-7624aaf97794"],["01f1b396-fff5-1829-ba07-d1861b31eb83"],["01f1b397-011a-16a4-8774-811284630673"],["01f1b397-02dd-167c-a2a5-06640d599b53"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.0],[100.0],[100.0],[0.0]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T19:27:31.665Z","producer_progress_file_modified_at":"2026-09-18T19:27:31.640Z","producer_progress_updated_at":"2026-09-18T19:27:31.638Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":8448855794,"provider_committed_rows":8448855794,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T19:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T19:27:28.218Z","freshness_monitor_updated_at":"2026-09-18T19:27:28.199Z","mv_refresh_finished_at":"2026-09-18T19:26:36.833Z","mv_source_rows":8362211824,"mv_rows_behind":25982782,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":16,"scheduled_start_at":"2026-09-18T19:37:31.664Z","start_lag_sec":0.00010468799155205488,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T19:37:31.665Z","iteration_finished_at":"2026-09-18T19:37:41.253Z","iteration_elapsed_sec":9.588262179982848,"raw_rows":9048929201,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.549],[0.462],[0.385],[0.525]],"compilation_time":[[1.194],[0.312],[0.238],[0.252]],"execution_time":[[0.327],[0.143],[0.14],[0.268]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.005],[0.009],[0.003]],"client_wall_time":[[1.6272092470317148],[0.5276524260407314],[0.4533238430158235],[0.5848317120107822]],"statement_ids":[["01f1b398-63db-1608-a0f9-b7cc1e3ed2d4"],["01f1b398-657c-18e3-a4b5-05eeba3f648c"],["01f1b398-670e-1480-be72-85aaf1a25f91"],["01f1b398-67f7-1378-b35f-2fd720107327"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.0],[100.0],[100.0],[99.80991320933688]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T19:37:31.665Z","producer_progress_file_modified_at":"2026-09-18T19:37:31.631Z","producer_progress_updated_at":"2026-09-18T19:37:31.630Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":9048929201,"provider_committed_rows":9048929201,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T19:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T19:37:25.059Z","freshness_monitor_updated_at":"2026-09-18T19:37:25.038Z","mv_refresh_finished_at":"2026-09-18T19:35:43.067Z","mv_source_rows":8910950802,"mv_rows_behind":70876311,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":17,"scheduled_start_at":"2026-09-18T19:47:31.664Z","start_lag_sec":0.00011168798664584756,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T19:47:31.665Z","iteration_finished_at":"2026-09-18T19:47:40.874Z","iteration_elapsed_sec":9.209129770984873,"raw_rows":9648968625,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.321],[0.393],[0.415],[0.433]],"compilation_time":[[0.359],[0.251],[0.257],[0.26]],"execution_time":[[0.936],[0.134],[0.149],[0.167]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.005],[0.002],[0.004]],"client_wall_time":[[1.4002066850080155],[0.4543270909925923],[0.47094152797944844],[0.489749452972319]],"statement_ids":[["01f1b399-c97b-1fe2-9494-b412a139e137"],["01f1b399-cafa-16a4-945c-b398be5dd5a5"],["01f1b399-cc82-10b6-a66d-3d631d1ee825"],["01f1b399-ce0b-1171-bb3f-9e7844ffd467"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.0],[100.0],[100.0],[99.80301273499718]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T19:47:31.665Z","producer_progress_file_modified_at":"2026-09-18T19:47:31.622Z","producer_progress_updated_at":"2026-09-18T19:47:31.621Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":9648968625,"provider_committed_rows":9648968625,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T19:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T19:46:30.660Z","freshness_monitor_updated_at":"2026-09-18T19:46:30.642Z","mv_refresh_finished_at":"2026-09-18T19:44:49.017Z","mv_source_rows":9454411441,"mv_rows_behind":75655258,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":18,"scheduled_start_at":"2026-09-18T19:57:31.664Z","start_lag_sec":0.00011092296335846186,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T19:57:31.665Z","iteration_finished_at":"2026-09-18T19:57:40.994Z","iteration_elapsed_sec":9.329841215047054,"raw_rows":10248903114,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.75],[0.396],[0.379],[0.967]],"compilation_time":[[0.384],[0.252],[0.248],[0.268]],"execution_time":[[0.336],[0.138],[0.124],[0.692]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.004],[0.003],[0.002]],"client_wall_time":[[1.0073997130384669],[0.4564463169663213],[0.43674059899058193],[1.0261536019970663]],"statement_ids":[["01f1b39b-2f38-1ef6-ab2f-5cb884989edf"],["01f1b39b-30f9-1c6d-9d5a-3c28fe950b5c"],["01f1b39b-3280-1c05-b4ff-8ce4fb01d295"],["01f1b39b-3366-18e7-8e6f-8d6e0e873903"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.0],[100.0],[100.0],[99.81174959586964]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T19:57:31.665Z","producer_progress_file_modified_at":"2026-09-18T19:57:31.637Z","producer_progress_updated_at":"2026-09-18T19:57:31.636Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":10248903114,"provider_committed_rows":10248903114,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T19:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T19:57:28.053Z","freshness_monitor_updated_at":"2026-09-18T19:57:28.035Z","mv_refresh_finished_at":"2026-09-18T19:55:57.534Z","mv_source_rows":10122202108,"mv_rows_behind":63223458,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":19,"scheduled_start_at":"2026-09-18T20:07:31.664Z","start_lag_sec":0.00010246800957247615,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T20:07:31.665Z","iteration_finished_at":"2026-09-18T20:07:41.153Z","iteration_elapsed_sec":9.488378850976005,"raw_rows":10848950992,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.75],[0.566],[0.466],[0.878]],"compilation_time":[[0.399],[0.269],[0.247],[0.247]],"execution_time":[[0.323],[0.289],[0.213],[0.625]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.005],[0.005],[0.003]],"client_wall_time":[[0.8241588020464405],[0.6786614739685319],[0.5225630319910124],[0.9350540449959226]],"statement_ids":[["01f1b39c-94bd-1811-b2fe-f07f2cd251de"],["01f1b39c-969c-111d-86d5-13c22e6b4b46"],["01f1b39c-97a1-11ed-91da-2d854a79cdae"],["01f1b39c-9932-1261-9161-e052a0a6cd95"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.0],[100.0],[100.0],[99.78581088617479]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T20:07:31.665Z","producer_progress_file_modified_at":"2026-09-18T20:07:31.634Z","producer_progress_updated_at":"2026-09-18T20:07:31.632Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":10848950992,"provider_committed_rows":10848950992,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T20:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T20:07:24.430Z","freshness_monitor_updated_at":"2026-09-18T20:07:24.411Z","mv_refresh_finished_at":"2026-09-18T20:05:10.680Z","mv_source_rows":10670971982,"mv_rows_behind":113811660,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":20,"scheduled_start_at":"2026-09-18T20:17:31.664Z","start_lag_sec":0.0001037640031427145,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T20:17:31.665Z","iteration_finished_at":"2026-09-18T20:17:43.851Z","iteration_elapsed_sec":12.186066719004884,"raw_rows":11448893976,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.513],[0.735],[0.742],[1.331]],"compilation_time":[[0.664],[0.52],[0.45],[0.436]],"execution_time":[[0.817],[0.209],[0.284],[0.887]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.007],[0.005],[0.004],[0.003]],"client_wall_time":[[1.5931417829706334],[0.7915227719931863],[0.799063941987697],[1.3896543820155784]],"statement_ids":[["01f1b39d-fa5e-14d9-a076-fa4b7f8c24bf"],["01f1b39d-fc14-1875-a849-3b6d72c734c6"],["01f1b39d-fd32-152e-9449-0cc1601577fc"],["01f1b39d-feed-1883-ae4f-4f8981a8cfe6"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[1.086344649952977],[100.0],[96.97824466873203],[98.96656887239348]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T20:17:31.665Z","producer_progress_file_modified_at":"2026-09-18T20:17:31.658Z","producer_progress_updated_at":"2026-09-18T20:17:31.657Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":11448893976,"provider_committed_rows":11448893976,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T20:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T20:17:29.813Z","freshness_monitor_updated_at":"2026-09-18T20:17:29.795Z","mv_refresh_finished_at":"2026-09-18T20:16:21.496Z","mv_source_rows":11343985486,"mv_rows_behind":41530942,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":21,"scheduled_start_at":"2026-09-18T20:27:31.664Z","start_lag_sec":0.00010409200331196189,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T20:27:31.665Z","iteration_finished_at":"2026-09-18T20:27:40.771Z","iteration_elapsed_sec":9.106923363986425,"raw_rows":12048592301,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.88],[0.788],[0.373],[0.416]],"compilation_time":[[0.566],[0.575],[0.265],[0.273]],"execution_time":[[0.284],[0.206],[0.102],[0.136]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.004],[0.003],[0.003]],"client_wall_time":[[0.9651403870084323],[0.8407340049743652],[0.4282867169822566],[0.4768823339836672]],"statement_ids":[["01f1b39f-5fff-11f4-a55a-0b6fe14fa2e5"],["01f1b39f-61d6-1207-ad64-e9c7d4860a44"],["01f1b39f-62fa-14f3-aa63-5adc4d752c03"],["01f1b39f-647c-1cdf-bae3-8ff7148ca66e"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[1.0444120080539956],[0.0],[100.0],[55.55372047781004]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T20:27:31.665Z","producer_progress_file_modified_at":"2026-09-18T20:27:31.646Z","producer_progress_updated_at":"2026-09-18T20:27:31.645Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":12048592301,"provider_committed_rows":12048592301,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T20:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T20:27:26.150Z","freshness_monitor_updated_at":"2026-09-18T20:27:26.132Z","mv_refresh_finished_at":"2026-09-18T20:26:30.807Z","mv_source_rows":11954945795,"mv_rows_behind":31042230,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":22,"scheduled_start_at":"2026-09-18T20:37:31.664Z","start_lag_sec":0.00010979297803714871,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T20:37:31.665Z","iteration_finished_at":"2026-09-18T20:37:41.061Z","iteration_elapsed_sec":9.396010581986047,"raw_rows":12649009868,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.025],[0.436],[0.398],[0.445]],"compilation_time":[[0.409],[0.29],[0.257],[0.252]],"execution_time":[[0.587],[0.137],[0.135],[0.187]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.003],[0.003],[0.007]],"client_wall_time":[[1.1079922540229745],[0.7228564120014198],[0.4570189089863561],[0.5072916159988381]],"statement_ids":[["01f1b3a0-c5a0-1269-a58f-0268379c4e94"],["01f1b3a0-c7d1-1450-a936-bd9c3f4834c9"],["01f1b3a0-c8bf-1f97-a30d-38096a009daf"],["01f1b3a0-ca47-1393-9681-f327f16f5e9c"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.0],[100.0],[100.0],[99.78666171969205]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T20:37:31.665Z","producer_progress_file_modified_at":"2026-09-18T20:37:31.639Z","producer_progress_updated_at":"2026-09-18T20:37:31.638Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":12649009868,"provider_committed_rows":12649009868,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T20:37:31.666Z","freshness_monitor_file_modified_at":"2026-09-18T20:37:21.949Z","freshness_monitor_updated_at":"2026-09-18T20:37:21.931Z","mv_refresh_finished_at":"2026-09-18T20:34:46.824Z","mv_source_rows":12446696058,"mv_rows_behind":143445710,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":23,"scheduled_start_at":"2026-09-18T20:47:31.664Z","start_lag_sec":9.878299897536635e-05,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T20:47:31.665Z","iteration_finished_at":"2026-09-18T20:47:41.303Z","iteration_elapsed_sec":9.638011319970246,"raw_rows":13249019508,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.919],[0.684],[0.671],[0.725]],"compilation_time":[[0.561],[0.504],[0.439],[0.443]],"execution_time":[[0.333],[0.171],[0.226],[0.277]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.003],[0.002],[0.003]],"client_wall_time":[[0.9941025390289724],[0.7406190159963444],[0.7224486760096624],[0.7852107399958186]],"statement_ids":[["01f1b3a2-2b40-1207-b214-3029a79aac3e"],["01f1b3a2-2d1f-1ed0-b346-5abd4606ad5c"],["01f1b3a2-2e33-1b79-93ae-c6c11c8f1334"],["01f1b3a2-2fe3-183c-9123-f8872937b79d"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.8826534014453422],[100.0],[100.0],[99.78346728898084]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T20:47:31.665Z","producer_progress_file_modified_at":"2026-09-18T20:47:31.654Z","producer_progress_updated_at":"2026-09-18T20:47:31.653Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":13249019508,"provider_committed_rows":13249019508,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T20:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T20:47:28.358Z","freshness_monitor_updated_at":"2026-09-18T20:47:28.340Z","mv_refresh_finished_at":"2026-09-18T20:44:46.883Z","mv_source_rows":13047702242,"mv_rows_behind":134769268,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":24,"scheduled_start_at":"2026-09-18T20:57:31.664Z","start_lag_sec":0.00011477898806333542,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T20:57:31.665Z","iteration_finished_at":"2026-09-18T20:57:41.308Z","iteration_elapsed_sec":9.643705689988565,"raw_rows":13848898093,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.77],[0.386],[0.393],[0.411]],"compilation_time":[[0.415],[0.241],[0.233],[0.23]],"execution_time":[[0.322],[0.134],[0.152],[0.172]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.006],[0.003],[0.004],[0.003]],"client_wall_time":[[0.8435144560062326],[0.44586842600256205],[0.4527359749772586],[0.46675880200928077]],"statement_ids":[["01f1b3a3-90e1-12eb-a5c3-64c1f06234d3"],["01f1b3a3-92a8-16d7-8e5e-7d20e200602b"],["01f1b3a3-942f-152a-af7c-e5746ddde9af"],["01f1b3a3-9517-137a-95d5-0313a371ad7c"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.0],[100.0],[100.0],[99.78511181610608]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T20:57:31.665Z","producer_progress_file_modified_at":"2026-09-18T20:57:31.650Z","producer_progress_updated_at":"2026-09-18T20:57:31.649Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":13848898093,"provider_committed_rows":13848898093,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T20:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T20:57:23.135Z","freshness_monitor_updated_at":"2026-09-18T20:57:23.117Z","mv_refresh_finished_at":"2026-09-18T20:54:57.767Z","mv_source_rows":13659072302,"mv_rows_behind":134595595,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":25,"scheduled_start_at":"2026-09-18T21:07:31.664Z","start_lag_sec":0.00010411097900941968,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T21:07:31.665Z","iteration_finished_at":"2026-09-18T21:07:40.869Z","iteration_elapsed_sec":9.20413449802436,"raw_rows":14448885812,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.075],[0.769],[0.806],[0.823]],"compilation_time":[[0.678],[0.473],[0.491],[0.483]],"execution_time":[[0.364],[0.29],[0.31],[0.333]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.007],[0.008],[0.005],[0.004]],"client_wall_time":[[1.1648410740308464],[0.8402849299600348],[0.8606127059902065],[0.8845952079864219]],"statement_ids":[["01f1b3a4-f682-1b02-9e09-ff6239be3dc4"],["01f1b3a4-f88b-1c68-b60f-966b1bf89dcc"],["01f1b3a4-f9ad-1a9f-a8a9-8fe9e3b77d12"],["01f1b3a4-fad4-184b-8d01-47fbb787078e"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.8884463413970647],[83.03174652436485],[100.0],[47.1497948703489]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T21:07:31.665Z","producer_progress_file_modified_at":"2026-09-18T21:07:31.650Z","producer_progress_updated_at":"2026-09-18T21:07:31.648Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":14448885812,"provider_committed_rows":14448885812,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T21:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T21:07:31.167Z","freshness_monitor_updated_at":"2026-09-18T21:07:31.149Z","mv_refresh_finished_at":"2026-09-18T21:05:05.882Z","mv_source_rows":14264803106,"mv_rows_behind":118959789,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":26,"scheduled_start_at":"2026-09-18T21:17:31.664Z","start_lag_sec":0.00011243601329624653,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T21:17:31.665Z","iteration_finished_at":"2026-09-18T21:17:40.818Z","iteration_elapsed_sec":9.15337911597453,"raw_rows":15048867160,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.992],[0.443],[0.42],[0.442]],"compilation_time":[[0.528],[0.29],[0.28],[0.263]],"execution_time":[[0.437],[0.142],[0.134],[0.172]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.006],[0.005],[0.002],[0.003]],"client_wall_time":[[1.0692403829889372],[0.5068427490186878],[0.6710372419911437],[0.49499024299439043]],"statement_ids":[["01f1b3a6-5c23-1011-826b-b268197eb96b"],["01f1b3a6-5e0d-1c4c-9701-42d18ede3084"],["01f1b3a6-5f1e-115f-8bdb-3767fab7e56d"],["01f1b3a6-60a6-1dad-bc16-cb2528a97ee3"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.0],[100.0],[100.0],[99.80479764711977]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T21:17:31.665Z","producer_progress_file_modified_at":"2026-09-18T21:17:31.651Z","producer_progress_updated_at":"2026-09-18T21:17:31.649Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":15048867160,"provider_committed_rows":15048867160,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T21:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T21:17:24.787Z","freshness_monitor_updated_at":"2026-09-18T21:17:24.769Z","mv_refresh_finished_at":"2026-09-18T21:15:13.713Z","mv_source_rows":14875552492,"mv_rows_behind":114927386,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":27,"scheduled_start_at":"2026-09-18T21:27:31.664Z","start_lag_sec":0.00010600098175927997,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T21:27:31.665Z","iteration_finished_at":"2026-09-18T21:27:41.354Z","iteration_elapsed_sec":9.689726912998594,"raw_rows":15648997618,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.222],[0.456],[0.422],[0.732]],"compilation_time":[[0.391],[0.304],[0.281],[0.262]],"execution_time":[[0.805],[0.143],[0.136],[0.462]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.003],[0.003],[0.004]],"client_wall_time":[[1.298978503968101],[0.5155752970022149],[0.4753927849815227],[0.8009283680003136]],"statement_ids":[["01f1b3a7-c1c3-171b-b65a-cf384919d757"],["01f1b3a7-c350-1a80-ae0c-f8ea98079a35"],["01f1b3a7-c4e2-12b9-a90f-482fc23c13dc"],["01f1b3a7-c66c-1282-8bfa-e6606590fe5f"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[87.46819399686304],[100.0],[100.0],[99.99585485653256]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T21:27:31.665Z","producer_progress_file_modified_at":"2026-09-18T21:27:31.651Z","producer_progress_updated_at":"2026-09-18T21:27:31.650Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":15648997618,"provider_committed_rows":15648997618,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T21:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T21:27:23.691Z","freshness_monitor_updated_at":"2026-09-18T21:27:23.674Z","mv_refresh_finished_at":"2026-09-18T21:26:17.363Z","mv_source_rows":15538244772,"mv_rows_behind":46632844,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":28,"scheduled_start_at":"2026-09-18T21:37:31.664Z","start_lag_sec":0.00010907696560025215,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T21:37:31.665Z","iteration_finished_at":"2026-09-18T21:37:41.478Z","iteration_elapsed_sec":9.81353806401603,"raw_rows":16249004090,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.813],[0.475],[0.395],[0.432]],"compilation_time":[[0.386],[0.318],[0.253],[0.263]],"execution_time":[[0.399],[0.15],[0.134],[0.163]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.003],[0.003],[0.002]],"client_wall_time":[[0.8901091960142367],[0.5292019720072858],[0.4505973650375381],[0.4911505740019493]],"statement_ids":[["01f1b3a9-2764-180f-a868-867f539c3384"],["01f1b3a9-2934-1e2d-9cee-c6906fe58c72"],["01f1b3a9-2ac6-188c-8996-c100bb9f232c"],["01f1b3a9-2bb0-1ca9-84de-c177d90c7b6e"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[83.10888152515709],[100.0],[100.0],[99.97194272932992]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T21:37:31.665Z","producer_progress_file_modified_at":"2026-09-18T21:37:31.658Z","producer_progress_updated_at":"2026-09-18T21:37:31.656Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":16249004090,"provider_committed_rows":16249004090,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T21:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T21:37:27.140Z","freshness_monitor_updated_at":"2026-09-18T21:37:27.122Z","mv_refresh_finished_at":"2026-09-18T21:36:30.410Z","mv_source_rows":16149332410,"mv_rows_behind":41407670,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":29,"scheduled_start_at":"2026-09-18T21:47:31.664Z","start_lag_sec":0.000106674968264997,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T21:47:31.665Z","iteration_finished_at":"2026-09-18T21:47:41.277Z","iteration_elapsed_sec":9.611972463026177,"raw_rows":16849004649,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.709],[0.418],[0.393],[0.423]],"compilation_time":[[0.404],[0.287],[0.262],[0.248]],"execution_time":[[0.278],[0.122],[0.123],[0.167]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.006],[0.004],[0.003],[0.004]],"client_wall_time":[[0.7905460000038147],[0.4779071509838104],[0.44824623997556046],[0.48238538805162534]],"statement_ids":[["01f1b3aa-8d05-1533-99df-ef9705acc083"],["01f1b3aa-8ec2-1a8c-bc87-9e9ba26f67be"],["01f1b3aa-904b-1148-b7bb-c4d56fd5fe55"],["01f1b3aa-9132-1eba-8d57-4b96e044542a"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[80.39360996526585],[100.0],[100.0],[99.96038671760601]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T21:47:31.665Z","producer_progress_file_modified_at":"2026-09-18T21:47:31.658Z","producer_progress_updated_at":"2026-09-18T21:47:31.657Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":16849004649,"provider_committed_rows":16849004649,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T21:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T21:47:24.988Z","freshness_monitor_updated_at":"2026-09-18T21:47:24.970Z","mv_refresh_finished_at":"2026-09-18T21:45:41.748Z","mv_source_rows":16703248397,"mv_rows_behind":92763326,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":30,"scheduled_start_at":"2026-09-18T21:57:31.664Z","start_lag_sec":0.00010933401063084602,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T21:57:31.665Z","iteration_finished_at":"2026-09-18T21:57:41.465Z","iteration_elapsed_sec":9.800896706990898,"raw_rows":17448992007,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.732],[0.414],[0.479],[0.455]],"compilation_time":[[0.437],[0.277],[0.323],[0.279]],"execution_time":[[0.262],[0.131],[0.151],[0.17]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.005],[0.004],[0.003]],"client_wall_time":[[0.8018923900090158],[0.4788017619866878],[0.5402116550249048],[0.5658445009612478]],"statement_ids":[["01f1b3ab-f2a5-17a0-a3cc-78cadc747ee5"],["01f1b3ab-f464-1909-8703-324e0c3f626f"],["01f1b3ab-f5ef-1d69-953f-d6b6ad7925fd"],["01f1b3ab-f6ed-155c-8362-680f7d9b402c"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[77.8498006085913],[100.0],[100.0],[99.96146525670918]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T21:57:31.665Z","producer_progress_file_modified_at":"2026-09-18T21:57:31.661Z","producer_progress_updated_at":"2026-09-18T21:57:31.660Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":17448992007,"provider_committed_rows":17448992007,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T21:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T21:57:31.617Z","freshness_monitor_updated_at":"2026-09-18T21:57:31.599Z","mv_refresh_finished_at":"2026-09-18T21:54:48.962Z","mv_source_rows":17246635743,"mv_rows_behind":144971344,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":31,"scheduled_start_at":"2026-09-18T22:07:31.664Z","start_lag_sec":0.0001219480182044208,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T22:07:31.665Z","iteration_finished_at":"2026-09-18T22:07:40.767Z","iteration_elapsed_sec":9.102904597995803,"raw_rows":18048883403,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.944],[0.46],[0.427],[0.509]],"compilation_time":[[1.104],[0.244],[0.262],[0.241]],"execution_time":[[0.809],[0.211],[0.16],[0.263]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.005],[0.003],[0.003]],"client_wall_time":[[2.0176056849886663],[0.5212201420217752],[0.4854171259794384],[0.5623436460155062]],"statement_ids":[["01f1b3ad-5846-15c3-9d90-f2bc8d115899"],["01f1b3ad-5a31-1eeb-a290-0fe3b2b61dfc"],["01f1b3ad-5b27-1265-b557-e8b31c3c3906"],["01f1b3ad-5cb3-1065-9ceb-634be4b11ff8"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[75.66044827835991],[96.2964049842759],[100.0],[64.14847059853922]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T22:07:31.665Z","producer_progress_file_modified_at":"2026-09-18T22:07:31.617Z","producer_progress_updated_at":"2026-09-18T22:07:31.616Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":18048883403,"provider_committed_rows":18048883403,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T22:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T22:07:28.509Z","freshness_monitor_updated_at":"2026-09-18T22:07:28.489Z","mv_refresh_finished_at":"2026-09-18T22:05:00.922Z","mv_source_rows":17857519167,"mv_rows_behind":134539224,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":32,"scheduled_start_at":"2026-09-18T22:17:31.664Z","start_lag_sec":0.0001188559690490365,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T22:17:31.665Z","iteration_finished_at":"2026-09-18T22:17:40.787Z","iteration_elapsed_sec":9.122094416001346,"raw_rows":18648733933,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.206],[0.413],[0.434],[0.443]],"compilation_time":[[0.386],[0.273],[0.306],[0.278]],"execution_time":[[0.792],[0.134],[0.122],[0.159]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.006],[0.005],[0.005],[0.004]],"client_wall_time":[[1.2790317269973457],[0.4736758779617958],[0.49271603202214465],[0.5011739889741875]],"statement_ids":[["01f1b3ae-bde7-1058-86ee-0d24323203e5"],["01f1b3ae-bfed-1da4-b55c-c1fd2a712de4"],["01f1b3ae-c0d8-1fe4-b7ec-321405987d38"],["01f1b3ae-c265-198f-8e5c-b91d0e39225f"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[75.17188532613925],[100.0],[100.0],[99.96483741894662]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T22:17:31.665Z","producer_progress_file_modified_at":"2026-09-18T22:17:31.500Z","producer_progress_updated_at":"2026-09-18T22:17:31.498Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":18648733933,"provider_committed_rows":18648733933,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T22:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T22:17:30.314Z","freshness_monitor_updated_at":"2026-09-18T22:17:30.296Z","mv_refresh_finished_at":"2026-09-18T22:15:10.488Z","mv_source_rows":18468416729,"mv_rows_behind":124215464,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":33,"scheduled_start_at":"2026-09-18T22:27:31.664Z","start_lag_sec":0.00010799901792779565,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T22:27:31.665Z","iteration_finished_at":"2026-09-18T22:27:41.282Z","iteration_elapsed_sec":9.617669156985357,"raw_rows":19248986594,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.658],[0.443],[0.399],[0.411]],"compilation_time":[[0.392],[0.293],[0.254],[0.242]],"execution_time":[[0.234],[0.145],[0.14],[0.164]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.006],[0.004],[0.004]],"client_wall_time":[[0.7381865629577078],[0.5031134819728322],[0.46493918396299705],[0.4706855819677003]],"statement_ids":[["01f1b3b0-2388-15e8-a019-4f71914005e8"],["01f1b3b0-253d-1e80-9af7-615216ade6c7"],["01f1b3b0-26cf-1f07-ab15-953b9d98e9ee"],["01f1b3b0-27b9-17f4-8256-760866e98e3f"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[73.02641075337034],[100.0],[100.0],[99.96571453590687]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T22:27:31.665Z","producer_progress_file_modified_at":"2026-09-18T22:27:31.639Z","producer_progress_updated_at":"2026-09-18T22:27:31.637Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":19248986594,"provider_committed_rows":19248986594,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T22:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T22:27:28.313Z","freshness_monitor_updated_at":"2026-09-18T22:27:28.295Z","mv_refresh_finished_at":"2026-09-18T22:25:15.047Z","mv_source_rows":19073921292,"mv_rows_behind":109394666,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":34,"scheduled_start_at":"2026-09-18T22:37:31.664Z","start_lag_sec":0.0001131619792431593,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T22:37:31.665Z","iteration_finished_at":"2026-09-18T22:37:41.400Z","iteration_elapsed_sec":9.73577104503056,"raw_rows":19848956047,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.673],[0.412],[0.395],[0.468]],"compilation_time":[[0.379],[0.271],[0.249],[0.274]],"execution_time":[[0.261],[0.134],[0.139],[0.188]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.008],[0.005],[0.01]],"client_wall_time":[[0.7501368190278299],[0.4761712049948983],[0.4570624339976348],[0.534188647987321]],"statement_ids":[["01f1b3b1-8928-1d03-9e4e-107abcb960c2"],["01f1b3b1-8ae9-1f4e-9634-044a07418be2"],["01f1b3b1-8c76-152a-b71f-8e3a14cc8b91"],["01f1b3b1-8d62-132d-b342-cc089e34d8c5"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[69.98884196854942],[100.0],[100.0],[99.93728446838661]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T22:37:31.665Z","producer_progress_file_modified_at":"2026-09-18T22:37:31.621Z","producer_progress_updated_at":"2026-09-18T22:37:31.620Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":19848956047,"provider_committed_rows":19848956047,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T22:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T22:37:24.468Z","freshness_monitor_updated_at":"2026-09-18T22:37:24.450Z","mv_refresh_finished_at":"2026-09-18T22:35:22.424Z","mv_source_rows":19679596737,"mv_rows_behind":104816036,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":35,"scheduled_start_at":"2026-09-18T22:47:31.664Z","start_lag_sec":0.00011059199459850788,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T22:47:31.665Z","iteration_finished_at":"2026-09-18T22:47:41.039Z","iteration_elapsed_sec":9.374772144015878,"raw_rows":20448891140,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.962],[0.627],[0.382],[0.452]],"compilation_time":[[0.633],[0.374],[0.25],[0.265]],"execution_time":[[0.299],[0.247],[0.125],[0.181]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.006],[0.005],[0.003],[0.005]],"client_wall_time":[[1.1189660769887269],[0.686929946008604],[0.43895114900078624],[0.5087094380287454]],"statement_ids":[["01f1b3b2-eed5-101a-beab-78dfe58de971"],["01f1b3b2-f0d9-16c8-85c0-26c2adf8a571"],["01f1b3b2-f1e8-10d8-87a4-bf08cd136620"],["01f1b3b2-f36e-13ae-b38a-40e5b98bee39"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[66.22144622914522],[67.31466902233888],[100.0],[86.90652010548872]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T22:47:31.665Z","producer_progress_file_modified_at":"2026-09-18T22:47:31.625Z","producer_progress_updated_at":"2026-09-18T22:47:31.624Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":20448891140,"provider_committed_rows":20448891140,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T22:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T22:47:29.100Z","freshness_monitor_updated_at":"2026-09-18T22:47:29.082Z","mv_refresh_finished_at":"2026-09-18T22:46:33.246Z","mv_source_rows":20352447456,"mv_rows_behind":36373222,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":36,"scheduled_start_at":"2026-09-18T22:57:31.664Z","start_lag_sec":0.00010852597188204527,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T22:57:31.665Z","iteration_finished_at":"2026-09-18T22:57:41.735Z","iteration_elapsed_sec":10.070355350035243,"raw_rows":21048956022,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.628],[0.656],[0.65],[0.471]],"compilation_time":[[0.342],[0.519],[0.433],[0.263]],"execution_time":[[0.251],[0.13],[0.208],[0.202]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.003],[0.003],[0.003]],"client_wall_time":[[0.6982099310262129],[0.7165658729500137],[0.7066697209957056],[0.5306024329620413]],"statement_ids":[["01f1b3b4-546a-1359-8301-926e2bc82e0a"],["01f1b3b4-5619-142b-8386-9faceb3f2f04"],["01f1b3b4-57c8-1b7b-9a77-45f547d3ba76"],["01f1b3b4-58d7-1d4c-b14f-223c4015b758"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[67.89368803819993],[100.0],[100.0],[91.01513148273787]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T22:57:31.665Z","producer_progress_file_modified_at":"2026-09-18T22:57:31.641Z","producer_progress_updated_at":"2026-09-18T22:57:31.639Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":21048956022,"provider_committed_rows":21048956022,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T22:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T22:57:26.262Z","freshness_monitor_updated_at":"2026-09-18T22:57:26.244Z","mv_refresh_finished_at":"2026-09-18T22:55:39.192Z","mv_source_rows":20895884610,"mv_rows_behind":82889600,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":37,"scheduled_start_at":"2026-09-18T23:07:31.664Z","start_lag_sec":0.00010689598275348544,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T23:07:31.665Z","iteration_finished_at":"2026-09-18T23:07:41.554Z","iteration_elapsed_sec":9.889599770016503,"raw_rows":21648927817,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.016],[0.608],[0.747],[0.7]],"compilation_time":[[0.617],[0.471],[0.44],[0.451]],"execution_time":[[0.36],[0.131],[0.302],[0.243]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.004],[0.002],[0.005]],"client_wall_time":[[1.0926273509976454],[0.664069322985597],[0.7990052739623934],[0.7615550709888339]],"statement_ids":[["01f1b3b5-ba0a-1fac-a2e3-6d1c18f74918"],["01f1b3b5-bc14-129c-bd5b-cb5e9c434d2b"],["01f1b3b5-bd1c-1e23-84ae-4c6aeb43f113"],["01f1b3b5-be3a-1696-8476-9300b82f94f8"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[61.693068158868726],[100.0],[98.05301501920965],[99.44086270452514]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T23:07:31.665Z","producer_progress_file_modified_at":"2026-09-18T23:07:31.643Z","producer_progress_updated_at":"2026-09-18T23:07:31.642Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":21648927817,"provider_committed_rows":21648927817,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T23:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T23:06:30.007Z","freshness_monitor_updated_at":"2026-09-18T23:06:29.986Z","mv_refresh_finished_at":"2026-09-18T23:03:52.005Z","mv_source_rows":21388540368,"mv_rows_behind":132922724,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":38,"scheduled_start_at":"2026-09-18T23:17:31.664Z","start_lag_sec":0.00010441098129376769,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T23:17:31.665Z","iteration_finished_at":"2026-09-18T23:17:41.218Z","iteration_elapsed_sec":9.55313913198188,"raw_rows":22249043246,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.228],[0.467],[0.733],[0.447]],"compilation_time":[[0.929],[0.314],[0.59],[0.279]],"execution_time":[[0.264],[0.148],[0.138],[0.161]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.006],[0.008],[0.006],[0.003]],"client_wall_time":[[1.3063525010365993],[0.5230504409992136],[0.7949774209992029],[0.5012031779624522]],"statement_ids":[["01f1b3b7-1fab-1df0-8446-80dea4e5e824"],["01f1b3b7-21bb-12fb-912a-4987db8e15c4"],["01f1b3b7-22b3-111c-a862-f93c917bff78"],["01f1b3b7-23ce-1e15-9c83-f3441f509691"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[62.05108030747915],[100.0],[100.0],[99.91385937565673]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T23:17:31.665Z","producer_progress_file_modified_at":"2026-09-18T23:17:31.660Z","producer_progress_updated_at":"2026-09-18T23:17:31.659Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":22249043246,"provider_committed_rows":22249043246,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T23:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T23:17:29.898Z","freshness_monitor_updated_at":"2026-09-18T23:17:29.880Z","mv_refresh_finished_at":"2026-09-18T23:15:17.326Z","mv_source_rows":22069481860,"mv_rows_behind":118246108,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":39,"scheduled_start_at":"2026-09-18T23:27:31.664Z","start_lag_sec":0.00010822300100699067,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T23:27:31.665Z","iteration_finished_at":"2026-09-18T23:27:41.300Z","iteration_elapsed_sec":9.635018830012996,"raw_rows":22848929920,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.061],[0.682],[0.494],[0.481]],"compilation_time":[[0.648],[0.542],[0.264],[0.269]],"execution_time":[[0.382],[0.133],[0.224],[0.205]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.006],[0.003],[0.006]],"client_wall_time":[[1.1564975939691067],[0.9681030829669908],[0.5622489429661073],[0.5427209140034392]],"statement_ids":[["01f1b3b8-854c-1b49-a15e-902eaadada2c"],["01f1b3b8-8762-12eb-a7a3-7eb60f2d28a5"],["01f1b3b8-887a-1752-b4db-8d5f9dc270bc"],["01f1b3b8-8971-167a-8347-69d58eb05206"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[55.998617819038905],[100.0],[51.4644433938312],[65.98001723044727]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T23:27:31.665Z","producer_progress_file_modified_at":"2026-09-18T23:27:31.645Z","producer_progress_updated_at":"2026-09-18T23:27:31.644Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":22848929920,"provider_committed_rows":22848929920,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T23:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T23:27:24.011Z","freshness_monitor_updated_at":"2026-09-18T23:27:23.993Z","mv_refresh_finished_at":"2026-09-18T23:25:35.107Z","mv_source_rows":22691959956,"mv_rows_behind":84346792,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":40,"scheduled_start_at":"2026-09-18T23:37:31.664Z","start_lag_sec":0.00011450500460341573,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T23:37:31.665Z","iteration_finished_at":"2026-09-18T23:37:41.793Z","iteration_elapsed_sec":10.128357476962265,"raw_rows":23448953518,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.855],[0.652],[0.854],[0.926]],"compilation_time":[[1.048],[0.488],[0.585],[0.451]],"execution_time":[[0.775],[0.156],[0.263],[0.465]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.012],[0.004],[0.002],[0.002]],"client_wall_time":[[1.9334396080230363],[0.7105314169893973],[0.9083194780396298],[0.9842427920084447]],"statement_ids":[["01f1b3b9-eaec-1c31-b660-03ca5208dfe2"],["01f1b3b9-ecd7-18da-a3d0-333cf2e075b6"],["01f1b3b9-ede7-11f9-8bb3-256516a92d6a"],["01f1b3b9-ef16-1a01-b50c-5e5970b97341"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[54.7577750654608],[100.0],[98.16286838903306],[98.97137168946276]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T23:37:31.665Z","producer_progress_file_modified_at":"2026-09-18T23:37:31.637Z","producer_progress_updated_at":"2026-09-18T23:37:31.636Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":23448953518,"provider_committed_rows":23448953518,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T23:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T23:37:29.970Z","freshness_monitor_updated_at":"2026-09-18T23:37:29.952Z","mv_refresh_finished_at":"2026-09-18T23:35:12.037Z","mv_source_rows":23271733696,"mv_rows_behind":118020904,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":41,"scheduled_start_at":"2026-09-18T23:47:31.664Z","start_lag_sec":0.00010602199472486973,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T23:47:31.665Z","iteration_finished_at":"2026-09-18T23:47:41.416Z","iteration_elapsed_sec":9.751111002988182,"raw_rows":24048909415,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.899],[0.654],[0.669],[0.762]],"compilation_time":[[0.579],[0.485],[0.46],[0.488]],"execution_time":[[0.288],[0.163],[0.202],[0.266]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.006],[0.003],[0.003]],"client_wall_time":[[0.9760512130451389],[0.7188354730024002],[0.7193174390122294],[0.8159431449603289]],"statement_ids":[["01f1b3bb-508d-1acb-97f5-a2189809b656"],["01f1b3bb-526c-1e6e-bbb0-cdcebf684f67"],["01f1b3bb-537f-1376-9471-528cd54cdd8d"],["01f1b3bb-553a-157d-b934-5b9010297275"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[53.84841917629424],[100.0],[100.0],[99.89320931691375]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T23:47:31.665Z","producer_progress_file_modified_at":"2026-09-18T23:47:31.643Z","producer_progress_updated_at":"2026-09-18T23:47:31.642Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":24048909415,"provider_committed_rows":24048909415,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T23:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T23:47:25.765Z","freshness_monitor_updated_at":"2026-09-18T23:47:25.747Z","mv_refresh_finished_at":"2026-09-18T23:46:29.665Z","mv_source_rows":23949731917,"mv_rows_behind":28362506,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":42,"scheduled_start_at":"2026-09-18T23:57:31.664Z","start_lag_sec":0.00010177097283303738,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-18T23:57:31.665Z","iteration_finished_at":"2026-09-18T23:57:41.285Z","iteration_elapsed_sec":9.620839237992186,"raw_rows":24648973497,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.738],[0.392],[0.38],[0.434]],"compilation_time":[[0.414],[0.259],[0.247],[0.259]],"execution_time":[[0.293],[0.127],[0.127],[0.169]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.003],[0.003],[0.005]],"client_wall_time":[[0.8149283130187541],[0.45054845098638907],[0.43600793404038996],[0.4904330829740502]],"statement_ids":[["01f1b3bc-b62e-1b68-88a2-bebbdb07a6d1"],["01f1b3bc-b7f1-1c1c-bf1c-93e85f80a5be"],["01f1b3bc-b978-15f2-a81d-93e66d3542fd"],["01f1b3bc-ba5d-1c4e-8be0-52ec3eca92b7"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[55.34291908020887],[100.0],[100.0],[99.90949585096509]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T23:57:31.665Z","producer_progress_file_modified_at":"2026-09-18T23:57:31.643Z","producer_progress_updated_at":"2026-09-18T23:57:31.641Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":24648973497,"provider_committed_rows":24648973497,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T23:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-18T23:57:30.139Z","freshness_monitor_updated_at":"2026-09-18T23:57:30.121Z","mv_refresh_finished_at":"2026-09-18T23:55:42.151Z","mv_source_rows":24503540329,"mv_rows_behind":77998346,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":43,"scheduled_start_at":"2026-09-19T00:07:31.664Z","start_lag_sec":0.00010775896953418851,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T00:07:31.665Z","iteration_finished_at":"2026-09-19T00:07:40.864Z","iteration_elapsed_sec":9.199765030003618,"raw_rows":25248924027,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.939],[0.705],[0.84],[0.797]],"compilation_time":[[0.603],[0.521],[0.525],[0.467]],"execution_time":[[0.312],[0.179],[0.307],[0.325]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.012],[0.006],[0.003],[0.003]],"client_wall_time":[[1.032553224998992],[0.770095736021176],[1.0823266669758596],[0.8569806620362215]],"statement_ids":[["01f1b3be-1bce-1bff-a1ae-e8f0c49a48fe"],["01f1b3be-1dbc-197d-8898-ea70854f9eb0"],["01f1b3be-1ef6-12ee-8e2d-f35730e6a5e1"],["01f1b3be-2024-1952-af0e-c79af279d4ec"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[53.21454027875894],[100.0],[98.25942340069341],[99.49959933623975]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T00:07:31.665Z","producer_progress_file_modified_at":"2026-09-19T00:07:31.640Z","producer_progress_updated_at":"2026-09-19T00:07:31.637Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":25248924027,"provider_committed_rows":25248924027,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T00:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T00:07:28.106Z","freshness_monitor_updated_at":"2026-09-19T00:07:28.088Z","mv_refresh_finished_at":"2026-09-19T00:05:57.075Z","mv_source_rows":25114404759,"mv_rows_behind":67409634,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":44,"scheduled_start_at":"2026-09-19T00:17:31.664Z","start_lag_sec":0.00011426000855863094,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T00:17:31.665Z","iteration_finished_at":"2026-09-19T00:17:41.351Z","iteration_elapsed_sec":9.686872839985881,"raw_rows":25848959896,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.964],[0.643],[0.728],[0.704]],"compilation_time":[[0.594],[0.492],[0.454],[0.451]],"execution_time":[[0.34],[0.146],[0.267],[0.248]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.003],[0.003],[0.002]],"client_wall_time":[[1.0329135190113448],[0.7026544730179012],[0.7789104540133849],[0.7622605159995146]],"statement_ids":[["01f1b3bf-816f-175b-b53a-93c162555519"],["01f1b3bf-8356-1704-ac01-50675a52b454"],["01f1b3bf-8464-1613-8e72-8842713aa6ca"],["01f1b3bf-861e-15f5-aa7e-72f281c1062b"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[51.717215174483634],[100.0],[98.29652901150635],[99.48294281381142]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T00:17:31.665Z","producer_progress_file_modified_at":"2026-09-19T00:17:31.625Z","producer_progress_updated_at":"2026-09-19T00:17:31.624Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":25848959896,"provider_committed_rows":25848959896,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T00:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T00:17:25.948Z","freshness_monitor_updated_at":"2026-09-19T00:17:25.930Z","mv_refresh_finished_at":"2026-09-19T00:16:06.436Z","mv_source_rows":25725379340,"mv_rows_behind":53454562,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":45,"scheduled_start_at":"2026-09-19T00:27:31.664Z","start_lag_sec":0.00011065497528761625,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T00:27:31.665Z","iteration_finished_at":"2026-09-19T00:27:40.861Z","iteration_elapsed_sec":9.196350207028445,"raw_rows":26448943724,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.038],[1.037],[0.73],[0.796]],"compilation_time":[[0.665],[0.602],[0.507],[0.525]],"execution_time":[[0.347],[0.427],[0.218],[0.262]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.004],[0.003],[0.002]],"client_wall_time":[[1.1171508519910276],[1.0950223479885608],[0.7898565020295791],[0.848320638993755]],"statement_ids":[["01f1b3c0-e710-16f7-9077-78411bcf00f6"],["01f1b3c0-e8ff-11ca-ba1c-57165feb1094"],["01f1b3c0-ea4b-1e0c-a2e9-a6b8ca405a1b"],["01f1b3c0-eb67-15c9-a627-d4885ccf05e0"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[51.85306036687014],[94.91367024930874],[100.0],[99.888518904425]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T00:27:31.665Z","producer_progress_file_modified_at":"2026-09-19T00:27:31.647Z","producer_progress_updated_at":"2026-09-19T00:27:31.646Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":26448943724,"provider_committed_rows":26448943724,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T00:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T00:27:30.939Z","freshness_monitor_updated_at":"2026-09-19T00:27:30.921Z","mv_refresh_finished_at":"2026-09-19T00:25:23.936Z","mv_source_rows":26284847952,"mv_rows_behind":98386772,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":46,"scheduled_start_at":"2026-09-19T00:37:31.664Z","start_lag_sec":0.00011473899940028787,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T00:37:31.665Z","iteration_finished_at":"2026-09-19T00:37:41.355Z","iteration_elapsed_sec":9.690100879000966,"raw_rows":27048899731,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.744],[0.428],[0.411],[0.446]],"compilation_time":[[0.374],[0.294],[0.275],[0.248]],"execution_time":[[0.337],[0.127],[0.129],[0.19]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.002],[0.004],[0.005],[0.004]],"client_wall_time":[[0.8113715020008385],[0.48159737401874736],[0.47141468297922984],[0.5003082919865847]],"statement_ids":[["01f1b3c2-4cb1-12cb-a8bc-5cd9e5ecc0bd"],["01f1b3c2-4e72-11bd-a2db-dfebcb37afea"],["01f1b3c2-4ffd-1f30-9ca6-a7c4c140d7f4"],["01f1b3c2-50e9-17cf-8339-43d7bcb4c719"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[50.545051781519604],[100.0],[100.0],[99.88774680980114]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T00:37:31.665Z","producer_progress_file_modified_at":"2026-09-19T00:37:31.633Z","producer_progress_updated_at":"2026-09-19T00:37:31.632Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":27048899731,"provider_committed_rows":27048899731,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T00:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T00:37:27.563Z","freshness_monitor_updated_at":"2026-09-19T00:37:27.543Z","mv_refresh_finished_at":"2026-09-19T00:35:34.770Z","mv_source_rows":26895961853,"mv_rows_behind":88077150,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":47,"scheduled_start_at":"2026-09-19T00:47:31.664Z","start_lag_sec":0.00010176596697419882,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T00:47:31.665Z","iteration_finished_at":"2026-09-19T00:47:41.529Z","iteration_elapsed_sec":9.86428701702971,"raw_rows":27648937048,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.82],[0.471],[0.436],[0.469]],"compilation_time":[[0.435],[0.306],[0.275],[0.278]],"execution_time":[[0.354],[0.156],[0.153],[0.183]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.003],[0.004],[0.003]],"client_wall_time":[[0.8911180929862894],[0.526276124001015],[0.4930158240022138],[0.5289547930005938]],"statement_ids":[["01f1b3c3-b251-1aef-a52f-92a0cf1794e6"],["01f1b3c3-b420-1f4f-b7e8-1c3b541636f0"],["01f1b3c3-b5b2-19fd-8d1a-6309c4ec23c5"],["01f1b3c3-b6a1-1dd7-84e9-a56721d57954"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[50.13065617114118],[100.0],[100.0],[99.86181172663059]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T00:47:31.665Z","producer_progress_file_modified_at":"2026-09-19T00:47:31.659Z","producer_progress_updated_at":"2026-09-19T00:47:31.657Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":27648937048,"provider_committed_rows":27648937048,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T00:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T00:47:30.544Z","freshness_monitor_updated_at":"2026-09-19T00:47:30.522Z","mv_refresh_finished_at":"2026-09-19T00:45:59.793Z","mv_source_rows":27517214958,"mv_rows_behind":68356178,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":48,"scheduled_start_at":"2026-09-19T00:57:31.664Z","start_lag_sec":0.0001033209846355021,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T00:57:31.665Z","iteration_finished_at":"2026-09-19T00:57:41.732Z","iteration_elapsed_sec":10.06790268298937,"raw_rows":28248919345,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.052],[0.68],[0.798],[0.824]],"compilation_time":[[0.657],[0.537],[0.552],[0.553]],"execution_time":[[0.373],[0.134],[0.241],[0.265]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.005],[0.003],[0.012]],"client_wall_time":[[1.12464978400385],[0.7387806060141884],[0.8518539789947681],[0.886003747000359]],"statement_ids":[["01f1b3c5-17f2-1bc2-ba74-dbf29ffd341f"],["01f1b3c5-19ee-1eab-b392-bef72cb777fc"],["01f1b3c5-1b04-1cb2-92de-42430ad308fb"],["01f1b3c5-1c2a-1c0e-92b7-94b5f55ed638"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[48.34539230297811],[100.0],[98.34480956651132],[99.07647380950277]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T00:57:31.665Z","producer_progress_file_modified_at":"2026-09-19T00:57:31.652Z","producer_progress_updated_at":"2026-09-19T00:57:31.651Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":28248919345,"provider_committed_rows":28248919345,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T00:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T00:57:27.231Z","freshness_monitor_updated_at":"2026-09-19T00:57:27.213Z","mv_refresh_finished_at":"2026-09-19T00:56:11.743Z","mv_source_rows":28128192564,"mv_rows_behind":56837597,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":49,"scheduled_start_at":"2026-09-19T01:07:31.664Z","start_lag_sec":0.00011030299356207252,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T01:07:31.665Z","iteration_finished_at":"2026-09-19T01:07:41.258Z","iteration_elapsed_sec":9.59365782898385,"raw_rows":28848912329,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.871],[0.669],[0.555],[0.585]],"compilation_time":[[0.479],[0.291],[0.286],[0.291]],"execution_time":[[0.362],[0.35],[0.262],[0.289]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.002],[0.003],[0.003],[0.004]],"client_wall_time":[[0.9466649260139093],[0.7237455290160142],[0.6131503469659947],[0.6422579570207745]],"statement_ids":[["01f1b3c6-7d93-1800-90dc-a57fb2ccd8a6"],["01f1b3c6-7f8d-1e6c-a520-4fc08db3605f"],["01f1b3c6-80a0-1802-9af8-8f44a35f6c2e"],["01f1b3c6-8243-16f7-a32b-7b3046ffbd37"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[48.23519076265062],[100.0],[100.0],[99.45740916058328]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T01:07:31.665Z","producer_progress_file_modified_at":"2026-09-19T01:07:31.615Z","producer_progress_updated_at":"2026-09-19T01:07:31.614Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":28848912329,"provider_committed_rows":28848912329,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T01:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T01:07:26.961Z","freshness_monitor_updated_at":"2026-09-19T01:07:26.943Z","mv_refresh_finished_at":"2026-09-19T01:05:21.949Z","mv_source_rows":28681969379,"mv_rows_behind":108698122,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":50,"scheduled_start_at":"2026-09-19T01:17:31.664Z","start_lag_sec":0.00011339597404003143,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T01:17:31.665Z","iteration_finished_at":"2026-09-19T01:17:41.401Z","iteration_elapsed_sec":9.736488524999004,"raw_rows":29448915472,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.695],[0.412],[0.514],[0.456]],"compilation_time":[[0.425],[0.267],[0.261],[0.269]],"execution_time":[[0.245],[0.138],[0.217],[0.18]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.004],[0.003],[0.002]],"client_wall_time":[[0.7649512690259144],[0.47279743099352345],[0.5693268890026957],[0.5078319580061361]],"statement_ids":[["01f1b3c7-e333-1e04-a28e-f5fd77cce9be"],["01f1b3c7-e4ed-1980-b083-2028978af307"],["01f1b3c7-e679-14b4-b16e-249689565dee"],["01f1b3c7-e773-1793-94ed-ad2bf1474e9f"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[92.5003445524042],[100.0],[100.0],[99.97881106401212]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T01:17:31.665Z","producer_progress_file_modified_at":"2026-09-19T01:17:31.618Z","producer_progress_updated_at":"2026-09-19T01:17:31.618Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":29448915472,"provider_committed_rows":29448915472,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T01:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T01:17:30.127Z","freshness_monitor_updated_at":"2026-09-19T01:17:30.109Z","mv_refresh_finished_at":"2026-09-19T01:16:31.807Z","mv_source_rows":29349762974,"mv_rows_behind":36279040,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":51,"scheduled_start_at":"2026-09-19T01:27:31.664Z","start_lag_sec":0.00011749501572921872,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T01:27:31.665Z","iteration_finished_at":"2026-09-19T01:27:41.273Z","iteration_elapsed_sec":9.608308205963112,"raw_rows":30048967566,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.686],[0.429],[0.391],[0.451]],"compilation_time":[[0.386],[0.305],[0.263],[0.286]],"execution_time":[[0.275],[0.117],[0.121],[0.156]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.003],[0.003],[0.006]],"client_wall_time":[[0.7565337429987267],[0.48563434003153816],[0.4481181569863111],[0.5113893639645539]],"statement_ids":[["01f1b3c9-48d4-185e-8abe-e84bf856f74b"],["01f1b3c9-4a8e-1b53-ab1c-e3fb9f08c132"],["01f1b3c9-4c19-1650-b046-523bea6b9a9f"],["01f1b3c9-4cff-1a21-8d0b-bb403753acd1"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[90.71970718383432],[100.0],[100.0],[99.97723291911025]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T01:27:31.665Z","producer_progress_file_modified_at":"2026-09-19T01:27:31.620Z","producer_progress_updated_at":"2026-09-19T01:27:31.619Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":30048967566,"provider_committed_rows":30048967566,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T01:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T01:27:28.801Z","freshness_monitor_updated_at":"2026-09-19T01:27:28.783Z","mv_refresh_finished_at":"2026-09-19T01:25:43.407Z","mv_source_rows":29898546048,"mv_rows_behind":85274154,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":52,"scheduled_start_at":"2026-09-19T01:37:31.664Z","start_lag_sec":9.671400766819715e-05,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T01:37:31.665Z","iteration_finished_at":"2026-09-19T01:37:41.724Z","iteration_elapsed_sec":10.059767923958134,"raw_rows":30648879647,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.79],[0.467],[0.385],[0.449]],"compilation_time":[[0.468],[0.321],[0.257],[0.283]],"execution_time":[[0.29],[0.138],[0.121],[0.16]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.008],[0.004],[0.003]],"client_wall_time":[[0.9341517770080827],[0.5276753989746794],[0.43993214797228575],[0.5013546319678426]],"statement_ids":[["01f1b3ca-ae80-1df8-add2-4f498758bfe6"],["01f1b3ca-b069-1429-8dbb-6ca67ab0be7a"],["01f1b3ca-b15c-177b-9a00-dff9fa63af18"],["01f1b3ca-b2e0-1c31-945d-5669d278773c"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[89.20461952575278],[100.0],[100.0],[99.9452566698975]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T01:37:31.665Z","producer_progress_file_modified_at":"2026-09-19T01:37:31.662Z","producer_progress_updated_at":"2026-09-19T01:37:31.656Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":30648879647,"provider_committed_rows":30648879647,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T01:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T01:36:31.922Z","freshness_monitor_updated_at":"2026-09-19T01:36:31.905Z","mv_refresh_finished_at":"2026-09-19T01:33:54.229Z","mv_source_rows":30390190910,"mv_rows_behind":132368549,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":53,"scheduled_start_at":"2026-09-19T01:47:31.664Z","start_lag_sec":0.00011486501898616552,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T01:47:31.665Z","iteration_finished_at":"2026-09-19T01:47:40.880Z","iteration_elapsed_sec":9.215775155986194,"raw_rows":31248858731,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.883],[0.434],[0.414],[0.836]],"compilation_time":[[0.385],[0.282],[0.281],[0.243]],"execution_time":[[0.472],[0.146],[0.127],[0.588]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.015],[0.003],[0.004],[0.005]],"client_wall_time":[[0.9761773010250181],[0.492596174008213],[0.46719752199715003],[0.8894239899818785]],"statement_ids":[["01f1b3cc-1416-1a5c-ac84-5253cb71251a"],["01f1b3cc-15f0-1663-9a1b-4d73973e8693"],["01f1b3cc-16df-1ced-8ad1-f18142669343"],["01f1b3cc-1867-13b0-9dd0-7b67e4366b9b"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[88.72399948427848],[100.0],[100.0],[99.97555532690883]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T01:47:31.665Z","producer_progress_file_modified_at":"2026-09-19T01:47:31.612Z","producer_progress_updated_at":"2026-09-19T01:47:31.611Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":31248858731,"provider_committed_rows":31248858731,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T01:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T01:47:27.051Z","freshness_monitor_updated_at":"2026-09-19T01:47:27.033Z","mv_refresh_finished_at":"2026-09-19T01:45:53.843Z","mv_source_rows":31109713097,"mv_rows_behind":72592354,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":54,"scheduled_start_at":"2026-09-19T01:57:31.664Z","start_lag_sec":0.0001051509752869606,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T01:57:31.665Z","iteration_finished_at":"2026-09-19T01:57:41.428Z","iteration_elapsed_sec":9.763650320004672,"raw_rows":31849001715,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.705],[0.419],[0.448],[0.492]],"compilation_time":[[0.41],[0.276],[0.309],[0.315]],"execution_time":[[0.267],[0.136],[0.128],[0.17]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.003],[0.004],[0.004]],"client_wall_time":[[0.7929186039837077],[0.4735970660112798],[0.5089283240376972],[0.5563813060289249]],"statement_ids":[["01f1b3cd-79b7-181d-96cd-5716f6cfb955"],["01f1b3cd-7b76-12bd-b4b0-ca6fedac8cb1"],["01f1b3cd-7cff-1a19-973e-01f6cb0aaf2d"],["01f1b3cd-7def-1967-878f-0eb619f1dab8"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[86.52239370689928],[100.0],[100.0],[99.97647813535764]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T01:57:31.665Z","producer_progress_file_modified_at":"2026-09-19T01:57:31.655Z","producer_progress_updated_at":"2026-09-19T01:57:31.654Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":31849001715,"provider_committed_rows":31849001715,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T01:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T01:57:24.348Z","freshness_monitor_updated_at":"2026-09-19T01:57:24.330Z","mv_refresh_finished_at":"2026-09-19T01:55:03.251Z","mv_source_rows":31658492343,"mv_rows_behind":123238102,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":55,"scheduled_start_at":"2026-09-19T02:07:31.664Z","start_lag_sec":0.00010563700925558805,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T02:07:31.665Z","iteration_finished_at":"2026-09-19T02:07:40.742Z","iteration_elapsed_sec":9.077236059005372,"raw_rows":32448900387,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.668],[0.542],[0.531],[0.472]],"compilation_time":[[0.378],[0.296],[0.258],[0.264]],"execution_time":[[0.26],[0.237],[0.267],[0.203]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.004],[0.003],[0.003]],"client_wall_time":[[0.7474824710516259],[0.5986161089967936],[0.5853508259751834],[0.527917598024942]],"statement_ids":[["01f1b3ce-df57-1773-bf0e-c78827ee6474"],["01f1b3ce-e133-1ca5-aa4b-77107147c676"],["01f1b3ce-e231-1c3c-b4df-4cb972de47e0"],["01f1b3ce-e3cb-19fb-8182-cf0673a4f898"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[85.53811834820705],[100.0],[100.0],[99.97666219048308]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T02:07:31.665Z","producer_progress_file_modified_at":"2026-09-19T02:07:31.634Z","producer_progress_updated_at":"2026-09-19T02:07:31.633Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":32448900387,"provider_committed_rows":32448900387,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T02:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T02:07:30.973Z","freshness_monitor_updated_at":"2026-09-19T02:07:30.954Z","mv_refresh_finished_at":"2026-09-19T02:05:12.680Z","mv_source_rows":32264004553,"mv_rows_behind":116191384,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":56,"scheduled_start_at":"2026-09-19T02:17:31.664Z","start_lag_sec":0.00010680896230041981,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T02:17:31.665Z","iteration_finished_at":"2026-09-19T02:17:41.625Z","iteration_elapsed_sec":9.960464810021222,"raw_rows":33049038056,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.727],[0.419],[0.413],[0.474]],"compilation_time":[[0.427],[0.273],[0.262],[0.268]],"execution_time":[[0.267],[0.137],[0.146],[0.168]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.002],[0.004],[0.003]],"client_wall_time":[[0.99146223498974],[0.47502270399127156],[0.473781114036683],[0.5300511720124632]],"statement_ids":[["01f1b3d0-4515-14a7-b3b8-c89ea935c195"],["01f1b3d0-46e2-1564-b259-b31991e6e1d4"],["01f1b3d0-486c-12e5-a0c0-bc97197df852"],["01f1b3d0-4957-1494-925b-3f6e703cd065"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[83.38868306691228],[100.0],[100.0],[99.9573846021479]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T02:17:31.665Z","producer_progress_file_modified_at":"2026-09-19T02:17:31.660Z","producer_progress_updated_at":"2026-09-19T02:17:31.658Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":33049038056,"provider_committed_rows":33049038056,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T02:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T02:17:28.884Z","freshness_monitor_updated_at":"2026-09-19T02:17:28.866Z","mv_refresh_finished_at":"2026-09-19T02:15:11.183Z","mv_source_rows":32869555760,"mv_rows_behind":119025198,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":57,"scheduled_start_at":"2026-09-19T02:27:31.664Z","start_lag_sec":0.00010512396693229675,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T02:27:31.665Z","iteration_finished_at":"2026-09-19T02:27:41.390Z","iteration_elapsed_sec":9.72562869702233,"raw_rows":33649000287,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.692],[0.456],[0.406],[0.444]],"compilation_time":[[0.418],[0.302],[0.271],[0.26]],"execution_time":[[0.25],[0.148],[0.128],[0.176]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.013],[0.003],[0.003],[0.009]],"client_wall_time":[[0.7823923699907027],[0.5159171000123024],[0.46286700398195535],[0.5059928160044365]],"statement_ids":[["01f1b3d1-aa99-14f3-8dc0-21607dbf2427"],["01f1b3d1-ac59-1313-9304-36bd55be0b8c"],["01f1b3d1-ade8-1b7a-9c4a-c1edfe1fedb7"],["01f1b3d1-aed6-1af3-8585-643740d1a771"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[81.94189478024565],[100.0],[100.0],[99.95734281561826]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T02:27:31.665Z","producer_progress_file_modified_at":"2026-09-19T02:27:31.645Z","producer_progress_updated_at":"2026-09-19T02:27:31.644Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":33649000287,"provider_committed_rows":33649000287,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T02:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T02:26:30.268Z","freshness_monitor_updated_at":"2026-09-19T02:26:30.250Z","mv_refresh_finished_at":"2026-09-19T02:24:19.334Z","mv_source_rows":33418218153,"mv_rows_behind":100910678,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":58,"scheduled_start_at":"2026-09-19T02:37:31.664Z","start_lag_sec":0.00010608398588374257,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T02:37:31.665Z","iteration_finished_at":"2026-09-19T02:37:41.214Z","iteration_elapsed_sec":9.549732476007193,"raw_rows":34248943675,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.463],[0.479],[0.413],[0.418]],"compilation_time":[[1.096],[0.297],[0.268],[0.252]],"execution_time":[[0.341],[0.173],[0.136],[0.16]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.003],[0.003],[0.009]],"client_wall_time":[[1.5414677310036495],[0.5467131810146384],[0.4719163469853811],[0.4774690219783224]],"statement_ids":[["01f1b3d3-103a-1f81-990c-f4a5beec74a4"],["01f1b3d3-11d9-1c9a-9ddb-03c2c7a1fd7c"],["01f1b3d3-136d-1914-a129-28fb3096b615"],["01f1b3d3-1460-14e1-a0f3-ce259a7d4783"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[79.44274797780581],[100.0],[100.0],[99.93633560539175]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T02:37:31.665Z","producer_progress_file_modified_at":"2026-09-19T02:37:31.646Z","producer_progress_updated_at":"2026-09-19T02:37:31.644Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":34248943675,"provider_committed_rows":34248943675,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T02:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T02:37:26.843Z","freshness_monitor_updated_at":"2026-09-19T02:37:26.824Z","mv_refresh_finished_at":"2026-09-19T02:36:32.939Z","mv_source_rows":34148082997,"mv_rows_behind":41361760,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":59,"scheduled_start_at":"2026-09-19T02:47:31.664Z","start_lag_sec":0.00010843400377780199,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T02:47:31.665Z","iteration_finished_at":"2026-09-19T02:47:41.546Z","iteration_elapsed_sec":9.881114374962635,"raw_rows":34848935288,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.79],[0.44],[0.44],[0.456]],"compilation_time":[[0.399],[0.272],[0.283],[0.279]],"execution_time":[[0.359],[0.16],[0.124],[0.166]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.002],[0.003],[0.004],[0.003]],"client_wall_time":[[0.864073610980995],[0.5166768389753997],[0.508187021012418],[0.5153550739632919]],"statement_ids":[["01f1b3d4-75db-1117-8333-7b3ef99a5807"],["01f1b3d4-77a9-1093-84cf-333227f88a01"],["01f1b3d4-793b-194b-bd2f-b43cfc9aa349"],["01f1b3d4-7a2e-1033-8250-0d597a670cc6"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[76.04459613279933],[100.0],[100.0],[99.9211264666786]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T02:47:31.665Z","producer_progress_file_modified_at":"2026-09-19T02:47:31.639Z","producer_progress_updated_at":"2026-09-19T02:47:31.638Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":34848935288,"provider_committed_rows":34848935288,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T02:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T02:47:26.062Z","freshness_monitor_updated_at":"2026-09-19T02:47:26.044Z","mv_refresh_finished_at":"2026-09-19T02:45:45.563Z","mv_source_rows":34701888310,"mv_rows_behind":88171332,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":60,"scheduled_start_at":"2026-09-19T02:57:31.664Z","start_lag_sec":0.00010465801460668445,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T02:57:31.665Z","iteration_finished_at":"2026-09-19T02:57:41.508Z","iteration_elapsed_sec":9.843562930996995,"raw_rows":35448936836,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.727],[0.42],[0.425],[0.601]],"compilation_time":[[0.407],[0.272],[0.267],[0.254]],"execution_time":[[0.282],[0.143],[0.152],[0.34]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.006],[0.003],[0.004],[0.005]],"client_wall_time":[[0.7968683590297587],[0.48276778002036735],[0.4818579190177843],[0.6604507979936898]],"statement_ids":[["01f1b3d5-db7b-13d6-a3e5-17dd823138fd"],["01f1b3d5-dd3b-15f0-b9af-e7be9cf9ca09"],["01f1b3d5-dec6-194d-bca5-ff2fecb2221b"],["01f1b3d5-dfb3-13f5-900e-86afe5254411"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[74.32160114686728],[100.0],[100.0],[99.92458755414671]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T02:57:31.665Z","producer_progress_file_modified_at":"2026-09-19T02:57:31.639Z","producer_progress_updated_at":"2026-09-19T02:57:31.638Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":35448936836,"provider_committed_rows":35448936836,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T02:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T02:57:29.578Z","freshness_monitor_updated_at":"2026-09-19T02:57:29.560Z","mv_refresh_finished_at":"2026-09-19T02:54:52.147Z","mv_source_rows":35245434028,"mv_rows_behind":144996344,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":61,"scheduled_start_at":"2026-09-19T03:07:31.664Z","start_lag_sec":0.00010432099224999547,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T03:07:31.665Z","iteration_finished_at":"2026-09-19T03:07:43.321Z","iteration_elapsed_sec":11.656037602981087,"raw_rows":36049010227,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.958],[0.83],[0.976],[1.968]],"compilation_time":[[0.607],[0.505],[0.535],[0.475]],"execution_time":[[0.322],[0.318],[0.433],[1.488]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.003],[0.003],[0.003]],"client_wall_time":[[1.0562868129927665],[0.8840423439978622],[1.0309331170283258],[2.079110174032394]],"statement_ids":[["01f1b3d7-411f-1c64-bf5b-81cb43367cb5"],["01f1b3d7-4323-14bf-996d-b5255466ff9d"],["01f1b3d7-444f-1c33-af4f-161b3df3a9e9"],["01f1b3d7-458f-1978-9354-b4d42714d280"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[72.1993911228727],[91.17333527439482],[76.71049317768384],[67.66764972794421]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T03:07:31.665Z","producer_progress_file_modified_at":"2026-09-19T03:07:31.622Z","producer_progress_updated_at":"2026-09-19T03:07:31.621Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":36049010227,"provider_committed_rows":36049010227,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T03:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T03:07:27.164Z","freshness_monitor_updated_at":"2026-09-19T03:07:27.146Z","mv_refresh_finished_at":"2026-09-19T03:05:00.469Z","mv_source_rows":35856182767,"mv_rows_behind":134736722,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":62,"scheduled_start_at":"2026-09-19T03:17:31.664Z","start_lag_sec":0.00010905700037255883,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T03:17:31.665Z","iteration_finished_at":"2026-09-19T03:17:41.191Z","iteration_elapsed_sec":9.5260850089835,"raw_rows":36648957386,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.913],[0.892],[0.394],[0.534]],"compilation_time":[[1.104],[0.752],[0.247],[0.25]],"execution_time":[[0.782],[0.134],[0.139],[0.279]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.002],[0.003],[0.006],[0.005]],"client_wall_time":[[1.982586646976415],[0.9468459020135924],[0.45420989696867764],[0.5890772929997183]],"statement_ids":[["01f1b3d8-a6bd-170f-9568-1181158da65c"],["01f1b3d8-a8ac-1c75-a881-24a4ff6e8856"],["01f1b3d8-a9e2-13cd-acb6-2ecb8126f8f6"],["01f1b3d8-ab6c-1ea1-acad-1bcea97ddcdf"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[71.58971659534832],[100.0],[100.0],[99.91761895122714]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T03:17:31.665Z","producer_progress_file_modified_at":"2026-09-19T03:17:31.614Z","producer_progress_updated_at":"2026-09-19T03:17:31.613Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":36648957386,"provider_committed_rows":36648957386,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T03:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T03:17:30.223Z","freshness_monitor_updated_at":"2026-09-19T03:17:30.204Z","mv_refresh_finished_at":"2026-09-19T03:15:01.735Z","mv_source_rows":36456697380,"mv_rows_behind":139863624,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":63,"scheduled_start_at":"2026-09-19T03:27:31.664Z","start_lag_sec":0.00011109799379482865,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T03:27:31.665Z","iteration_finished_at":"2026-09-19T03:27:41.574Z","iteration_elapsed_sec":9.90910722501576,"raw_rows":37249049007,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.914],[0.47],[0.391],[0.47]],"compilation_time":[[0.582],[0.313],[0.255],[0.283]],"execution_time":[[0.309],[0.15],[0.13],[0.182]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.003],[0.003],[0.003]],"client_wall_time":[[0.9979571469593793],[0.5253014580230229],[0.4531558319577016],[0.5256952340132557]],"statement_ids":[["01f1b3da-0c5e-1170-80b7-93e2acb50641"],["01f1b3da-0e3a-143a-b9d2-b5e8c3506910"],["01f1b3da-0f2d-1860-a352-121f7f8082bf"],["01f1b3da-10b3-1fc3-90e7-f6e24fd874fb"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[70.39513935419899],[100.0],[100.0],[99.90096015757656]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T03:27:31.665Z","producer_progress_file_modified_at":"2026-09-19T03:27:31.652Z","producer_progress_updated_at":"2026-09-19T03:27:31.651Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":37249049007,"provider_committed_rows":37249049007,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T03:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T03:27:27.032Z","freshness_monitor_updated_at":"2026-09-19T03:27:27.014Z","mv_refresh_finished_at":"2026-09-19T03:26:11.407Z","mv_source_rows":37124454453,"mv_rows_behind":58993100,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":64,"scheduled_start_at":"2026-09-19T03:37:31.664Z","start_lag_sec":0.00011441600508987904,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T03:37:31.665Z","iteration_finished_at":"2026-09-19T03:37:40.854Z","iteration_elapsed_sec":9.189821690961253,"raw_rows":37848989380,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.044],[0.697],[0.788],[0.789]],"compilation_time":[[0.662],[0.554],[0.543],[0.534]],"execution_time":[[0.352],[0.137],[0.238],[0.245]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.006],[0.003],[0.004],[0.003]],"client_wall_time":[[1.174106791964732],[0.7556190299801528],[0.8457083479734138],[0.8435313410009257]],"statement_ids":[["01f1b3db-7207-125f-bf6a-d2dc7118571e"],["01f1b3db-7379-17b4-8db9-e80a8cac9bfe"],["01f1b3db-752d-1a09-abb6-3cc033ba6ae7"],["01f1b3db-7654-1112-b37c-f47f79913edf"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[67.18261172913485],[100.0],[100.0],[99.89156916332635]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T03:37:31.665Z","producer_progress_file_modified_at":"2026-09-19T03:37:31.642Z","producer_progress_updated_at":"2026-09-19T03:37:31.640Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":37848989380,"provider_committed_rows":37848989380,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T03:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T03:37:24.254Z","freshness_monitor_updated_at":"2026-09-19T03:37:24.236Z","mv_refresh_finished_at":"2026-09-19T03:36:37.401Z","mv_source_rows":37756039418,"mv_rows_behind":25809510,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":65,"scheduled_start_at":"2026-09-19T03:47:31.664Z","start_lag_sec":0.00010817596921697259,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T03:47:31.665Z","iteration_finished_at":"2026-09-19T03:47:41.733Z","iteration_elapsed_sec":10.068546901049558,"raw_rows":38448981241,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.113],[0.72],[0.78],[0.828]],"compilation_time":[[0.608],[0.561],[0.535],[0.542]],"execution_time":[[0.474],[0.154],[0.237],[0.278]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.003],[0.003],[0.002]],"client_wall_time":[[1.183220506994985],[0.7755831360118464],[0.8344760269974358],[0.8878227830282412]],"statement_ids":[["01f1b3dc-d79e-1f00-b82f-e7917a0eafff"],["01f1b3dc-d99a-1114-bb46-b3c653c3a8bd"],["01f1b3dc-dab3-128c-86bd-84cd06fca122"],["01f1b3dc-dbd5-1bd0-9b2e-2b1670348f65"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.5790109485359649],[100.0],[98.55329508667971],[99.08186400761139]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T03:47:31.665Z","producer_progress_file_modified_at":"2026-09-19T03:47:31.658Z","producer_progress_updated_at":"2026-09-19T03:47:31.656Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":38448981241,"provider_committed_rows":38448981241,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T03:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T03:47:30.773Z","freshness_monitor_updated_at":"2026-09-19T03:47:30.756Z","mv_refresh_finished_at":"2026-09-19T03:44:48.907Z","mv_source_rows":38242603288,"mv_rows_behind":144993493,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":66,"scheduled_start_at":"2026-09-19T03:57:31.664Z","start_lag_sec":0.00010220700642094016,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T03:57:31.665Z","iteration_finished_at":"2026-09-19T03:57:40.783Z","iteration_elapsed_sec":9.118554245971609,"raw_rows":39048929732,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.356],[0.67],[0.751],[0.734]],"compilation_time":[[0.61],[0.523],[0.514],[0.484]],"execution_time":[[0.715],[0.139],[0.232],[0.244]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.006],[0.005],[0.003],[0.003]],"client_wall_time":[[1.4299263069988228],[0.7261334169888869],[0.8052783070015721],[0.7925313810119405]],"statement_ids":[["01f1b3de-3d40-1508-9dd6-ce33acfda582"],["01f1b3de-3ec4-1268-b69c-268ae2957ed2"],["01f1b3de-4073-1774-bac3-f3d222894d3e"],["01f1b3de-4193-1713-be5f-48dbdeabed6a"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[90.2991698771159],[100.0],[100.0],[99.99390014484983]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T03:57:31.665Z","producer_progress_file_modified_at":"2026-09-19T03:57:31.659Z","producer_progress_updated_at":"2026-09-19T03:57:31.657Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":39048929732,"provider_committed_rows":39048929732,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T03:57:31.666Z","freshness_monitor_file_modified_at":"2026-09-19T03:57:25.600Z","freshness_monitor_updated_at":"2026-09-19T03:57:25.580Z","mv_refresh_finished_at":"2026-09-19T03:54:58.437Z","mv_source_rows":38853432133,"mv_rows_behind":130915961,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":67,"scheduled_start_at":"2026-09-19T04:07:31.664Z","start_lag_sec":0.00011109199840575457,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T04:07:31.665Z","iteration_finished_at":"2026-09-19T04:07:41.006Z","iteration_elapsed_sec":9.341367239016108,"raw_rows":39648991503,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.026],[0.88],[0.897],[0.786]],"compilation_time":[[0.699],[0.566],[0.566],[0.518]],"execution_time":[[0.293],[0.308],[0.325],[0.259]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.004],[0.002],[0.002]],"client_wall_time":[[1.1061960390070453],[0.9359218230238184],[0.9497534729889594],[0.8429441149928607]],"statement_ids":[["01f1b3df-a2e0-171a-a10e-f67b1c07f13b"],["01f1b3df-a4db-13bd-b78d-c8f898bbd66c"],["01f1b3df-a613-1fc0-bbc4-b80c4915bee4"],["01f1b3df-a74d-1ae6-88e9-81fe56ef7a0c"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[90.55008646290668],[67.08686620506253],[100.0],[99.99760817508299]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T04:07:31.665Z","producer_progress_file_modified_at":"2026-09-19T04:07:31.645Z","producer_progress_updated_at":"2026-09-19T04:07:31.643Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":39648991503,"provider_committed_rows":39648991503,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T04:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T04:07:30.786Z","freshness_monitor_updated_at":"2026-09-19T04:07:30.766Z","mv_refresh_finished_at":"2026-09-19T04:06:16.923Z","mv_source_rows":39526396250,"mv_rows_behind":59216372,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":68,"scheduled_start_at":"2026-09-19T04:17:31.664Z","start_lag_sec":0.0001028939732350409,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T04:17:31.665Z","iteration_finished_at":"2026-09-19T04:17:41.371Z","iteration_elapsed_sec":9.706691462022718,"raw_rows":40248892033,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.698],[0.48],[0.414],[0.429]],"compilation_time":[[0.422],[0.326],[0.266],[0.26]],"execution_time":[[0.249],[0.148],[0.14],[0.164]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.01],[0.003],[0.003]],"client_wall_time":[[0.7648294279933907],[0.5533415860263631],[0.4776480279979296],[0.4840249179978855]],"statement_ids":[["01f1b3e1-0881-1478-89c6-82f35f45279c"],["01f1b3e1-0a3c-140c-9bf6-77e7e458f76f"],["01f1b3e1-0bd4-1a27-b91f-c6c69278b455"],["01f1b3e1-0cbf-18fb-9e92-5a1430fea6a8"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[91.33731852096813],[100.0],[100.0],[99.99779461674841]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T04:17:31.665Z","producer_progress_file_modified_at":"2026-09-19T04:17:31.657Z","producer_progress_updated_at":"2026-09-19T04:17:31.655Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":40248892033,"provider_committed_rows":40248892033,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T04:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T04:17:30.900Z","freshness_monitor_updated_at":"2026-09-19T04:17:30.881Z","mv_refresh_finished_at":"2026-09-19T04:16:24.052Z","mv_source_rows":40138785731,"mv_rows_behind":44374030,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":69,"scheduled_start_at":"2026-09-19T04:27:31.664Z","start_lag_sec":9.926001075655222e-05,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T04:27:31.665Z","iteration_finished_at":"2026-09-19T04:27:41.604Z","iteration_elapsed_sec":9.93913601199165,"raw_rows":40848840757,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.777],[0.727],[0.778],[0.824]],"compilation_time":[[0.689],[0.578],[0.551],[0.563]],"execution_time":[[1.062],[0.143],[0.22],[0.254]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.004],[0.003],[0.003]],"client_wall_time":[[1.8533050270052627],[0.7835609219619073],[0.8334079950000159],[0.8840664150193334]],"statement_ids":[["01f1b3e2-6e22-1a47-9741-160ce14f1a86"],["01f1b3e2-7003-1d36-a6f4-7228f78da869"],["01f1b3e2-7124-194b-93a2-ba6df8404fdf"],["01f1b3e2-7247-1007-a4d2-d5e03d3dead5"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[86.29126611272054],[100.0],[100.0],[99.96683832384375]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T04:27:31.665Z","producer_progress_file_modified_at":"2026-09-19T04:27:31.644Z","producer_progress_updated_at":"2026-09-19T04:27:31.643Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":40848840757,"provider_committed_rows":40848840757,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T04:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T04:27:26.101Z","freshness_monitor_updated_at":"2026-09-19T04:27:26.083Z","mv_refresh_finished_at":"2026-09-19T04:25:45.941Z","mv_source_rows":40697797695,"mv_rows_behind":82938612,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":70,"scheduled_start_at":"2026-09-19T04:37:31.664Z","start_lag_sec":0.000115533999633044,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T04:37:31.665Z","iteration_finished_at":"2026-09-19T04:37:40.735Z","iteration_elapsed_sec":9.07076790399151,"raw_rows":41448952314,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.057],[0.733],[0.872],[0.79]],"compilation_time":[[0.76],[0.575],[0.621],[0.541]],"execution_time":[[0.271],[0.153],[0.244],[0.244]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.004],[0.002],[0.003]],"client_wall_time":[[1.1448055389919318],[0.795756234030705],[0.9274066490470432],[0.847550543025136]],"statement_ids":[["01f1b3e3-d3c3-1fc7-8142-63c332e29407"],["01f1b3e3-d5b7-173b-a953-02bb4b19d4a2"],["01f1b3e3-d6d6-15ba-9fc5-8cfac078b36b"],["01f1b3e3-d806-18ff-998c-452047784b29"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[85.8982101937837],[100.0],[100.0],[99.9810752577225]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T04:37:31.665Z","producer_progress_file_modified_at":"2026-09-19T04:37:31.654Z","producer_progress_updated_at":"2026-09-19T04:37:31.653Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":41448952314,"provider_committed_rows":41448952314,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T04:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T04:37:29.947Z","freshness_monitor_updated_at":"2026-09-19T04:37:29.929Z","mv_refresh_finished_at":"2026-09-19T04:35:54.187Z","mv_source_rows":41308592755,"mv_rows_behind":68075360,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":71,"scheduled_start_at":"2026-09-19T04:47:31.664Z","start_lag_sec":0.00011862796964123845,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T04:47:31.665Z","iteration_finished_at":"2026-09-19T04:47:41.602Z","iteration_elapsed_sec":9.93771322304383,"raw_rows":42048902844,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.982],[0.728],[0.82],[0.787]],"compilation_time":[[0.693],[0.559],[0.576],[0.523]],"execution_time":[[0.265],[0.162],[0.239],[0.258]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.002],[0.002],[0.003],[0.003]],"client_wall_time":[[1.0575843839906156],[0.7904475629911758],[0.8731752449530177],[0.8455218379967846]],"statement_ids":[["01f1b3e5-3963-1bab-abb6-cb03e13d2da4"],["01f1b3e5-3b4c-1726-8047-66d7b7d71e62"],["01f1b3e5-3c66-1fdb-8d3c-186f99e10908"],["01f1b3e5-3d8f-1633-a883-79390aff8a67"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[84.77426103894933],[100.0],[100.0],[99.98027811376969]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T04:47:31.665Z","producer_progress_file_modified_at":"2026-09-19T04:47:31.649Z","producer_progress_updated_at":"2026-09-19T04:47:31.648Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":42048902844,"provider_committed_rows":42048902844,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T04:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T04:47:24.914Z","freshness_monitor_updated_at":"2026-09-19T04:47:24.896Z","mv_refresh_finished_at":"2026-09-19T04:45:03.031Z","mv_source_rows":41857396928,"mv_rows_behind":129217366,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":72,"scheduled_start_at":"2026-09-19T04:57:31.664Z","start_lag_sec":0.0001033750013448298,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T04:57:31.665Z","iteration_finished_at":"2026-09-19T04:57:41.738Z","iteration_elapsed_sec":10.073734942008741,"raw_rows":42649050693,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.974],[0.683],[0.762],[0.803]],"compilation_time":[[0.677],[0.527],[0.517],[0.539]],"execution_time":[[0.264],[0.149],[0.239],[0.258]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.002],[0.003],[0.004]],"client_wall_time":[[1.0418065799749456],[0.741801985015627],[0.8212229529744945],[0.8642564130132087]],"statement_ids":[["01f1b3e6-9f04-152e-b07f-a104219ed192"],["01f1b3e6-a0e7-1a4a-9479-9187709ff287"],["01f1b3e6-a1fd-1c40-b1d5-6aa6a1952a4b"],["01f1b3e6-a340-1f48-9631-4d4705fb13b6"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[83.61498266104357],[100.0],[100.0],[99.981126100225]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T04:57:31.665Z","producer_progress_file_modified_at":"2026-09-19T04:57:31.659Z","producer_progress_updated_at":"2026-09-19T04:57:31.658Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":42649050693,"provider_committed_rows":42649050693,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T04:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T04:56:30.204Z","freshness_monitor_updated_at":"2026-09-19T04:56:30.185Z","mv_refresh_finished_at":"2026-09-19T04:55:09.451Z","mv_source_rows":42462815861,"mv_rows_behind":56825012,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":73,"scheduled_start_at":"2026-09-19T05:07:31.664Z","start_lag_sec":0.00010847399244084954,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T05:07:31.665Z","iteration_finished_at":"2026-09-19T05:07:41.504Z","iteration_elapsed_sec":9.839090602006763,"raw_rows":43248955264,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.619],[0.5],[0.497],[0.502]],"compilation_time":[[1.248],[0.282],[0.302],[0.285]],"execution_time":[[0.346],[0.211],[0.188],[0.211]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.006],[0.002],[0.008],[0.003]],"client_wall_time":[[1.7023388430243358],[0.558042996970471],[0.5565585749573074],[0.5540926500107162]],"statement_ids":[["01f1b3e8-04a4-1bea-a733-67813a3d5d44"],["01f1b3e8-0659-1275-9ed7-6b678f273013"],["01f1b3e8-07f4-10ae-8f55-8c9dd0c59efc"],["01f1b3e8-08ec-1386-8e34-0081797e3d78"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[82.43182580464183],[100.0],[100.0],[99.97935369526343]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T05:07:31.665Z","producer_progress_file_modified_at":"2026-09-19T05:07:31.640Z","producer_progress_updated_at":"2026-09-19T05:07:31.638Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":43248955264,"provider_committed_rows":43248955264,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T05:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T05:07:28.928Z","freshness_monitor_updated_at":"2026-09-19T05:07:28.910Z","mv_refresh_finished_at":"2026-09-19T05:05:20.350Z","mv_source_rows":43068402921,"mv_rows_behind":119521973,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":74,"scheduled_start_at":"2026-09-19T05:17:31.664Z","start_lag_sec":0.00010219000978395343,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T05:17:31.665Z","iteration_finished_at":"2026-09-19T05:17:40.745Z","iteration_elapsed_sec":9.080070492986124,"raw_rows":43849004793,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.099],[0.693],[0.809],[0.805]],"compilation_time":[[0.719],[0.551],[0.57],[0.549]],"execution_time":[[0.349],[0.137],[0.234],[0.25]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.004],[0.003],[0.002]],"client_wall_time":[[1.17315961496206],[0.7481029040063731],[0.8669267380028032],[0.8634533860022202]],"statement_ids":[["01f1b3e9-6a46-17ef-b16c-b1a39e1a0122"],["01f1b3e9-6c47-1e1b-9362-e5a54c0006f9"],["01f1b3e9-6d5f-17c6-8195-608f4c145779"],["01f1b3e9-6e86-1950-aa91-1d463964b0ba"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[79.96322989946775],[100.0],[98.88992983162406],[99.73471317764833]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T05:17:31.665Z","producer_progress_file_modified_at":"2026-09-19T05:17:31.639Z","producer_progress_updated_at":"2026-09-19T05:17:31.638Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":43849004793,"provider_committed_rows":43849004793,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T05:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T05:17:29.864Z","freshness_monitor_updated_at":"2026-09-19T05:17:29.845Z","mv_refresh_finished_at":"2026-09-19T05:16:30.562Z","mv_source_rows":43741372397,"mv_rows_behind":50345748,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":75,"scheduled_start_at":"2026-09-19T05:27:31.664Z","start_lag_sec":0.00010993698379024863,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T05:27:31.665Z","iteration_finished_at":"2026-09-19T05:27:41.431Z","iteration_elapsed_sec":9.766646020987537,"raw_rows":44448870942,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.767],[0.43],[0.418],[0.449]],"compilation_time":[[0.42],[0.286],[0.277],[0.28]],"execution_time":[[0.317],[0.136],[0.136],[0.164]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.009],[0.002],[0.005]],"client_wall_time":[[0.8403779559885152],[0.4905122530180961],[0.4712918949662708],[0.5151180630200543]],"statement_ids":[["01f1b3ea-cfe6-16f7-86ee-41edf6ac3b74"],["01f1b3ea-d1ac-1f05-9318-9652195ce118"],["01f1b3ea-d33e-19e2-b0d5-a5ed307c9fb8"],["01f1b3ea-d429-1f93-a787-60c7bf1bf1e2"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[80.07222322878715],[100.0],[100.0],[99.96101968084962]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T05:27:31.665Z","producer_progress_file_modified_at":"2026-09-19T05:27:31.637Z","producer_progress_updated_at":"2026-09-19T05:27:31.636Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":44448870942,"provider_committed_rows":44448870942,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T05:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T05:27:30.030Z","freshness_monitor_updated_at":"2026-09-19T05:27:30.009Z","mv_refresh_finished_at":"2026-09-19T05:26:36.941Z","mv_source_rows":44351923168,"mv_rows_behind":40915216,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":76,"scheduled_start_at":"2026-09-19T05:37:31.664Z","start_lag_sec":0.00010319496504962444,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T05:37:31.665Z","iteration_finished_at":"2026-09-19T05:37:40.817Z","iteration_elapsed_sec":9.152909203025047,"raw_rows":45048902478,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.079],[0.681],[0.775],[0.815]],"compilation_time":[[0.672],[0.532],[0.521],[0.574]],"execution_time":[[0.374],[0.142],[0.247],[0.234]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.002],[0.002],[0.011]],"client_wall_time":[[1.1494894129573368],[0.7351770619861782],[0.9251878199866042],[0.8789017900126055]],"statement_ids":[["01f1b3ec-3587-195a-8540-f8dc261e21a1"],["01f1b3ec-378d-175a-a565-d56cc7b3b282"],["01f1b3ec-38b0-1290-8a6f-283df23a5ced"],["01f1b3ec-39d0-1f99-a4f9-89563123d59d"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[76.75842410416115],[100.0],[98.86074806146542],[99.69284756894007]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T05:37:31.665Z","producer_progress_file_modified_at":"2026-09-19T05:37:31.656Z","producer_progress_updated_at":"2026-09-19T05:37:31.655Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":45048902478,"provider_committed_rows":45048902478,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T05:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T05:37:25.945Z","freshness_monitor_updated_at":"2026-09-19T05:37:25.928Z","mv_refresh_finished_at":"2026-09-19T05:34:48.461Z","mv_source_rows":44843691302,"mv_rows_behind":144930806,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":77,"scheduled_start_at":"2026-09-19T05:47:31.664Z","start_lag_sec":0.00010466796811670065,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T05:47:31.665Z","iteration_finished_at":"2026-09-19T05:47:41.236Z","iteration_elapsed_sec":9.571738857019227,"raw_rows":45648983692,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.682],[0.402],[0.394],[0.414]],"compilation_time":[[0.374],[0.27],[0.257],[0.249]],"execution_time":[[0.278],[0.125],[0.13],[0.157]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.004],[0.005],[0.005]],"client_wall_time":[[0.7551214470295236],[0.4625438129878603],[0.4488138980232179],[0.4724475789698772]],"statement_ids":[["01f1b3ed-9b28-1b79-bfae-a5942ad75eb4"],["01f1b3ed-9ce1-1c3d-b2cc-33e1128a07d3"],["01f1b3ed-9e6a-1985-b88b-a3db636145db"],["01f1b3ed-9f52-1342-941f-f99d1a962ee4"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[78.5642696112637],[100.0],[100.0],[99.96614336493793]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T05:47:31.665Z","producer_progress_file_modified_at":"2026-09-19T05:47:31.649Z","producer_progress_updated_at":"2026-09-19T05:47:31.648Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":45648983692,"provider_committed_rows":45648983692,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T05:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T05:47:30.948Z","freshness_monitor_updated_at":"2026-09-19T05:47:30.930Z","mv_refresh_finished_at":"2026-09-19T05:44:54.441Z","mv_source_rows":45444097838,"mv_rows_behind":144736436,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":78,"scheduled_start_at":"2026-09-19T05:57:31.664Z","start_lag_sec":0.00010834896238520741,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T05:57:31.665Z","iteration_finished_at":"2026-09-19T05:57:41.752Z","iteration_elapsed_sec":10.087001242034603,"raw_rows":46248965040,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.036],[0.686],[0.807],[0.837]],"compilation_time":[[0.714],[0.527],[0.53],[0.55]],"execution_time":[[0.292],[0.151],[0.269],[0.28]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.004],[0.003],[0.003]],"client_wall_time":[[1.1105036520166323],[0.7491276459768414],[0.8632916469941847],[0.8947032979922369]],"statement_ids":[["01f1b3ef-00c9-1086-80fd-c296aee77e9e"],["01f1b3ef-02c8-12ad-8ae5-179ca9f95495"],["01f1b3ef-03db-1ed3-847d-ad60fd445e15"],["01f1b3ef-0501-1cc4-8362-554a07fd84ad"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[76.74776277738535],[100.0],[98.85855806679687],[99.39060735950662]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T05:57:31.665Z","producer_progress_file_modified_at":"2026-09-19T05:57:31.617Z","producer_progress_updated_at":"2026-09-19T05:57:31.616Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":46248965040,"provider_committed_rows":46248965040,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T05:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T05:57:27.713Z","freshness_monitor_updated_at":"2026-09-19T05:57:27.695Z","mv_refresh_finished_at":"2026-09-19T05:56:01.862Z","mv_source_rows":46111873594,"mv_rows_behind":72609808,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":79,"scheduled_start_at":"2026-09-19T06:07:31.664Z","start_lag_sec":0.0001132609904743731,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T06:07:31.665Z","iteration_finished_at":"2026-09-19T06:07:41.080Z","iteration_elapsed_sec":9.415408004017081,"raw_rows":46848958026,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.807],[0.506],[0.558],[0.664]],"compilation_time":[[0.403],[0.294],[0.29],[0.3]],"execution_time":[[0.369],[0.191],[0.261],[0.355]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.003],[0.008],[0.012]],"client_wall_time":[[0.9382600390235893],[0.5725041920086369],[0.6270379239576869],[0.730122898996342]],"statement_ids":[["01f1b3f0-6669-1dd0-9ef0-2068cbd1a19c"],["01f1b3f0-684d-14e4-ad8b-fb5a23908f62"],["01f1b3f0-6951-125a-b4c1-879292a818ce"],["01f1b3f0-6af2-10ec-bece-293f28ab3103"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[76.29803349920728],[100.0],[94.52376957389289],[73.62135411821903]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T06:07:31.665Z","producer_progress_file_modified_at":"2026-09-19T06:07:31.623Z","producer_progress_updated_at":"2026-09-19T06:07:31.621Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":46848958026,"provider_committed_rows":46848958026,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T06:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T06:07:25.069Z","freshness_monitor_updated_at":"2026-09-19T06:07:25.051Z","mv_refresh_finished_at":"2026-09-19T06:06:14.512Z","mv_source_rows":46722628881,"mv_rows_behind":72653619,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":80,"scheduled_start_at":"2026-09-19T06:17:31.664Z","start_lag_sec":0.00010465801460668445,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T06:17:31.665Z","iteration_finished_at":"2026-09-19T06:17:41.122Z","iteration_elapsed_sec":9.45762077497784,"raw_rows":47448953256,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.085],[0.728],[0.848],[0.885]],"compilation_time":[[0.635],[0.558],[0.531],[0.579]],"execution_time":[[0.417],[0.162],[0.312],[0.3]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.006],[0.002],[0.002]],"client_wall_time":[[1.1618839470320381],[0.7933398570166901],[0.9087650859728456],[1.1504629240371287]],"statement_ids":[["01f1b3f1-cc0a-1a42-b21c-83b64e503ef4"],["01f1b3f1-ce0e-146c-a07e-ac5106c7013c"],["01f1b3f1-cf2b-1eae-b598-196412537e24"],["01f1b3f1-d078-1eae-8cb9-e1dac2a130cb"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[74.88459258701873],[100.0],[98.9142388426745],[99.73832178074785]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T06:17:31.665Z","producer_progress_file_modified_at":"2026-09-19T06:17:31.655Z","producer_progress_updated_at":"2026-09-19T06:17:31.654Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":47448953256,"provider_committed_rows":47448953256,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T06:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T06:17:30.128Z","freshness_monitor_updated_at":"2026-09-19T06:17:30.110Z","mv_refresh_finished_at":"2026-09-19T06:16:15.911Z","mv_source_rows":47328258242,"mv_rows_behind":61259460,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":81,"scheduled_start_at":"2026-09-19T06:27:31.664Z","start_lag_sec":0.0001131909666582942,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T06:27:31.665Z","iteration_finished_at":"2026-09-19T06:27:41.550Z","iteration_elapsed_sec":9.885143112041987,"raw_rows":48048969904,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.811],[0.445],[0.458],[0.492]],"compilation_time":[[0.444],[0.298],[0.298],[0.281]],"execution_time":[[0.344],[0.141],[0.154],[0.205]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.005],[0.007],[0.002]],"client_wall_time":[[0.8890575609984808],[0.5079514710232615],[0.5191292419913225],[0.5497548040002584]],"statement_ids":[["01f1b3f3-31aa-1f9f-b03e-01c3c3814e4d"],["01f1b3f3-3376-1478-8b64-b553b48dc71f"],["01f1b3f3-3507-120e-bbff-56c3adfd74cd"],["01f1b3f3-35fa-1c97-b2e5-63309f44e350"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[74.5880803203078],[100.0],[100.0],[99.94503019566233]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T06:27:31.665Z","producer_progress_file_modified_at":"2026-09-19T06:27:31.623Z","producer_progress_updated_at":"2026-09-19T06:27:31.622Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":48048969904,"provider_committed_rows":48048969904,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T06:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T06:27:27.360Z","freshness_monitor_updated_at":"2026-09-19T06:27:27.342Z","mv_refresh_finished_at":"2026-09-19T06:26:20.410Z","mv_source_rows":47933993940,"mv_rows_behind":56911954,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":82,"scheduled_start_at":"2026-09-19T06:37:31.664Z","start_lag_sec":9.766296716406941e-05,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T06:37:31.665Z","iteration_finished_at":"2026-09-19T06:37:40.763Z","iteration_elapsed_sec":9.098589878005441,"raw_rows":48648841029,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.989],[0.743],[0.782],[0.853]],"compilation_time":[[0.649],[0.573],[0.531],[0.581]],"execution_time":[[0.312],[0.165],[0.246],[0.266]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.003],[0.003],[0.015]],"client_wall_time":[[1.0605245510232635],[0.8030892289825715],[0.8519568410119973],[0.9196017279755324]],"statement_ids":[["01f1b3f4-974c-10ab-9a6d-73540c6305d1"],["01f1b3f4-993e-1c13-9d4a-81ef8a5b43f4"],["01f1b3f4-9a5c-1938-8b7f-9d92b0439317"],["01f1b3f4-9b88-1905-81ba-ddcd7fe83e7a"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[72.22466422258196],[100.0],[98.91357937226893],[99.43922365783942]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T06:37:31.665Z","producer_progress_file_modified_at":"2026-09-19T06:37:31.655Z","producer_progress_updated_at":"2026-09-19T06:37:31.654Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":48648841029,"provider_committed_rows":48648841029,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T06:37:31.666Z","freshness_monitor_file_modified_at":"2026-09-19T06:37:31.352Z","freshness_monitor_updated_at":"2026-09-19T06:37:31.334Z","mv_refresh_finished_at":"2026-09-19T06:36:29.591Z","mv_source_rows":48539557999,"mv_rows_behind":46613662,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":83,"scheduled_start_at":"2026-09-19T06:47:31.664Z","start_lag_sec":0.00010484701488167048,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T06:47:31.665Z","iteration_finished_at":"2026-09-19T06:47:41.481Z","iteration_elapsed_sec":9.816568958980497,"raw_rows":49249000673,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.759],[0.482],[0.414],[0.445]],"compilation_time":[[0.379],[0.312],[0.268],[0.272]],"execution_time":[[0.352],[0.165],[0.14],[0.164]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.004],[0.004],[0.014]],"client_wall_time":[[0.8416730419849046],[0.5367837300291285],[0.47494500898756087],[0.5171802190016024]],"statement_ids":[["01f1b3f5-fcec-1925-92cc-514ba447c454"],["01f1b3f5-feb7-1dec-a1bd-0d78dad683a3"],["01f1b3f6-004a-16e5-9d2c-6de871ed150a"],["01f1b3f6-0135-131a-8267-8e808b9e54ab"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[73.51063774460768],[100.0],[100.0],[99.94749170887866]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T06:47:31.665Z","producer_progress_file_modified_at":"2026-09-19T06:47:31.660Z","producer_progress_updated_at":"2026-09-19T06:47:31.659Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":49249000673,"provider_committed_rows":49249000673,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T06:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T06:47:28.703Z","freshness_monitor_updated_at":"2026-09-19T06:47:28.685Z","mv_refresh_finished_at":"2026-09-19T06:46:35.593Z","mv_source_rows":49145045339,"mv_rows_behind":41538488,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":84,"scheduled_start_at":"2026-09-19T06:57:31.664Z","start_lag_sec":0.00010761298472061753,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T06:57:31.665Z","iteration_finished_at":"2026-09-19T06:57:41.744Z","iteration_elapsed_sec":10.079503994027618,"raw_rows":49848932021,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.986],[0.765],[0.789],[0.832]],"compilation_time":[[0.66],[0.606],[0.547],[0.555]],"execution_time":[[0.296],[0.154],[0.235],[0.272]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.006],[0.004],[0.003],[0.003]],"client_wall_time":[[1.0662680250243284],[0.8275725959683768],[0.8412282789940946],[0.8880316339782439]],"statement_ids":[["01f1b3f7-628d-1212-99d1-5eaa9f6140a3"],["01f1b3f7-647e-1cc4-846d-2caaaf6cc723"],["01f1b3f7-65a1-16c0-b9c2-31358639bcaf"],["01f1b3f7-66c4-1f3a-a048-0770a37b50c2"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[71.9728396074047],[100.0],[98.93355366235205],[99.43335831765533]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T06:57:31.665Z","producer_progress_file_modified_at":"2026-09-19T06:57:31.616Z","producer_progress_updated_at":"2026-09-19T06:57:31.614Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":49848932021,"provider_committed_rows":49848932021,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T06:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T06:57:24.644Z","freshness_monitor_updated_at":"2026-09-19T06:57:24.625Z","mv_refresh_finished_at":"2026-09-19T06:55:48.579Z","mv_source_rows":49704203131,"mv_rows_behind":77669256,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":85,"scheduled_start_at":"2026-09-19T07:07:31.664Z","start_lag_sec":0.0001061009825207293,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T07:07:31.665Z","iteration_finished_at":"2026-09-19T07:07:41.117Z","iteration_elapsed_sec":9.452595492010005,"raw_rows":50448920743,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.885],[0.484],[0.482],[0.599]],"compilation_time":[[0.474],[0.311],[0.304],[0.254]],"execution_time":[[0.378],[0.165],[0.173],[0.34]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.007],[0.003],[0.003],[0.003]],"client_wall_time":[[1.0223312319722027],[0.5467683490132913],[0.5412551010376774],[0.6572855150443502]],"statement_ids":[["01f1b3f8-c836-11e9-a570-9a6d9e01fb14"],["01f1b3f8-ca3c-1f46-99c0-2b1f5d92fe91"],["01f1b3f8-cb33-1b1c-91a5-02294d25e7f8"],["01f1b3f8-ccc7-1e6f-bb93-fd40606048e5"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[71.47655257533596],[100.0],[100.0],[75.3102250185559]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T07:07:31.665Z","producer_progress_file_modified_at":"2026-09-19T07:07:31.654Z","producer_progress_updated_at":"2026-09-19T07:07:31.653Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":50448920743,"provider_committed_rows":50448920743,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T07:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T07:07:29.879Z","freshness_monitor_updated_at":"2026-09-19T07:07:29.862Z","mv_refresh_finished_at":"2026-09-19T07:06:01.998Z","mv_source_rows":50315011383,"mv_rows_behind":77650074,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":86,"scheduled_start_at":"2026-09-19T07:17:31.664Z","start_lag_sec":0.0001152759650722146,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T07:17:31.665Z","iteration_finished_at":"2026-09-19T07:17:41.715Z","iteration_elapsed_sec":10.049945650040172,"raw_rows":51048965322,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.089],[0.705],[0.782],[0.81]],"compilation_time":[[0.698],[0.556],[0.544],[0.522]],"execution_time":[[0.358],[0.142],[0.231],[0.282]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.002],[0.005],[0.004],[0.002]],"client_wall_time":[[1.1775101810344495],[0.7633567459997721],[0.8367647579871118],[0.8676569710369222]],"statement_ids":[["01f1b3fa-2dce-188b-b821-a84d00b88604"],["01f1b3fa-2fc8-1bd4-94a0-00a22f53b5e0"],["01f1b3fa-30e1-15be-868e-be3ef9d41c3c"],["01f1b3fa-3205-14a5-9897-c621dbd4ad11"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[68.96286066295292],[100.0],[100.0],[99.93098366251508]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T07:17:31.665Z","producer_progress_file_modified_at":"2026-09-19T07:17:31.621Z","producer_progress_updated_at":"2026-09-19T07:17:31.620Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":51048965322,"provider_committed_rows":51048965322,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T07:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T07:17:27.204Z","freshness_monitor_updated_at":"2026-09-19T07:17:27.186Z","mv_refresh_finished_at":"2026-09-19T07:16:10.925Z","mv_source_rows":50920682864,"mv_rows_behind":62138550,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":87,"scheduled_start_at":"2026-09-19T07:27:31.664Z","start_lag_sec":0.00010450801346451044,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T07:27:31.665Z","iteration_finished_at":"2026-09-19T07:27:40.736Z","iteration_elapsed_sec":9.071834807982668,"raw_rows":51648867376,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.037],[0.762],[0.785],[0.867]],"compilation_time":[[0.658],[0.583],[0.519],[0.592]],"execution_time":[[0.344],[0.172],[0.258],[0.266]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.005],[0.003],[0.005]],"client_wall_time":[[1.1116113479947671],[0.8200734659912996],[0.8409430750180036],[0.9252178939641453]],"statement_ids":[["01f1b3fb-936e-1fa0-a0e4-5bbe0d0e0bc1"],["01f1b3fb-955f-16cc-979c-897da6337494"],["01f1b3fb-9682-159a-9b41-181fdb969276"],["01f1b3fb-97a6-1966-89fe-4cd8fb67e588"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[68.76619610231242],[100.0],[98.92344727154897],[99.44961359200121]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T07:27:31.665Z","producer_progress_file_modified_at":"2026-09-19T07:27:31.613Z","producer_progress_updated_at":"2026-09-19T07:27:31.612Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":51648867376,"provider_committed_rows":51648867376,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T07:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T07:27:30.965Z","freshness_monitor_updated_at":"2026-09-19T07:27:30.945Z","mv_refresh_finished_at":"2026-09-19T07:26:18.971Z","mv_source_rows":51526464182,"mv_rows_behind":58837282,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":88,"scheduled_start_at":"2026-09-19T07:37:31.664Z","start_lag_sec":0.00010725599713623524,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T07:37:31.665Z","iteration_finished_at":"2026-09-19T07:37:40.789Z","iteration_elapsed_sec":9.124816210998688,"raw_rows":52248886297,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.005],[0.807],[0.818],[0.852]],"compilation_time":[[0.707],[0.62],[0.569],[0.58]],"execution_time":[[0.267],[0.181],[0.243],[0.265]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.011],[0.003],[0.002]],"client_wall_time":[[1.0786376540199853],[0.8778516629827209],[0.872448727954179],[0.9095416599884629]],"statement_ids":[["01f1b3fc-f910-131e-990b-98bdf3ac1ffb"],["01f1b3fc-faf9-1d3e-9f03-b13f031be3e3"],["01f1b3fc-fc29-1933-a53d-d69b681723cf"],["01f1b3fc-fd51-175c-8751-9ece666c4f58"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[94.201214698732],[100.0],[100.0],[99.99798221304474]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T07:37:31.665Z","producer_progress_file_modified_at":"2026-09-19T07:37:31.638Z","producer_progress_updated_at":"2026-09-19T07:37:31.637Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":52248886297,"provider_committed_rows":52248886297,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T07:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T07:37:29.013Z","freshness_monitor_updated_at":"2026-09-19T07:37:28.995Z","mv_refresh_finished_at":"2026-09-19T07:36:24.535Z","mv_source_rows":52132064886,"mv_rows_behind":59149855,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":89,"scheduled_start_at":"2026-09-19T07:47:31.664Z","start_lag_sec":0.00010071799624711275,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T07:47:31.665Z","iteration_finished_at":"2026-09-19T07:47:41.404Z","iteration_elapsed_sec":9.739175827009603,"raw_rows":52848929281,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.892],[0.637],[0.769],[0.794]],"compilation_time":[[0.6],[0.492],[0.467],[0.534]],"execution_time":[[0.257],[0.14],[0.295],[0.254]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.004],[0.003],[0.003]],"client_wall_time":[[0.9706081990152597],[0.697780710994266],[0.826943124004174],[0.8542362159932964]],"statement_ids":[["01f1b3fe-5eb1-115b-a496-ce1f638f0ad3"],["01f1b3fe-608a-195f-a7f3-70cd7f85b167"],["01f1b3fe-619a-1577-ae20-0231632808ce"],["01f1b3fe-6358-1b28-95e9-95d9ba887fd9"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[93.05167075199253],[100.0],[100.0],[99.99750403627003]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T07:47:31.665Z","producer_progress_file_modified_at":"2026-09-19T07:47:31.658Z","producer_progress_updated_at":"2026-09-19T07:47:31.656Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":52848929281,"provider_committed_rows":52848929281,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T07:47:31.666Z","freshness_monitor_file_modified_at":"2026-09-19T07:47:31.292Z","freshness_monitor_updated_at":"2026-09-19T07:47:31.273Z","mv_refresh_finished_at":"2026-09-19T07:46:33.036Z","mv_source_rows":52742766701,"mv_rows_behind":41357670,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":90,"scheduled_start_at":"2026-09-19T07:57:31.664Z","start_lag_sec":0.00011218601139262319,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T07:57:31.665Z","iteration_finished_at":"2026-09-19T07:57:41.698Z","iteration_elapsed_sec":10.033275146968663,"raw_rows":53448968592,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.976],[0.691],[0.797],[0.939]],"compilation_time":[[0.687],[0.538],[0.542],[0.629]],"execution_time":[[0.249],[0.148],[0.247],[0.304]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.009],[0.004],[0.004]],"client_wall_time":[[1.0490173660218716],[0.7545218970044516],[0.8542138769989833],[0.9970244150026701]],"statement_ids":[["01f1b3ff-c451-1e97-8d6b-71ebc81b2311"],["01f1b3ff-c635-1567-95b7-4e121f28303d"],["01f1b3ff-c74d-17b0-8d93-195560996533"],["01f1b3ff-c872-1fd4-a552-31833ec722f0"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[91.83823422006697],[100.0],[100.0],[99.99788216479391]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T07:57:31.665Z","producer_progress_file_modified_at":"2026-09-19T07:57:31.634Z","producer_progress_updated_at":"2026-09-19T07:57:31.632Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":53448968592,"provider_committed_rows":53448968592,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T07:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T07:57:30.098Z","freshness_monitor_updated_at":"2026-09-19T07:57:30.080Z","mv_refresh_finished_at":"2026-09-19T07:56:36.492Z","mv_source_rows":53348388732,"mv_rows_behind":41469306,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":91,"scheduled_start_at":"2026-09-19T08:07:31.664Z","start_lag_sec":0.00010760396253317595,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T08:07:31.665Z","iteration_finished_at":"2026-09-19T08:07:41.380Z","iteration_elapsed_sec":9.715760258026421,"raw_rows":54048999698,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.015],[0.877],[0.903],[0.987]],"compilation_time":[[0.726],[0.633],[0.544],[0.59]],"execution_time":[[0.255],[0.238],[0.352],[0.391]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.004],[0.004],[0.002]],"client_wall_time":[[1.0940411179908551],[0.9383184899925254],[0.9590846560313366],[1.0434556300169788]],"statement_ids":[["01f1b401-29f2-1a91-a098-5a44967dc2df"],["01f1b401-2b70-18ad-ab79-4883f680ae81"],["01f1b401-2d44-1c51-98aa-a93e93b83fe0"],["01f1b401-2e7a-14a3-b237-27c247038687"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[90.5068603759891],[100.0],[93.7784656451977],[68.79279668480221]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T08:07:31.665Z","producer_progress_file_modified_at":"2026-09-19T08:07:31.652Z","producer_progress_updated_at":"2026-09-19T08:07:31.650Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":54048999698,"provider_committed_rows":54048999698,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T08:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T08:07:28.887Z","freshness_monitor_updated_at":"2026-09-19T08:07:28.869Z","mv_refresh_finished_at":"2026-09-19T08:04:48.029Z","mv_source_rows":53835069814,"mv_rows_behind":151904698,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":92,"scheduled_start_at":"2026-09-19T08:17:31.664Z","start_lag_sec":0.00010775297414511442,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T08:17:31.665Z","iteration_finished_at":"2026-09-19T08:17:41.349Z","iteration_elapsed_sec":9.68474952201359,"raw_rows":54648912657,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.407],[0.736],[0.859],[0.877]],"compilation_time":[[0.71],[0.572],[0.596],[0.575]],"execution_time":[[0.663],[0.156],[0.257],[0.295]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.007],[0.003],[0.003],[0.005]],"client_wall_time":[[1.4878275929950178],[0.7929240720113739],[0.9201233339845203],[0.939167078002356]],"statement_ids":[["01f1b402-8f93-142e-914e-c3d794531edb"],["01f1b402-9135-1e61-aa37-5630c5c7ab08"],["01f1b402-92f6-1bc9-b1b9-f7630f2113cc"],["01f1b402-9426-1809-bacb-b9c826bfc218"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.47769678483005973],[100.0],[100.0],[99.73412376546244]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T08:17:31.665Z","producer_progress_file_modified_at":"2026-09-19T08:17:31.616Z","producer_progress_updated_at":"2026-09-19T08:17:31.615Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":54648912657,"provider_committed_rows":54648912657,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T08:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T08:17:30.797Z","freshness_monitor_updated_at":"2026-09-19T08:17:30.779Z","mv_refresh_finished_at":"2026-09-19T08:14:59.147Z","mv_source_rows":54446363939,"mv_rows_behind":144865526,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":93,"scheduled_start_at":"2026-09-19T08:27:31.664Z","start_lag_sec":0.00010921596549451351,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T08:27:31.665Z","iteration_finished_at":"2026-09-19T08:27:41.524Z","iteration_elapsed_sec":9.859874243033119,"raw_rows":55248932131,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.959],[0.764],[0.807],[1.611]],"compilation_time":[[0.684],[0.611],[0.558],[0.629]],"execution_time":[[0.247],[0.145],[0.244],[0.976]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.013],[0.004],[0.002],[0.005]],"client_wall_time":[[1.0516267929924652],[0.8329962490242906],[0.9252681549987756],[1.6738218839745969]],"statement_ids":[["01f1b403-f534-1ccb-ab4b-a7d409caec5c"],["01f1b403-f71b-14af-9653-374f6b901db5"],["01f1b403-f84a-1a79-b523-d04d3784ce91"],["01f1b403-f970-1d45-9606-16750097e040"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[92.54121809486374],[100.0],[100.0],[99.99399851784482]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T08:27:31.665Z","producer_progress_file_modified_at":"2026-09-19T08:27:31.634Z","producer_progress_updated_at":"2026-09-19T08:27:31.633Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":55248932131,"provider_committed_rows":55248932131,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T08:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T08:27:27.328Z","freshness_monitor_updated_at":"2026-09-19T08:27:27.310Z","mv_refresh_finished_at":"2026-09-19T08:25:12.320Z","mv_source_rows":55062435901,"mv_rows_behind":124388498,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":94,"scheduled_start_at":"2026-09-19T08:37:31.664Z","start_lag_sec":0.00013123999815434217,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T08:37:31.665Z","iteration_finished_at":"2026-09-19T08:37:41.559Z","iteration_elapsed_sec":9.894848440017086,"raw_rows":55849013665,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.955],[0.688],[0.786],[0.818]],"compilation_time":[[0.639],[0.534],[0.533],[0.556]],"execution_time":[[0.284],[0.144],[0.247],[0.256]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.008],[0.003],[0.003]],"client_wall_time":[[1.023877510044258],[0.7483784109936096],[0.8443263340159319],[0.873269142000936]],"statement_ids":[["01f1b405-5ad4-1610-b295-8e3a5c6703ca"],["01f1b405-5cb7-105f-953d-baed5e893164"],["01f1b405-5dce-12bc-a187-c6ff723cfb7a"],["01f1b405-5ef2-1fc0-be00-851b3fe76ff5"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[91.7771469754832],[100.0],[100.0],[99.99544842953387]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T08:37:31.665Z","producer_progress_file_modified_at":"2026-09-19T08:37:31.656Z","producer_progress_updated_at":"2026-09-19T08:37:31.655Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":55849013665,"provider_committed_rows":55849013665,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T08:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T08:36:33.391Z","freshness_monitor_updated_at":"2026-09-19T08:36:33.372Z","mv_refresh_finished_at":"2026-09-19T08:35:27.821Z","mv_source_rows":55671605089,"mv_rows_behind":48433478,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":95,"scheduled_start_at":"2026-09-19T08:47:31.664Z","start_lag_sec":0.00011537398677319288,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T08:47:31.665Z","iteration_finished_at":"2026-09-19T08:47:41.645Z","iteration_elapsed_sec":9.98008997598663,"raw_rows":56448925831,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.943],[0.686],[0.825],[0.877]],"compilation_time":[[0.635],[0.521],[0.58],[0.635]],"execution_time":[[0.279],[0.16],[0.237],[0.235]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.006],[0.004],[0.002],[0.003]],"client_wall_time":[[1.0228635760140605],[0.7443013580050319],[0.8772934449953027],[0.9338579229661264]],"statement_ids":[["01f1b406-c075-13b9-baea-4394b5296cec"],["01f1b406-c257-11a5-b607-0ac13d230de4"],["01f1b406-c36e-100e-ab97-1b831e900fdf"],["01f1b406-c498-1cee-8af0-1065ef463b93"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[91.97220949839244],[100.0],[100.0],[99.9979888352352]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T08:47:31.665Z","producer_progress_file_modified_at":"2026-09-19T08:47:31.629Z","producer_progress_updated_at":"2026-09-19T08:47:31.628Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":56448925831,"provider_committed_rows":56448925831,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T08:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T08:47:28.829Z","freshness_monitor_updated_at":"2026-09-19T08:47:28.811Z","mv_refresh_finished_at":"2026-09-19T08:45:38.852Z","mv_source_rows":56285091695,"mv_rows_behind":89156240,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":96,"scheduled_start_at":"2026-09-19T08:57:31.664Z","start_lag_sec":0.00012700300430878997,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T08:57:31.665Z","iteration_finished_at":"2026-09-19T08:57:40.786Z","iteration_elapsed_sec":9.121355262992438,"raw_rows":57048862217,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.072],[0.784],[0.797],[0.869]],"compilation_time":[[0.738],[0.644],[0.542],[0.605]],"execution_time":[[0.302],[0.132],[0.248],[0.258]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.013],[0.003],[0.002],[0.002]],"client_wall_time":[[1.1584876050474122],[0.8421914969803765],[0.8514792599598877],[0.9270228259847499]],"statement_ids":[["01f1b408-2616-190f-bff0-2dcf17ac223c"],["01f1b408-280a-15ec-8908-62cf824f8e82"],["01f1b408-292d-1503-92fb-c0fa3bafeff3"],["01f1b408-2a54-1a3c-9791-ed57fb25868e"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[90.81463429209386],[100.0],[100.0],[99.99704405135418]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T08:57:31.665Z","producer_progress_file_modified_at":"2026-09-19T08:57:31.626Z","producer_progress_updated_at":"2026-09-19T08:57:31.626Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":57048862217,"provider_committed_rows":57048862217,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T08:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T08:57:25.980Z","freshness_monitor_updated_at":"2026-09-19T08:57:25.962Z","mv_refresh_finished_at":"2026-09-19T08:55:50.714Z","mv_source_rows":56897617427,"mv_rows_behind":79075708,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":97,"scheduled_start_at":"2026-09-19T09:07:31.664Z","start_lag_sec":0.00010800198651850224,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T09:07:31.665Z","iteration_finished_at":"2026-09-19T09:07:41.183Z","iteration_elapsed_sec":9.518724262015894,"raw_rows":57648963051,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.984],[0.773],[0.872],[0.894]],"compilation_time":[[0.673],[0.617],[0.556],[0.534]],"execution_time":[[0.279],[0.151],[0.311],[0.351]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.006],[0.005],[0.003],[0.003]],"client_wall_time":[[1.0671405739849433],[0.8459418429993093],[0.9254916089703329],[0.9552941670408472]],"statement_ids":[["01f1b409-8bb7-184a-b9f5-428e4bdafbde"],["01f1b409-8d3b-1547-86d5-1f960eafec36"],["01f1b409-8efc-1ef0-bb0e-cf27b06e19eb"],["01f1b409-902f-11c0-9b5a-b5e45b9250b7"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[89.69444169899552],[100.0],[100.0],[99.98550716631833]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T09:07:31.665Z","producer_progress_file_modified_at":"2026-09-19T09:07:31.616Z","producer_progress_updated_at":"2026-09-19T09:07:31.615Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":57648963051,"provider_committed_rows":57648963051,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T09:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T09:06:32.729Z","freshness_monitor_updated_at":"2026-09-19T09:06:32.711Z","mv_refresh_finished_at":"2026-09-19T09:04:06.555Z","mv_source_rows":57394745313,"mv_rows_behind":123673010,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":98,"scheduled_start_at":"2026-09-19T09:17:31.664Z","start_lag_sec":0.0001034039887599647,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T09:17:31.665Z","iteration_finished_at":"2026-09-19T09:17:40.798Z","iteration_elapsed_sec":9.133120957005303,"raw_rows":58249004920,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.055],[0.763],[0.881],[0.823]],"compilation_time":[[0.741],[0.604],[0.641],[0.574]],"execution_time":[[0.288],[0.153],[0.234],[0.24]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.016],[0.003],[0.006],[0.003]],"client_wall_time":[[1.1404922570218332],[0.829764107009396],[0.935077152971644],[0.8783528200001456]],"statement_ids":[["01f1b40a-f158-1032-996d-2d9abbde22de"],["01f1b40a-f34a-1f52-b41c-82f16e660969"],["01f1b40a-f46a-17a8-90c1-e49df29e45c3"],["01f1b40a-f59f-1324-8279-a6ced4ffbcb7"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[88.64654932635169],[100.0],[100.0],[99.96423276581878]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T09:17:31.665Z","producer_progress_file_modified_at":"2026-09-19T09:17:31.657Z","producer_progress_updated_at":"2026-09-19T09:17:31.656Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":58249004920,"provider_committed_rows":58249004920,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T09:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T09:17:30.017Z","freshness_monitor_updated_at":"2026-09-19T09:17:29.999Z","mv_refresh_finished_at":"2026-09-19T09:16:14.136Z","mv_source_rows":58125181910,"mv_rows_behind":56875012,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":99,"scheduled_start_at":"2026-09-19T09:27:31.664Z","start_lag_sec":0.00010499899508431554,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T09:27:31.665Z","iteration_finished_at":"2026-09-19T09:27:41.272Z","iteration_elapsed_sec":9.607039169990458,"raw_rows":58848886186,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.71],[0.412],[0.391],[0.416]],"compilation_time":[[0.4],[0.272],[0.243],[0.244]],"execution_time":[[0.283],[0.132],[0.14],[0.165]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.003],[0.004],[0.005]],"client_wall_time":[[0.796944617992267],[0.4651004690094851],[0.4494445309974253],[0.4764718670048751]],"statement_ids":[["01f1b40c-56f8-1a35-8f73-7eb26d8e007f"],["01f1b40c-58b7-1b04-8f1d-5b67535f73e4"],["01f1b40c-5a3f-1f1d-913d-1ea6b9bd4a6f"],["01f1b40c-5b27-1eab-b912-2fad2fc2e368"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[87.56019999288644],[100.0],[100.0],[99.97331181906998]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T09:27:31.665Z","producer_progress_file_modified_at":"2026-09-19T09:27:31.650Z","producer_progress_updated_at":"2026-09-19T09:27:31.649Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":58848886186,"provider_committed_rows":58848886186,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T09:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T09:26:32.547Z","freshness_monitor_updated_at":"2026-09-19T09:26:32.530Z","mv_refresh_finished_at":"2026-09-19T09:24:14.343Z","mv_source_rows":58601390166,"mv_rows_behind":124257918,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":100,"scheduled_start_at":"2026-09-19T09:37:31.664Z","start_lag_sec":0.00010947801638394594,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T09:37:31.665Z","iteration_finished_at":"2026-09-19T09:37:40.881Z","iteration_elapsed_sec":9.216531038982794,"raw_rows":59449032571,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.97],[0.722],[0.799],[0.831]],"compilation_time":[[0.659],[0.574],[0.557],[0.558]],"execution_time":[[0.28],[0.139],[0.236],[0.263]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.002],[0.002],[0.003]],"client_wall_time":[[1.0415717550204135],[0.7769477039691992],[0.8542658530059271],[0.8918618760071695]],"statement_ids":[["01f1b40d-bc99-14fe-8e79-989fafb63cac"],["01f1b40d-bea3-1cb9-a56f-d7276c163346"],["01f1b40d-bfc2-16b0-874b-4ef687917a27"],["01f1b40d-c0e9-1dbf-a831-dd2032dfbffa"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[86.17452030579075],[100.0],[100.0],[99.97417848275072]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T09:37:31.665Z","producer_progress_file_modified_at":"2026-09-19T09:37:31.657Z","producer_progress_updated_at":"2026-09-19T09:37:31.656Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":59449032571,"provider_committed_rows":59449032571,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T09:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T09:37:30.686Z","freshness_monitor_updated_at":"2026-09-19T09:37:30.666Z","mv_refresh_finished_at":"2026-09-19T09:36:29.696Z","mv_source_rows":59336652363,"mv_rows_behind":46652026,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":101,"scheduled_start_at":"2026-09-19T09:47:31.664Z","start_lag_sec":0.00010615400969982147,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T09:47:31.665Z","iteration_finished_at":"2026-09-19T09:47:41.502Z","iteration_elapsed_sec":9.837300607003272,"raw_rows":60048974387,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.91],[0.73],[0.762],[0.731]],"compilation_time":[[0.609],[0.577],[0.529],[0.486]],"execution_time":[[0.273],[0.145],[0.227],[0.238]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.002],[0.002],[0.002],[0.002]],"client_wall_time":[[1.047950142994523],[0.7897861580131575],[0.8142193630337715],[0.7909720009774901]],"statement_ids":[["01f1b40f-2239-1e0a-b80e-7fab60cb4a52"],["01f1b40f-241e-16da-92a8-cec994e6c94e"],["01f1b40f-253c-17c7-a52d-346fb95c1db2"],["01f1b40f-265c-10b4-8eaf-845ec0dcc2b0"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[85.06707407263804],[100.0],[100.0],[99.960840473246]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T09:47:31.665Z","producer_progress_file_modified_at":"2026-09-19T09:47:31.638Z","producer_progress_updated_at":"2026-09-19T09:47:31.637Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":60048974387,"provider_committed_rows":60048974387,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T09:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T09:47:26.585Z","freshness_monitor_updated_at":"2026-09-19T09:47:26.567Z","mv_refresh_finished_at":"2026-09-19T09:46:36.756Z","mv_source_rows":59947540437,"mv_rows_behind":39237854,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":102,"scheduled_start_at":"2026-09-19T09:57:31.664Z","start_lag_sec":0.0001090560108423233,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T09:57:31.665Z","iteration_finished_at":"2026-09-19T09:57:41.610Z","iteration_elapsed_sec":9.945082851976622,"raw_rows":60649047005,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.986],[0.411],[0.366],[0.402]],"compilation_time":[[0.669],[0.262],[0.222],[0.235]],"execution_time":[[0.284],[0.14],[0.137],[0.161]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.002],[0.006],[0.004]],"client_wall_time":[[1.1408456080243923],[0.4800163340405561],[0.42534258298110217],[0.4583331730100326]],"statement_ids":[["01f1b410-87e5-1cdc-bf54-3d6befdda733"],["01f1b410-89d0-1461-a5be-b1d3839c9f47"],["01f1b410-8abc-17ed-b4eb-bdd1873f6f5d"],["01f1b410-8c3e-13ce-a649-3af397cba6f2"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[85.26873071010345],[100.0],[100.0],[99.96858976984916]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T09:57:31.665Z","producer_progress_file_modified_at":"2026-09-19T09:57:31.658Z","producer_progress_updated_at":"2026-09-19T09:57:31.658Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":60649047005,"provider_committed_rows":60649047005,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T09:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T09:56:32.186Z","freshness_monitor_updated_at":"2026-09-19T09:56:32.167Z","mv_refresh_finished_at":"2026-09-19T09:54:39.858Z","mv_source_rows":60429193131,"mv_rows_behind":87940514,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":103,"scheduled_start_at":"2026-09-19T10:07:31.664Z","start_lag_sec":0.00011247600195929408,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T10:07:31.665Z","iteration_finished_at":"2026-09-19T10:07:41.597Z","iteration_elapsed_sec":9.932186961988918,"raw_rows":61248997535,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.051],[0.866],[1.155],[0.906]],"compilation_time":[[0.741],[0.615],[0.628],[0.576]],"execution_time":[[0.28],[0.241],[0.52],[0.321]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.01],[0.003],[0.002],[0.003]],"client_wall_time":[[1.1323270259890705],[0.9222123440122232],[1.227416998008266],[0.9633099430357106]],"statement_ids":[["01f1b411-ed7b-1375-a239-d178284f518c"],["01f1b411-eeff-1328-9256-a0daed94e0ec"],["01f1b411-f0ce-1f03-897f-84cb103e1e8e"],["01f1b411-f22f-1a2d-881c-f70fdf24d588"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[83.641356708001],[100.0],[99.06048565533088],[99.76797971993003]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T10:07:31.665Z","producer_progress_file_modified_at":"2026-09-19T10:07:31.645Z","producer_progress_updated_at":"2026-09-19T10:07:31.644Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":61248997535,"provider_committed_rows":61248997535,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T10:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T10:07:29.225Z","freshness_monitor_updated_at":"2026-09-19T10:07:29.205Z","mv_refresh_finished_at":"2026-09-19T10:04:53.456Z","mv_source_rows":61045263909,"mv_rows_behind":134561722,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":104,"scheduled_start_at":"2026-09-19T10:17:31.664Z","start_lag_sec":0.00010465498780831695,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T10:17:31.665Z","iteration_finished_at":"2026-09-19T10:17:41.574Z","iteration_elapsed_sec":9.909131771011744,"raw_rows":61848979545,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.971],[0.414],[0.389],[0.455]],"compilation_time":[[0.369],[0.275],[0.247],[0.292]],"execution_time":[[0.571],[0.133],[0.134],[0.156]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.004],[0.003],[0.007]],"client_wall_time":[[1.039840139041189],[0.47334813396446407],[0.44813397800317034],[0.5188745660125278]],"statement_ids":[["01f1b413-531b-1c52-b76a-d8193be35518"],["01f1b413-54ff-176f-92ba-a1c1ece43190"],["01f1b413-55e9-1ff4-a803-d51ee1fd70a4"],["01f1b413-5772-1df7-9830-847069ca6fe7"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[83.48467177179421],[100.0],[100.0],[99.96828895619704]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T10:17:31.665Z","producer_progress_file_modified_at":"2026-09-19T10:17:31.633Z","producer_progress_updated_at":"2026-09-19T10:17:31.632Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":61848979545,"provider_committed_rows":61848979545,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T10:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T10:16:31.964Z","freshness_monitor_updated_at":"2026-09-19T10:16:31.946Z","mv_refresh_finished_at":"2026-09-19T10:14:58.769Z","mv_source_rows":61646038373,"mv_rows_behind":82838612,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":105,"scheduled_start_at":"2026-09-19T10:27:31.664Z","start_lag_sec":0.0001360700116492808,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T10:27:31.665Z","iteration_finished_at":"2026-09-19T10:27:41.587Z","iteration_elapsed_sec":9.92225243797293,"raw_rows":62448827582,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.969],[0.701],[0.78],[0.839]],"compilation_time":[[0.644],[0.552],[0.543],[0.596]],"execution_time":[[0.296],[0.141],[0.231],[0.236]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.004],[0.002],[0.002]],"client_wall_time":[[1.0447862090077251],[0.755585229024291],[0.8367114349966869],[0.8988550080102868]],"statement_ids":[["01f1b414-b8bc-1ba3-b0a5-68f5a7e39421"],["01f1b414-baa1-191f-91bd-46d51be6ad0c"],["01f1b414-bbba-1adb-8659-3d822576d466"],["01f1b414-bcdc-1e58-8cbc-4cec213ec86e"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[82.07459108882885],[100.0],[99.08546605179308],[99.53532943880693]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T10:27:31.665Z","producer_progress_file_modified_at":"2026-09-19T10:27:31.628Z","producer_progress_updated_at":"2026-09-19T10:27:31.627Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":62448827582,"provider_committed_rows":62448827582,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T10:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T10:27:30.115Z","freshness_monitor_updated_at":"2026-09-19T10:27:30.095Z","mv_refresh_finished_at":"2026-09-19T10:25:06.529Z","mv_source_rows":62257029212,"mv_rows_behind":134561722,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":106,"scheduled_start_at":"2026-09-19T10:37:31.664Z","start_lag_sec":0.00010399898746982217,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T10:37:31.665Z","iteration_finished_at":"2026-09-19T10:37:41.574Z","iteration_elapsed_sec":9.909797682019416,"raw_rows":63048951008,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.674],[0.442],[0.414],[0.419]],"compilation_time":[[0.374],[0.295],[0.27],[0.25]],"execution_time":[[0.274],[0.14],[0.139],[0.163]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.003],[0.002],[0.003]],"client_wall_time":[[0.7456787740229629],[0.7213538240175694],[0.47160205099498853],[0.4725158299552277]],"statement_ids":[["01f1b416-1e5d-13bf-8f4e-9f13c633ba82"],["01f1b416-203c-1b7e-a761-873518deb8ff"],["01f1b416-212b-1eca-aa36-6f4b38fc0de2"],["01f1b416-22bb-1c17-91c5-6feb38b8ead5"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[81.8920636346348],[100.0],[100.0],[99.96892216914361]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T10:37:31.665Z","producer_progress_file_modified_at":"2026-09-19T10:37:31.651Z","producer_progress_updated_at":"2026-09-19T10:37:31.650Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":63048951008,"provider_committed_rows":63048951008,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T10:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T10:37:30.092Z","freshness_monitor_updated_at":"2026-09-19T10:37:30.072Z","mv_refresh_finished_at":"2026-09-19T10:35:25.129Z","mv_source_rows":62873281616,"mv_rows_behind":105146854,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":107,"scheduled_start_at":"2026-09-19T10:47:31.664Z","start_lag_sec":0.00010825198842212558,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T10:47:31.665Z","iteration_finished_at":"2026-09-19T10:47:40.794Z","iteration_elapsed_sec":9.129396316013299,"raw_rows":63648915373,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.985],[0.757],[0.817],[0.787]],"compilation_time":[[0.687],[0.604],[0.582],[0.543]],"execution_time":[[0.267],[0.147],[0.229],[0.239]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.002],[0.008],[0.002],[0.002]],"client_wall_time":[[1.0587413430330344],[0.8250835000071675],[0.8681295920396224],[0.8395413050311618]],"statement_ids":[["01f1b417-83fd-1e97-b13e-66da10bdd04b"],["01f1b417-8603-1ca5-8225-c617274914c5"],["01f1b417-8723-1d2b-89c1-bd466370d58b"],["01f1b417-884b-15c5-9c35-cb25fe860d04"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[80.44311164114829],[100.0],[99.10876382447668],[99.78530102143912]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T10:47:31.665Z","producer_progress_file_modified_at":"2026-09-19T10:47:31.636Z","producer_progress_updated_at":"2026-09-19T10:47:31.635Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":63648915373,"provider_committed_rows":63648915373,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T10:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T10:47:30.465Z","freshness_monitor_updated_at":"2026-09-19T10:47:30.447Z","mv_refresh_finished_at":"2026-09-19T10:45:31.069Z","mv_source_rows":63479138609,"mv_rows_behind":103632856,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":108,"scheduled_start_at":"2026-09-19T10:57:31.664Z","start_lag_sec":0.00010608998127281666,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T10:57:31.665Z","iteration_finished_at":"2026-09-19T10:57:40.757Z","iteration_elapsed_sec":9.092409313016105,"raw_rows":64248934893,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.985],[0.549],[0.427],[0.468]],"compilation_time":[[0.638],[0.279],[0.27],[0.283]],"execution_time":[[0.321],[0.263],[0.151],[0.18]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.003],[0.004],[0.014]],"client_wall_time":[[1.0573374890373088],[0.6099314599996433],[0.48513540503336117],[0.5374925550422631]],"statement_ids":[["01f1b418-e99e-1dcf-b2eb-ce9d6eede523"],["01f1b418-eb88-172e-91e0-db760d080388"],["01f1b418-ec8a-13fc-994c-a2e98d8d0df4"],["01f1b418-ee14-1f75-8633-739b2411dcbf"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[79.25840267506405],[79.57839724383675],[100.0],[92.06618732593756]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T10:57:31.665Z","producer_progress_file_modified_at":"2026-09-19T10:57:31.654Z","producer_progress_updated_at":"2026-09-19T10:57:31.653Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":64248934893,"provider_committed_rows":64248934893,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T10:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T10:57:28.192Z","freshness_monitor_updated_at":"2026-09-19T10:57:28.174Z","mv_refresh_finished_at":"2026-09-19T10:55:35.085Z","mv_source_rows":64079918037,"mv_rows_behind":101283950,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":109,"scheduled_start_at":"2026-09-19T11:07:31.664Z","start_lag_sec":0.00010576896602287889,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T11:07:31.665Z","iteration_finished_at":"2026-09-19T11:07:41.284Z","iteration_elapsed_sec":9.619365713035222,"raw_rows":64848931181,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.826],[0.49],[0.448],[0.887]],"compilation_time":[[0.428],[0.258],[0.244],[0.606]],"execution_time":[[0.373],[0.224],[0.198],[0.275]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.004],[0.004],[0.003]],"client_wall_time":[[0.9036380689940415],[0.5467478550272062],[0.5040512770065106],[0.9447809950215742]],"statement_ids":[["01f1b41a-4f3f-13d4-b797-74ff1dfcab26"],["01f1b41a-5140-1d1c-b70c-116cdd6fdd14"],["01f1b41a-523a-1080-a92c-18e7156da8f7"],["01f1b41a-53c6-1775-948f-16d82c599c71"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[80.14945007959574],[100.0],[100.0],[99.95415279319172]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T11:07:31.665Z","producer_progress_file_modified_at":"2026-09-19T11:07:31.651Z","producer_progress_updated_at":"2026-09-19T11:07:31.649Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":64848931181,"provider_committed_rows":64848931181,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T11:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T11:06:33.990Z","freshness_monitor_updated_at":"2026-09-19T11:06:33.972Z","mv_refresh_finished_at":"2026-09-19T11:05:42.240Z","mv_source_rows":64690980551,"mv_rows_behind":31053866,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":110,"scheduled_start_at":"2026-09-19T11:17:31.664Z","start_lag_sec":0.00010882801143452525,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T11:17:31.665Z","iteration_finished_at":"2026-09-19T11:17:41.608Z","iteration_elapsed_sec":9.943641522957478,"raw_rows":65448990060,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.986],[0.69],[0.775],[0.836]],"compilation_time":[[0.63],[0.543],[0.52],[0.564]],"execution_time":[[0.328],[0.142],[0.249],[0.266]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.005],[0.002],[0.003]],"client_wall_time":[[1.059386821987573],[0.7472134919953533],[0.8444500130135566],[0.8919033069978468]],"statement_ids":[["01f1b41b-b4e0-106e-9300-4fd123ea503f"],["01f1b41b-b6c7-1f31-b8bc-e218a87ca9e0"],["01f1b41b-b7e1-1e8e-b860-de80537948d2"],["01f1b41b-b903-174e-aaba-77a32cd6cf63"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[78.78357462530384],[100.0],[99.12222418615598],[99.5351158847703]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T11:17:31.665Z","producer_progress_file_modified_at":"2026-09-19T11:17:31.642Z","producer_progress_updated_at":"2026-09-19T11:17:31.641Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":65448990060,"provider_committed_rows":65448990060,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T11:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T11:17:30.949Z","freshness_monitor_updated_at":"2026-09-19T11:17:30.930Z","mv_refresh_finished_at":"2026-09-19T11:15:51.775Z","mv_source_rows":65297010362,"mv_rows_behind":85156700,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":111,"scheduled_start_at":"2026-09-19T11:27:31.664Z","start_lag_sec":0.00010631297482177615,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T11:27:31.665Z","iteration_finished_at":"2026-09-19T11:27:41.473Z","iteration_elapsed_sec":9.808379670022987,"raw_rows":66048942260,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.729],[0.417],[0.403],[0.58]],"compilation_time":[[0.392],[0.285],[0.259],[0.406]],"execution_time":[[0.311],[0.127],[0.138],[0.169]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.003],[0.005],[0.002]],"client_wall_time":[[0.8046565169934183],[0.47184008499607444],[0.46424005198059604],[0.6326881140121259]],"statement_ids":[["01f1b41d-1a81-120e-8868-865511b8e02c"],["01f1b41d-1c42-18ce-b8cc-f98758d5d03c"],["01f1b41d-1dcd-1454-8d59-e0d9e5405bfc"],["01f1b41d-1eb6-1f1f-a1f8-dfbb363122a9"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[78.63653844703178],[100.0],[100.0],[99.95257389194668]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T11:27:31.665Z","producer_progress_file_modified_at":"2026-09-19T11:27:31.612Z","producer_progress_updated_at":"2026-09-19T11:27:31.611Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":66048942260,"provider_committed_rows":66048942260,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T11:27:31.666Z","freshness_monitor_file_modified_at":"2026-09-19T11:27:27.253Z","freshness_monitor_updated_at":"2026-09-19T11:27:27.235Z","mv_refresh_finished_at":"2026-09-19T11:25:58.264Z","mv_source_rows":65902899372,"mv_rows_behind":82215340,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":112,"scheduled_start_at":"2026-09-19T11:37:31.664Z","start_lag_sec":0.00011132197687402368,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T11:37:31.665Z","iteration_finished_at":"2026-09-19T11:37:41.068Z","iteration_elapsed_sec":9.403014341020025,"raw_rows":66648970121,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.046],[0.725],[0.702],[1.108]],"compilation_time":[[0.676],[0.571],[0.47],[0.5]],"execution_time":[[0.341],[0.148],[0.225],[0.601]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.002],[0.003],[0.003],[0.013]],"client_wall_time":[[1.1134355330141261],[0.7803125890204683],[0.7556482119834982],[1.1785380499786697]],"statement_ids":[["01f1b41e-8021-193b-b150-c9ca45c13997"],["01f1b41e-822f-1b7b-8474-54b8d5df18c0"],["01f1b41e-834b-194d-9b50-d376be8a1db8"],["01f1b41e-8464-19d4-90a0-c17a44587513"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[76.69919952232821],[100.0],[100.0],[99.95195994335039]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T11:37:31.665Z","producer_progress_file_modified_at":"2026-09-19T11:37:31.658Z","producer_progress_updated_at":"2026-09-19T11:37:31.657Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":66648970121,"provider_committed_rows":66648970121,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T11:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T11:36:32.562Z","freshness_monitor_updated_at":"2026-09-19T11:36:32.544Z","mv_refresh_finished_at":"2026-09-19T11:34:01.533Z","mv_source_rows":66389746391,"mv_rows_behind":141645076,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":113,"scheduled_start_at":"2026-09-19T11:47:31.664Z","start_lag_sec":0.00012326001888141036,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T11:47:31.665Z","iteration_finished_at":"2026-09-19T11:47:41.340Z","iteration_elapsed_sec":9.674916366988327,"raw_rows":67248947921,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.732],[0.451],[0.419],[0.424]],"compilation_time":[[0.363],[0.3],[0.261],[0.247]],"execution_time":[[0.344],[0.144],[0.153],[0.168]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.005],[0.003],[0.002]],"client_wall_time":[[0.8052156830090098],[0.5070426780148409],[0.47496786899864674],[0.47613870800705627]],"statement_ids":[["01f1b41f-e5c2-1b1d-b8f0-01ffbc581374"],["01f1b41f-e785-1251-a1e7-958d0a7a42fc"],["01f1b41f-e911-1a8b-97f6-85b77129faec"],["01f1b41f-e9fc-1a05-b008-f3dda661da5f"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[77.77542360711429],[100.0],[100.0],[99.95456722807626]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T11:47:31.665Z","producer_progress_file_modified_at":"2026-09-19T11:47:31.619Z","producer_progress_updated_at":"2026-09-19T11:47:31.618Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":67248947921,"provider_committed_rows":67248947921,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T11:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T11:47:28.978Z","freshness_monitor_updated_at":"2026-09-19T11:47:28.960Z","mv_refresh_finished_at":"2026-09-19T11:46:14.945Z","mv_source_rows":67119753285,"mv_rows_behind":67347922,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":114,"scheduled_start_at":"2026-09-19T11:57:31.664Z","start_lag_sec":0.0001206599990837276,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T11:57:31.665Z","iteration_finished_at":"2026-09-19T11:57:40.936Z","iteration_elapsed_sec":9.270959248009603,"raw_rows":67848865391,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.098],[0.766],[0.846],[0.844]],"compilation_time":[[0.715],[0.611],[0.6],[0.588]],"execution_time":[[0.358],[0.145],[0.238],[0.25]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.009],[0.003],[0.002]],"client_wall_time":[[1.173293027037289],[0.8276306660263799],[0.9612565680290572],[0.895102861977648]],"statement_ids":[["01f1b421-4b63-122a-9ac6-ccf6b492a16c"],["01f1b421-4d5f-144a-b3e7-546a9a9a52fb"],["01f1b421-4e88-1ec0-8928-30764aae544e"],["01f1b421-4fbd-1659-b505-79fa7c126dda"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[76.27877118880599],[100.0],[99.12423428546056],[99.51009522342059]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T11:57:31.665Z","producer_progress_file_modified_at":"2026-09-19T11:57:31.617Z","producer_progress_updated_at":"2026-09-19T11:57:31.616Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":67848865391,"provider_committed_rows":67848865391,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T11:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T11:56:34.925Z","freshness_monitor_updated_at":"2026-09-19T11:56:34.906Z","mv_refresh_finished_at":"2026-09-19T11:54:26.943Z","mv_source_rows":67611524215,"mv_rows_behind":113947952,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":115,"scheduled_start_at":"2026-09-19T12:07:31.664Z","start_lag_sec":0.00010905496310442686,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T12:07:31.665Z","iteration_finished_at":"2026-09-19T12:07:45.135Z","iteration_elapsed_sec":13.470595440012403,"raw_rows":68448901225,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.172],[0.897],[1.002],[1.43]],"compilation_time":[[0.826],[0.649],[0.709],[0.596]],"execution_time":[[0.31],[0.238],[0.287],[0.826]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.003],[0.003],[0.002]],"client_wall_time":[[1.2449485789984465],[0.9616921239648946],[1.0596170049975626],[1.4888424490345642]],"statement_ids":[["01f1b422-b103-1bcf-b1b0-d1865b67088a"],["01f1b422-b28e-1c24-80e3-29e5fb41bf53"],["01f1b422-b465-156e-83f2-0526817ec788"],["01f1b422-b6e5-1b9b-995e-82dd40498fc6"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[95.29829552159431],[100.0],[100.0],[61.0364037603312]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T12:07:31.665Z","producer_progress_file_modified_at":"2026-09-19T12:07:31.636Z","producer_progress_updated_at":"2026-09-19T12:07:31.634Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":68448901225,"provider_committed_rows":68448901225,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T12:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T12:06:31.256Z","freshness_monitor_updated_at":"2026-09-19T12:06:31.238Z","mv_refresh_finished_at":"2026-09-19T12:04:32.085Z","mv_source_rows":68217378679,"mv_rows_behind":108442208,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":116,"scheduled_start_at":"2026-09-19T12:17:31.664Z","start_lag_sec":0.0001127540017478168,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T12:17:31.665Z","iteration_finished_at":"2026-09-19T12:17:40.767Z","iteration_elapsed_sec":9.102748588018585,"raw_rows":69049033856,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.061],[0.735],[0.827],[0.872]],"compilation_time":[[0.697],[0.581],[0.571],[0.632]],"execution_time":[[0.336],[0.148],[0.25],[0.234]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.003],[0.003],[0.002]],"client_wall_time":[[1.1367312649963424],[0.8015623340033926],[0.8768374550272711],[0.9221636870061047]],"statement_ids":[["01f1b424-16a5-15bf-b17a-e471237f4136"],["01f1b424-1899-19ff-9ffa-79a827f6e9ee"],["01f1b424-19b7-1472-a2e2-961cbb9080cf"],["01f1b424-1ae0-101b-b4ca-4f5f3fc18280"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[94.66277447621744],[100.0],[100.0],[99.99675400505936]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T12:17:31.665Z","producer_progress_file_modified_at":"2026-09-19T12:17:31.659Z","producer_progress_updated_at":"2026-09-19T12:17:31.658Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":69049033856,"provider_committed_rows":69049033856,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T12:17:31.666Z","freshness_monitor_file_modified_at":"2026-09-19T12:17:29.001Z","freshness_monitor_updated_at":"2026-09-19T12:17:28.984Z","mv_refresh_finished_at":"2026-09-19T12:16:39.225Z","mv_source_rows":68942367186,"mv_rows_behind":51834746,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":117,"scheduled_start_at":"2026-09-19T12:27:31.664Z","start_lag_sec":0.00010964297689497471,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T12:27:31.665Z","iteration_finished_at":"2026-09-19T12:27:41.137Z","iteration_elapsed_sec":9.472487221995834,"raw_rows":69648898887,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.345],[0.725],[0.836],[0.876]],"compilation_time":[[0.748],[0.59],[0.563],[0.625]],"execution_time":[[0.556],[0.129],[0.266],[0.246]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.002],[0.002],[0.004]],"client_wall_time":[[1.4301556600257754],[0.788391955953557],[0.888249681040179],[0.9358155149966478]],"statement_ids":[["01f1b425-7c46-16c7-b744-813ce09e796e"],["01f1b425-7dd0-1036-acaa-a61a6b8b4b5f"],["01f1b425-7f8e-13f6-a6cf-b779b22e6164"],["01f1b425-80b8-1f3f-af6c-7edd542ec6d4"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[93.41857018708139],[100.0],[100.0],[99.9927710349668]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T12:27:31.665Z","producer_progress_file_modified_at":"2026-09-19T12:27:31.620Z","producer_progress_updated_at":"2026-09-19T12:27:31.618Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":69648898887,"provider_committed_rows":69648898887,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T12:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T12:26:32.731Z","freshness_monitor_updated_at":"2026-09-19T12:26:32.713Z","mv_refresh_finished_at":"2026-09-19T12:24:45.544Z","mv_source_rows":69429052600,"mv_rows_behind":94681414,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":118,"scheduled_start_at":"2026-09-19T12:37:31.664Z","start_lag_sec":0.00010581297101452947,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T12:37:31.665Z","iteration_finished_at":"2026-09-19T12:37:40.863Z","iteration_elapsed_sec":9.198071499005891,"raw_rows":70248972689,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.005],[0.802],[0.854],[0.857]],"compilation_time":[[0.721],[0.641],[0.566],[0.609]],"execution_time":[[0.254],[0.153],[0.281],[0.241]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.002],[0.002],[0.003]],"client_wall_time":[[1.0752676000120118],[0.8558385840151459],[0.911061824997887],[0.9980037290370092]],"statement_ids":[["01f1b426-e1e6-11d8-9f5e-6d77b823a286"],["01f1b426-e3d1-1dda-966e-621f3d2ccccc"],["01f1b426-e4f8-1275-b2b1-4158624a7e8a"],["01f1b426-e632-1baa-a2f2-b4209628494e"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[93.44523031524031],[100.0],[100.0],[99.99862423685461]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T12:37:31.665Z","producer_progress_file_modified_at":"2026-09-19T12:37:31.654Z","producer_progress_updated_at":"2026-09-19T12:37:31.653Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":70248972689,"provider_committed_rows":70248972689,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T12:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T12:37:28.579Z","freshness_monitor_updated_at":"2026-09-19T12:37:28.561Z","mv_refresh_finished_at":"2026-09-19T12:34:53.833Z","mv_source_rows":70034811987,"mv_rows_behind":160725322,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":119,"scheduled_start_at":"2026-09-19T12:47:31.664Z","start_lag_sec":0.00011743599316105247,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T12:47:31.665Z","iteration_finished_at":"2026-09-19T12:47:43.473Z","iteration_elapsed_sec":11.808479969971813,"raw_rows":70848944994,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[2.311],[1.138],[0.869],[1.774]],"compilation_time":[[2.028],[0.977],[0.641],[1.522]],"execution_time":[[0.251],[0.153],[0.22],[0.247]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.004],[0.003],[0.004]],"client_wall_time":[[2.3872224929509684],[1.1951447179890238],[0.9248297019512393],[1.825462072971277]],"statement_ids":[["01f1b428-4786-1cc3-8562-349384d0f68b"],["01f1b428-4903-14e1-a56b-b5d877d86b39"],["01f1b428-4a62-1b40-9841-9eb7e07b99f6"],["01f1b428-4c33-199e-89fa-b5fc22ab047b"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[92.7567516294244],[100.0],[100.0],[99.99768809036264]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T12:47:31.665Z","producer_progress_file_modified_at":"2026-09-19T12:47:31.636Z","producer_progress_updated_at":"2026-09-19T12:47:31.635Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":70848944994,"provider_committed_rows":70848944994,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T12:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T12:46:33.466Z","freshness_monitor_updated_at":"2026-09-19T12:46:33.448Z","mv_refresh_finished_at":"2026-09-19T12:44:58.982Z","mv_source_rows":70645927094,"mv_rows_behind":77644256,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":120,"scheduled_start_at":"2026-09-19T12:57:31.664Z","start_lag_sec":0.00011700898176059127,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T12:57:31.665Z","iteration_finished_at":"2026-09-19T12:57:40.864Z","iteration_elapsed_sec":9.19973646698054,"raw_rows":71448876924,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.044],[0.785],[0.882],[0.856]],"compilation_time":[[0.723],[0.641],[0.62],[0.603]],"execution_time":[[0.283],[0.138],[0.256],[0.245]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.004],[0.001],[0.003]],"client_wall_time":[[1.1501706410199404],[0.844319280993659],[0.947275463026017],[0.9093564720242284]],"statement_ids":[["01f1b429-ad27-1567-9fc9-80f05cee2d3a"],["01f1b429-af1d-1d74-96b6-dfcae4262f5e"],["01f1b429-b042-1643-8408-2e682ce4e1a0"],["01f1b429-b174-1d0d-b06e-ef7680d9bd48"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[91.31916927747267],[100.0],[99.21941931574212],[99.84684266481808]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T12:57:31.665Z","producer_progress_file_modified_at":"2026-09-19T12:57:31.632Z","producer_progress_updated_at":"2026-09-19T12:57:31.630Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":71448876924,"provider_committed_rows":71448876924,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T12:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T12:57:30.359Z","freshness_monitor_updated_at":"2026-09-19T12:57:30.337Z","mv_refresh_finished_at":"2026-09-19T12:55:07.680Z","mv_source_rows":71256947736,"mv_rows_behind":129429002,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":121,"scheduled_start_at":"2026-09-19T13:07:31.664Z","start_lag_sec":0.00010339496657252312,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T13:07:31.665Z","iteration_finished_at":"2026-09-19T13:07:41.593Z","iteration_elapsed_sec":9.928629577043466,"raw_rows":72048872763,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.082],[0.792],[1.005],[1.094]],"compilation_time":[[0.785],[0.593],[0.56],[0.555]],"execution_time":[[0.268],[0.194],[0.438],[0.533]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.009],[0.002],[0.003],[0.002]],"client_wall_time":[[1.1689201970002614],[0.8510815189802088],[1.0607420700252987],[1.1481652060174383]],"statement_ids":[["01f1b42b-12c8-1b22-804c-27b0fb9c7919"],["01f1b42b-1455-1be4-a1f7-fd3bcf77f66a"],["01f1b42b-1618-1c59-91f0-410dcb8aec48"],["01f1b42b-1760-19e1-8be1-27a20a86a7dc"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[90.46764290922133],[100.0],[19.189608099374187],[38.973790351918844]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T13:07:31.665Z","producer_progress_file_modified_at":"2026-09-19T13:07:31.613Z","producer_progress_updated_at":"2026-09-19T13:07:31.612Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":72048872763,"provider_committed_rows":72048872763,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T13:07:31.666Z","freshness_monitor_file_modified_at":"2026-09-19T13:07:27.739Z","freshness_monitor_updated_at":"2026-09-19T13:07:27.722Z","mv_refresh_finished_at":"2026-09-19T13:05:13.684Z","mv_source_rows":71857471538,"mv_rows_behind":137896663,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":122,"scheduled_start_at":"2026-09-19T13:17:31.664Z","start_lag_sec":0.00010885100346058607,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T13:17:31.665Z","iteration_finished_at":"2026-09-19T13:17:41.288Z","iteration_elapsed_sec":9.623644111969043,"raw_rows":72648823293,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.413],[0.767],[0.853],[0.914]],"compilation_time":[[0.738],[0.618],[0.594],[0.594]],"execution_time":[[0.648],[0.141],[0.253],[0.313]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.003],[0.002],[0.003]],"client_wall_time":[[1.4927614459884353],[0.8294516979949549],[0.9066247530281544],[1.0527215939946473]],"statement_ids":[["01f1b42c-7869-15f3-9edb-0c35ffbd4833"],["01f1b42c-79f3-1a59-910d-e35390af7068"],["01f1b42c-7bb3-1b4a-b126-58fad58c5311"],["01f1b42c-7ced-19f8-95d7-9855017aebbf"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.43492868678749913],[100.0],[99.11837405645839],[99.35954580156024]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T13:17:31.665Z","producer_progress_file_modified_at":"2026-09-19T13:17:31.628Z","producer_progress_updated_at":"2026-09-19T13:17:31.626Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":72648823293,"provider_committed_rows":72648823293,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T13:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T13:16:32.354Z","freshness_monitor_updated_at":"2026-09-19T13:16:32.336Z","mv_refresh_finished_at":"2026-09-19T13:15:21.377Z","mv_source_rows":72463398369,"mv_rows_behind":61047824,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":123,"scheduled_start_at":"2026-09-19T13:27:31.664Z","start_lag_sec":0.00011400296352803707,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T13:27:31.665Z","iteration_finished_at":"2026-09-19T13:27:40.722Z","iteration_elapsed_sec":9.056916830013506,"raw_rows":73248951843,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.981],[0.739],[0.823],[0.903]],"compilation_time":[[0.721],[0.584],[0.563],[0.644]],"execution_time":[[0.233],[0.149],[0.254],[0.25]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.018],[0.003],[0.002],[0.004]],"client_wall_time":[[1.0691442629904486],[0.7950935380067676],[0.8760438279714435],[0.9573206640197895]],"statement_ids":[["01f1b42d-de09-1aa8-9820-ab98ad8c22d9"],["01f1b42d-dff3-1e54-ab11-6aef84ebb60e"],["01f1b42d-e112-1950-ac7e-8d6a8be594a7"],["01f1b42d-e23a-12ac-a981-d3bf89ce6745"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[95.05497459448179],[100.0],[100.0],[99.99854698707138]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T13:27:31.665Z","producer_progress_file_modified_at":"2026-09-19T13:27:31.644Z","producer_progress_updated_at":"2026-09-19T13:27:31.643Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":73248951843,"provider_committed_rows":73248951843,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T13:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T13:27:30.035Z","freshness_monitor_updated_at":"2026-09-19T13:27:30.017Z","mv_refresh_finished_at":"2026-09-19T13:25:20.237Z","mv_source_rows":73069046275,"mv_rows_behind":122072376,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":124,"scheduled_start_at":"2026-09-19T13:37:31.664Z","start_lag_sec":0.0001058999914675951,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T13:37:31.665Z","iteration_finished_at":"2026-09-19T13:37:41.657Z","iteration_elapsed_sec":9.992144336982165,"raw_rows":73848850795,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.95],[0.743],[0.806],[0.844]],"compilation_time":[[0.664],[0.593],[0.55],[0.565]],"execution_time":[[0.26],[0.141],[0.25],[0.27]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.005],[0.002],[0.002]],"client_wall_time":[[1.0248476630076766],[0.7968590219970793],[0.8641851540305652],[0.9033803819911554]],"statement_ids":[["01f1b42f-43aa-1dc9-ba89-b05b9ba37664"],["01f1b42f-458f-1dc1-b6fc-7892a15d168c"],["01f1b42f-46ad-1f86-a6a5-711197eae9c8"],["01f1b42f-47d3-1ea6-8506-02d3cb7d340e"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[94.73554813002187],[100.0],[100.0],[99.99342105362278]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T13:37:31.665Z","producer_progress_file_modified_at":"2026-09-19T13:37:31.654Z","producer_progress_updated_at":"2026-09-19T13:37:31.652Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":73848850795,"provider_committed_rows":73848850795,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T13:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T13:36:33.141Z","freshness_monitor_updated_at":"2026-09-19T13:36:33.123Z","mv_refresh_finished_at":"2026-09-19T13:33:38.877Z","mv_source_rows":73557580745,"mv_rows_behind":169820946,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":125,"scheduled_start_at":"2026-09-19T13:47:31.664Z","start_lag_sec":0.00010145799024030566,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T13:47:31.665Z","iteration_finished_at":"2026-09-19T13:47:41.570Z","iteration_elapsed_sec":9.905073934001848,"raw_rows":74448988124,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.952],[0.736],[0.749],[0.831]],"compilation_time":[[0.662],[0.568],[0.524],[0.564]],"execution_time":[[0.262],[0.162],[0.215],[0.261]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.002],[0.002],[0.003],[0.003]],"client_wall_time":[[1.0270997570478357],[0.7910357499495149],[0.8015642340178601],[0.889477344986517]],"statement_ids":[["01f1b430-a94b-12d2-b958-0fd87b618ab7"],["01f1b430-ab2b-1d37-8a1a-b251f7a869ea"],["01f1b430-ac4b-17bc-9ca7-c0099c44f93b"],["01f1b430-ad69-17db-9538-b0432e3d0674"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[93.29600103995338],[100.0],[100.0],[99.99171262155397]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T13:47:31.665Z","producer_progress_file_modified_at":"2026-09-19T13:47:31.656Z","producer_progress_updated_at":"2026-09-19T13:47:31.654Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":74448988124,"provider_committed_rows":74448988124,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T13:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T13:47:30.334Z","freshness_monitor_updated_at":"2026-09-19T13:47:30.316Z","mv_refresh_finished_at":"2026-09-19T13:46:22.362Z","mv_source_rows":74323914480,"mv_rows_behind":56873284,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":126,"scheduled_start_at":"2026-09-19T13:57:31.664Z","start_lag_sec":0.00010901899076998234,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T13:57:31.665Z","iteration_finished_at":"2026-09-19T13:57:41.131Z","iteration_elapsed_sec":9.466045043023769,"raw_rows":75048980211,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.445],[0.72],[0.841],[0.753]],"compilation_time":[[1.127],[0.568],[0.556],[0.499]],"execution_time":[[0.292],[0.144],[0.279],[0.248]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.002],[0.004],[0.002]],"client_wall_time":[[1.5190846520126797],[0.7776657799840905],[0.9062446749885567],[0.8115711790160276]],"statement_ids":[["01f1b432-0eec-1242-b93c-975fdda096a7"],["01f1b432-108a-1b7e-b8c4-a0ed77ada404"],["01f1b432-1244-1565-bb50-d8e35b4fd10b"],["01f1b432-1372-1072-bb2a-39fc0d89b23a"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[93.56069980690927],[100.0],[100.0],[99.99785519452321]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T13:57:31.665Z","producer_progress_file_modified_at":"2026-09-19T13:57:31.646Z","producer_progress_updated_at":"2026-09-19T13:57:31.645Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":75048980211,"provider_committed_rows":75048980211,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T13:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T13:57:28.382Z","freshness_monitor_updated_at":"2026-09-19T13:57:28.364Z","mv_refresh_finished_at":"2026-09-19T13:56:26.785Z","mv_source_rows":74935069448,"mv_rows_behind":56843297,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":127,"scheduled_start_at":"2026-09-19T14:07:31.664Z","start_lag_sec":0.00011203298345208168,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T14:07:31.665Z","iteration_finished_at":"2026-09-19T14:07:41.180Z","iteration_elapsed_sec":9.515206680982374,"raw_rows":75648919105,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.975],[0.805],[0.894],[0.907]],"compilation_time":[[0.686],[0.601],[0.569],[0.567]],"execution_time":[[0.263],[0.198],[0.319],[0.333]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.003],[0.002],[0.002]],"client_wall_time":[[1.252937902987469],[0.859116712003015],[0.9506664630025625],[0.9614856690168381]],"statement_ids":[["01f1b433-74ab-1809-900e-68f3472ecd01"],["01f1b433-76a3-1a91-8fde-8325bff94dde"],["01f1b433-77ca-1118-90b9-38869fedc433"],["01f1b433-7902-1687-a24a-efa905da0df5"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[92.71341916788188],[100.0],[100.0],[99.99031620678552]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T14:07:31.665Z","producer_progress_file_modified_at":"2026-09-19T14:07:31.642Z","producer_progress_updated_at":"2026-09-19T14:07:31.641Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":75648919105,"provider_committed_rows":75648919105,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T14:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T14:06:31.863Z","freshness_monitor_updated_at":"2026-09-19T14:06:31.844Z","mv_refresh_finished_at":"2026-09-19T14:04:32.532Z","mv_source_rows":75416547973,"mv_rows_behind":103677038,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":128,"scheduled_start_at":"2026-09-19T14:17:31.664Z","start_lag_sec":0.00011417001951485872,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T14:17:31.665Z","iteration_finished_at":"2026-09-19T14:17:41.745Z","iteration_elapsed_sec":10.08048017899273,"raw_rows":76248881396,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.991],[0.795],[0.822],[0.837]],"compilation_time":[[0.689],[0.638],[0.59],[0.566]],"execution_time":[[0.268],[0.149],[0.225],[0.261]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.006],[0.002],[0.003],[0.002]],"client_wall_time":[[1.070163006952498],[0.8470611509983428],[0.8747753159841523],[0.8982753619784489]],"statement_ids":[["01f1b434-da2d-1476-9bdf-67c8d6827c8e"],["01f1b434-dc18-1435-a906-b99cd0977512"],["01f1b434-dd3c-1d44-8132-53e60493bc1d"],["01f1b434-de65-1fe0-9d82-e68a354c8dad"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[91.84776069423533],[100.0],[100.0],[99.98896537670625]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T14:17:31.665Z","producer_progress_file_modified_at":"2026-09-19T14:17:31.654Z","producer_progress_updated_at":"2026-09-19T14:17:31.652Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":76248881396,"provider_committed_rows":76248881396,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T14:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T14:17:29.800Z","freshness_monitor_updated_at":"2026-09-19T14:17:29.783Z","mv_refresh_finished_at":"2026-09-19T14:16:32.306Z","mv_source_rows":76141337364,"mv_rows_behind":46621208,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":129,"scheduled_start_at":"2026-09-19T14:27:31.664Z","start_lag_sec":0.00013187696458771825,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T14:27:31.665Z","iteration_finished_at":"2026-09-19T14:27:41.770Z","iteration_elapsed_sec":10.10540762002347,"raw_rows":76848823691,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.051],[0.75],[0.799],[0.841]],"compilation_time":[[0.706],[0.591],[0.561],[0.571]],"execution_time":[[0.315],[0.151],[0.232],[0.261]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.005],[0.002],[0.003]],"client_wall_time":[[1.1627585180103779],[0.8135254789958708],[0.8555823200149462],[0.8957601860165596]],"statement_ids":[["01f1b436-3fcf-1246-bd3e-8d9d93fbe32f"],["01f1b436-41c6-19b6-a730-99bf78a6775b"],["01f1b436-42e5-1477-8546-b6dc1ab1a468"],["01f1b436-440a-1a6e-8fe6-aa38223059f3"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[91.24221353814028],[100.0],[100.0],[99.98988332047904]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T14:27:31.665Z","producer_progress_file_modified_at":"2026-09-19T14:27:31.644Z","producer_progress_updated_at":"2026-09-19T14:27:31.643Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":76848823691,"provider_committed_rows":76848823691,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T14:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T14:26:33.829Z","freshness_monitor_updated_at":"2026-09-19T14:26:33.811Z","mv_refresh_finished_at":"2026-09-19T14:24:39.268Z","mv_source_rows":76622966414,"mv_rows_behind":95145095,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":130,"scheduled_start_at":"2026-09-19T14:37:31.664Z","start_lag_sec":0.00011245202040299773,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T14:37:31.665Z","iteration_finished_at":"2026-09-19T14:37:41.639Z","iteration_elapsed_sec":9.97414810594637,"raw_rows":77448864325,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.968],[0.718],[0.839],[0.8]],"compilation_time":[[0.654],[0.552],[0.569],[0.546]],"execution_time":[[0.291],[0.16],[0.263],[0.248]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.004],[0.003],[0.002]],"client_wall_time":[[1.03894510504324],[0.775311709032394],[0.8896169239887968],[0.8589399729971774]],"statement_ids":[["01f1b437-a56f-1212-97f0-5ee473d8fc38"],["01f1b437-a753-1c46-9088-56d55c6be3cf"],["01f1b437-a86e-1c54-b733-a1f195cbf96b"],["01f1b437-a999-1b2a-bb16-353fe6f8d641"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[90.92310869783489],[100.0],[100.0],[99.99000386321569]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T14:37:31.665Z","producer_progress_file_modified_at":"2026-09-19T14:37:31.647Z","producer_progress_updated_at":"2026-09-19T14:37:31.646Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":77448864325,"provider_committed_rows":77448864325,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T14:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T14:37:31.389Z","freshness_monitor_updated_at":"2026-09-19T14:37:31.371Z","mv_refresh_finished_at":"2026-09-19T14:34:44.807Z","mv_source_rows":77228699981,"mv_rows_behind":150288350,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":131,"scheduled_start_at":"2026-09-19T14:47:31.664Z","start_lag_sec":0.0001115360064432025,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T14:47:31.665Z","iteration_finished_at":"2026-09-19T14:47:41.726Z","iteration_elapsed_sec":10.060964136966504,"raw_rows":78048857309,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.966],[0.712],[0.742],[0.822]],"compilation_time":[[0.67],[0.557],[0.511],[0.563]],"execution_time":[[0.258],[0.146],[0.226],[0.251]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.007],[0.003],[0.003]],"client_wall_time":[[1.0436400540056638],[0.965246970008593],[0.7972445510094985],[0.8803831109544262]],"statement_ids":[["01f1b439-0b0f-1eb8-8c15-0245473f4e21"],["01f1b439-0d0f-1901-b679-1720a04ce33d"],["01f1b439-0e29-1ad9-873d-4b769c3edac2"],["01f1b439-0f48-131b-bb9b-348b04944f08"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[90.17033669102698],[100.0],[100.0],[99.98954725435726]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T14:47:31.665Z","producer_progress_file_modified_at":"2026-09-19T14:47:31.628Z","producer_progress_updated_at":"2026-09-19T14:47:31.627Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":78048857309,"provider_committed_rows":78048857309,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T14:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T14:47:29.639Z","freshness_monitor_updated_at":"2026-09-19T14:47:29.622Z","mv_refresh_finished_at":"2026-09-19T14:44:51.516Z","mv_source_rows":77834596607,"mv_rows_behind":149082520,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":132,"scheduled_start_at":"2026-09-19T14:57:31.664Z","start_lag_sec":0.00010677898535504937,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T14:57:31.665Z","iteration_finished_at":"2026-09-19T14:57:40.808Z","iteration_elapsed_sec":9.143183325999416,"raw_rows":78648963825,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.115],[0.749],[0.824],[0.877]],"compilation_time":[[0.81],[0.604],[0.58],[0.63]],"execution_time":[[0.28],[0.138],[0.234],[0.24]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.002],[0.002],[0.003]],"client_wall_time":[[1.1859630399849266],[0.8049690920161083],[0.8838412290206179],[0.9294498929521069]],"statement_ids":[["01f1b43a-70b0-12cc-b536-bc206df4bf02"],["01f1b43a-72a5-1bee-8f83-fb7f50739564"],["01f1b43a-73c8-15b0-842b-e57d58aefc48"],["01f1b43a-74f1-1789-9fa1-85de81451699"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[88.70205041490237],[100.0],[99.22091593728105],[99.83282606725588]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T14:57:31.665Z","producer_progress_file_modified_at":"2026-09-19T14:57:31.636Z","producer_progress_updated_at":"2026-09-19T14:57:31.634Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":78648963825,"provider_committed_rows":78648963825,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T14:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T14:56:32.381Z","freshness_monitor_updated_at":"2026-09-19T14:56:32.362Z","mv_refresh_finished_at":"2026-09-19T14:54:55.504Z","mv_source_rows":78440439933,"mv_rows_behind":87138152,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":133,"scheduled_start_at":"2026-09-19T15:07:31.664Z","start_lag_sec":0.00011027901200577617,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T15:07:31.665Z","iteration_finished_at":"2026-09-19T15:07:41.235Z","iteration_elapsed_sec":9.569953534984961,"raw_rows":79248916498,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.998],[0.849],[0.907],[0.867]],"compilation_time":[[0.707],[0.629],[0.633],[0.54]],"execution_time":[[0.263],[0.213],[0.268],[0.321]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.005],[0.003],[0.003]],"client_wall_time":[[1.0772133579594083],[0.9055908459704369],[0.9601652810233645],[0.9250463719945401]],"statement_ids":[["01f1b43b-d651-1513-a7fa-76f2d3837cc9"],["01f1b43b-d7d1-124c-a6f0-99e196d9ca5d"],["01f1b43b-d99e-19fc-9cbf-af518ad1b4c3"],["01f1b43b-dad5-1220-9f63-63337368c7b9"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[88.09777586692334],[100.0],[100.0],[99.97376910231345]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T15:07:31.665Z","producer_progress_file_modified_at":"2026-09-19T15:07:31.656Z","producer_progress_updated_at":"2026-09-19T15:07:31.655Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":79248916498,"provider_committed_rows":79248916498,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T15:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T15:07:30.947Z","freshness_monitor_updated_at":"2026-09-19T15:07:30.929Z","mv_refresh_finished_at":"2026-09-19T15:05:02.275Z","mv_source_rows":79046358091,"mv_rows_behind":144998487,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":134,"scheduled_start_at":"2026-09-19T15:17:31.664Z","start_lag_sec":0.0001052559819072485,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T15:17:31.665Z","iteration_finished_at":"2026-09-19T15:17:41.370Z","iteration_elapsed_sec":9.705103348998819,"raw_rows":79848963748,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.677],[0.426],[0.433],[0.481]],"compilation_time":[[0.374],[0.278],[0.274],[0.279]],"execution_time":[[0.275],[0.14],[0.15],[0.196]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.003],[0.002],[0.003]],"client_wall_time":[[0.7483598279650323],[0.479928808985278],[0.48887050204211846],[0.5333519550040364]],"statement_ids":[["01f1b43d-3bf1-1c1a-970c-37d478a10892"],["01f1b43d-3dab-11d3-8a01-d4592d079888"],["01f1b43d-3f36-1170-ade3-d57808f01c68"],["01f1b43d-4023-1600-9a16-9fe4eecea070"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[88.3851755343401],[100.0],[100.0],[99.97990590531064]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T15:17:31.665Z","producer_progress_file_modified_at":"2026-09-19T15:17:31.660Z","producer_progress_updated_at":"2026-09-19T15:17:31.658Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":79848963748,"provider_committed_rows":79848963748,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T15:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T15:16:34.733Z","freshness_monitor_updated_at":"2026-09-19T15:16:34.715Z","mv_refresh_finished_at":"2026-09-19T15:15:06.647Z","mv_source_rows":79652309210,"mv_rows_behind":72428990,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":135,"scheduled_start_at":"2026-09-19T15:27:31.664Z","start_lag_sec":0.00010303297312930226,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T15:27:31.665Z","iteration_finished_at":"2026-09-19T15:27:41.661Z","iteration_elapsed_sec":9.996730938029941,"raw_rows":80448989098,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.899],[0.682],[0.747],[0.807]],"compilation_time":[[0.607],[0.529],[0.514],[0.507]],"execution_time":[[0.268],[0.146],[0.224],[0.295]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.002],[0.007],[0.002],[0.007]],"client_wall_time":[[0.967560395016335],[0.743662652967032],[0.99029964604415],[0.8669987980392762]],"statement_ids":[["01f1b43e-a192-1693-981f-5d515b5b496c"],["01f1b43e-a36c-1c8b-b4f0-cebc8072bf9b"],["01f1b43e-a49e-1ddb-a8f6-991ec50cf5ec"],["01f1b43e-a5c2-1a72-b40d-8382c591178e"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[87.13040825598937],[100.0],[99.22572278263189],[99.81971332058464]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T15:27:31.665Z","producer_progress_file_modified_at":"2026-09-19T15:27:31.655Z","producer_progress_updated_at":"2026-09-19T15:27:31.654Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":80448989098,"provider_committed_rows":80448989098,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T15:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T15:27:31.658Z","freshness_monitor_updated_at":"2026-09-19T15:27:31.641Z","mv_refresh_finished_at":"2026-09-19T15:25:17.676Z","mv_source_rows":80263358356,"mv_rows_behind":122514830,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":136,"scheduled_start_at":"2026-09-19T15:37:31.664Z","start_lag_sec":0.00010550697334110737,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T15:37:31.665Z","iteration_finished_at":"2026-09-19T15:37:41.297Z","iteration_elapsed_sec":9.632235369994305,"raw_rows":81048989103,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.683],[0.411],[0.427],[0.425]],"compilation_time":[[0.373],[0.256],[0.257],[0.245]],"execution_time":[[0.281],[0.148],[0.163],[0.173]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.006],[0.003],[0.003]],"client_wall_time":[[0.7547821929911152],[0.46808529301779345],[0.4799860580242239],[0.4836938609951176]],"statement_ids":[["01f1b440-0733-171e-98f7-ac7af7bd24b8"],["01f1b440-08ea-1884-9282-4d8e5ca120e6"],["01f1b440-0a78-12f5-bb6f-a70be1776436"],["01f1b440-0b64-1e9c-938f-da73c21e960d"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[86.89006041809182],[100.0],[100.0],[99.97983020115308]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T15:37:31.665Z","producer_progress_file_modified_at":"2026-09-19T15:37:31.631Z","producer_progress_updated_at":"2026-09-19T15:37:31.629Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":81048989103,"provider_committed_rows":81048989103,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T15:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T15:37:28.958Z","freshness_monitor_updated_at":"2026-09-19T15:37:28.940Z","mv_refresh_finished_at":"2026-09-19T15:35:27.824Z","mv_source_rows":80874377891,"mv_rows_behind":107320760,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":137,"scheduled_start_at":"2026-09-19T15:47:31.664Z","start_lag_sec":0.00011084700236096978,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T15:47:31.665Z","iteration_finished_at":"2026-09-19T15:47:41.517Z","iteration_elapsed_sec":9.85240952001186,"raw_rows":81648805878,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.946],[0.726],[0.768],[0.802]],"compilation_time":[[0.653],[0.557],[0.532],[0.544]],"execution_time":[[0.268],[0.162],[0.23],[0.252]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.002],[0.002],[0.003],[0.003]],"client_wall_time":[[1.0215734880184755],[0.785989781958051],[0.817646674986463],[0.8585771709913388]],"statement_ids":[["01f1b441-6cd4-1af4-bff4-03d883191451"],["01f1b441-6eb4-14e1-ae96-e2c154e4aedb"],["01f1b441-6fd0-14e3-85d7-9f323b49c81d"],["01f1b441-70ef-1343-b620-ed4bed0d4ab0"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[85.87837932482084],[100.0],[99.21226007935847],[99.84107622455657]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T15:47:31.665Z","producer_progress_file_modified_at":"2026-09-19T15:47:31.641Z","producer_progress_updated_at":"2026-09-19T15:47:31.639Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":81648805878,"provider_committed_rows":81648805878,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T15:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T15:46:32.220Z","freshness_monitor_updated_at":"2026-09-19T15:46:32.202Z","mv_refresh_finished_at":"2026-09-19T15:45:32.443Z","mv_source_rows":81474964165,"mv_rows_behind":44531893,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":138,"scheduled_start_at":"2026-09-19T15:57:31.664Z","start_lag_sec":0.00011298496974632144,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T15:57:31.665Z","iteration_finished_at":"2026-09-19T15:57:41.003Z","iteration_elapsed_sec":9.337972492037807,"raw_rows":82248892830,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.019],[0.696],[1.289],[0.491]],"compilation_time":[[0.659],[0.555],[0.626],[0.277]],"execution_time":[[0.331],[0.135],[0.655],[0.208]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.003],[0.003],[0.002]],"client_wall_time":[[1.0900879629771225],[0.7509641780052334],[1.351235469977837],[0.5455096570076421]],"statement_ids":[["01f1b442-d274-14cb-8444-52652fe5d12d"],["01f1b442-d487-167e-a7dc-6c3b12f39984"],["01f1b442-d59e-134c-bf81-39f3eb2f96d0"],["01f1b442-d70e-192f-b59d-4428b83ba62c"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[85.53257415880496],[100.0],[99.23346805547963],[84.63558662832557]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T15:57:31.665Z","producer_progress_file_modified_at":"2026-09-19T15:57:31.627Z","producer_progress_updated_at":"2026-09-19T15:57:31.626Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":82248892830,"provider_committed_rows":82248892830,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T15:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T15:57:31.187Z","freshness_monitor_updated_at":"2026-09-19T15:57:31.169Z","mv_refresh_finished_at":"2026-09-19T15:55:37.124Z","mv_source_rows":82080605278,"mv_rows_behind":101993644,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":139,"scheduled_start_at":"2026-09-19T16:07:31.664Z","start_lag_sec":0.00011019996600225568,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T16:07:31.665Z","iteration_finished_at":"2026-09-19T16:07:40.850Z","iteration_elapsed_sec":9.18571263999911,"raw_rows":82848947450,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.753],[0.498],[0.974],[0.954]],"compilation_time":[[0.456],[0.274],[0.712],[0.619]],"execution_time":[[0.267],[0.216],[0.255],[0.327]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.007],[0.003],[0.002]],"client_wall_time":[[0.8261821739724837],[0.5603618570021354],[1.0276289510075003],[1.1975240199826658]],"statement_ids":[["01f1b444-3815-169a-88f4-a7fb193c7941"],["01f1b444-39f7-1bdf-816a-99f6f3f4f623"],["01f1b444-3af0-1b50-aa10-035bea7cf55b"],["01f1b444-3c4c-1280-b4ad-a638236c3d66"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[85.3207412362377],[100.0],[100.0],[99.96767088271908]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T16:07:31.665Z","producer_progress_file_modified_at":"2026-09-19T16:07:31.652Z","producer_progress_updated_at":"2026-09-19T16:07:31.651Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":82848947450,"provider_committed_rows":82848947450,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T16:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T16:06:34.520Z","freshness_monitor_updated_at":"2026-09-19T16:06:34.502Z","mv_refresh_finished_at":"2026-09-19T16:05:42.274Z","mv_source_rows":82686721494,"mv_rows_behind":46652026,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":140,"scheduled_start_at":"2026-09-19T16:17:31.664Z","start_lag_sec":0.00011292996350675821,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T16:17:31.665Z","iteration_finished_at":"2026-09-19T16:17:41.033Z","iteration_elapsed_sec":9.368173753027804,"raw_rows":83448864291,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.125],[0.739],[0.792],[0.949]],"compilation_time":[[0.678],[0.573],[0.535],[0.673]],"execution_time":[[0.37],[0.16],[0.252],[0.271]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.003],[0.003],[0.002]],"client_wall_time":[[1.1978084110305645],[0.8008592670084909],[0.8493630739976652],[1.0078767590457574]],"statement_ids":[["01f1b445-9db6-1688-b8f7-bf4ac36e4a45"],["01f1b445-9f2d-1b9c-999c-b5525e119e5a"],["01f1b445-a0ea-1918-bd5a-0071a612851f"],["01f1b445-a20e-1dbb-8900-1bd3917420f6"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[84.0672985709934],[100.0],[99.24602062719488],[99.6232064518035]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T16:17:31.665Z","producer_progress_file_modified_at":"2026-09-19T16:17:31.619Z","producer_progress_updated_at":"2026-09-19T16:17:31.618Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":83448864291,"provider_committed_rows":83448864291,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T16:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T16:16:31.474Z","freshness_monitor_updated_at":"2026-09-19T16:16:31.457Z","mv_refresh_finished_at":"2026-09-19T16:13:44.173Z","mv_source_rows":83168117227,"mv_rows_behind":160675322,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":141,"scheduled_start_at":"2026-09-19T16:27:31.664Z","start_lag_sec":0.00010530499275773764,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T16:27:31.665Z","iteration_finished_at":"2026-09-19T16:27:41.507Z","iteration_elapsed_sec":9.842068679980002,"raw_rows":84048946267,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.738],[0.493],[0.449],[0.468]],"compilation_time":[[0.388],[0.35],[0.291],[0.275]],"execution_time":[[0.32],[0.137],[0.15],[0.184]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.002],[0.003],[0.003]],"client_wall_time":[[0.8145796589669771],[0.5469251709873788],[0.5042037170496769],[0.5243553689797409]],"statement_ids":[["01f1b447-0357-13d2-b6f4-183e477262b7"],["01f1b447-051e-1c97-98b8-7fd7a2189baa"],["01f1b447-06b3-1042-9d72-ac8c6afd1816"],["01f1b447-07a2-1bc6-ae94-7603786d2a96"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[84.1444153087285],[100.0],[100.0],[99.96649600221696]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T16:27:31.665Z","producer_progress_file_modified_at":"2026-09-19T16:27:31.651Z","producer_progress_updated_at":"2026-09-19T16:27:31.650Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":84048946267,"provider_committed_rows":84048946267,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T16:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T16:27:27.132Z","freshness_monitor_updated_at":"2026-09-19T16:27:27.114Z","mv_refresh_finished_at":"2026-09-19T16:25:43.734Z","mv_source_rows":83888151763,"mv_rows_behind":95997140,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":142,"scheduled_start_at":"2026-09-19T16:37:31.664Z","start_lag_sec":0.00010898499749600887,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T16:37:31.665Z","iteration_finished_at":"2026-09-19T16:37:45.141Z","iteration_elapsed_sec":13.476569206977729,"raw_rows":84648911334,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[5.299],[1.07],[1.078],[1.051]],"compilation_time":[[3.444],[0.787],[0.672],[0.64]],"execution_time":[[1.74],[0.274],[0.399],[0.405]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.08],[0.013],[0.008],[0.01]],"client_wall_time":[[5.686127860972192],[1.162325970013626],[1.1453844690113328],[1.126703813963104]],"statement_ids":[["01f1b448-68f8-1847-8b77-e4484646518b"],["01f1b448-6d05-1064-bcf0-d08a8dc386a8"],["01f1b448-6e5e-1d62-9fd0-d6e0c6febd0e"],["01f1b448-6faf-1c38-8338-ec2641476aab"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[0.4199604603962901],[100.0],[99.24076447163546],[99.41460111285214]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T16:37:31.665Z","producer_progress_file_modified_at":"2026-09-19T16:37:31.646Z","producer_progress_updated_at":"2026-09-19T16:37:31.645Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":84648911334,"provider_committed_rows":84648911334,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T16:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T16:36:40.362Z","freshness_monitor_updated_at":"2026-09-19T16:36:40.344Z","mv_refresh_finished_at":"2026-09-19T16:33:52.261Z","mv_source_rows":84374863905,"mv_rows_behind":150336055,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":143,"scheduled_start_at":"2026-09-19T16:47:31.664Z","start_lag_sec":0.00011037499643862247,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T16:47:31.665Z","iteration_finished_at":"2026-09-19T16:47:41.762Z","iteration_elapsed_sec":10.097316814993974,"raw_rows":85248832558,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.931],[0.551],[0.477],[0.486]],"compilation_time":[[1.005],[0.369],[0.298],[0.271]],"execution_time":[[0.898],[0.175],[0.172],[0.209]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.007],[0.003],[0.004],[0.003]],"client_wall_time":[[2.0132859090226702],[0.607605243974831],[0.5368100570049137],[0.5470791439875029]],"statement_ids":[["01f1b449-ce98-1634-919e-f8dcf0af16ff"],["01f1b449-d06f-1fb3-bd53-2ee40370bc09"],["01f1b449-d173-133f-a869-24d86e985f6a"],["01f1b449-d308-114e-9e82-14ed323e2e57"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[83.30309741111806],[100.0],[100.0],[99.96761841382539]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T16:47:31.665Z","producer_progress_file_modified_at":"2026-09-19T16:47:31.637Z","producer_progress_updated_at":"2026-09-19T16:47:31.635Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":85248832558,"provider_committed_rows":85248832558,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T16:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T16:47:31.447Z","freshness_monitor_updated_at":"2026-09-19T16:47:31.428Z","mv_refresh_finished_at":"2026-09-19T16:46:02.668Z","mv_source_rows":85105146972,"mv_rows_behind":77994256,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":144,"scheduled_start_at":"2026-09-19T16:57:31.664Z","start_lag_sec":0.00010553601896390319,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T16:57:31.665Z","iteration_finished_at":"2026-09-19T16:57:43.276Z","iteration_elapsed_sec":11.61092684196774,"raw_rows":85848983088,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[2.117],[0.812],[1.259],[1.318]],"compilation_time":[[1.281],[0.612],[0.858],[0.95]],"execution_time":[[0.802],[0.193],[0.393],[0.34]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.005],[0.005],[0.008]],"client_wall_time":[[2.403433974017389],[0.8724515119683929],[1.3236795740085654],[1.3857785210129805]],"statement_ids":[["01f1b44b-3458-1206-90b3-75ea29b6ccbb"],["01f1b44b-35d1-1d10-8f73-1eed9de32071"],["01f1b44b-3799-1fc2-aeb5-58d97faafc90"],["01f1b44b-3907-13c2-ace0-6a1022c80041"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[82.11570370756968],[100.0],[99.24194970374651],[99.61532606983906]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T16:57:31.665Z","producer_progress_file_modified_at":"2026-09-19T16:57:31.638Z","producer_progress_updated_at":"2026-09-19T16:57:31.636Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":85848983088,"provider_committed_rows":85848983088,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T16:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T16:56:34.527Z","freshness_monitor_updated_at":"2026-09-19T16:56:34.509Z","mv_refresh_finished_at":"2026-09-19T16:54:05.341Z","mv_source_rows":85586762180,"mv_rows_behind":144838798,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":145,"scheduled_start_at":"2026-09-19T17:07:31.664Z","start_lag_sec":0.00011038896627724171,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T17:07:31.665Z","iteration_finished_at":"2026-09-19T17:07:41.261Z","iteration_elapsed_sec":9.595990360016003,"raw_rows":86448998070,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.745],[0.577],[0.53],[0.794]],"compilation_time":[[1.065],[0.358],[0.315],[0.326]],"execution_time":[[0.652],[0.214],[0.209],[0.459]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.01],[0.011],[0.01]],"client_wall_time":[[1.8200636769761331],[0.6455635720049031],[0.598694632994011],[0.8655305260326713]],"statement_ids":[["01f1b44c-99d9-1cc8-a94e-68714fc6b7c2"],["01f1b44c-9bc5-1fc6-8ba4-12962b93eee1"],["01f1b44c-9cce-1d17-8f10-cfeaf424407a"],["01f1b44c-9e6a-165c-af06-3cddc444e65b"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[81.81059725375275],[100.0],[100.0],[99.95812698690847]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T17:07:31.665Z","producer_progress_file_modified_at":"2026-09-19T17:07:31.661Z","producer_progress_updated_at":"2026-09-19T17:07:31.660Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":86448998070,"provider_committed_rows":86448998070,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T17:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T17:06:33.444Z","freshness_monitor_updated_at":"2026-09-19T17:06:33.425Z","mv_refresh_finished_at":"2026-09-19T17:04:17.874Z","mv_source_rows":86197596692,"mv_rows_behind":131764544,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":146,"scheduled_start_at":"2026-09-19T17:17:31.664Z","start_lag_sec":0.00011519697727635503,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T17:17:31.665Z","iteration_finished_at":"2026-09-19T17:17:41.307Z","iteration_elapsed_sec":9.642227447009645,"raw_rows":87048970508,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.925],[0.834],[1.442],[0.865]],"compilation_time":[[1.134],[0.643],[0.573],[0.562]],"execution_time":[[0.761],[0.186],[0.861],[0.297]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.003],[0.003],[0.004]],"client_wall_time":[[2.0078569080214947],[0.8986329269828275],[1.4969716380001046],[0.9277456299751066]],"statement_ids":[["01f1b44d-ff7b-13b8-88bf-bd1a271ac8a7"],["01f1b44e-0154-116b-ac8f-3b8cd2fd16df"],["01f1b44e-0281-18b1-8dbd-7a263fc8df3b"],["01f1b44e-0408-1d49-9a12-d4011c371015"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[80.22788680957373],[100.0],[99.2521355556954],[99.80939771884611]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T17:17:31.665Z","producer_progress_file_modified_at":"2026-09-19T17:17:31.631Z","producer_progress_updated_at":"2026-09-19T17:17:31.629Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":87048970508,"provider_committed_rows":87048970508,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T17:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T17:16:27.614Z","freshness_monitor_updated_at":"2026-09-19T17:16:27.597Z","mv_refresh_finished_at":"2026-09-19T17:14:21.566Z","mv_source_rows":86803444304,"mv_rows_behind":119267652,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":147,"scheduled_start_at":"2026-09-19T17:27:31.664Z","start_lag_sec":0.00010086898691952229,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T17:27:31.665Z","iteration_finished_at":"2026-09-19T17:27:41.075Z","iteration_elapsed_sec":9.410919281013776,"raw_rows":87648993949,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[2.208],[0.757],[0.797],[0.992]],"compilation_time":[[1.492],[0.579],[0.541],[0.709]],"execution_time":[[0.681],[0.17],[0.249],[0.277]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.004],[0.003],[0.004]],"client_wall_time":[[2.2821770689915866],[0.8143197969766334],[0.8586916290223598],[1.0507303990307264]],"statement_ids":[["01f1b44f-651b-13c7-9f88-4903cd11cd01"],["01f1b44f-672c-1575-a105-8b0682fbf339"],["01f1b44f-684d-1e7f-84ca-8c57b06c69e4"],["01f1b44f-6974-1384-abfb-2f9a49dd77be"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[96.07586334214433],[100.0],[100.0],[99.9913792296125]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T17:27:31.665Z","producer_progress_file_modified_at":"2026-09-19T17:27:31.658Z","producer_progress_updated_at":"2026-09-19T17:27:31.656Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":87648993949,"provider_committed_rows":87648993949,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T17:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T17:26:31.168Z","freshness_monitor_updated_at":"2026-09-19T17:26:31.150Z","mv_refresh_finished_at":"2026-09-19T17:24:31.858Z","mv_source_rows":87414598911,"mv_rows_behind":108921394,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":148,"scheduled_start_at":"2026-09-19T17:37:31.664Z","start_lag_sec":0.00010478799231350422,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T17:37:31.665Z","iteration_finished_at":"2026-09-19T17:37:43.107Z","iteration_elapsed_sec":11.442217110015918,"raw_rows":88248973865,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[2.256],[1.094],[1.054],[1.144]],"compilation_time":[[1.27],[0.9],[0.747],[0.579]],"execution_time":[[0.957],[0.189],[0.3],[0.556]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.008],[0.006],[0.005],[0.006]],"client_wall_time":[[2.3378887320286594],[1.3615040020085871],[1.115203391003888],[1.2049063650192693]],"statement_ids":[["01f1b450-cabc-160a-bad1-8e7cef740d33"],["01f1b450-cce8-1cf5-b823-28d7f4513b32"],["01f1b450-ceda-1453-8630-7b67daeab94d"],["01f1b450-d031-1d5f-aa6e-52c17be46de5"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[94.88880778651394],[100.0],[100.0],[99.99284086572409]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T17:37:31.665Z","producer_progress_file_modified_at":"2026-09-19T17:37:31.653Z","producer_progress_updated_at":"2026-09-19T17:37:31.652Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":88248973865,"provider_committed_rows":88248973865,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T17:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T17:36:30.977Z","freshness_monitor_updated_at":"2026-09-19T17:36:30.959Z","mv_refresh_finished_at":"2026-09-19T17:34:41.387Z","mv_source_rows":88020390341,"mv_rows_behind":103479062,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":149,"scheduled_start_at":"2026-09-19T17:47:31.664Z","start_lag_sec":0.00011256500147283077,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T17:47:31.665Z","iteration_finished_at":"2026-09-19T17:47:41.203Z","iteration_elapsed_sec":9.538495354005136,"raw_rows":88848942984,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.949],[0.853],[0.861],[1.275]],"compilation_time":[[0.989],[0.641],[0.569],[0.95]],"execution_time":[[0.935],[0.204],[0.284],[0.319]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.01],[0.007],[0.006],[0.007]],"client_wall_time":[[2.0320470760343596],[0.9147809069836512],[0.9211172380018979],[1.340956329018809]],"statement_ids":[["01f1b452-305d-1392-8cc5-878cc1b95405"],["01f1b452-323a-1922-adc1-9d3b053a3e7a"],["01f1b452-336b-1d21-9fa1-dd7586d8622f"],["01f1b452-349c-105d-a096-173ea7bdbb06"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[95.16766823750874],[100.0],[100.0],[99.99751701054691]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T17:47:31.665Z","producer_progress_file_modified_at":"2026-09-19T17:47:31.648Z","producer_progress_updated_at":"2026-09-19T17:47:31.647Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":88848942984,"provider_committed_rows":88848942984,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T17:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T17:46:34.833Z","freshness_monitor_updated_at":"2026-09-19T17:46:34.814Z","mv_refresh_finished_at":"2026-09-19T17:44:47.420Z","mv_source_rows":88631324061,"mv_rows_behind":88078878,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":150,"scheduled_start_at":"2026-09-19T17:57:31.664Z","start_lag_sec":0.00011743197683244944,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T17:57:31.665Z","iteration_finished_at":"2026-09-19T17:57:43.844Z","iteration_elapsed_sec":12.179535833012778,"raw_rows":89448824332,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.291],[1.071],[0.829],[1.319]],"compilation_time":[[0.942],[0.893],[0.568],[0.999]],"execution_time":[[0.32],[0.171],[0.256],[0.313]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.003],[0.004],[0.004]],"client_wall_time":[[1.3682382099796087],[1.130332204978913],[0.8867471410194412],[1.377761415031273]],"statement_ids":[["01f1b453-95fd-1a72-82e6-21ad057723ca"],["01f1b453-9812-1fc3-9b67-81eec568c32a"],["01f1b453-9962-19cc-a84d-cea0d74def1e"],["01f1b453-9a8f-1068-b5cd-d1498fd8c99e"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[94.43635921361259],[100.0],[100.0],[99.99713753997229]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T17:57:31.665Z","producer_progress_file_modified_at":"2026-09-19T17:57:31.628Z","producer_progress_updated_at":"2026-09-19T17:57:31.628Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":89448824332,"provider_committed_rows":89448824332,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T17:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T17:56:30.287Z","freshness_monitor_updated_at":"2026-09-19T17:56:30.269Z","mv_refresh_finished_at":"2026-09-19T17:54:54.484Z","mv_source_rows":89232028088,"mv_rows_behind":98413500,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":151,"scheduled_start_at":"2026-09-19T18:07:31.664Z","start_lag_sec":0.00010967097477987409,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T18:07:31.665Z","iteration_finished_at":"2026-09-19T18:07:40.835Z","iteration_elapsed_sec":9.170795548008755,"raw_rows":90048962182,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.43],[0.807],[1.032],[1.01]],"compilation_time":[[0.869],[0.605],[0.724],[0.57]],"execution_time":[[0.531],[0.195],[0.302],[0.434]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.002],[0.003],[0.003],[0.003]],"client_wall_time":[[1.4993445940199308],[0.8729209570446983],[1.0959825149620883],[1.0678731829975732]],"statement_ids":[["01f1b454-fb9e-134d-ba8e-a893b75f7ac1"],["01f1b454-fd59-1a81-9638-1ddbf45a72d5"],["01f1b454-fe84-1c17-b26d-ea78ca7fd33e"],["01f1b454-ffcf-142f-b04f-a703e4b21c49"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[93.55733945359033],[100.0],[99.67329488239345],[79.95270754346345]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T18:07:31.665Z","producer_progress_file_modified_at":"2026-09-19T18:07:31.638Z","producer_progress_updated_at":"2026-09-19T18:07:31.638Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":90048962182,"provider_committed_rows":90048962182,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T18:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T18:07:28.712Z","freshness_monitor_updated_at":"2026-09-19T18:07:28.694Z","mv_refresh_finished_at":"2026-09-19T18:04:59.453Z","mv_source_rows":89837848658,"mv_rows_behind":155250148,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":152,"scheduled_start_at":"2026-09-19T18:17:31.664Z","start_lag_sec":0.00010742800077423453,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T18:17:31.665Z","iteration_finished_at":"2026-09-19T18:17:40.860Z","iteration_elapsed_sec":9.19556056096917,"raw_rows":90648973338,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.873],[0.813],[0.833],[0.853]],"compilation_time":[[1.088],[0.584],[0.561],[0.563]],"execution_time":[[0.756],[0.223],[0.266],[0.283]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.005],[0.003],[0.002]],"client_wall_time":[[1.948191289033275],[0.8685033110086806],[1.1133519540308043],[0.9120427130255848]],"statement_ids":[["01f1b456-613f-167e-8dec-e99c5ee0db8c"],["01f1b456-6311-1fd4-a763-bde3e4321576"],["01f1b456-645e-108c-88fe-254654a27f2a"],["01f1b456-6589-154b-b064-f78e4489e6cf"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[92.80174830306778],[100.0],[100.0],[99.98933461436376]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T18:17:31.665Z","producer_progress_file_modified_at":"2026-09-19T18:17:31.647Z","producer_progress_updated_at":"2026-09-19T18:17:31.646Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":90648973338,"provider_committed_rows":90648973338,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T18:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T18:16:32.875Z","freshness_monitor_updated_at":"2026-09-19T18:16:32.858Z","mv_refresh_finished_at":"2026-09-19T18:15:13.543Z","mv_source_rows":90453973700,"mv_rows_behind":72573172,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":153,"scheduled_start_at":"2026-09-19T18:27:31.664Z","start_lag_sec":0.0001073789899237454,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T18:27:31.665Z","iteration_finished_at":"2026-09-19T18:27:41.007Z","iteration_elapsed_sec":9.34277575602755,"raw_rows":91248923008,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.106],[0.639],[0.461],[0.476]],"compilation_time":[[0.792],[0.308],[0.286],[0.288]],"execution_time":[[0.287],[0.324],[0.168],[0.18]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.008],[0.009],[0.008],[0.006]],"client_wall_time":[[1.182631071016658],[0.6971318639698438],[0.5364513029926457],[0.5394463340053335]],"statement_ids":[["01f1b457-c6df-1856-a606-f43ca36cc505"],["01f1b457-c8d8-198b-8bc9-a6581828c7f4"],["01f1b457-c9e8-1357-98b5-d51a95fcdef2"],["01f1b457-cb7b-12dc-8c79-4611bdae85bb"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[92.02133422419547],[91.539220852663],[100.0],[97.44365484531477]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T18:27:31.665Z","producer_progress_file_modified_at":"2026-09-19T18:27:31.657Z","producer_progress_updated_at":"2026-09-19T18:27:31.656Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":91248923008,"provider_committed_rows":91248923008,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T18:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T18:27:29.239Z","freshness_monitor_updated_at":"2026-09-19T18:27:29.219Z","mv_refresh_finished_at":"2026-09-19T18:25:39.550Z","mv_source_rows":91080660242,"mv_rows_behind":108771394,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":154,"scheduled_start_at":"2026-09-19T18:37:31.664Z","start_lag_sec":0.00010837800800800323,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T18:37:31.665Z","iteration_finished_at":"2026-09-19T18:37:41.496Z","iteration_elapsed_sec":9.831203818961512,"raw_rows":91848815062,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.378],[0.808],[0.908],[0.914]],"compilation_time":[[1.009],[0.603],[0.611],[0.608]],"execution_time":[[0.317],[0.199],[0.292],[0.297]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.011],[0.004],[0.003]],"client_wall_time":[[1.4564687429810874],[0.8706989670172334],[0.9695037039928138],[0.9746399900177494]],"statement_ids":[["01f1b459-2c80-19dd-8b32-a795861f44f2"],["01f1b459-2e29-1054-88d2-2881a4305b55"],["01f1b459-2f50-1a99-bac1-5af766f26ea6"],["01f1b459-3124-17e1-bdbe-5061fbb32b25"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[92.0475870775874],[100.0],[100.0],[99.9893877861021]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T18:37:31.665Z","producer_progress_file_modified_at":"2026-09-19T18:37:31.650Z","producer_progress_updated_at":"2026-09-19T18:37:31.648Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":91848815062,"provider_committed_rows":91848815062,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T18:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T18:36:35.540Z","freshness_monitor_updated_at":"2026-09-19T18:36:35.522Z","mv_refresh_finished_at":"2026-09-19T18:33:45.567Z","mv_source_rows":91567264838,"mv_rows_behind":155511784,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":155,"scheduled_start_at":"2026-09-19T18:47:31.664Z","start_lag_sec":0.0001050709979608655,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T18:47:31.665Z","iteration_finished_at":"2026-09-19T18:47:41.146Z","iteration_elapsed_sec":9.48158165399218,"raw_rows":92448977228,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.219],[0.819],[0.857],[0.975]],"compilation_time":[[0.733],[0.645],[0.585],[0.671]],"execution_time":[[0.459],[0.168],[0.264],[0.298]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.005],[0.003],[0.004]],"client_wall_time":[[1.289832457958255],[0.8812040619668551],[0.9124454089906067],[1.0335093580069952]],"statement_ids":[["01f1b45a-9221-1320-a559-1f640f898aef"],["01f1b45a-9429-184a-b502-c7c03100ddd9"],["01f1b45a-9551-1e53-936c-bd89a01b465a"],["01f1b45a-9687-1190-a499-c6647b4b769c"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[91.39374975604207],[100.0],[100.0],[99.98946001382315]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T18:47:31.665Z","producer_progress_file_modified_at":"2026-09-19T18:47:31.658Z","producer_progress_updated_at":"2026-09-19T18:47:31.656Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":92448977228,"provider_committed_rows":92448977228,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T18:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T18:46:31.337Z","freshness_monitor_updated_at":"2026-09-19T18:46:31.319Z","mv_refresh_finished_at":"2026-09-19T18:43:49.868Z","mv_source_rows":92173024520,"mv_rows_behind":160521232,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":156,"scheduled_start_at":"2026-09-19T18:57:31.664Z","start_lag_sec":0.00010635401122272015,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T18:57:31.665Z","iteration_finished_at":"2026-09-19T18:57:41.280Z","iteration_elapsed_sec":9.615295569004957,"raw_rows":93048998642,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.24],[0.446],[0.529],[0.537]],"compilation_time":[[0.858],[0.281],[0.318],[0.335]],"execution_time":[[0.352],[0.155],[0.2],[0.193]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.003],[0.011],[0.006]],"client_wall_time":[[1.3222339280182496],[0.5107358639943413],[0.784369817993138],[0.6022910239989869]],"statement_ids":[["01f1b45b-f7c2-16ef-916d-ae5da457f3ae"],["01f1b45b-f9d2-16e6-801c-f69c02590705"],["01f1b45b-fae1-1721-86a1-6fcf2df63cf9"],["01f1b45b-fc7d-1278-a9ff-7c6f18629af8"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[90.66276500611535],[100.0],[100.0],[99.98912812700857]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T18:57:31.665Z","producer_progress_file_modified_at":"2026-09-19T18:57:31.653Z","producer_progress_updated_at":"2026-09-19T18:57:31.652Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":93048998642,"provider_committed_rows":93048998642,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T18:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T18:57:28.429Z","freshness_monitor_updated_at":"2026-09-19T18:57:28.411Z","mv_refresh_finished_at":"2026-09-19T18:56:04.534Z","mv_source_rows":92903217390,"mv_rows_behind":82807794,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":157,"scheduled_start_at":"2026-09-19T19:07:31.664Z","start_lag_sec":0.0001049339771270752,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T19:07:31.665Z","iteration_finished_at":"2026-09-19T19:07:41.524Z","iteration_elapsed_sec":9.859357419016305,"raw_rows":93648850827,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.329],[0.793],[0.954],[0.987]],"compilation_time":[[0.812],[0.59],[0.619],[0.601]],"execution_time":[[0.487],[0.198],[0.329],[0.381]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.006],[0.004],[0.003]],"client_wall_time":[[1.4118745269952342],[0.8561130110174417],[1.0146599729778245],[1.0474391399766319]],"statement_ids":[["01f1b45d-5d62-1db5-807d-4def42c09cde"],["01f1b45d-5ef3-1df6-9170-da720c42a344"],["01f1b45d-60b6-1c6a-85b5-f83a10270b48"],["01f1b45d-61ff-1bfa-a349-a6e201b40ae6"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[88.31360692245764],[100.0],[100.0],[99.97476772985918]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T19:07:31.665Z","producer_progress_file_modified_at":"2026-09-19T19:07:31.635Z","producer_progress_updated_at":"2026-09-19T19:07:31.634Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":93648850827,"provider_committed_rows":93648850827,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T19:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T19:06:32.896Z","freshness_monitor_updated_at":"2026-09-19T19:06:32.878Z","mv_refresh_finished_at":"2026-09-19T19:04:10.306Z","mv_source_rows":93390131187,"mv_rows_behind":139925260,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":158,"scheduled_start_at":"2026-09-19T19:17:31.664Z","start_lag_sec":0.00010583497351035476,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T19:17:31.665Z","iteration_finished_at":"2026-09-19T19:17:41.142Z","iteration_elapsed_sec":9.477749890997075,"raw_rows":94248956784,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.614],[0.803],[0.884],[1.397]],"compilation_time":[[1.224],[0.593],[0.61],[0.605]],"execution_time":[[0.364],[0.204],[0.265],[0.784]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.002],[0.002],[0.003]],"client_wall_time":[[1.6908800310338847],[0.8652958800084889],[0.9404983249842189],[1.4575578299700283]],"statement_ids":[["01f1b45e-c303-179a-92e0-1987d020ea61"],["01f1b45e-c4c9-1a2d-9029-e08d8f31069b"],["01f1b45e-c5f3-183d-9a03-96078243322d"],["01f1b45e-c728-16d3-91bc-de9ccc237d32"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[74.05020273564827],[100.0],[100.0],[99.93549714239795]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T19:17:31.665Z","producer_progress_file_modified_at":"2026-09-19T19:17:31.660Z","producer_progress_updated_at":"2026-09-19T19:17:31.659Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":94248956784,"provider_committed_rows":94248956784,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T19:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T19:17:29.595Z","freshness_monitor_updated_at":"2026-09-19T19:17:29.577Z","mv_refresh_finished_at":"2026-09-19T19:16:36.253Z","mv_source_rows":94135656760,"mv_rows_behind":53292926,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":159,"scheduled_start_at":"2026-09-19T19:27:31.664Z","start_lag_sec":0.00011073698988184333,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T19:27:31.665Z","iteration_finished_at":"2026-09-19T19:27:41.085Z","iteration_elapsed_sec":9.4207079380285,"raw_rows":94848829249,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.907],[0.763],[0.916],[1.187]],"compilation_time":[[0.797],[0.593],[0.652],[0.611]],"execution_time":[[1.079],[0.163],[0.257],[0.569]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.003],[0.002],[0.003]],"client_wall_time":[[1.976900391979143],[0.8191894579795189],[0.9729239709558897],[1.2425593549851328]],"statement_ids":[["01f1b460-28a4-1162-8e3a-89d05af878bc"],["01f1b460-2a86-147d-9659-96b3236ee4bd"],["01f1b460-2ba8-15d3-816b-cd6b5b6c67a0"],["01f1b460-2ce0-1bfb-be1a-a05e35a48cc2"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[95.22301128433294],[100.0],[100.0],[99.99318203508207]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T19:27:31.665Z","producer_progress_file_modified_at":"2026-09-19T19:27:31.634Z","producer_progress_updated_at":"2026-09-19T19:27:31.633Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":94848829249,"provider_committed_rows":94848829249,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T19:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T19:26:34.502Z","freshness_monitor_updated_at":"2026-09-19T19:26:34.484Z","mv_refresh_finished_at":"2026-09-19T19:24:43.624Z","mv_source_rows":94622107266,"mv_rows_behind":104911243,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":160,"scheduled_start_at":"2026-09-19T19:37:31.664Z","start_lag_sec":0.00010892696445807815,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T19:37:31.665Z","iteration_finished_at":"2026-09-19T19:37:41.544Z","iteration_elapsed_sec":9.879539898014627,"raw_rows":95448942204,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.608],[0.772],[0.828],[0.845]],"compilation_time":[[1.336],[0.587],[0.55],[0.552]],"execution_time":[[0.247],[0.178],[0.269],[0.287]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.002],[0.009],[0.003],[0.003]],"client_wall_time":[[1.6868990550283343],[0.8340065400116146],[0.9130044879857451],[1.108790356956888]],"statement_ids":[["01f1b461-8e45-15c8-b7d3-1bf02600e060"],["01f1b461-8feb-1016-a0aa-87bd3f1e8ad2"],["01f1b461-91aa-1ff4-8254-2929ec8abbe2"],["01f1b461-92fb-1932-b206-f65c0139b742"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[95.43347792536068],[100.0],[100.0],[99.99803951806723]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T19:37:31.665Z","producer_progress_file_modified_at":"2026-09-19T19:37:31.645Z","producer_progress_updated_at":"2026-09-19T19:37:31.644Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":95448942204,"provider_committed_rows":95448942204,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T19:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T19:36:30.463Z","freshness_monitor_updated_at":"2026-09-19T19:36:30.445Z","mv_refresh_finished_at":"2026-09-19T19:34:49.851Z","mv_source_rows":95227932267,"mv_rows_behind":93169144,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":161,"scheduled_start_at":"2026-09-19T19:47:31.664Z","start_lag_sec":0.00010403897613286972,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T19:47:31.665Z","iteration_finished_at":"2026-09-19T19:47:41.344Z","iteration_elapsed_sec":9.679104512033518,"raw_rows":96048966006,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.479],[0.811],[0.845],[0.908]],"compilation_time":[[0.747],[0.645],[0.586],[0.631]],"execution_time":[[0.703],[0.159],[0.251],[0.269]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.004],[0.002],[0.002]],"client_wall_time":[[1.5529323020018637],[0.8683264079736546],[0.9005758289713413],[0.9663443500176072]],"statement_ids":[["01f1b462-f3e6-14ff-a212-922ab2ead09d"],["01f1b462-f57d-1b4c-b16e-78f0771e39e2"],["01f1b462-f747-13d5-9373-338cd9fb4e55"],["01f1b462-f872-1c37-ad03-f5857bbea3ea"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[94.72654763915028],[100.0],[100.0],[99.99819172080905]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T19:47:31.665Z","producer_progress_file_modified_at":"2026-09-19T19:47:31.656Z","producer_progress_updated_at":"2026-09-19T19:47:31.655Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":96048966006,"provider_committed_rows":96048966006,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T19:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T19:47:28.705Z","freshness_monitor_updated_at":"2026-09-19T19:47:28.688Z","mv_refresh_finished_at":"2026-09-19T19:45:02.644Z","mv_source_rows":95843924200,"mv_rows_behind":139763624,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":162,"scheduled_start_at":"2026-09-19T19:57:31.664Z","start_lag_sec":0.00010238896356895566,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T19:57:31.665Z","iteration_finished_at":"2026-09-19T19:57:41.435Z","iteration_elapsed_sec":9.770015772024635,"raw_rows":96648893321,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.98],[0.729],[0.812],[1.651]],"compilation_time":[[0.669],[0.561],[0.558],[1.357]],"execution_time":[[0.277],[0.16],[0.246],[0.286]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.002],[0.002],[0.003]],"client_wall_time":[[1.0585358679527417],[0.7932722739642486],[0.8651397450012155],[1.7090436050202698]],"statement_ids":[["01f1b464-5986-1713-a078-43cfcab53e95"],["01f1b464-5b6c-17d2-ab19-ca14ce47fd32"],["01f1b464-5c88-12aa-9691-ae8955a6018a"],["01f1b464-5db1-164b-8ba3-f168b90cf096"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[94.04805255066748],[100.0],[100.0],[99.99806420974443]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T19:57:31.665Z","producer_progress_file_modified_at":"2026-09-19T19:57:31.661Z","producer_progress_updated_at":"2026-09-19T19:57:31.660Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":96648893321,"provider_committed_rows":96648893321,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T19:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T19:56:32.381Z","freshness_monitor_updated_at":"2026-09-19T19:56:32.362Z","mv_refresh_finished_at":"2026-09-19T19:55:12.897Z","mv_source_rows":96454990227,"mv_rows_behind":72415626,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":163,"scheduled_start_at":"2026-09-19T20:07:31.664Z","start_lag_sec":0.00010700896382331848,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T20:07:31.665Z","iteration_finished_at":"2026-09-19T20:07:41.208Z","iteration_elapsed_sec":9.543005943007302,"raw_rows":97248931018,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.229],[0.774],[0.924],[0.876]],"compilation_time":[[0.734],[0.573],[0.574],[0.528]],"execution_time":[[0.463],[0.195],[0.345],[0.342]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.006],[0.002],[0.003]],"client_wall_time":[[1.304206445987802],[0.8344994449871592],[0.9811681999708526],[0.9394104960374534]],"statement_ids":[["01f1b465-bf27-11c2-928f-898abb7f3184"],["01f1b465-c0a7-10e9-9290-178b553f37a0"],["01f1b465-c26a-130f-980e-3acad7cbf2aa"],["01f1b465-c3a4-113c-97ac-1253604612b4"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[93.15976766209802],[100.0],[100.0],[99.99049150765003]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T20:07:31.665Z","producer_progress_file_modified_at":"2026-09-19T20:07:31.639Z","producer_progress_updated_at":"2026-09-19T20:07:31.638Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":97248931018,"provider_committed_rows":97248931018,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T20:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T20:07:30.682Z","freshness_monitor_updated_at":"2026-09-19T20:07:30.664Z","mv_refresh_finished_at":"2026-09-19T20:05:18.301Z","mv_source_rows":97060464734,"mv_rows_behind":119113562,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":164,"scheduled_start_at":"2026-09-19T20:17:31.664Z","start_lag_sec":0.00011234701378270984,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T20:17:31.665Z","iteration_finished_at":"2026-09-19T20:17:41.449Z","iteration_elapsed_sec":9.784814660961274,"raw_rows":97848875579,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.48],[0.451],[0.578],[0.447]],"compilation_time":[[0.806],[0.279],[0.41],[0.256]],"execution_time":[[0.646],[0.163],[0.162],[0.182]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.004],[0.007],[0.003]],"client_wall_time":[[1.559645761968568],[0.5092989869881421],[0.6484135250211693],[0.5064559199963696]],"statement_ids":[["01f1b467-24c8-102b-b63d-5f175189e82c"],["01f1b467-2676-1f6a-aed8-77875a1f08d8"],["01f1b467-2809-15e6-bac6-d87db1795311"],["01f1b467-290f-1196-9339-433eaca27388"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[92.82482389964441],[100.0],[100.0],[99.9832870648387]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T20:17:31.665Z","producer_progress_file_modified_at":"2026-09-19T20:17:31.646Z","producer_progress_updated_at":"2026-09-19T20:17:31.645Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":97848875579,"provider_committed_rows":97848875579,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T20:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T20:16:35.809Z","freshness_monitor_updated_at":"2026-09-19T20:16:35.792Z","mv_refresh_finished_at":"2026-09-19T20:15:30.483Z","mv_source_rows":97666161197,"mv_rows_behind":61981004,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":165,"scheduled_start_at":"2026-09-19T20:27:31.664Z","start_lag_sec":0.0001070699654519558,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T20:27:31.665Z","iteration_finished_at":"2026-09-19T20:27:41.152Z","iteration_elapsed_sec":9.487764781049918,"raw_rows":98448826106,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.827],[0.857],[0.941],[0.988]],"compilation_time":[[0.772],[0.688],[0.693],[0.706]],"execution_time":[[1.025],[0.161],[0.242],[0.277]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.002],[0.005],[0.003],[0.006]],"client_wall_time":[[1.9803174179978669],[0.920560643018689],[0.9955196430091746],[1.0457925790105946]],"statement_ids":[["01f1b468-8a75-1823-8c6c-c80120e3d12a"],["01f1b468-8c5d-1b8f-8aee-0950e8f7de75"],["01f1b468-8d91-1153-81a8-3a2af146e09a"],["01f1b468-8ecc-1d13-8060-d2a5cb3726bb"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[92.4285374999429],[100.0],[100.0],[99.99054256034675]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T20:27:31.665Z","producer_progress_file_modified_at":"2026-09-19T20:27:31.616Z","producer_progress_updated_at":"2026-09-19T20:27:31.614Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":98448826106,"provider_committed_rows":98448826106,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T20:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T20:27:31.662Z","freshness_monitor_updated_at":"2026-09-19T20:27:31.644Z","mv_refresh_finished_at":"2026-09-19T20:25:37.957Z","mv_source_rows":98277092893,"mv_rows_behind":113880839,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":166,"scheduled_start_at":"2026-09-19T20:37:31.664Z","start_lag_sec":0.00010741699952632189,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T20:37:31.665Z","iteration_finished_at":"2026-09-19T20:37:41.271Z","iteration_elapsed_sec":9.606216721993405,"raw_rows":99048919090,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.274],[0.828],[0.824],[1.01]],"compilation_time":[[0.953],[0.665],[0.582],[0.73]],"execution_time":[[0.289],[0.157],[0.236],[0.274]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.006],[0.002],[0.003]],"client_wall_time":[[1.358789613994304],[0.8884756640181877],[0.8800505860126577],[1.0750351890455931]],"statement_ids":[["01f1b469-f009-1729-820a-a40fc9ae54b2"],["01f1b469-f21c-13c1-afb4-e1f8c8e70bc3"],["01f1b469-f34b-1fc3-ad09-0a048460b662"],["01f1b469-f476-18df-893a-2e931488ed1f"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[91.7880934947248],[100.0],[100.0],[99.9889758145847]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T20:37:31.665Z","producer_progress_file_modified_at":"2026-09-19T20:37:31.628Z","producer_progress_updated_at":"2026-09-19T20:37:31.627Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":99048919090,"provider_committed_rows":99048919090,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T20:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T20:37:28.883Z","freshness_monitor_updated_at":"2026-09-19T20:37:28.865Z","mv_refresh_finished_at":"2026-09-19T20:35:42.629Z","mv_source_rows":98877547510,"mv_rows_behind":109767938,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":167,"scheduled_start_at":"2026-09-19T20:47:31.664Z","start_lag_sec":0.00010278099216520786,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T20:47:31.665Z","iteration_finished_at":"2026-09-19T20:47:41.464Z","iteration_elapsed_sec":9.799490856996272,"raw_rows":99648972815,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.724],[0.474],[0.458],[0.451]],"compilation_time":[[0.402],[0.319],[0.289],[0.266]],"execution_time":[[0.299],[0.148],[0.151],[0.178]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.003],[0.004],[0.003]],"client_wall_time":[[0.8026550979702733],[0.5350139340152964],[0.5152384390239604],[0.5163333680247888]],"statement_ids":[["01f1b46b-55ab-10a6-b0b4-88bf7a79ffe8"],["01f1b46b-576b-1705-a60a-fc49d2e0eef2"],["01f1b46b-58ff-1954-aa85-11229eedb587"],["01f1b46b-59f1-16df-92e2-461dd27f69bb"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[91.10582453973335],[100.0],[100.0],[99.98892901641376]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T20:47:31.665Z","producer_progress_file_modified_at":"2026-09-19T20:47:31.654Z","producer_progress_updated_at":"2026-09-19T20:47:31.653Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":99648972815,"provider_committed_rows":99648972815,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T20:47:31.666Z","freshness_monitor_file_modified_at":"2026-09-19T20:46:31.565Z","freshness_monitor_updated_at":"2026-09-19T20:46:31.547Z","mv_refresh_finished_at":"2026-09-19T20:43:48.893Z","mv_source_rows":99369495567,"mv_rows_behind":160307868,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":168,"scheduled_start_at":"2026-09-19T20:57:31.664Z","start_lag_sec":0.0001020359923131764,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T20:57:31.665Z","iteration_finished_at":"2026-09-19T20:57:41.671Z","iteration_elapsed_sec":10.006641899992246,"raw_rows":100248976245,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.821],[0.697],[0.789],[0.86]],"compilation_time":[[1.437],[0.527],[0.519],[0.578]],"execution_time":[[0.357],[0.164],[0.264],[0.275]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.002],[0.003],[0.002]],"client_wall_time":[[1.8952506170026027],[0.7529818670009263],[0.8465283029945567],[0.9131091780145653]],"statement_ids":[["01f1b46c-bb4b-14b8-a433-0f87a5263d25"],["01f1b46c-bd31-11a2-bafe-5713d9af4a0b"],["01f1b46c-be48-162d-bd0f-61abf2277338"],["01f1b46c-bf6e-1174-9e19-94e30b530b42"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[89.60468358831811],[100.0],[99.31384910004883],[99.70397197246923]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T20:57:31.665Z","producer_progress_file_modified_at":"2026-09-19T20:57:31.660Z","producer_progress_updated_at":"2026-09-19T20:57:31.659Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":100248976245,"provider_committed_rows":100248976245,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T20:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T20:57:29.694Z","freshness_monitor_updated_at":"2026-09-19T20:57:29.676Z","mv_refresh_finished_at":"2026-09-19T20:55:58.472Z","mv_source_rows":100099339635,"mv_rows_behind":93204052,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":169,"scheduled_start_at":"2026-09-19T21:07:31.664Z","start_lag_sec":0.00011115300003439188,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T21:07:31.665Z","iteration_finished_at":"2026-09-19T21:07:43.895Z","iteration_elapsed_sec":12.23001751000993,"raw_rows":100848836377,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.006],[1.108],[0.557],[0.52]],"compilation_time":[[0.614],[0.863],[0.294],[0.258]],"execution_time":[[0.363],[0.237],[0.257],[0.254]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.004],[0.004],[0.004]],"client_wall_time":[[1.0778892540256493],[1.1774604269885458],[0.6140391170047224],[0.5822614870266989]],"statement_ids":[["01f1b46e-20eb-1cf7-a430-2fa7ad0890c8"],["01f1b46e-2302-18b6-8063-ef7d4ce9a732"],["01f1b46e-2597-17e1-a235-c3c17061e959"],["01f1b46e-2699-142a-9f5c-e1428be35916"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[89.7553441152507],[100.0],[100.0],[99.9777387023549]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T21:07:31.665Z","producer_progress_file_modified_at":"2026-09-19T21:07:31.644Z","producer_progress_updated_at":"2026-09-19T21:07:31.643Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":100848836377,"provider_committed_rows":100848836377,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T21:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T21:06:34.659Z","freshness_monitor_updated_at":"2026-09-19T21:06:34.641Z","mv_refresh_finished_at":"2026-09-19T21:04:05.148Z","mv_source_rows":100580659477,"mv_rows_behind":136293174,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":170,"scheduled_start_at":"2026-09-19T21:17:31.664Z","start_lag_sec":0.00011824897956103086,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T21:17:31.665Z","iteration_finished_at":"2026-09-19T21:17:41.516Z","iteration_elapsed_sec":9.851354530022945,"raw_rows":101448810960,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.763],[0.8],[0.808],[0.818]],"compilation_time":[[0.691],[0.605],[0.549],[0.542]],"execution_time":[[1.045],[0.189],[0.253],[0.27]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.005],[0.003],[0.003]],"client_wall_time":[[1.8416431920486502],[0.85845917603001],[0.8645128500065766],[0.8750174820306711]],"statement_ids":[["01f1b46f-868c-14c3-a60f-42515d000efd"],["01f1b46f-8857-1b7f-adfd-27b44d25d078"],["01f1b46f-897d-122b-abf2-86026d3b9182"],["01f1b46f-8aa5-1bdc-91c3-cec910b6ef8b"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[88.15447202396278],[100.0],[99.34768716324254],[99.69468857824583]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T21:17:31.665Z","producer_progress_file_modified_at":"2026-09-19T21:17:31.646Z","producer_progress_updated_at":"2026-09-19T21:17:31.643Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":101448810960,"provider_committed_rows":101448810960,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T21:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T21:16:30.994Z","freshness_monitor_updated_at":"2026-09-19T21:16:30.976Z","mv_refresh_finished_at":"2026-09-19T21:14:09.377Z","mv_source_rows":101186365999,"mv_rows_behind":144939579,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":171,"scheduled_start_at":"2026-09-19T21:27:31.664Z","start_lag_sec":0.0001022560172714293,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T21:27:31.665Z","iteration_finished_at":"2026-09-19T21:27:40.921Z","iteration_elapsed_sec":9.256236663961317,"raw_rows":102048955827,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.273],[0.462],[0.409],[0.469]],"compilation_time":[[0.908],[0.294],[0.236],[0.267]],"execution_time":[[0.342],[0.163],[0.167],[0.197]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.015],[0.003],[0.003],[0.007]],"client_wall_time":[[1.355554947978817],[0.5217448779731058],[0.46600715100066736],[0.5302274840069003]],"statement_ids":[["01f1b470-ec2d-10c1-ad0e-381ec88df39d"],["01f1b470-ee41-1602-b457-088e3b46ac7d"],["01f1b470-ef33-1576-ba8f-b0492923494b"],["01f1b470-f0bd-1a15-9886-11e80fbd2b36"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[88.97315885381809],[100.0],[100.0],[99.9823067879892]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T21:27:31.665Z","producer_progress_file_modified_at":"2026-09-19T21:27:31.645Z","producer_progress_updated_at":"2026-09-19T21:27:31.644Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":102048955827,"provider_committed_rows":102048955827,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T21:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T21:27:27.608Z","freshness_monitor_updated_at":"2026-09-19T21:27:27.589Z","mv_refresh_finished_at":"2026-09-19T21:26:13.571Z","mv_source_rows":101911160136,"mv_rows_behind":78521618,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":172,"scheduled_start_at":"2026-09-19T21:37:31.664Z","start_lag_sec":0.00010626896983012557,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T21:37:31.665Z","iteration_finished_at":"2026-09-19T21:37:40.856Z","iteration_elapsed_sec":9.191436323046219,"raw_rows":102648837175,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.995],[0.701],[0.943],[0.943]],"compilation_time":[[0.629],[0.535],[0.515],[0.597]],"execution_time":[[0.334],[0.16],[0.42],[0.338]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.005],[0.003],[0.003]],"client_wall_time":[[1.0697614150121808],[0.759452507016249],[0.9977901360252872],[1.0078242830350064]],"statement_ids":[["01f1b472-51cd-1c39-bb34-c7e9b12d0c20"],["01f1b472-53b6-1b21-9a13-a845b9d6ecd5"],["01f1b472-54cf-1cbd-a880-ec2c9d0a7ad6"],["01f1b472-560c-11ee-9185-165dbf23bb25"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[87.87255607388109],[100.0],[99.35951490011216],[99.66845130307755]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T21:37:31.665Z","producer_progress_file_modified_at":"2026-09-19T21:37:31.645Z","producer_progress_updated_at":"2026-09-19T21:37:31.644Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":102648837175,"provider_committed_rows":102648837175,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T21:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T21:36:33.034Z","freshness_monitor_updated_at":"2026-09-19T21:36:33.016Z","mv_refresh_finished_at":"2026-09-19T21:34:17.813Z","mv_source_rows":102392533895,"mv_rows_behind":132911088,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":173,"scheduled_start_at":"2026-09-19T21:47:31.664Z","start_lag_sec":0.00010294100502505898,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T21:47:31.665Z","iteration_finished_at":"2026-09-19T21:47:41.680Z","iteration_elapsed_sec":10.01578558498295,"raw_rows":103248882442,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.79],[0.508],[0.447],[0.515]],"compilation_time":[[0.405],[0.35],[0.283],[0.282]],"execution_time":[[0.357],[0.151],[0.159],[0.226]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.006],[0.004],[0.004]],"client_wall_time":[[0.8577451650053263],[0.5691361150238663],[0.5969575259950943],[0.5794924230431207]],"statement_ids":[["01f1b473-b76e-155a-8cf4-6b4397f38d0d"],["01f1b473-b938-1929-98cc-02294de36e47"],["01f1b473-badd-15f6-9ff2-4cd0f6e7ac25"],["01f1b473-bbcd-1d6a-aa14-92a840863fb7"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[87.78968472544693],[100.0],[100.0],[99.98112697627519]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T21:47:31.665Z","producer_progress_file_modified_at":"2026-09-19T21:47:31.653Z","producer_progress_updated_at":"2026-09-19T21:47:31.652Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":103248882442,"provider_committed_rows":103248882442,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T21:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T21:47:29.669Z","freshness_monitor_updated_at":"2026-09-19T21:47:29.651Z","mv_refresh_finished_at":"2026-09-19T21:46:21.754Z","mv_source_rows":103117371988,"mv_rows_behind":61938550,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":174,"scheduled_start_at":"2026-09-19T21:57:31.664Z","start_lag_sec":0.00011083000572398305,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T21:57:31.665Z","iteration_finished_at":"2026-09-19T21:57:41.068Z","iteration_elapsed_sec":9.40316717501264,"raw_rows":103848969267,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.01],[0.684],[1.112],[0.881]],"compilation_time":[[0.636],[0.521],[0.492],[0.515]],"execution_time":[[0.346],[0.156],[0.614],[0.36]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.009],[0.003],[0.002],[0.004]],"client_wall_time":[[1.1068637120188214],[0.7412661069538444],[1.1672132999519818],[0.9377857479848899]],"statement_ids":[["01f1b475-1d11-1678-998e-53a373848a3c"],["01f1b475-1f0a-10b9-9e10-bb5d321c44a0"],["01f1b475-201e-161e-a9b8-88907339d7c0"],["01f1b475-2176-1890-8b97-62fd9b51ea33"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[86.772238909401],[100.0],[99.36786285735207],[99.70958726744634]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T21:57:31.665Z","producer_progress_file_modified_at":"2026-09-19T21:57:31.647Z","producer_progress_updated_at":"2026-09-19T21:57:31.646Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":103848969267,"provider_committed_rows":103848969267,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T21:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T21:56:34.122Z","freshness_monitor_updated_at":"2026-09-19T21:56:34.104Z","mv_refresh_finished_at":"2026-09-19T21:54:30.471Z","mv_source_rows":103609018237,"mv_rows_behind":113892478,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":175,"scheduled_start_at":"2026-09-19T22:07:31.664Z","start_lag_sec":0.00011446099961176515,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T22:07:31.665Z","iteration_finished_at":"2026-09-19T22:07:41.320Z","iteration_elapsed_sec":9.655571373004932,"raw_rows":104448905502,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.336],[0.502],[0.509],[0.538]],"compilation_time":[[0.463],[0.284],[0.282],[0.262]],"execution_time":[[0.841],[0.212],[0.218],[0.27]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.004],[0.01],[0.004],[0.003]],"client_wall_time":[[1.4098418049979955],[0.5658992949756794],[0.5702616859925911],[0.6015779209556058]],"statement_ids":[["01f1b476-82af-1fa1-969d-c9c9cc35a94f"],["01f1b476-843d-1998-aa8a-b0ff49494612"],["01f1b476-85d9-173d-9904-4f26ded5ae74"],["01f1b476-86d3-190a-8cce-e23dfef478cf"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[86.53804884901201],[100.0],[100.0],[99.96206420561046]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T22:07:31.665Z","producer_progress_file_modified_at":"2026-09-19T22:07:31.616Z","producer_progress_updated_at":"2026-09-19T22:07:31.614Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":104448905502,"provider_committed_rows":104448905502,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T22:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T22:06:32.034Z","freshness_monitor_updated_at":"2026-09-19T22:06:32.016Z","mv_refresh_finished_at":"2026-09-19T22:04:40.758Z","mv_source_rows":104219954820,"mv_rows_behind":103415402,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":176,"scheduled_start_at":"2026-09-19T22:17:31.664Z","start_lag_sec":0.00011790200369432569,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T22:17:31.665Z","iteration_finished_at":"2026-09-19T22:17:41.458Z","iteration_elapsed_sec":9.793261848972179,"raw_rows":105048831225,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.802],[0.762],[0.794],[0.815]],"compilation_time":[[0.612],[0.567],[0.536],[0.527]],"execution_time":[[1.158],[0.189],[0.253],[0.282]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.009],[0.003],[0.002]],"client_wall_time":[[1.8780999979935586],[0.8268380489898846],[0.8558002559584565],[0.8718223919859156]],"statement_ids":[["01f1b477-e850-1f6b-b425-20e0b623c31d"],["01f1b477-ea17-1549-a41c-14b7627b0ea6"],["01f1b477-eb3c-12e8-a878-17fd4aef9115"],["01f1b477-ecfe-1b1b-9629-e56700ccc360"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[85.13616203525658],[100.0],[99.3792787006779],[99.69606533102325]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T22:17:31.665Z","producer_progress_file_modified_at":"2026-09-19T22:17:31.640Z","producer_progress_updated_at":"2026-09-19T22:17:31.638Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":105048831225,"provider_committed_rows":105048831225,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T22:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T22:17:29.803Z","freshness_monitor_updated_at":"2026-09-19T22:17:29.785Z","mv_refresh_finished_at":"2026-09-19T22:14:52.664Z","mv_source_rows":104830832426,"mv_rows_behind":146733807,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":177,"scheduled_start_at":"2026-09-19T22:27:31.664Z","start_lag_sec":0.00011521298438310623,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T22:27:31.665Z","iteration_finished_at":"2026-09-19T22:27:41.492Z","iteration_elapsed_sec":9.827263162005693,"raw_rows":105648840504,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.746],[0.41],[0.441],[0.475]],"compilation_time":[[0.381],[0.259],[0.276],[0.26]],"execution_time":[[0.333],[0.145],[0.158],[0.209]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.005],[0.005],[0.008]],"client_wall_time":[[0.8160183610161766],[0.46906883898191154],[0.500827097974252],[0.6209041720139794]],"statement_ids":[["01f1b479-4df1-15b3-a631-f61dfbec4f6b"],["01f1b479-4fb4-1b1f-9c5f-fc28f1317282"],["01f1b479-513c-1fc3-b606-1e67f56d9551"],["01f1b479-5239-166b-b5af-384c2d165f30"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[85.8461724403401],[100.0],[100.0],[99.97235276021092]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T22:27:31.665Z","producer_progress_file_modified_at":"2026-09-19T22:27:31.661Z","producer_progress_updated_at":"2026-09-19T22:27:31.660Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":105648840504,"provider_committed_rows":105648840504,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T22:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T22:26:34.744Z","freshness_monitor_updated_at":"2026-09-19T22:26:34.727Z","mv_refresh_finished_at":"2026-09-19T22:25:07.278Z","mv_source_rows":105441627679,"mv_rows_behind":84015974,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":178,"scheduled_start_at":"2026-09-19T22:37:31.664Z","start_lag_sec":0.0001109879813157022,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T22:37:31.665Z","iteration_finished_at":"2026-09-19T22:37:41.275Z","iteration_elapsed_sec":9.610847793985158,"raw_rows":106248975942,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.033],[0.798],[0.805],[1.291]],"compilation_time":[[0.695],[0.605],[0.567],[0.568]],"execution_time":[[0.309],[0.187],[0.232],[0.717]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.003],[0.004],[0.003]],"client_wall_time":[[1.112809874000959],[0.8519020820385776],[0.8636246639653109],[1.3465774910291657]],"statement_ids":[["01f1b47a-b392-1c80-9bc2-7354ac783de5"],["01f1b47a-b58b-1925-8a1e-6263d7e54ae0"],["01f1b47a-b6b4-10eb-8bfe-eb1e7cb9e72e"],["01f1b47a-b7dc-1100-bad5-d532ccd23350"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[84.83563120938715],[100.0],[99.3741606871454],[99.70916963636736]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T22:37:31.665Z","producer_progress_file_modified_at":"2026-09-19T22:37:31.659Z","producer_progress_updated_at":"2026-09-19T22:37:31.658Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":106248975942,"provider_committed_rows":106248975942,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T22:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T22:37:30.607Z","freshness_monitor_updated_at":"2026-09-19T22:37:30.589Z","mv_refresh_finished_at":"2026-09-19T22:35:16.710Z","mv_source_rows":106052364034,"mv_rows_behind":139782806,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":179,"scheduled_start_at":"2026-09-19T22:47:31.664Z","start_lag_sec":0.00010553497122600675,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T22:47:31.665Z","iteration_finished_at":"2026-09-19T22:47:41.607Z","iteration_elapsed_sec":9.942759977013338,"raw_rows":106848867124,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.005],[0.697],[0.818],[0.785]],"compilation_time":[[0.663],[0.54],[0.562],[0.511]],"execution_time":[[0.307],[0.151],[0.247],[0.268]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.004],[0.003],[0.009]],"client_wall_time":[[1.0737436839845031],[0.7585308429552242],[0.8755652259569615],[0.8529711029841565]],"statement_ids":[["01f1b47c-1932-1b51-bc21-c428a73b6c71"],["01f1b47c-1b1c-1215-9b54-e43657fe2742"],["01f1b47c-1c33-1d4a-a993-d2067c1d8d10"],["01f1b47c-1d5d-1422-8668-a2bec3590432"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[84.34360251926242],[100.0],[99.36209506246077],[99.6843365330536]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T22:47:31.665Z","producer_progress_file_modified_at":"2026-09-19T22:47:31.657Z","producer_progress_updated_at":"2026-09-19T22:47:31.656Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":106848867124,"provider_committed_rows":106848867124,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T22:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T22:46:35.640Z","freshness_monitor_updated_at":"2026-09-19T22:46:35.622Z","mv_refresh_finished_at":"2026-09-19T22:45:29.988Z","mv_source_rows":106663217200,"mv_rows_behind":70930084,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":180,"scheduled_start_at":"2026-09-19T22:57:31.664Z","start_lag_sec":0.00010525196557864547,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T22:57:31.665Z","iteration_finished_at":"2026-09-19T22:57:41.689Z","iteration_elapsed_sec":10.023988813045435,"raw_rows":107448977234,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.968],[0.707],[0.824],[0.868]],"compilation_time":[[0.677],[0.547],[0.559],[0.574]],"execution_time":[[0.259],[0.155],[0.26],[0.287]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.005],[0.003],[0.005]],"client_wall_time":[[1.0432129849796183],[0.7669566679978743],[0.8816485200077295],[0.9289920920273289]],"statement_ids":[["01f1b47d-7ed3-16cc-b2c7-0aac4f8f95a1"],["01f1b47d-80b7-16c5-8e20-a4b518c13e05"],["01f1b47d-81d2-1759-9efe-bf174b538eb2"],["01f1b47d-82fc-1ca1-9f85-d8e8a95cb2ee"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[96.73287586725274],[100.0],[100.0],[99.99879466329136]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T22:57:31.665Z","producer_progress_file_modified_at":"2026-09-19T22:57:31.651Z","producer_progress_updated_at":"2026-09-19T22:57:31.650Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":107448977234,"provider_committed_rows":107448977234,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T22:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T22:56:30.830Z","freshness_monitor_updated_at":"2026-09-19T22:56:30.812Z","mv_refresh_finished_at":"2026-09-19T22:55:33.759Z","mv_source_rows":107268885030,"mv_rows_behind":51836474,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":181,"scheduled_start_at":"2026-09-19T23:07:31.664Z","start_lag_sec":0.00010505999671295285,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T23:07:31.665Z","iteration_finished_at":"2026-09-19T23:07:40.889Z","iteration_elapsed_sec":9.224256697983947,"raw_rows":108048994100,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.081],[1.16],[0.995],[1.11]],"compilation_time":[[0.79],[0.715],[0.694],[0.622]],"execution_time":[[0.263],[0.438],[0.296],[0.482]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.003],[0.003],[0.003]],"client_wall_time":[[1.19399624702055],[1.222024371032603],[1.054093910031952],[1.1901289109955542]],"statement_ids":[["01f1b47e-e47a-1c26-922d-89d192e5bd37"],["01f1b47e-e5f2-18bb-b323-84b1e9b5c31a"],["01f1b47e-e757-113f-8ac2-a40e3bb163cf"],["01f1b47e-e89a-1931-b0b2-878604181584"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[95.57859411597943],[91.6350777150101],[100.0],[99.99293506588307]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T23:07:31.665Z","producer_progress_file_modified_at":"2026-09-19T23:07:31.658Z","producer_progress_updated_at":"2026-09-19T23:07:31.657Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":108048994100,"provider_committed_rows":108048994100,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T23:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T23:07:30.956Z","freshness_monitor_updated_at":"2026-09-19T23:07:30.938Z","mv_refresh_finished_at":"2026-09-19T23:05:40.656Z","mv_source_rows":107875441068,"mv_rows_behind":111272028,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":182,"scheduled_start_at":"2026-09-19T23:17:31.664Z","start_lag_sec":0.00010567100252956152,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T23:17:31.665Z","iteration_finished_at":"2026-09-19T23:17:40.936Z","iteration_elapsed_sec":9.271361635008361,"raw_rows":108648906304,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.034],[0.775],[0.844],[0.892]],"compilation_time":[[0.709],[0.621],[0.602],[0.612]],"execution_time":[[0.295],[0.146],[0.237],[0.272]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.003],[0.003],[0.003]],"client_wall_time":[[1.2207021859940141],[0.8275218729977496],[0.8936705820378847],[0.9532158889924176]],"statement_ids":[["01f1b480-4a1f-17c4-a52e-838e4e7d832b"],["01f1b480-4c17-1761-a0a3-768788c14ea1"],["01f1b480-4d3b-1036-b686-ba3677bb1812"],["01f1b480-4e67-1405-9c7c-971cb8ea2596"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[94.95300935850511],[100.0],[100.0],[99.98949019290488]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T23:17:31.665Z","producer_progress_file_modified_at":"2026-09-19T23:17:31.616Z","producer_progress_updated_at":"2026-09-19T23:17:31.615Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":108648906304,"provider_committed_rows":108648906304,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T23:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T23:16:34.753Z","freshness_monitor_updated_at":"2026-09-19T23:16:34.733Z","mv_refresh_finished_at":"2026-09-19T23:13:52.779Z","mv_source_rows":108367822566,"mv_rows_behind":165583080,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":183,"scheduled_start_at":"2026-09-19T23:27:31.664Z","start_lag_sec":0.00010439701145514846,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T23:27:31.665Z","iteration_finished_at":"2026-09-19T23:27:41.630Z","iteration_elapsed_sec":9.965020954958163,"raw_rows":109248904296,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.988],[0.736],[0.775],[0.831]],"compilation_time":[[0.697],[0.569],[0.502],[0.539]],"execution_time":[[0.263],[0.154],[0.268],[0.284]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.006],[0.003],[0.003]],"client_wall_time":[[1.0608824829687364],[0.8018020049785264],[0.827120860980358],[0.8847375069744885]],"statement_ids":[["01f1b481-afb6-11c0-9a90-df3074618b3c"],["01f1b481-b19d-107d-84bb-c8b177fad931"],["01f1b481-b2bc-13b3-9dd5-f8d7d29528ec"],["01f1b481-b3de-13e8-9201-e58ea5ab8536"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[95.20066115250958],[100.0],[100.0],[99.99067111940637]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T23:27:31.665Z","producer_progress_file_modified_at":"2026-09-19T23:27:31.614Z","producer_progress_updated_at":"2026-09-19T23:27:31.613Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":109248904296,"provider_committed_rows":109248904296,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T23:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T23:27:30.580Z","freshness_monitor_updated_at":"2026-09-19T23:27:30.562Z","mv_refresh_finished_at":"2026-09-19T23:26:03.809Z","mv_source_rows":109102806400,"mv_rows_behind":82762802,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":184,"scheduled_start_at":"2026-09-19T23:37:31.664Z","start_lag_sec":0.00010927097173407674,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T23:37:31.665Z","iteration_finished_at":"2026-09-19T23:37:40.812Z","iteration_elapsed_sec":9.147843295999337,"raw_rows":109848932389,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.977],[0.801],[0.87],[0.881]],"compilation_time":[[0.686],[0.615],[0.631],[0.613]],"execution_time":[[0.262],[0.181],[0.234],[0.261]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.002],[0.003],[0.003],[0.003]],"client_wall_time":[[1.0521529060206376],[0.8568085299921222],[0.9244613869814202],[0.9388152899919078]],"statement_ids":[["01f1b483-1556-1e01-bbf5-2e52b2e32428"],["01f1b483-1741-1ea2-b5d2-356aa101b2cb"],["01f1b483-1866-1a13-97e8-c871017fb5f2"],["01f1b483-1997-10fd-b2f8-dcf5e072af3c"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[94.59395075335446],[100.0],[100.0],[99.98991957878563]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T23:37:31.665Z","producer_progress_file_modified_at":"2026-09-19T23:37:31.642Z","producer_progress_updated_at":"2026-09-19T23:37:31.641Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":109848932389,"provider_committed_rows":109848932389,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T23:37:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T23:36:34.679Z","freshness_monitor_updated_at":"2026-09-19T23:36:34.661Z","mv_refresh_finished_at":"2026-09-19T23:34:16.864Z","mv_source_rows":109594544634,"mv_rows_behind":139744442,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":185,"scheduled_start_at":"2026-09-19T23:47:31.664Z","start_lag_sec":0.00010543398093432188,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T23:47:31.665Z","iteration_finished_at":"2026-09-19T23:47:41.608Z","iteration_elapsed_sec":9.943226834002417,"raw_rows":110448832919,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.657],[0.781],[0.832],[0.867]],"compilation_time":[[0.734],[0.621],[0.564],[0.59]],"execution_time":[[0.899],[0.154],[0.262],[0.272]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.005],[0.003],[0.004]],"client_wall_time":[[1.7260496899834834],[0.8422474639955908],[0.891382304020226],[0.9226774539565668]],"statement_ids":[["01f1b484-7af7-1402-b828-ae65ae68a765"],["01f1b484-7cc7-1256-ab78-e0a28048434f"],["01f1b484-7dea-1156-a580-9a251e6b6497"],["01f1b484-7f16-13cf-bf63-2a267cf4fef6"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[64.08424140436038],[100.0],[99.33980868141347],[99.42494732547112]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T23:47:31.665Z","producer_progress_file_modified_at":"2026-09-19T23:47:31.655Z","producer_progress_updated_at":"2026-09-19T23:47:31.653Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":110448832919,"provider_committed_rows":110448832919,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T23:47:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T23:46:31.449Z","freshness_monitor_updated_at":"2026-09-19T23:46:31.431Z","mv_refresh_finished_at":"2026-09-19T23:44:30.573Z","mv_source_rows":110205473075,"mv_rows_behind":124138419,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":186,"scheduled_start_at":"2026-09-19T23:57:31.664Z","start_lag_sec":0.00010700698476284742,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-19T23:57:31.665Z","iteration_finished_at":"2026-09-19T23:57:41.377Z","iteration_elapsed_sec":9.712835796002764,"raw_rows":111048956267,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.564],[0.764],[0.807],[0.895]],"compilation_time":[[0.703],[0.596],[0.557],[0.602]],"execution_time":[[0.833],[0.159],[0.242],[0.287]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.005],[0.003],[0.003],[0.002]],"client_wall_time":[[1.6391804160084575],[0.8988653609994799],[0.8616885670344345],[0.9497812439803965]],"statement_ids":[["01f1b485-e098-133e-a23f-2282684fab7e"],["01f1b485-e244-1a3b-9f65-f090598e5121"],["01f1b485-e368-1914-b1eb-e82d3aafbaa6"],["01f1b485-e52d-15b8-b955-f4c7e2865f3c"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[96.54104320342094],[100.0],[100.0],[99.99447828840464]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T23:57:31.665Z","producer_progress_file_modified_at":"2026-09-19T23:57:31.645Z","producer_progress_updated_at":"2026-09-19T23:57:31.644Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":111048956267,"provider_committed_rows":111048956267,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T23:57:31.665Z","freshness_monitor_file_modified_at":"2026-09-19T23:56:35.256Z","freshness_monitor_updated_at":"2026-09-19T23:56:35.238Z","mv_refresh_finished_at":"2026-09-19T23:54:33.770Z","mv_source_rows":110811059961,"mv_rows_behind":115185249,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":187,"scheduled_start_at":"2026-09-20T00:07:31.664Z","start_lag_sec":0.00010232196655124426,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-20T00:07:31.665Z","iteration_finished_at":"2026-09-20T00:07:41.365Z","iteration_elapsed_sec":9.700639169022907,"raw_rows":111648955011,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.04],[0.822],[0.932],[0.973]],"compilation_time":[[0.746],[0.641],[0.581],[0.607]],"execution_time":[[0.266],[0.175],[0.343],[0.36]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.003],[0.003],[0.002],[0.003]],"client_wall_time":[[1.121489176992327],[0.8783204999635927],[0.9881473819841631],[1.0318844750290737]],"statement_ids":[["01f1b487-4639-1753-8556-d9aa424e3528"],["01f1b487-47bc-1b2b-8050-994a8172aa77"],["01f1b487-4985-1e4d-b148-783c3abc72db"],["01f1b487-4abf-1d99-8fc0-477b812bc318"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[95.88998128145889],[100.0],[100.0],[99.99398615664582]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-20T00:07:31.665Z","producer_progress_file_modified_at":"2026-09-20T00:07:31.615Z","producer_progress_updated_at":"2026-09-20T00:07:31.614Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":111648955011,"provider_committed_rows":111648955011,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-20T00:07:31.665Z","freshness_monitor_file_modified_at":"2026-09-20T00:06:33.925Z","freshness_monitor_updated_at":"2026-09-20T00:06:33.907Z","mv_refresh_finished_at":"2026-09-20T00:04:55.209Z","mv_source_rows":111432389585,"mv_rows_behind":83723520,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":188,"scheduled_start_at":"2026-09-20T00:17:31.664Z","start_lag_sec":0.00010889099212363362,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-20T00:17:31.665Z","iteration_finished_at":"2026-09-20T00:17:41.415Z","iteration_elapsed_sec":9.750667083018925,"raw_rows":112248839564,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[0.997],[0.744],[0.801],[1.592]],"compilation_time":[[0.7],[0.583],[0.546],[1.315]],"execution_time":[[0.268],[0.154],[0.249],[0.268]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.006],[0.002],[0.002],[0.003]],"client_wall_time":[[1.084493750007823],[0.796665737987496],[0.8528818660415709],[1.6547063940088265]],"statement_ids":[["01f1b488-abd9-1394-a456-c98e650dd3b0"],["01f1b488-adc5-13ac-b5fc-4ace4380e1f2"],["01f1b488-aee3-1932-af3e-37c942987cf7"],["01f1b488-b008-1f19-9e15-512c8cc5fe9c"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[95.23973951460052],[100.0],[100.0],[99.99273413609369]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-20T00:17:31.665Z","producer_progress_file_modified_at":"2026-09-20T00:17:31.648Z","producer_progress_updated_at":"2026-09-20T00:17:31.646Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":112248839564,"provider_committed_rows":112248839564,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-20T00:17:31.665Z","freshness_monitor_file_modified_at":"2026-09-20T00:17:30.054Z","freshness_monitor_updated_at":"2026-09-20T00:17:30.037Z","mv_refresh_finished_at":"2026-09-20T00:15:03.326Z","mv_source_rows":112038434220,"mv_rows_behind":144927162,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"dashboard","workload":"dashboard","iteration":189,"scheduled_start_at":"2026-09-20T00:27:31.664Z","start_lag_sec":0.00010572501923888922,"scheduled_interval_sec":600.0,"iteration_started_at":"2026-09-20T00:27:31.665Z","iteration_finished_at":"2026-09-20T00:27:40.952Z","iteration_elapsed_sec":9.28730176499812,"raw_rows":112848979521,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (dashboard, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[1.067],[0.769],[0.82],[0.857]],"compilation_time":[[0.761],[0.618],[0.574],[0.583]],"execution_time":[[0.278],[0.144],[0.238],[0.267]],"queue_time":[[null],[null],[null],[null]],"result_fetch_time":[[0.006],[0.003],[0.002],[0.003]],"client_wall_time":[[1.1369135160348378],[0.827073352993466],[0.8729272810160182],[0.9160126930219121]],"statement_ids":[["01f1b48a-117a-1078-a5ee-ae2937640cb6"],["01f1b48a-1387-120d-b436-558306fa506b"],["01f1b48a-14a7-1da6-9c36-186b14d6c2da"],["01f1b48a-15d3-1b03-9a19-130f46e440dc"]],"cache_hit":[[false],[false],[false],[false]],"read_io_cache_percent":[[94.65034389895145],[100.0],[100.0],[99.99282205477724]],"query_errors":[[],[],[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-20T00:27:31.665Z","producer_progress_file_modified_at":"2026-09-20T00:27:31.660Z","producer_progress_updated_at":"2026-09-20T00:27:31.659Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":112848979521,"provider_committed_rows":112848979521,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-20T00:27:31.665Z","freshness_monitor_file_modified_at":"2026-09-20T00:26:35.741Z","freshness_monitor_updated_at":"2026-09-20T00:26:35.723Z","mv_refresh_finished_at":"2026-09-20T00:25:20.497Z","mv_source_rows":112654501427,"mv_rows_behind":62294368,"freshness_monitor_error":null} diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/derived_manifest.json b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/derived_manifest.json new file mode 100644 index 0000000..a84abe2 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/derived_manifest.json @@ -0,0 +1,58 @@ +{ + "schema_version": 1, + "inputs": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/manifest.json", + "sha256": "52378066bfbdc46285569a4f0a08aabcdafd077e9281ff5e5777a067e5ca3ded" + }, + "artifacts": [ + { + "path": "quotes/clickhouse-cloud/costs/out_t2/matched/databricks_serverless_20260918/dashboard.json", + "sha256": "ea8e835c58c9d7e99ab0f83d4b3ffa02bec292bb1edb004ae61c2bf4053c6387" + }, + { + "path": "quotes/clickhouse-cloud/costs/out_t2/matched/databricks_serverless_20260918/drilldown.json", + "sha256": "68a5251de2a7b6eb10159e1f8ae3c408fe85688f0aaeb426fc26f89744b92b59" + }, + { + "path": "quotes/databricks/costs/out/serverless_20260918/clustering.json", + "sha256": "e53f9493ca313d772181fd78a031613bcad925bd368a383868d92645d6a2c102" + }, + { + "path": "quotes/databricks/costs/out/serverless_20260918/dashboard.json", + "sha256": "106aef7bcdcd275bd850e5171bcb18bff91670e59e670137020fe4079d5f1308" + }, + { + "path": "quotes/databricks/costs/out/serverless_20260918/drilldown.json", + "sha256": "5e4fc9486014073da6609effbf4eb0081fb1e4347d226379397a28bfe58d2484" + }, + { + "path": "quotes/databricks/costs/out/serverless_20260918/fresh_data_path.json", + "sha256": "f0ce663e9eeda1b2b12f81ffd8d178d75049a38eac26d1b5ecb316e3b9625de1" + }, + { + "path": "quotes/databricks/costs/out/serverless_20260918/full_path.json", + "sha256": "b62e33021a8a15aedeee53a714db561b227f7ff07db5f782213b95033c962b1f" + }, + { + "path": "quotes/databricks/costs/out/serverless_20260918/mv_refresh.json", + "sha256": "b49913228da836b2bd732a3beba3b319c7a3d125c0a342d87552b4984c7f23ef" + }, + { + "path": "quotes/databricks/costs/out/serverless_20260918/zerobus.json", + "sha256": "7e4ad0c0c5a5f4c2014aaafd4ac1380aac275f435713c2e0ab7a9af3bf28ef2e" + }, + { + "path": "quotes/databricks/costs/pricings/serverless_maintenance.json", + "sha256": "f43f8c899ed9dce1941531168fd166ad0b2dabdbf93ed654c87c003037aef540" + }, + { + "path": "quotes/databricks/costs/pricings/sql_serverless_compute.json", + "sha256": "0ede879fc42bb3a63ef1b6583af24e7bf62c3afeee5e5f307922bb19f10360a9" + }, + { + "path": "quotes/databricks/costs/pricings/zerobus_ingest.json", + "sha256": "c03d2af2360b66cd258a7e9c1ef24918c83f1de01deb6b7a66104797c3f6eab1" + } + ], + "full_path_status": "complete" +} diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/drilldown_accepted.jsonl b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/drilldown_accepted.jsonl new file mode 100644 index 0000000..7beeef7 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/drilldown_accepted.jsonl @@ -0,0 +1,32 @@ +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":1,"scheduled_start_at":"2026-09-18T17:07:31.592Z","start_lag_sec":1.0433024726808071e-05,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-18T17:07:31.592Z","iteration_finished_at":"2026-09-18T17:07:39.472Z","iteration_elapsed_sec":7.880074112967122,"raw_rows":48779388,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[2.829],[0.876]],"compilation_time":[[0.928],[0.36]],"execution_time":[[1.874],[0.501]],"queue_time":[[null],[null]],"result_fetch_time":[[0.009],[0.015]],"client_wall_time":[[2.9544420299935155],[0.9519392239744775]],"statement_ids":[["01f1b383-6fd8-1ba7-9eaa-e88fa899498c"],["01f1b383-72e1-1bf5-b109-db4e7694cb9c"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[0.0],[77.15498234785622]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T17:07:31.592Z","producer_progress_file_modified_at":"2026-09-18T17:07:31.577Z","producer_progress_updated_at":"2026-09-18T17:07:31.576Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":48779388,"provider_committed_rows":48779388,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T17:07:31.592Z","freshness_monitor_file_modified_at":"2026-09-18T17:07:30.401Z","freshness_monitor_updated_at":"2026-09-18T17:07:30.397Z","mv_refresh_finished_at":null,"mv_source_rows":null,"mv_rows_behind":null,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":2,"scheduled_start_at":"2026-09-18T18:07:31.592Z","start_lag_sec":0.0001270999782718718,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-18T18:07:31.592Z","iteration_finished_at":"2026-09-18T18:08:03.645Z","iteration_elapsed_sec":32.053123432036955,"raw_rows":3648905245,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[18.889],[10.555]],"compilation_time":[[3.275],[0.5]],"execution_time":[[15.571],[10.049]],"queue_time":[[null],[null]],"result_fetch_time":[[0.115],[0.093]],"client_wall_time":[[19.13185009598965],[10.64018456300255]],"statement_ids":[["01f1b38b-d141-1974-8222-e076e3db7561"],["01f1b38b-dd43-120e-a208-e725c481ce6f"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[1.0747553893319195],[1.3119813042551935]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T18:07:31.592Z","producer_progress_file_modified_at":"2026-09-18T18:07:31.588Z","producer_progress_updated_at":"2026-09-18T18:07:31.587Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":3648905245,"provider_committed_rows":3648905245,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T18:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-18T18:06:30.298Z","freshness_monitor_updated_at":"2026-09-18T18:06:30.281Z","mv_refresh_finished_at":"2026-09-18T18:05:28.060Z","mv_source_rows":3493455097,"mv_rows_behind":31023048,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":3,"scheduled_start_at":"2026-09-18T19:07:31.592Z","start_lag_sec":0.00011508096940815449,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-18T19:07:31.592Z","iteration_finished_at":"2026-09-18T19:07:52.271Z","iteration_elapsed_sec":20.67875823000213,"raw_rows":7248888928,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[10.34],[7.677]],"compilation_time":[[3.808],[0.626]],"execution_time":[[6.512],[7.045]],"queue_time":[[null],[null]],"result_fetch_time":[[0.105],[0.103]],"client_wall_time":[[10.532869737013243],[7.75916534505086]],"statement_ids":[["01f1b394-32fe-10f2-9bd7-c497f219eb24"],["01f1b394-39fd-1e28-9069-5668136ae168"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[0.0021527800606564902],[0.8702110075907421]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T19:07:31.592Z","producer_progress_file_modified_at":"2026-09-18T19:07:31.587Z","producer_progress_updated_at":"2026-09-18T19:07:31.587Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":7248888928,"provider_committed_rows":7248888928,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T19:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-18T19:06:49.131Z","freshness_monitor_updated_at":"2026-09-18T19:06:49.113Z","mv_refresh_finished_at":"2026-09-18T19:05:21.880Z","mv_source_rows":7088228413,"mv_rows_behind":67337281,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":4,"scheduled_start_at":"2026-09-18T20:07:31.592Z","start_lag_sec":0.00010339997243136168,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-18T20:07:31.592Z","iteration_finished_at":"2026-09-18T20:07:58.252Z","iteration_elapsed_sec":26.659693526045885,"raw_rows":10848950992,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[11.498],[13.534]],"compilation_time":[[1.869],[0.551]],"execution_time":[[9.61],[12.975]],"queue_time":[[null],[null]],"result_fetch_time":[[null],[0.094]],"client_wall_time":[[11.691611104994081],[13.608722258999478]],"statement_ids":[["01f1b39c-94c1-1bb8-9262-129f6183d792"],["01f1b39c-9bd6-1cee-9d13-9673f7dd5f5d"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[43.84058730245454],[39.752896189916754]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T20:07:31.592Z","producer_progress_file_modified_at":"2026-09-18T20:07:31.580Z","producer_progress_updated_at":"2026-09-18T20:07:31.579Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":10848950992,"provider_committed_rows":10848950992,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T20:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-18T20:07:24.430Z","freshness_monitor_updated_at":"2026-09-18T20:07:24.411Z","mv_refresh_finished_at":"2026-09-18T20:05:10.680Z","mv_source_rows":10670971982,"mv_rows_behind":113811660,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":5,"scheduled_start_at":"2026-09-18T21:07:31.592Z","start_lag_sec":0.00010189000749960542,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-18T21:07:31.592Z","iteration_finished_at":"2026-09-18T21:08:16.356Z","iteration_elapsed_sec":44.763710721977986,"raw_rows":14448885812,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[22.492],[20.5]],"compilation_time":[[1.952],[0.457]],"execution_time":[[20.522],[20.032]],"queue_time":[[null],[null]],"result_fetch_time":[[null],[null]],"client_wall_time":[[22.83201698900666],[20.59055778803304]],"statement_ids":[["01f1b3a4-f69c-11e7-aea5-99c1e6468e04"],["01f1b3a5-043c-1964-9c91-b4d73419ef30"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[52.07543758031326],[67.40983167820401]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T21:07:31.592Z","producer_progress_file_modified_at":"2026-09-18T21:07:31.588Z","producer_progress_updated_at":"2026-09-18T21:07:31.586Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":14448885812,"provider_committed_rows":14448885812,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T21:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-18T21:07:31.167Z","freshness_monitor_updated_at":"2026-09-18T21:07:31.149Z","mv_refresh_finished_at":"2026-09-18T21:05:05.882Z","mv_source_rows":14264803106,"mv_rows_behind":118959789,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":6,"scheduled_start_at":"2026-09-18T22:07:31.592Z","start_lag_sec":0.00012990902177989483,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-18T22:07:31.592Z","iteration_finished_at":"2026-09-18T22:08:27.166Z","iteration_elapsed_sec":55.573790440976154,"raw_rows":18048883403,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[27.32],[25.24]],"compilation_time":[[2.205],[0.337]],"execution_time":[[25.093],[24.897]],"queue_time":[[null],[null]],"result_fetch_time":[[null],[null]],"client_wall_time":[[28.016382859961595],[25.313942259002943]],"statement_ids":[["01f1b3ad-584e-1fbd-bcdf-8a48ada5ea9e"],["01f1b3ad-699e-1d7d-beab-4a9098a5058b"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[56.1899074621219],[66.19983314293411]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T22:07:31.592Z","producer_progress_file_modified_at":"2026-09-18T22:07:31.567Z","producer_progress_updated_at":"2026-09-18T22:07:31.566Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":18048883403,"provider_committed_rows":18048883403,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T22:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-18T22:07:28.509Z","freshness_monitor_updated_at":"2026-09-18T22:07:28.489Z","mv_refresh_finished_at":"2026-09-18T22:05:00.922Z","mv_source_rows":17857519167,"mv_rows_behind":134539224,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":7,"scheduled_start_at":"2026-09-18T23:07:31.592Z","start_lag_sec":0.00011046399595215917,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-18T23:07:31.592Z","iteration_finished_at":"2026-09-18T23:07:40.994Z","iteration_elapsed_sec":9.401691719016526,"raw_rows":21648927817,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[3.187],[1.728]],"compilation_time":[[0.872],[0.296]],"execution_time":[[2.285],[1.425]],"queue_time":[[null],[null]],"result_fetch_time":[[0.004],[0.003]],"client_wall_time":[[3.349321757967118],[1.7838123749825172]],"statement_ids":[["01f1b3b5-ba0c-15ed-b315-274f5f64fc03"],["01f1b3b5-bd48-19ef-ab8f-32e854ad6747"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[29.338745227378837],[87.24712659849772]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-18T23:07:31.592Z","producer_progress_file_modified_at":"2026-09-18T23:07:31.580Z","producer_progress_updated_at":"2026-09-18T23:07:31.578Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":21648927817,"provider_committed_rows":21648927817,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-18T23:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-18T23:06:30.007Z","freshness_monitor_updated_at":"2026-09-18T23:06:29.986Z","mv_refresh_finished_at":"2026-09-18T23:03:52.005Z","mv_source_rows":21388540368,"mv_rows_behind":132922724,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":8,"scheduled_start_at":"2026-09-19T00:07:31.592Z","start_lag_sec":0.00010966102126985788,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-19T00:07:31.592Z","iteration_finished_at":"2026-09-19T00:07:53.655Z","iteration_elapsed_sec":22.062863039958756,"raw_rows":25248924027,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[12.971],[7.408]],"compilation_time":[[1.949],[0.4]],"execution_time":[[11.006],[7.003]],"queue_time":[[null],[null]],"result_fetch_time":[[0.109],[0.111]],"client_wall_time":[[13.181241990998387],[7.499420595006086]],"statement_ids":[["01f1b3be-1bd4-1f6b-8acc-bacc6005869a"],["01f1b3be-23ce-1779-8a78-373264483ccc"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[14.917030985417203],[78.29716726816787]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T00:07:31.592Z","producer_progress_file_modified_at":"2026-09-19T00:07:31.558Z","producer_progress_updated_at":"2026-09-19T00:07:31.557Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":25248924027,"provider_committed_rows":25248924027,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T00:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-19T00:07:28.106Z","freshness_monitor_updated_at":"2026-09-19T00:07:28.088Z","mv_refresh_finished_at":"2026-09-19T00:05:57.075Z","mv_source_rows":25114404759,"mv_rows_behind":67409634,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":9,"scheduled_start_at":"2026-09-19T01:07:31.592Z","start_lag_sec":0.00010415702126920223,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-19T01:07:31.592Z","iteration_finished_at":"2026-09-19T01:08:03.123Z","iteration_elapsed_sec":31.531152351002675,"raw_rows":28848912329,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[16.939],[12.934]],"compilation_time":[[1.877],[0.345]],"execution_time":[[15.047],[12.584]],"queue_time":[[null],[null]],"result_fetch_time":[[null],[null]],"client_wall_time":[[17.29275686602341],[13.004367560963146]],"statement_ids":[["01f1b3c6-7daf-1a1c-8da6-ff98980c98ae"],["01f1b3c6-87ef-10b5-a8ea-c19262c1369a"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[54.47228980541791],[84.92443325103064]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T01:07:31.592Z","producer_progress_file_modified_at":"2026-09-19T01:07:31.566Z","producer_progress_updated_at":"2026-09-19T01:07:31.564Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":28848912329,"provider_committed_rows":28848912329,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T01:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-19T01:07:26.961Z","freshness_monitor_updated_at":"2026-09-19T01:07:26.943Z","mv_refresh_finished_at":"2026-09-19T01:05:21.949Z","mv_source_rows":28681969379,"mv_rows_behind":108698122,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":10,"scheduled_start_at":"2026-09-19T02:07:31.592Z","start_lag_sec":0.00011338799959048629,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-19T02:07:31.592Z","iteration_finished_at":"2026-09-19T02:08:20.266Z","iteration_elapsed_sec":48.673561092000455,"raw_rows":32448900387,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[21.737],[24.717]],"compilation_time":[[1.743],[0.37]],"execution_time":[[19.948],[24.341]],"queue_time":[[null],[null]],"result_fetch_time":[[null],[0.094]],"client_wall_time":[[22.615225664980244],[24.791214081051294]],"statement_ids":[["01f1b3ce-df74-147e-b313-e80c5798d2ca"],["01f1b3ce-ece4-1a7b-961d-0aec6bc6cb3d"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[66.07241003049731],[72.52365645306536]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T02:07:31.592Z","producer_progress_file_modified_at":"2026-09-19T02:07:31.553Z","producer_progress_updated_at":"2026-09-19T02:07:31.552Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":32448900387,"provider_committed_rows":32448900387,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T02:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-19T02:07:30.973Z","freshness_monitor_updated_at":"2026-09-19T02:07:30.954Z","mv_refresh_finished_at":"2026-09-19T02:05:12.680Z","mv_source_rows":32264004553,"mv_rows_behind":116191384,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":11,"scheduled_start_at":"2026-09-19T03:07:31.592Z","start_lag_sec":0.00011114799417555332,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-19T03:07:31.592Z","iteration_finished_at":"2026-09-19T03:08:32.098Z","iteration_elapsed_sec":60.50542259099893,"raw_rows":36048779409,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[31.688],[27.149]],"compilation_time":[[2.104],[0.348]],"execution_time":[[29.552],[26.792]],"queue_time":[[null],[null]],"result_fetch_time":[[null],[null]],"client_wall_time":[[31.907439130998682],[27.22214571601944]],"statement_ids":[["01f1b3d7-4124-1dbc-987c-3ddfefa63ba0"],["01f1b3d7-5443-1956-a5bd-899d5d0bc295"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[53.916742417489885],[64.2820796231452]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T03:07:31.592Z","producer_progress_file_modified_at":"2026-09-19T03:07:31.565Z","producer_progress_updated_at":"2026-09-19T03:07:31.564Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":36048779409,"provider_committed_rows":36048779409,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T03:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-19T03:07:27.164Z","freshness_monitor_updated_at":"2026-09-19T03:07:27.146Z","mv_refresh_finished_at":"2026-09-19T03:05:00.469Z","mv_source_rows":35856182767,"mv_rows_behind":134736722,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":12,"scheduled_start_at":"2026-09-19T04:07:31.592Z","start_lag_sec":9.749596938490868e-05,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-19T04:07:31.592Z","iteration_finished_at":"2026-09-19T04:07:41.172Z","iteration_elapsed_sec":9.580200413009152,"raw_rows":39648841503,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[4.144],[2.686]],"compilation_time":[[0.718],[0.347]],"execution_time":[[3.406],[2.333]],"queue_time":[[null],[null]],"result_fetch_time":[[0.004],[0.002]],"client_wall_time":[[4.4696761519880965],[2.7393855950213037]],"statement_ids":[["01f1b3df-a2fb-10a6-94ba-07bcea01dbdd"],["01f1b3df-a5a6-178d-8ae1-0c336d3aed81"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[26.737141938596952],[86.13676983869395]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T04:07:31.592Z","producer_progress_file_modified_at":"2026-09-19T04:07:31.587Z","producer_progress_updated_at":"2026-09-19T04:07:31.586Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":39648841503,"provider_committed_rows":39648841503,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T04:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-19T04:07:30.786Z","freshness_monitor_updated_at":"2026-09-19T04:07:30.766Z","mv_refresh_finished_at":"2026-09-19T04:06:16.923Z","mv_source_rows":39526396250,"mv_rows_behind":59216372,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":13,"scheduled_start_at":"2026-09-19T05:07:31.592Z","start_lag_sec":9.964697528630495e-05,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-19T05:07:31.592Z","iteration_finished_at":"2026-09-19T05:07:57.726Z","iteration_elapsed_sec":26.13409720704658,"raw_rows":43248955264,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[14.769],[8.684]],"compilation_time":[[2.691],[0.391]],"execution_time":[[12.058],[8.285]],"queue_time":[[null],[null]],"result_fetch_time":[[0.107],[null]],"client_wall_time":[[15.17026549600996],[8.756885635026265]],"statement_ids":[["01f1b3e8-04c8-1932-8ee6-0d937fc6d263"],["01f1b3e8-0e51-167c-91b7-5dd52af72330"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[23.50945813895995],[74.47573230275509]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T05:07:31.592Z","producer_progress_file_modified_at":"2026-09-19T05:07:31.589Z","producer_progress_updated_at":"2026-09-19T05:07:31.583Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":43248955264,"provider_committed_rows":43248955264,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T05:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-19T05:07:28.928Z","freshness_monitor_updated_at":"2026-09-19T05:07:28.910Z","mv_refresh_finished_at":"2026-09-19T05:05:20.350Z","mv_source_rows":43068402921,"mv_rows_behind":119521973,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":14,"scheduled_start_at":"2026-09-19T06:07:31.592Z","start_lag_sec":0.00010285497410222888,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-19T06:07:31.592Z","iteration_finished_at":"2026-09-19T06:08:04.799Z","iteration_elapsed_sec":33.206839530030265,"raw_rows":46848958026,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[17.455],[13.109]],"compilation_time":[[2.086],[0.36]],"execution_time":[[15.349],[12.742]],"queue_time":[[null],[null]],"result_fetch_time":[[0.107],[0.099]],"client_wall_time":[[17.798062317015138],[13.185566143016331]],"statement_ids":[["01f1b3f0-6684-14e4-91c9-2ba378c04ea4"],["01f1b3f0-71a8-16fa-b009-13d3f2896cea"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[56.18187027085564],[87.26208394582974]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T06:07:31.592Z","producer_progress_file_modified_at":"2026-09-19T06:07:31.578Z","producer_progress_updated_at":"2026-09-19T06:07:31.577Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":46848958026,"provider_committed_rows":46848958026,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T06:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-19T06:07:25.069Z","freshness_monitor_updated_at":"2026-09-19T06:07:25.051Z","mv_refresh_finished_at":"2026-09-19T06:06:14.512Z","mv_source_rows":46722628881,"mv_rows_behind":72653619,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":15,"scheduled_start_at":"2026-09-19T07:07:31.592Z","start_lag_sec":0.00011278502643108368,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-19T07:07:31.592Z","iteration_finished_at":"2026-09-19T07:08:18.506Z","iteration_elapsed_sec":46.913719664968085,"raw_rows":50448920743,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[20.88],[24.32]],"compilation_time":[[2.149],[0.465]],"execution_time":[[18.71],[23.849]],"queue_time":[[null],[null]],"result_fetch_time":[[0.097],[null]],"client_wall_time":[[21.155529083043803],[24.397988870972767]],"statement_ids":[["01f1b3f8-c83d-1839-b7fb-baa4b95f484b"],["01f1b3f8-d4ea-1e4d-913d-7ab08a304ecc"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[66.83360437321538],[57.11375052639627]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T07:07:31.592Z","producer_progress_file_modified_at":"2026-09-19T07:07:31.554Z","producer_progress_updated_at":"2026-09-19T07:07:31.553Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":50448920743,"provider_committed_rows":50448920743,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T07:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-19T07:07:29.879Z","freshness_monitor_updated_at":"2026-09-19T07:07:29.862Z","mv_refresh_finished_at":"2026-09-19T07:06:01.998Z","mv_source_rows":50315011383,"mv_rows_behind":77650074,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":16,"scheduled_start_at":"2026-09-19T08:07:31.592Z","start_lag_sec":0.00010397500591352582,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-19T08:07:31.592Z","iteration_finished_at":"2026-09-19T08:08:30.865Z","iteration_elapsed_sec":59.27258357696701,"raw_rows":54048818880,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[28.953],[27.825]],"compilation_time":[[2.073],[0.344]],"execution_time":[[26.852],[27.472]],"queue_time":[[null],[null]],"result_fetch_time":[[0.115],[0.096]],"client_wall_time":[[29.160252915986348],[27.888636850984767]],"statement_ids":[["01f1b401-29f8-14ef-a288-b4d2d1477e15"],["01f1b401-3bf6-1e80-9c52-442850e95546"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[59.691832224909106],[62.8310471190711]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T08:07:31.592Z","producer_progress_file_modified_at":"2026-09-19T08:07:31.588Z","producer_progress_updated_at":"2026-09-19T08:07:31.587Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":54048818880,"provider_committed_rows":54048818880,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T08:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-19T08:07:28.887Z","freshness_monitor_updated_at":"2026-09-19T08:07:28.869Z","mv_refresh_finished_at":"2026-09-19T08:04:48.029Z","mv_source_rows":53835069814,"mv_rows_behind":151904698,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":17,"scheduled_start_at":"2026-09-19T09:07:31.592Z","start_lag_sec":9.888102067634463e-05,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-19T09:07:31.592Z","iteration_finished_at":"2026-09-19T09:07:49.020Z","iteration_elapsed_sec":17.428142897959333,"raw_rows":57648913051,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[10.2],[4.505]],"compilation_time":[[4.231],[0.321]],"execution_time":[[5.955],[4.178]],"queue_time":[[null],[null]],"result_fetch_time":[[0.1],[0.003]],"client_wall_time":[[10.44825800997205],[4.5679450199822895]],"statement_ids":[["01f1b409-8bc3-16da-8653-8340ee9ab146"],["01f1b409-92b1-1017-ac2e-70b8d82124aa"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[12.98433268047267],[83.73098090606469]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T09:07:31.592Z","producer_progress_file_modified_at":"2026-09-19T09:07:31.588Z","producer_progress_updated_at":"2026-09-19T09:07:31.587Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":57648913051,"provider_committed_rows":57648913051,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T09:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-19T09:06:32.729Z","freshness_monitor_updated_at":"2026-09-19T09:06:32.711Z","mv_refresh_finished_at":"2026-09-19T09:04:06.555Z","mv_source_rows":57394745313,"mv_rows_behind":123673010,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":18,"scheduled_start_at":"2026-09-19T10:07:31.592Z","start_lag_sec":0.00010515697067603469,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-19T10:07:31.592Z","iteration_finished_at":"2026-09-19T10:07:58.962Z","iteration_elapsed_sec":27.36937750101788,"raw_rows":61248785899,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[14.047],[11.465]],"compilation_time":[[2.02],[0.378]],"execution_time":[[12.004],[11.08]],"queue_time":[[null],[null]],"result_fetch_time":[[null],[null]],"client_wall_time":[[14.46289284597151],[11.535940542002209]],"statement_ids":[["01f1b411-eda0-11fa-930a-dad725ae1c47"],["01f1b411-f63b-1a90-959a-97bf65468ba6"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[38.52476468849004],[79.76579976645635]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T10:07:31.592Z","producer_progress_file_modified_at":"2026-09-19T10:07:31.569Z","producer_progress_updated_at":"2026-09-19T10:07:31.567Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":61248785899,"provider_committed_rows":61248785899,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T10:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-19T10:07:29.225Z","freshness_monitor_updated_at":"2026-09-19T10:07:29.205Z","mv_refresh_finished_at":"2026-09-19T10:04:53.456Z","mv_source_rows":61045263909,"mv_rows_behind":134561722,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":19,"scheduled_start_at":"2026-09-19T11:07:31.592Z","start_lag_sec":0.0001091709709726274,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-19T11:07:31.592Z","iteration_finished_at":"2026-09-19T11:08:14.193Z","iteration_elapsed_sec":42.60024231299758,"raw_rows":64848931181,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[21.807],[18.677]],"compilation_time":[[3.527],[0.347]],"execution_time":[[18.26],[18.324]],"queue_time":[[null],[null]],"result_fetch_time":[[null],[0.1]],"client_wall_time":[[22.47738112998195],[18.751324914977886]],"statement_ids":[["01f1b41a-4f48-1f4f-9b57-cd3c008b406d"],["01f1b41a-5cc7-1c27-a272-f4df82f7d88e"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[61.21317640330062],[74.81315969258084]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T11:07:31.592Z","producer_progress_file_modified_at":"2026-09-19T11:07:31.576Z","producer_progress_updated_at":"2026-09-19T11:07:31.575Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":64848931181,"provider_committed_rows":64848931181,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T11:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-19T11:06:33.990Z","freshness_monitor_updated_at":"2026-09-19T11:06:33.972Z","mv_refresh_finished_at":"2026-09-19T11:05:42.240Z","mv_source_rows":64690980551,"mv_rows_behind":31053866,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":20,"scheduled_start_at":"2026-09-19T12:07:31.592Z","start_lag_sec":0.0001154890051111579,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-19T12:07:31.592Z","iteration_finished_at":"2026-09-19T12:08:29.208Z","iteration_elapsed_sec":57.61612388398498,"raw_rows":68448901225,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[23.502],[32.269]],"compilation_time":[[1.876],[0.435]],"execution_time":[[21.604],[31.829]],"queue_time":[[null],[null]],"result_fetch_time":[[null],[0.085]],"client_wall_time":[[23.90749795199372],[32.33913882897468]],"statement_ids":[["01f1b422-b127-126d-b8f2-718b449eeea0"],["01f1b422-bf65-1eff-956f-429a7a027ddb"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[59.397542714157524],[57.6580474813238]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T12:07:31.592Z","producer_progress_file_modified_at":"2026-09-19T12:07:31.552Z","producer_progress_updated_at":"2026-09-19T12:07:31.551Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":68448901225,"provider_committed_rows":68448901225,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T12:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-19T12:06:31.256Z","freshness_monitor_updated_at":"2026-09-19T12:06:31.238Z","mv_refresh_finished_at":"2026-09-19T12:04:32.085Z","mv_source_rows":68217378679,"mv_rows_behind":108442208,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":21,"scheduled_start_at":"2026-09-19T13:07:31.592Z","start_lag_sec":0.00010735198156908154,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-19T13:07:31.592Z","iteration_finished_at":"2026-09-19T13:08:33.547Z","iteration_elapsed_sec":61.9543553830008,"raw_rows":72048872763,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[30.792],[29.624]],"compilation_time":[[2.349],[0.393]],"execution_time":[[28.42],[29.223]],"queue_time":[[null],[null]],"result_fetch_time":[[null],[null]],"client_wall_time":[[31.034143549972214],[29.692230834974907]],"statement_ids":[["01f1b42b-12d3-138e-ac4c-55c412432daf"],["01f1b42b-2553-178e-8c55-ba3c50589400"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[55.09638780302109],[62.42427481989679]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T13:07:31.592Z","producer_progress_file_modified_at":"2026-09-19T13:07:31.565Z","producer_progress_updated_at":"2026-09-19T13:07:31.564Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":72048872763,"provider_committed_rows":72048872763,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T13:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-19T13:07:27.739Z","freshness_monitor_updated_at":"2026-09-19T13:07:27.722Z","mv_refresh_finished_at":"2026-09-19T13:05:13.684Z","mv_source_rows":71857471538,"mv_rows_behind":137896663,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":22,"scheduled_start_at":"2026-09-19T14:07:31.592Z","start_lag_sec":9.933800902217627e-05,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-19T14:07:31.592Z","iteration_finished_at":"2026-09-19T14:07:49.215Z","iteration_elapsed_sec":17.62226944498252,"raw_rows":75648919105,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[9.083],[4.703]],"compilation_time":[[2.148],[0.347]],"execution_time":[[6.913],[4.347]],"queue_time":[[null],[null]],"result_fetch_time":[[0.115],[0.012]],"client_wall_time":[[9.53398465301143],[4.769172268977854]],"statement_ids":[["01f1b433-74b5-1794-817b-38811bff14e6"],["01f1b433-7b86-1ddf-92af-c79c55521f8e"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[12.98669191912583],[85.54164388587694]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T14:07:31.592Z","producer_progress_file_modified_at":"2026-09-19T14:07:31.572Z","producer_progress_updated_at":"2026-09-19T14:07:31.571Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":75648919105,"provider_committed_rows":75648919105,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T14:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-19T14:06:31.863Z","freshness_monitor_updated_at":"2026-09-19T14:06:31.844Z","mv_refresh_finished_at":"2026-09-19T14:04:32.532Z","mv_source_rows":75416547973,"mv_rows_behind":103677038,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":23,"scheduled_start_at":"2026-09-19T15:07:31.592Z","start_lag_sec":0.00010179099626839161,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-19T15:07:31.592Z","iteration_finished_at":"2026-09-19T15:08:00.616Z","iteration_elapsed_sec":29.023552873986773,"raw_rows":79248916498,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[15.552],[11.798]],"compilation_time":[[1.647],[1.84]],"execution_time":[[13.887],[9.951]],"queue_time":[[null],[null]],"result_fetch_time":[[null],[0.092]],"client_wall_time":[[15.854626293992624],[11.879772223997861]],"statement_ids":[["01f1b43b-d664-154d-9e62-cfaa0d65311c"],["01f1b43b-dfd7-1a9c-95c6-30076ad2fcc7"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[42.32335019756296],[88.06741571798436]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T15:07:31.592Z","producer_progress_file_modified_at":"2026-09-19T15:07:31.580Z","producer_progress_updated_at":"2026-09-19T15:07:31.578Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":79248916498,"provider_committed_rows":79248916498,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T15:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-19T15:07:30.947Z","freshness_monitor_updated_at":"2026-09-19T15:07:30.929Z","mv_refresh_finished_at":"2026-09-19T15:05:02.275Z","mv_source_rows":79046358091,"mv_rows_behind":144998487,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":24,"scheduled_start_at":"2026-09-19T16:07:31.592Z","start_lag_sec":0.00011354498565196991,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-19T16:07:31.592Z","iteration_finished_at":"2026-09-19T16:08:12.545Z","iteration_elapsed_sec":40.952862764999736,"raw_rows":82848735814,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[19.303],[18.438]],"compilation_time":[[1.844],[0.435]],"execution_time":[[17.438],[17.998]],"queue_time":[[null],[null]],"result_fetch_time":[[null],[0.089]],"client_wall_time":[[20.090292145032436],[18.511567608977202]],"statement_ids":[["01f1b444-3873-11f8-bdba-421e00ad0cf4"],["01f1b444-4427-1856-b7c2-0b34ac3114a0"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[64.23066913371073],[71.54048914660076]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T16:07:31.592Z","producer_progress_file_modified_at":"2026-09-19T16:07:31.552Z","producer_progress_updated_at":"2026-09-19T16:07:31.550Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":82848735814,"provider_committed_rows":82848735814,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T16:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-19T16:06:34.520Z","freshness_monitor_updated_at":"2026-09-19T16:06:34.502Z","mv_refresh_finished_at":"2026-09-19T16:05:42.274Z","mv_source_rows":82686721494,"mv_rows_behind":46652026,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":25,"scheduled_start_at":"2026-09-19T17:07:31.592Z","start_lag_sec":0.00012131797848269343,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-19T17:07:31.592Z","iteration_finished_at":"2026-09-19T17:09:11.110Z","iteration_elapsed_sec":99.51752580399625,"raw_rows":86448786434,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[56.901],[39.814]],"compilation_time":[[7.019],[4.726]],"execution_time":[[49.84],[35.078]],"queue_time":[[null],[null]],"result_fetch_time":[[0.122],[null]],"client_wall_time":[[57.3833792579826],[39.890371132001746]],"statement_ids":[["01f1b44c-9a07-11e5-8b1d-9c0c93500a90"],["01f1b44c-bcb5-15a9-b4e3-5b06173e6eba"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[0.007830316829715469],[26.210240958156316]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T17:07:31.592Z","producer_progress_file_modified_at":"2026-09-19T17:07:31.570Z","producer_progress_updated_at":"2026-09-19T17:07:31.569Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":86448786434,"provider_committed_rows":86448786434,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T17:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-19T17:06:33.444Z","freshness_monitor_updated_at":"2026-09-19T17:06:33.425Z","mv_refresh_finished_at":"2026-09-19T17:04:17.874Z","mv_source_rows":86197596692,"mv_rows_behind":131764544,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":26,"scheduled_start_at":"2026-09-19T18:07:31.592Z","start_lag_sec":0.00010794698027893901,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-19T18:07:31.592Z","iteration_finished_at":"2026-09-19T18:08:49.851Z","iteration_elapsed_sec":78.25832114199875,"raw_rows":90048750546,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[33.798],[42.73]],"compilation_time":[[4.679],[2.925]],"execution_time":[[29.097],[39.788]],"queue_time":[[null],[null]],"result_fetch_time":[[0.087],[0.104]],"client_wall_time":[[34.04083270399133],[42.81464454199886]],"statement_ids":[["01f1b454-fba8-1b26-8a18-5d5a00963aab"],["01f1b455-100e-1c9b-a464-cffc584f1855"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[51.71150656538434],[49.40255614754055]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T18:07:31.592Z","producer_progress_file_modified_at":"2026-09-19T18:07:31.567Z","producer_progress_updated_at":"2026-09-19T18:07:31.566Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":90048750546,"provider_committed_rows":90048750546,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T18:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-19T18:07:28.712Z","freshness_monitor_updated_at":"2026-09-19T18:07:28.694Z","mv_refresh_finished_at":"2026-09-19T18:04:59.453Z","mv_source_rows":89837848658,"mv_rows_behind":155250148,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":27,"scheduled_start_at":"2026-09-19T19:07:31.592Z","start_lag_sec":0.00011487101437523961,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-19T19:07:31.592Z","iteration_finished_at":"2026-09-19T19:07:55.187Z","iteration_elapsed_sec":23.59470189397689,"raw_rows":93648850827,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[12.764],[7.898]],"compilation_time":[[4.951],[2.644]],"execution_time":[[7.793],[5.244]],"queue_time":[[null],[null]],"result_fetch_time":[[0.112],[null]],"client_wall_time":[[13.193381059041712],[7.965282062010374]],"statement_ids":[["01f1b45d-5d89-10c3-88b0-6f9fcea33907"],["01f1b45d-6603-1353-9bf1-fc8f7f160422"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[10.858456336515887],[86.4256437936649]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T19:07:31.592Z","producer_progress_file_modified_at":"2026-09-19T19:07:31.555Z","producer_progress_updated_at":"2026-09-19T19:07:31.553Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":93648850827,"provider_committed_rows":93648850827,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T19:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-19T19:06:32.896Z","freshness_monitor_updated_at":"2026-09-19T19:06:32.878Z","mv_refresh_finished_at":"2026-09-19T19:04:10.306Z","mv_source_rows":93390131187,"mv_rows_behind":139925260,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":28,"scheduled_start_at":"2026-09-19T20:07:31.592Z","start_lag_sec":0.00011571397772058845,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-19T20:07:31.592Z","iteration_finished_at":"2026-09-19T20:08:02.674Z","iteration_elapsed_sec":31.08132168999873,"raw_rows":97248769382,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[16.425],[12.731]],"compilation_time":[[3.662],[2.815]],"execution_time":[[12.744],[9.91]],"queue_time":[[null],[null]],"result_fetch_time":[[null],[0.103]],"client_wall_time":[[16.99284408800304],[12.801759355992544]],"statement_ids":[["01f1b465-bf3a-1405-80bd-ee24cb015109"],["01f1b465-c95d-120f-a694-0aba90b5c7cd"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[46.87582289574946],[90.68464381984714]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T20:07:31.592Z","producer_progress_file_modified_at":"2026-09-19T20:07:31.585Z","producer_progress_updated_at":"2026-09-19T20:07:31.583Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":97248769382,"provider_committed_rows":97248769382,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T20:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-19T20:07:30.682Z","freshness_monitor_updated_at":"2026-09-19T20:07:30.664Z","mv_refresh_finished_at":"2026-09-19T20:05:18.301Z","mv_source_rows":97060464734,"mv_rows_behind":119113562,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":29,"scheduled_start_at":"2026-09-19T21:07:31.592Z","start_lag_sec":0.00010863097850233316,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-19T21:07:31.592Z","iteration_finished_at":"2026-09-19T21:08:15.637Z","iteration_elapsed_sec":44.04480578302173,"raw_rows":100848836377,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[20.497],[21.609]],"compilation_time":[[3.628],[2.32]],"execution_time":[[16.854],[19.283]],"queue_time":[[null],[null]],"result_fetch_time":[[null],[0.133]],"client_wall_time":[[20.90270552004222],[21.677148113027215]],"statement_ids":[["01f1b46e-210e-1099-8090-ea47aecf6278"],["01f1b46e-2d90-16f5-8e24-c5a9054f3fb4"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[63.239824132521285],[68.99001839479219]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T21:07:31.592Z","producer_progress_file_modified_at":"2026-09-19T21:07:31.547Z","producer_progress_updated_at":"2026-09-19T21:07:31.546Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":100848836377,"provider_committed_rows":100848836377,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T21:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-19T21:06:34.659Z","freshness_monitor_updated_at":"2026-09-19T21:06:34.641Z","mv_refresh_finished_at":"2026-09-19T21:04:05.148Z","mv_source_rows":100580659477,"mv_rows_behind":136293174,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":30,"scheduled_start_at":"2026-09-19T22:07:31.592Z","start_lag_sec":0.00012243300443515182,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-19T22:07:31.592Z","iteration_finished_at":"2026-09-19T22:08:30.503Z","iteration_elapsed_sec":58.91066363599384,"raw_rows":104448905502,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[25.897],[31.095]],"compilation_time":[[3.647],[2.296]],"execution_time":[[22.227],[28.793]],"queue_time":[[null],[null]],"result_fetch_time":[[null],[null]],"client_wall_time":[[26.318333842034917],[31.16150921204826]],"statement_ids":[["01f1b476-82d4-170e-af44-8d105f2f88a4"],["01f1b476-928b-13eb-bdf8-20ca5ddf634c"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[62.45748169326522],[64.886602207057]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T22:07:31.592Z","producer_progress_file_modified_at":"2026-09-19T22:07:31.570Z","producer_progress_updated_at":"2026-09-19T22:07:31.569Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":104448905502,"provider_committed_rows":104448905502,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T22:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-19T22:06:32.034Z","freshness_monitor_updated_at":"2026-09-19T22:06:32.016Z","mv_refresh_finished_at":"2026-09-19T22:04:40.758Z","mv_source_rows":104219954820,"mv_rows_behind":103415402,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":31,"scheduled_start_at":"2026-09-19T23:07:31.592Z","start_lag_sec":0.0001142490073107183,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-19T23:07:31.592Z","iteration_finished_at":"2026-09-19T23:07:45.492Z","iteration_elapsed_sec":13.89989877998596,"raw_rows":108048763282,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[5.7],[4.527]],"compilation_time":[[1.07],[0.335]],"execution_time":[[4.611],[4.186]],"queue_time":[[null],[null]],"result_fetch_time":[[0.122],[0.002]],"client_wall_time":[[5.974929008982144],[4.588699261017609]],"statement_ids":[["01f1b47e-e482-1460-819a-873b4ee1fdb7"],["01f1b47e-e8b6-110f-a19e-24f246c16c14"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[34.76570082213464],[89.9085171129594]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-19T23:07:31.592Z","producer_progress_file_modified_at":"2026-09-19T23:07:31.553Z","producer_progress_updated_at":"2026-09-19T23:07:31.552Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":108048763282,"provider_committed_rows":108048763282,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-19T23:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-19T23:07:30.956Z","freshness_monitor_updated_at":"2026-09-19T23:07:30.938Z","mv_refresh_finished_at":"2026-09-19T23:05:40.656Z","mv_source_rows":107875441068,"mv_rows_behind":111272028,"freshness_monitor_error":null} +{"schema_version":3,"run_id":"serverless_baseline_full_20260918T170453Z","runner":"drilldown","workload":"drilldown","iteration":32,"scheduled_start_at":"2026-09-20T00:07:31.592Z","start_lag_sec":9.973999112844467e-05,"scheduled_interval_sec":3600.0,"iteration_started_at":"2026-09-20T00:07:31.592Z","iteration_finished_at":"2026-09-20T00:08:04.110Z","iteration_elapsed_sec":32.517829174990766,"raw_rows":111648774193,"raw_rows_source":"producer_progress.logical_raw_rows","system":"Databricks (AWS)","version":"4.2.0 0000000000000000000000000000000000000000","machine":"Databricks SQL warehouse","cluster_size":"X-Small","comment":"Warehouse-swap baseline; Statement Execution API; uncached results (drilldown, serverless-baseline, Statement Execution kernel, use_cached_result=false)","tags":["Databricks","managed","serverless-baseline","baseline"],"result":[[18.543],[11.275]],"compilation_time":[[3.214],[2.713]],"execution_time":[[15.311],[8.554]],"queue_time":[[null],[null]],"result_fetch_time":[[null],[null]],"client_wall_time":[[18.8586280309828],[11.353410568030085]],"statement_ids":[["01f1b487-464d-11db-a97c-065aa5418515"],["01f1b487-5226-1a15-a462-8fe247d12381"]],"cache_hit":[[false],[false]],"read_io_cache_percent":[[23.332086399090706],[83.06775191533585]],"query_errors":[[],[]],"warehouse_mode":"serverless-baseline","query_warehouse":{"captured_at":"2026-09-18T17:07:30.522Z","warehouse_id":"","warehouse_mode":"serverless-baseline","http_path":"/sql/1.0/warehouses/","api_metadata":{"id":"","name":"","size":"XSMALL","cluster_size":"X-Small","min_num_clusters":1,"max_num_clusters":1,"auto_stop_mins":80,"auto_resume":true,"tags":{},"spot_instance_policy":"COST_OPTIMIZED","enable_photon":true,"enable_serverless_compute":true,"warehouse_type":"PRO","num_clusters":1,"num_active_sessions":0,"state":"RUNNING","health":{"status":"HEALTHY"}},"connector_version":"4.5.0","use_kernel":true,"session_configuration":{"use_cached_result":"false","ansi_mode":"true","timezone":"UTC"}},"control_warehouse_id":"","producer_progress_path":"/ingest_progress.json","producer_progress_loaded_at":"2026-09-20T00:07:31.592Z","producer_progress_file_modified_at":"2026-09-20T00:07:31.589Z","producer_progress_updated_at":"2026-09-20T00:07:31.588Z","producer_progress_run_id":"serverless_baseline_full_20260918T170453Z","producer_progress_finished":false,"producer_progress_error":null,"producer_progress_evidence":{"logical_raw_rows":111648774193,"provider_committed_rows":111648774193,"baseline_table_rows":0,"baseline_table_rows_unknown":false,"running":true,"finished":false},"freshness_monitor_path":"/freshness/freshness_progress.json","freshness_monitor_loaded_at":"2026-09-20T00:07:31.593Z","freshness_monitor_file_modified_at":"2026-09-20T00:06:33.925Z","freshness_monitor_updated_at":"2026-09-20T00:06:33.907Z","mv_refresh_finished_at":"2026-09-20T00:04:55.209Z","mv_source_rows":111432389585,"mv_rows_behind":83723520,"freshness_monitor_error":null} diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/manifest.json b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/manifest.json new file mode 100644 index 0000000..3aa29f3 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/manifest.json @@ -0,0 +1,343 @@ +{ + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "label": "Databricks Serverless SQL \u00b7 X-Small", + "cloud": "aws", + "region": "eu-west-1", + "plan": "premium", + "plan_basis": "CostBench public Premium pricing convention", + "package_manifest": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/validation/manifest.json", + "sha256": "51b521ad465a0fdc635c271e87746d4fb93521dd34dfc6605c6475d0894a8fb2" + }, + "verified_artifacts": 34, + "validation_attestation": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/validation/validation_report_settled_20260921T092624Z.json", + "sha256": "a82934d0d86a380da1740135f9dd10ecaf93e456cd2f801b1c3e3c53ed146a14" + }, + "dataset_final_rows": 113219565734, + "clickhouse_final_rows": 113217743918, + "selection": { + "dashboard": { + "reference": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl", + "sha256": "b97164940fed258796695511ce46356cffc7b2910d598f6936c5fdf0cee2add7" + }, + "candidate": { + "path": "quotes/clickhouse-cloud/results_t2/mv/dashboard_20260808T065559Z.jsonl", + "sha256": "0fbfd6c089fc9e5ef4af88199db2bc08acc6f538a56d2be50a55a06d5765e960" + }, + "accepted": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/dashboard_accepted.jsonl", + "sha256": "0e77c75163eefa53823426b40127933f266f2b20f27e707432b0b6a85362d281" + }, + "matched": { + "path": "quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl", + "sha256": "1ac65f51b188b0d548f72741716118dc06215c06ec9243e6152be779a6b3483b" + }, + "match_report": { + "path": "quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/dashboard_active_matched_to_databricks.jsonl.match.json", + "sha256": "9d7c53333524d78986cb78d349048e584b6c09e8311f0fe16db64f8306f3b0c0" + }, + "source_indices": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121, + 122, + 123, + 124, + 125, + 126, + 127, + 128, + 129, + 130, + 131, + 132, + 133, + 134, + 135, + 136, + 137, + 138, + 139, + 140, + 141, + 142, + 143, + 144, + 145, + 146, + 147, + 148, + 149, + 150, + 151, + 152, + 153, + 154, + 155, + 156, + 157, + 158, + 159, + 160, + 161, + 162, + 163, + 164, + 165, + 166, + 167, + 168, + 169, + 170, + 171, + 172, + 173, + 174, + 175, + 176, + 177, + 178, + 179, + 180, + 181, + 182, + 183, + 184, + 185, + 186, + 187, + 188 + ], + "iterations": 189, + "query_jobs": 756, + "comparison_horizon_rows": 112848979521, + "denominators": [ + 112848979521, + 112848979521 + ] + }, + "drilldown": { + "reference": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/raw/drilldown_20260918T170453Z.jsonl", + "sha256": "99b9abcea27603515d0f82594b42e6d39ef0dd7dd77088a1c7fe69953657e212" + }, + "candidate": { + "path": "quotes/clickhouse-cloud/results_t2/raw/drilldown_20260808T065602Z.jsonl", + "sha256": "fa4033841b2d0596c227b0baacfc666086d41bdcceb9173da9e3c9e699f1f378" + }, + "accepted": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/drilldown_accepted.jsonl", + "sha256": "46b628624ba4b6a6bf3f9a92d53374bf2d96756594379e2007be5b943597ce75" + }, + "matched": { + "path": "quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl", + "sha256": "511012e2da9788b41b0c264706ed0e8180d7ac92928fc52d37b5cb45bd5e2ebf" + }, + "match_report": { + "path": "quotes/clickhouse-cloud/results_t2/matched/databricks_serverless_20260918/drilldown_active_matched_to_databricks.jsonl.match.json", + "sha256": "b8babd48c54b05758ef245103d8af1f6147a8e839f50d76770c042eeb62893dc" + }, + "source_indices": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31 + ], + "iterations": 32, + "query_jobs": 64, + "comparison_horizon_rows": 111648774193, + "denominators": [ + 111648774193, + 111648774193 + ] + } + }, + "selection_note": "189/32 prefixes are the supplied validator's accepted observations, through H while producer running. First F observation is an active_endpoint under generic inspection but outside this stricter accepted window. Later warm observations excluded. 100B is only a plotting cap.", + "row_semantics": "Databricks raw_rows is client durability progress; matching does not establish exact query-visible rows or identical MV freshness.", + "sql_sources": [ + { + "path": "quotes/databricks/create_full_serverless_baseline_r3_20260918.sql", + "sha256": "827ba6bd1bc2c5490dc5b57531fdd3242795419eb10bd800ee234f275f6346e2" + }, + { + "path": "quotes/databricks/queries_mv.sql", + "sha256": "37f7e0180b1e5335dc6d888f5216dd6964a567a5fcdac3e05e22f4d9047d70ea" + }, + { + "path": "quotes/databricks/queries_raw.sql", + "sha256": "8cb5436e468da55473e28d447fdaeac68731fb43cb69af4f56040bfc723bfa23" + } + ], + "allocation_inputs": { + "zerobus": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/ingest/zerobus_ingest_allocation.csv", + "sha256": "5288be110892f92feb541ceee921f60543293c5e913db0a8ebf4ec8e01886bf9" + }, + "clustering": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/ingest/predictive_optimization_allocation.csv", + "sha256": "91656e13b872fa64e0ee0b12c1a214bb52836703159330a94c283a5c1a5c0c5b" + }, + "mv_refresh": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/freshness/mv_refresh_allocation.csv", + "sha256": "f2147e76bb379ebb26bd84608ee99d2fb9a187a8098a069e5bb5611c766a68db" + } + }, + "allocation_export_sql": { + "path": "quotes/databricks/export_allocation_details.sql", + "sha256": "7dc96838ab95a0199a7ff85bd901ca4d2c37e4c7ffcb7ae920ba0d5bc30c0ae5" + }, + "comparison_scope": { + "path": "quotes/databricks/costs/scopes/serverless_20260918.json", + "sha256": "fcb45742354d21a3801cb7ac8cc1c5c8ab1eca92168d0b5e529e96e2147c9394" + } +} diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/pr42_validation.json b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/pr42_validation.json new file mode 100644 index 0000000..abcfbaf --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/pr42_validation.json @@ -0,0 +1,74 @@ +{ + "package_artifacts_verified": 34, + "existing_query_and_unrelated_files_unchanged": 108, + "databricks_tests_passed": 109, + "cost_chart_variants": 14, + "standard_wide_data_pairs_equal": 7, + "wide_dimensions": [ + 5156, + 2900 + ], + "wide_transparent_header_pixels": 560, + "no_catchup_or_provisional_chart_labels": true, + "databricks_present_in_all_global_cost_charts": true, + "chart_summaries": [ + { + "path": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components_summary.json", + "sha256": "55d8f091c15b1f7babea3bd392a3f418d27c52c843a4c97f92fb629aaf8c7444" + }, + { + "path": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/databricks_cost_components_wide_summary.json", + "sha256": "058d96c623b7275e17a673d216e9b8e16e8530e7ecf72293b971df7102097d9f" + }, + { + "path": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks_summary.json", + "sha256": "40cd688061272b34ddd015be68c230040213daebfd881d7e1eceaab68c33ef76" + }, + { + "path": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/fresh_data_path_cost_clickhouse_vs_databricks_wide_summary.json", + "sha256": "8e64ba0c1c785616cff74d182129bf30ec9a92908f6188f941a25b24c1615f89" + }, + { + "path": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks_summary.json", + "sha256": "5d6152a6020e8137d7ca638a8b6fbf5e776335ecd55ed6c125c9bfca7cad7a88" + }, + { + "path": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_performance_clickhouse_vs_databricks_wide_summary.json", + "sha256": "10ee844dc331ba708591680985e8a05182fd13a8335a3f851b59fb0fc6eff8c0" + }, + { + "path": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks_summary.json", + "sha256": "3ff4216934438e6ee77183ed90a086b36519fddc19bc5a0304820306ca5cb1fe" + }, + { + "path": "full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/charts/full_path_cost_vs_query_runtime_clickhouse_vs_databricks_wide_summary.json", + "sha256": "c96345a14d8b8046e1ade478da1f7de4d38e9c613e817546f047d31350b05b6a" + }, + { + "path": "full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_summary.json", + "sha256": "8fc6d347afe9acdd7a41e56fa57a546d485b531e1fea8dd2de94d49352588d18" + }, + { + "path": "full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_wide_summary.json", + "sha256": "271699896c21c417af64454738fb8475f5114d620bdc5741f472136346001940" + }, + { + "path": "full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_summary.json", + "sha256": "54104091cf9a497addd97625ecd3f857f65ba7a091a23dd563a585cba8cab7aa" + }, + { + "path": "full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_wide_summary.json", + "sha256": "de4daa2abdb12164a113b928fb020da502e5a385075a0812f203dfcaae9183ea" + }, + { + "path": "full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_summary.json", + "sha256": "adbb53df5d2631f0aaf5f7d6d033459a1b1e0ae46e2929c9ace71e5f6d6acd07" + }, + { + "path": "full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_wide_summary.json", + "sha256": "ad4e7d984d704e7334be7e2713b80391a7a7b7d6e424fc596dafec22edc68df2" + } + ], + "scope": "Accepted active-ingestion real-time comparison", + "status": "complete" +} diff --git a/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/readiness.json b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/readiness.json new file mode 100644 index 0000000..73c0894 --- /dev/null +++ b/full-path-realtime/quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/readiness.json @@ -0,0 +1,32 @@ +{ + "schema_version": 2, + "run_id": "serverless_baseline_full_20260918T170453Z", + "status": "ready", + "missing_components": [], + "full_path_cost_complete": true, + "allocation_status": "complete_for_real_time_window", + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "note": "All cost components integrated for the accepted real-time benchmark window." +} diff --git a/full-path-realtime/quotes/databricks/tests/test_september_integration.py b/full-path-realtime/quotes/databricks/tests/test_september_integration.py new file mode 100644 index 0000000..2b7c89a --- /dev/null +++ b/full-path-realtime/quotes/databricks/tests/test_september_integration.py @@ -0,0 +1,136 @@ +from __future__ import annotations + +import json +import sys +import tempfile +import unittest +import csv +import hashlib +import shutil +from decimal import Decimal +from pathlib import Path + +DB = Path(__file__).resolve().parents[1] +sys.path.insert(0, str(DB)) +sys.path.insert(0, str(DB / "costs")) +from summarize_components import component, assemble +from summarize_queries import summarize +from _allocations import allocated_component + +RUN = DB / "results/serverless_baseline_full_20260918T170453Z" +MAINTENANCE = DB / "costs/pricings/serverless_maintenance.json" + + +class AllocationGates(unittest.TestCase): + def price_mv(self, source): + return allocated_component("mv_refresh", source, MAINTENANCE, "aws", "eu-west-1", "premium") + + def fixture(self, root, mutate): + for rel in ["run_context.json", "freshness/mv_refresh_allocation.csv", "freshness/mv_freshness_20260918T170453Z.jsonl", "validation/manifest.json"]: + p=root/rel;p.parent.mkdir(parents=True,exist_ok=True);shutil.copyfile(RUN/rel,p) + p=root/"freshness/mv_refresh_allocation.csv" + with p.open() as f: rows=list(csv.DictReader(f)) + mutate(rows) + with p.open("w",newline="") as f: + w=csv.DictWriter(f,fieldnames=list(rows[0]));w.writeheader();w.writerows(rows) + m=root/"validation/manifest.json";data=json.loads(m.read_text()) + record=next(a for a in data["artifacts"] if a["path"]=="freshness/mv_refresh_allocation.csv") + record.update(size_bytes=p.stat().st_size,sha256=hashlib.sha256(p.read_bytes()).hexdigest()) + m.write_text(json.dumps(data));return p + + def test_pr42_totals_keep_null_metadata_pipeline_usage(self): + mv=self.price_mv(RUN/"freshness/mv_refresh_allocation.csv") + self.assertEqual(mv["usage_records"],2958) + self.assertEqual(mv["null_table_metadata_records"],1044) + self.assertAlmostEqual(mv["total_cost_usd"],207.7976575038633,places=10) + self.assertAlmostEqual(mv["exported_list_cost_usd"],mv["total_cost_usd"],places=10) + self.assertFalse(mv["comparison_scope"]["post_ingestion_work_included"]) + self.assertEqual(mv["allocation_window"]["until"],"2026-09-20T00:33:42.627Z") + + def test_signed_corrections_are_not_dropped(self): + def mutate(rows): + retraction=dict(rows[1],record_id="correction-retraction",record_type="RETRACTION") + for key in ["source_dbu","allocated_dbu","cost"]: retraction[key]=str(-Decimal(retraction[key])) + rows.extend([retraction,dict(rows[1],record_id="correction-restatement",record_type="RESTATEMENT")]) + with tempfile.TemporaryDirectory() as tmp: + value=self.price_mv(self.fixture(Path(tmp),mutate)) + self.assertAlmostEqual(value["total_cost_usd"],207.7976575038633,places=10) + self.assertEqual(value["record_type_counts"]["RETRACTION"],1) + self.assertEqual(value["usage_records"],2960) + + def test_duplicate_usage_rejected(self): + with tempfile.TemporaryDirectory() as tmp: + p=self.fixture(Path(tmp),lambda rows: rows.append(dict(rows[0]))) + with self.assertRaisesRegex(ValueError,"duplicate billing"): + self.price_mv(p) + + def test_double_allocation_or_wrong_price_rejected(self): + cases=[("allocated_dbu","0.0001","interval overlap"),("price_per_dbu","0.91","checked-in pricing"),("allocated_end","2026-09-18T17:30:00.000Z","allocation window"),("pipeline_id","wrong-pipeline","attribution")] + for key,value,message in cases: + with self.subTest(key=key), tempfile.TemporaryDirectory() as tmp: + p=self.fixture(Path(tmp),lambda rows: rows[0].update({key:value})) + with self.assertRaisesRegex(ValueError,message): self.price_mv(p) + + def test_active_ingest_allocations_complete_the_accepted_real_time_scope(self): + specs={"mv_refresh":("freshness/mv_refresh_allocation.csv","serverless_maintenance.json"),"zerobus":("ingest/zerobus_ingest_allocation.csv","zerobus_ingest.json"),"clustering":("ingest/predictive_optimization_allocation.csv","serverless_maintenance.json")} + with tempfile.TemporaryDirectory() as tmp: + for kind,(rel,pricing) in specs.items(): + value=allocated_component(kind,RUN/rel,DB/"costs/pricings"/pricing,"aws","eu-west-1","premium") + (Path(tmp)/f"{kind}.json").write_text(json.dumps(value)) + result=assemble(tmp) + self.assertAlmostEqual(result["allocated_window_total_cost_usd"],695.604750434355,places=9) + self.assertEqual(result["missing_components"],[]) + self.assertAlmostEqual(result["total_cost_usd"],695.604750434355,places=9) + self.assertEqual(result["status"],"complete_modeled") + + +class IntegrationGates(unittest.TestCase): + def test_legacy_june_cost_cannot_be_used_as_september_mv_input(self): + with self.assertRaisesRegex(ValueError, "MV usage export"): + component("mv_refresh", DB / "costs/mv_refresh.json", DB / "costs/pricings/serverless_maintenance.json", "aws", "eu-west-1", "premium") + + def test_pending_mv_never_becomes_zero_or_a_full_total(self): + with tempfile.TemporaryDirectory() as tmp: + root = Path(tmp) + for kind, value in [("zerobus", 1), ("clustering", 2), ("mv_refresh", None)]: + (root / f"{kind}.json").write_text(json.dumps({"run_id": "september-test", "total_cost_usd": value})) + result = assemble(root) + self.assertIsNone(result["total_cost_usd"]) + self.assertEqual(result["known_components_subtotal_usd"], 3) + self.assertEqual(result["missing_components"], ["mv_refresh"]) + self.assertEqual(result["status"], "incomplete") + + def test_supplied_mv_usage_replaces_pending_cost_on_rerun(self): + with tempfile.TemporaryDirectory() as tmp: + root = Path(tmp) + usage = {"run_id": "september-test", "total_dbu": 100, "usage_unit": "DBU", "pipeline_id": "test-pipeline", "source_query": "test fixture", "scope": "full run including final catch-up", "covers_final_catchup": True} + source = root / "usage.json" + source.write_text(json.dumps(usage)) + for kind, value in [("zerobus", 1), ("clustering", 2), ("mv_refresh", None)]: + (root / f"{kind}.json").write_text(json.dumps({"run_id": "september-test", "total_cost_usd": value})) + self.assertIsNone(assemble(root)["total_cost_usd"]) + priced = component("mv_refresh", source, DB / "costs/pricings/serverless_maintenance.json", "aws", "eu-west-1", "premium") + (root / "mv_refresh.json").write_text(json.dumps(priced)) + result = assemble(root) + self.assertEqual(priced["total_cost_usd"], 39) + self.assertEqual(result["total_cost_usd"], 42) + self.assertEqual(result["missing_components"], []) + self.assertEqual(result["status"], "complete_modeled") + + def test_query_count_and_cache_validation(self): + original = DB / "results/serverless_baseline_full_20260918T170453Z/mv/dashboard_20260918T170453Z.jsonl" + row = json.loads(original.read_text().splitlines()[0]) + pricing = DB / "costs/pricings/sql_serverless_compute.json" + with tempfile.TemporaryDirectory() as tmp: + path = Path(tmp) / "runner.jsonl" + path.write_text(json.dumps(row) + "\n") + with self.assertRaisesRegex(ValueError, "iteration count"): + summarize(path, pricing, region="eu-west-1", iterations=2) + row["cache_hit"][0][0] = True + path.write_text(json.dumps(row) + "\n") + with self.assertRaisesRegex(ValueError, "cache-hit"): + summarize(path, pricing, region="eu-west-1", iterations=1) + + +if __name__ == "__main__": + unittest.main() diff --git a/full-path-realtime/quotes/databricks/visualizations/_commands.txt b/full-path-realtime/quotes/databricks/visualizations/_commands.txt new file mode 100644 index 0000000..44b872b --- /dev/null +++ b/full-path-realtime/quotes/databricks/visualizations/_commands.txt @@ -0,0 +1,25 @@ +#!/usr/bin/env bash +set -euo pipefail +DB="$(cd "$(dirname "$0")/.." && pwd)" +ROOT="$(cd "$DB/../.." && pwd)" +RUN="$DB/results/serverless_baseline_full_20260918T170453Z" +OUT="$RUN/charts" +CH="$ROOT/quotes/clickhouse-cloud" +CH_COST="$CH/costs/out_t2/matched/databricks_serverless_20260918" +DB_COST="$DB/costs/out/serverless_20260918" +# COSTS_ONLY=1 reuses query/freshness charts when only allocations change. +"${UV:-uv}" run --python 3.12 python "$DB/integrate_september.py" finalize +export CHART_BACKGROUND_COLOR="${CHART_BACKGROUND_COLOR:-#161614}" +for mode in standard wide; do + [[ "${WIDE_ONLY:-0}" == 1 && "$mode" == standard ]] && continue + extra=""; [[ "$mode" == wide ]] && extra="--wide" + if [[ "${COSTS_ONLY:-0}" != 1 ]]; then + "${UV:-uv}" run "$DB/visualizations/plot_query_latency.py" --workload aggregate --left "$CH/results_t2/mv/dashboard_20260808T065559Z.jsonl" --right "$RUN/mv/dashboard_20260918T170453Z.jsonl" --left-cost "$CH_COST/dashboard.json" --right-cost "$DB_COST/dashboard.json" --right-label "Databricks SQL" --right-color '#FF3621' --right-tier premium --output-dir "$OUT" --basename aggregate_query_latency_clickhouse_vs_databricks $extra + "${UV:-uv}" run "$DB/visualizations/plot_query_latency.py" --workload drilldown --left "$CH/results_t2/raw/drilldown_20260808T065602Z.jsonl" --right "$RUN/raw/drilldown_20260918T170453Z.jsonl" --left-cost "$CH_COST/drilldown.json" --right-cost "$DB_COST/drilldown.json" --right-label "Databricks SQL" --right-color '#FF3621' --right-tier premium --output-dir "$OUT" --basename drilldown_query_latency_clickhouse_vs_databricks $extra + fi + kinds="components fullpath" + [[ "${COSTS_ONLY:-0}" != 1 ]] && kinds="freshness $kinds" + for kind in $kinds; do + "${UV:-uv}" run "$DB/visualizations/plot_september.py" --kind "$kind" --output-dir "$OUT" $extra + done +done diff --git a/full-path-realtime/quotes/databricks/visualizations/plot_query_latency.py b/full-path-realtime/quotes/databricks/visualizations/plot_query_latency.py new file mode 100644 index 0000000..5f17587 --- /dev/null +++ b/full-path-realtime/quotes/databricks/visualizations/plot_query_latency.py @@ -0,0 +1,19 @@ +#!/usr/bin/env python3 +# /// script +# requires-python = ">=3.10" +# dependencies = ["matplotlib==3.10.9"] +# /// +"""Databricks entry point for the generic two-provider latency renderer.""" +from pathlib import Path +import runpy,sys,json +BASE=Path(__file__).resolve().parents[2] +# Existing generic renderer supports labels/colors/tiers as arguments. +sys.path.insert(0,str(BASE/"redshift-serverless/visualizations")) +if __name__=="__main__": + renderer=runpy.run_path(str(BASE/"redshift-serverless/visualizations/plot_query_latency.py")) + renderer["main"]() + args=renderer["parse_args"]() + name=args.basename+("_wide" if args.wide and not args.basename.endswith("_wide") else "") + p=args.output_dir/(name+"_summary.json");s=json.loads(p.read_text()) + s["databricks_contract"]={"runtime_source":"provider Query History total duration, compilation included, fetch excluded","raw_rows_source":"producer durability progress","cost_window":"189 dashboard / 32 drilldown accepted samples through their workload-specific H","plot_window":"own original timelines through 100B; plotted window differs from accumulated cost window","result_cache":"disabled; compact source evidence validated before cost generation","warehouse":"Serverless SQL X-Small, one cluster, eu-west-1","cost_model":"normalized runtime times public list compute rate"} + p.write_text(json.dumps(s,indent=2)+"\n") diff --git a/full-path-realtime/quotes/databricks/visualizations/plot_september.py b/full-path-realtime/quotes/databricks/visualizations/plot_september.py new file mode 100644 index 0000000..d861bca --- /dev/null +++ b/full-path-realtime/quotes/databricks/visualizations/plot_september.py @@ -0,0 +1,131 @@ +#!/usr/bin/env python3 +# /// script +# requires-python = ">=3.10" +# dependencies = ["matplotlib==3.10.9"] +# /// +"""Evidence-native September freshness, component costs and full-path charts.""" +from __future__ import annotations +import argparse,csv,json,sys,statistics,hashlib +from pathlib import Path +import matplotlib.pyplot as plt +from matplotlib.ticker import FuncFormatter +DB=Path(__file__).resolve().parents[1] +sys.path.insert(0,str(DB.parent/"redshift-serverless/visualizations")) +from _layout import configure_figure,resolve_layout,save_figure,write_json,WHITE,MUTED,GRID +RED="#FF3621";YELLOW="#FDFF62" +RUN=DB/"results/serverless_baseline_full_20260918T170453Z" +COST=DB/"costs/out/serverless_20260918" +def read(p): return json.loads(p.read_text()) +def source(p): return {"path":str(p),"sha256":hashlib.sha256(p.read_bytes()).hexdigest()} +def emit(fig,a,name,data,summary): + name=name+("_wide" if a.wide else "");png,svg=save_figure(fig,a.output_dir,name,a.dpi,wide=a.wide);plt.close(fig) + csvpath=a.output_dir/(name+"_data.csv") + if data: + with csvpath.open("w",newline="") as f: + w=csv.DictWriter(f,fieldnames=list(data[0]));w.writeheader();w.writerows(data) + summary.update(schema_version=1,chart=name.removesuffix("_wide"),layout={"variant":"wide" if a.wide else "standard","data_and_math_unchanged":True},outputs={"png":str(png),"svg":str(svg),"csv":str(csvpath)}) + write_json(a.output_dir/(name+"_summary.json"),summary) +def setup(a,name,panels=1): + _,size,_=resolve_layout(name,a.wide,(12,6.6),a.dpi) + fig,axes=plt.subplots(1,panels,figsize=size,dpi=a.dpi if a.wide else None,squeeze=False) + bg=configure_figure(fig,wide=a.wide) + for ax in axes[0]: + ax.set_facecolor(bg);ax.tick_params(colors=WHITE,labelsize=13 if a.wide else 10) + ax.spines[["top","right"]].set_visible(False);ax.spines[["left","bottom"]].set_color(MUTED) + ax.grid(axis="y",color=GRID,alpha=.6) + fig.subplots_adjust(left=.085,right=.95,bottom=.17,top=.69 if a.wide else .84,wspace=.22) + return fig,list(axes[0]) +def freshness(a): + path=RUN/"freshness/mv_freshness_20260918T170453Z.jsonl";records=[json.loads(s) for s in path.read_text().splitlines()] + final=read(RUN/"run_context.json")["expected_rows"];accepted=read(RUN/"validation/validation_report_settled_20260921T092624Z.json")["freshness_samples"]["accepted_indices"] + data=[] + for i in accepted: + r=records[i] + if r["mv_source_rows"] is None or r["provider_committed_rows"]<=0: continue + data.append({"source_index":i,"observed_at":r["observed_at"],"collected_until":r["updated_at"],"raw_rows":r["provider_committed_rows"],"mv_source_rows":r["mv_source_rows"],"rows_behind":r["mv_rows_behind"],"refresh_age_seconds":r["mv_refresh_age_sec"]}) + fig,axes=setup(a,"databricks_freshness",2) + for ax,key,label in zip(axes,["rows_behind","refresh_age_seconds"],["Row-watermark gap (million rows)","Age of latest completed refresh (seconds)"]): + ax.plot([r["raw_rows"]/1e9 for r in data],[r[key]/(1e6 if key=="rows_behind" else 1) for r in data],color=RED,alpha=.8,linewidth=1.5) + ax.set_xlabel("Provider-committed rows (billions)",color=WHITE,fontsize=14 if a.wide else 11);ax.set_ylabel(label,color=WHITE,fontsize=14 if a.wide else 11) + ax.set_xlim(0,final/1e9);ax.set_title("Raw → MV source watermark" if key=="rows_behind" else "Completed-refresh age",color=WHITE,fontsize=17 if a.wide else 13) + fig.text(.085,.08,"Metadata sampled non-atomically; neither metric is exact per-record latency.",color=MUTED,fontsize=13 if a.wide else 10) + final_refresh=records[-1]["latest_successful_refresh"] + emit(fig,a,"databricks_freshness",data,{"sources":{"freshness":source(path)},"semantics":"Row difference and observational refresh age are separate metrics. No conversion of age into raw-to-MV time lag. Parallel ingestion means row counts do not identify exact rows.","accepted_samples":len(data),"negative_row_gap_samples":sum(r["rows_behind"]<0 for r in data),"maximum_rows_behind":max(r["rows_behind"] for r in data),"maximum_refresh_age_sec":max(r["refresh_age_seconds"] for r in data),"final_completed_refresh":final_refresh,"final_rows":final}) +def components(a): + path=COST/"fresh_data_path.json";s=read(path);data=[] + for k,v in s["components"].items(): data.append({"component":k,"cost_usd":v["total_cost_usd"],"status":v["status"]}) + fig,[ax]=setup(a,"databricks_cost_components") + names={"zerobus":"Zerobus ingestion","clustering":"Predictive Optimization (estimated)","mv_refresh":"MV refresh" if s["components"]["mv_refresh"]["total_cost_usd"] is not None else "MV refresh: usage unavailable"} + for i,r in enumerate(data): + if r["cost_usd"] is not None: + ax.barh(i,r["cost_usd"],color=RED,height=.5);ax.text(r["cost_usd"]+8,i,f"${r['cost_usd']:,.2f}",color=WHITE,va="center",fontsize=14) + else: ax.text(8,i,"Not included in a total",color=MUTED,va="center",fontsize=14) + ax.set_yticks(range(3),[names[r["component"]] for r in data]);ax.set_ylim(2.6, -.6);ax.set_xlim(0,max(r["cost_usd"] or 0 for r in data)*1.2) + ax.set_xlabel("Modeled USD · AWS Ireland · public Premium tariff",color=WHITE,fontsize=14) + fig.subplots_adjust(left=.33) + fig.text(.08,.085,"Allocated DBUs × $0.39/DBU; Predictive Optimization uses estimated DBUs.",color=MUTED,fontsize=12 if a.wide else 10) + note = "MV-refresh usage pending." if s["total_cost_usd"] is None else f"Total fresh-path cost: ${s['total_cost_usd']:,.2f}." + fig.text(.08,.05,note,color=MUTED,fontsize=12 if a.wide else 10) + emit(fig,a,"databricks_cost_components",data,{"source":source(path),"status":s["status"],"known_components_subtotal_usd":s["known_components_subtotal_usd"],"total_cost_usd":s["total_cost_usd"],"missing_components":s["missing_components"],"caveats":s["caveats"]}) +def fullpath(a): + path=COST/"full_path.json";s=read(path) + fresh_path=COST/"fresh_data_path.json";fresh=read(fresh_path) + pending=bool(s["missing_components"]) + rows=[] + for row in s["rows"]: + displayed_fresh=row["fresh_path_cost"] + complete=displayed_fresh is not None + if not complete: + displayed_fresh=fresh["known_components_subtotal_usd"] + displayed_total=displayed_fresh+row["query_cost"] + rows.append({**row,"displayed_fresh_path_cost_usd":displayed_fresh, + "displayed_total_cost_usd":displayed_total, + "displayed_cost_runtime_product":displayed_total*row["runtime_sec"], + "cost_complete":complete}) + for row in rows: + row["displayed_relative_to_clickhouse"]=row["displayed_cost_runtime_product"]/rows[0]["displayed_cost_runtime_product"] + note="MV-refresh usage pending." if pending else "Includes ingestion, maintenance and matched query cost." + summary={"sources":{"full_path":source(path),"fresh_path":source(fresh_path)}, + "status":"incomplete" if pending else "complete", + "comparison_scope":s.get("comparison_scope"), + "missing_components":s["missing_components"],"note":note, + "caveats":fresh["caveats"],"rows":rows} + for name,key,title,xlabel in [ + ("fresh_data_path_cost_clickhouse_vs_databricks","displayed_fresh_path_cost_usd","Fresh-data path cost","Modeled USD"), + ("full_path_cost_performance_clickhouse_vs_databricks","displayed_relative_to_clickhouse","Full-path cost-performance","Cost × matched query runtime, relative to ClickHouse"), + ]: + fig,[ax]=setup(a,name) + fig.subplots_adjust(left=.29,right=.93) + values=[row[key] for row in rows] + ax.barh([0,1],values,color=[YELLOW,RED],height=.45) + ax.set_yticks([0,1],[row["label"] for row in rows]);ax.set_ylim(1.65,-.65) + ax.set_xlim(0,max(values)*1.32) + ax.set_title(title+(" · provisional" if pending else ""),color=WHITE,fontsize=18 if a.wide else 14,pad=15) + ax.set_xlabel(xlabel,color=WHITE,fontsize=14 if a.wide else 11) + for i,(row,value) in enumerate(zip(rows,values)): + label=f"${value:,.2f}" if key.endswith("usd") else f"{value:,.1f}×" + if not row["cost_complete"]: label+=" + MV" + ax.text(value+max(values)*.025,i,label,color=WHITE,va="center",fontsize=15 if a.wide else 12) + chart_note = "Includes ingestion and maintenance." if key.endswith("usd") and not pending else note + fig.text(.08,.065,chart_note,color=MUTED,fontsize=12 if a.wide else 9) + emit(fig,a,name,rows,{**summary,"note":chart_note}) + name="full_path_cost_vs_query_runtime_clickhouse_vs_databricks" + fig,[ax]=setup(a,name) + for row,color in zip(rows,[YELLOW,RED]): + ax.scatter(row["runtime_sec"],row["displayed_total_cost_usd"],color=color,s=160,zorder=3) + label=row["label"]+(" (MV pending)" if not row["cost_complete"] else "") + ax.annotate(label,(row["runtime_sec"],row["displayed_total_cost_usd"]),xytext=(10,12),textcoords="offset points",color=color,fontsize=14 if a.wide else 11) + ax.set_xscale("log");ax.set_yscale("log") + ax.set_xlim(max(row["runtime_sec"] for row in rows)*3,min(row["runtime_sec"] for row in rows)/3) + ax.set_ylim(max(row["displayed_total_cost_usd"] for row in rows)*2,min(row["displayed_total_cost_usd"] for row in rows)/2) + ax.yaxis.set_major_formatter(FuncFormatter(lambda x,_:f"${x:,.0f}")) + ax.set_xlabel("Matched query runtime (seconds) · faster →",color=WHITE,fontsize=14 if a.wide else 11) + ax.set_ylabel("Modeled full-path cost (USD) · lower cost ↑",color=WHITE,fontsize=14 if a.wide else 11) + ax.set_title("Full-path cost vs query runtime"+(" · provisional" if pending else ""),color=WHITE,fontsize=18 if a.wide else 14,pad=15) + fig.text(.08,.065,note,color=MUTED,fontsize=12 if a.wide else 9) + emit(fig,a,name,rows,dict(summary)) + (a.output_dir/"full_path_unavailable.json").unlink(missing_ok=True) +def main(): + p=argparse.ArgumentParser(description=__doc__);p.add_argument("--kind",choices=["freshness","components","fullpath"],required=True);p.add_argument("--output-dir",type=Path,required=True);p.add_argument("--wide",action="store_true");p.add_argument("--dpi",type=int,default=300);a=p.parse_args();a.output_dir.mkdir(parents=True,exist_ok=True) + {"freshness":freshness,"components":components,"fullpath":fullpath}[a.kind](a) +if __name__=="__main__":main() diff --git a/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems.png b/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems.png index b4cff08..972e894 100644 Binary files a/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems.png and b/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems.png differ diff --git a/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems.svg b/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems.svg index 9959dae..2547f4b 100644 --- a/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems.svg +++ b/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems.svg @@ -6,7 +6,7 @@ - 2026-08-17T07:31:00.534463 + 2026-09-22T07:48:39.339796 image/svg+xml @@ -42,16 +42,16 @@ z +" clip-path="url(#pf3b5d5eee7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - - + @@ -59,11 +59,11 @@ L 0 3.5 +" clip-path="url(#pf3b5d5eee7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -71,11 +71,11 @@ L 120.941469 66.2 +" clip-path="url(#pf3b5d5eee7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -83,11 +83,11 @@ L 194.394969 66.2 +" clip-path="url(#pf3b5d5eee7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -95,11 +95,11 @@ L 267.848469 66.2 +" clip-path="url(#pf3b5d5eee7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -107,11 +107,11 @@ L 341.301969 66.2 +" clip-path="url(#pf3b5d5eee7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -121,16 +121,16 @@ L 414.755469 66.2 +" clip-path="url(#pf3b5d5eee7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - - + @@ -179,11 +179,11 @@ z +" clip-path="url(#pf3b5d5eee7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -219,11 +219,11 @@ z +" clip-path="url(#pf3b5d5eee7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -252,11 +252,11 @@ z +" clip-path="url(#pf3b5d5eee7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -272,11 +272,11 @@ L 414.755469 147.0192 +" clip-path="url(#pf3b5d5eee7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -311,11 +311,11 @@ z +" clip-path="url(#pf3b5d5eee7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -681,7 +681,7 @@ L 127.149939 268.142935 L 133.019742 268.191427 L 413.163443 268.187386 L 413.163443 268.187386 -" clip-path="url(#pbff78e773b)" style="fill: none; stroke: #fdff62; stroke-width: 2.2; stroke-linecap: square"/> +" clip-path="url(#pf3b5d5eee7)" style="fill: none; stroke: #fdff62; stroke-width: 2.2; stroke-linecap: square"/> +" clip-path="url(#pf3b5d5eee7)" style="fill: none; stroke: #29b5e8; stroke-width: 2.2; stroke-linecap: square"/> +" clip-path="url(#pf3b5d5eee7)" style="fill: none; stroke: #4285f4; stroke-width: 2.2; stroke-linecap: square"/> +" clip-path="url(#pf3b5d5eee7)" style="fill: none; stroke: #ff9900; stroke-width: 2.2; stroke-linecap: square"/> + + + @@ -1515,88 +1638,88 @@ z - + +" clip-path="url(#pfee7396ef6)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + - + +" clip-path="url(#pfee7396ef6)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + - + +" clip-path="url(#pfee7396ef6)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + - + +" clip-path="url(#pfee7396ef6)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + - + +" clip-path="url(#pfee7396ef6)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + - + +" clip-path="url(#pfee7396ef6)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + - + +" clip-path="url(#pfee7396ef6)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1608,14 +1731,14 @@ L 832.155469 268.248 - + +" clip-path="url(#pfee7396ef6)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1627,14 +1750,14 @@ L 832.155469 242.17729 - + +" clip-path="url(#pfee7396ef6)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1669,14 +1792,14 @@ z - + +" clip-path="url(#pfee7396ef6)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1709,14 +1832,14 @@ z - + +" clip-path="url(#pfee7396ef6)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1755,14 +1878,14 @@ z - + +" clip-path="url(#pfee7396ef6)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1775,14 +1898,14 @@ L 832.155469 137.894452 - + +" clip-path="url(#pfee7396ef6)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1795,14 +1918,14 @@ L 832.155469 111.823742 - + +" clip-path="url(#pfee7396ef6)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1825,15 +1948,15 @@ L 464.887969 66.2 L 832.155469 268.248 " style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> - + +" clip-path="url(#pfee7396ef6)" style="fill: none; stroke: #fdff62; stroke-width: 2.2; stroke-linecap: square"/> - + +" clip-path="url(#pfee7396ef6)" style="fill: none; stroke: #29b5e8; stroke-width: 2.2; stroke-linecap: square"/> - + +" clip-path="url(#pfee7396ef6)" style="fill: none; stroke: #4285f4; stroke-width: 2.2; stroke-linecap: square"/> - + +" clip-path="url(#pfee7396ef6)" style="fill: none; stroke: #ff9900; stroke-width: 2.2; stroke-linecap: square"/> + + + @@ -2356,14 +2593,14 @@ z - + +" clip-path="url(#p654f67dbf5)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2374,14 +2611,14 @@ L 47.487969 303.448 - + +" clip-path="url(#p654f67dbf5)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2421,14 +2658,14 @@ z - + +" clip-path="url(#p654f67dbf5)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2441,14 +2678,14 @@ L 194.394969 303.448 - + +" clip-path="url(#p654f67dbf5)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2461,14 +2698,14 @@ L 267.848469 303.448 - + +" clip-path="url(#p654f67dbf5)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2481,14 +2718,14 @@ L 341.301969 303.448 - + +" clip-path="url(#p654f67dbf5)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2538,14 +2775,14 @@ z - + +" clip-path="url(#p654f67dbf5)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2557,14 +2794,14 @@ L 414.755469 505.496 - + +" clip-path="url(#p654f67dbf5)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2576,14 +2813,14 @@ L 414.755469 482.4048 - + +" clip-path="url(#p654f67dbf5)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2595,14 +2832,14 @@ L 414.755469 459.3136 - + +" clip-path="url(#p654f67dbf5)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2614,14 +2851,14 @@ L 414.755469 436.2224 - + +" clip-path="url(#p654f67dbf5)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2633,14 +2870,14 @@ L 414.755469 413.1312 - + +" clip-path="url(#p654f67dbf5)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2653,14 +2890,14 @@ L 414.755469 390.04 - + +" clip-path="url(#p654f67dbf5)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2673,14 +2910,14 @@ L 414.755469 366.9488 - + +" clip-path="url(#p654f67dbf5)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2693,14 +2930,14 @@ L 414.755469 343.8576 - + +" clip-path="url(#p654f67dbf5)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2771,14 +3008,14 @@ L 47.487969 303.448 L 414.755469 505.496 " style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> - + +" clip-path="url(#p654f67dbf5)" style="fill: none; stroke: #fdff62; stroke-width: 2.2; stroke-linecap: square"/> - + +" clip-path="url(#p654f67dbf5)" style="fill: none; stroke: #29b5e8; stroke-width: 2.2; stroke-linecap: square"/> - + +" clip-path="url(#p654f67dbf5)" style="fill: none; stroke: #4285f4; stroke-width: 2.2; stroke-linecap: square"/> - + +" clip-path="url(#p654f67dbf5)" style="fill: none; stroke: #ff9900; stroke-width: 2.2; stroke-linecap: square"/> + + + @@ -3192,14 +3542,14 @@ z - + +" clip-path="url(#p6d133a446b)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -3210,14 +3560,14 @@ L 464.887969 303.448 - + +" clip-path="url(#p6d133a446b)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -3230,14 +3580,14 @@ L 538.341469 303.448 - + +" clip-path="url(#p6d133a446b)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -3250,14 +3600,14 @@ L 611.794969 303.448 - + +" clip-path="url(#p6d133a446b)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -3270,14 +3620,14 @@ L 685.248469 303.448 - + +" clip-path="url(#p6d133a446b)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -3290,14 +3640,14 @@ L 758.701969 303.448 - + +" clip-path="url(#p6d133a446b)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -3338,14 +3688,14 @@ L 832.155469 303.448 - + +" clip-path="url(#p6d133a446b)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -3357,14 +3707,14 @@ L 832.155469 505.496 - + +" clip-path="url(#p6d133a446b)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -3387,14 +3737,14 @@ z - + +" clip-path="url(#p6d133a446b)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -3406,14 +3756,14 @@ L 832.155469 452.325474 - + +" clip-path="url(#p6d133a446b)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -3440,14 +3790,14 @@ z - + +" clip-path="url(#p6d133a446b)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -3460,14 +3810,14 @@ L 832.155469 399.154947 - + +" clip-path="url(#p6d133a446b)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -3482,14 +3832,14 @@ L 832.155469 372.569684 - + +" clip-path="url(#p6d133a446b)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -3502,14 +3852,14 @@ L 832.155469 345.984421 - + +" clip-path="url(#p6d133a446b)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -3534,14 +3884,14 @@ L 464.887969 303.448 L 832.155469 505.496 " style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> - + +" clip-path="url(#p6d133a446b)" style="fill: none; stroke: #fdff62; stroke-width: 2.2; stroke-linecap: square"/> - + +" clip-path="url(#p6d133a446b)" style="fill: none; stroke: #29b5e8; stroke-width: 2.2; stroke-linecap: square"/> - + +" clip-path="url(#p6d133a446b)" style="fill: none; stroke: #4285f4; stroke-width: 2.2; stroke-linecap: square"/> - + +" clip-path="url(#p6d133a446b)" style="fill: none; stroke: #ff9900; stroke-width: 2.2; stroke-linecap: square"/> + + + @@ -3993,27 +4443,27 @@ z - - - + - + - - + - + - - + - + - - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + diff --git a/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems_data.csv b/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems_data.csv index 4ca2e62..8948ebf 100644 --- a/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems_data.csv +++ b/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems_data.csv @@ -541,172 +541,339 @@ bigquery,BigQuery,164,164,2026-08-11T18:34:39.579Z,97751631895,1,Single-symbol s bigquery,BigQuery,165,165,2026-08-11T18:44:39.579Z,98347800336,1,Single-symbol summary,3.228,statistics.finalExecutionDurationMs,True bigquery,BigQuery,166,166,2026-08-11T18:54:39.579Z,98954665038,1,Single-symbol summary,3.739,statistics.finalExecutionDurationMs,True bigquery,BigQuery,167,167,2026-08-11T19:04:39.579Z,99551267495,1,Single-symbol summary,3.292,statistics.finalExecutionDurationMs,True -redshift,Redshift Serverless,2,2,2026-08-12T17:03:57Z,539118925,1,Single-symbol summary,0.954133,clickhouse-client --time,True -redshift,Redshift Serverless,3,3,2026-08-12T17:14:09Z,1140532594,1,Single-symbol summary,1.258696,clickhouse-client --time,True -redshift,Redshift Serverless,4,4,2026-08-12T17:24:09Z,1740468180,1,Single-symbol summary,1.235531,clickhouse-client --time,True -redshift,Redshift Serverless,5,5,2026-08-12T17:34:09Z,2341513280,1,Single-symbol summary,1.516785,clickhouse-client --time,True -redshift,Redshift Serverless,6,6,2026-08-12T17:44:10Z,2939871289,1,Single-symbol summary,1.204784,clickhouse-client --time,True -redshift,Redshift Serverless,7,7,2026-08-12T17:54:09Z,3539132196,1,Single-symbol summary,1.886964,clickhouse-client --time,True -redshift,Redshift Serverless,8,8,2026-08-12T18:04:10Z,4143068739,1,Single-symbol summary,1.213307,clickhouse-client --time,True -redshift,Redshift Serverless,9,9,2026-08-12T18:13:59Z,4741930895,1,Single-symbol summary,1.416908,clickhouse-client --time,True -redshift,Redshift Serverless,10,10,2026-08-12T18:24:10Z,5339083784,1,Single-symbol summary,1.574715,clickhouse-client --time,True -redshift,Redshift Serverless,11,11,2026-08-12T18:34:10Z,5938849921,1,Single-symbol summary,1.305566,clickhouse-client --time,True -redshift,Redshift Serverless,12,12,2026-08-12T18:44:09Z,6538854893,1,Single-symbol summary,1.281683,clickhouse-client --time,True -redshift,Redshift Serverless,13,13,2026-08-12T18:54:09Z,7142932703,1,Single-symbol summary,2.302652,clickhouse-client --time,True -redshift,Redshift Serverless,14,14,2026-08-12T19:04:10Z,7739391998,1,Single-symbol summary,1.587553,clickhouse-client --time,True -redshift,Redshift Serverless,15,15,2026-08-12T19:14:10Z,8397564229,1,Single-symbol summary,1.424835,clickhouse-client --time,True -redshift,Redshift Serverless,16,16,2026-08-12T19:24:10Z,8937866655,1,Single-symbol summary,2.26285,clickhouse-client --time,True -redshift,Redshift Serverless,17,17,2026-08-12T19:34:10Z,9542609644,1,Single-symbol summary,1.435634,clickhouse-client --time,True -redshift,Redshift Serverless,18,18,2026-08-12T19:44:10Z,10140144267,1,Single-symbol summary,1.769124,clickhouse-client --time,True -redshift,Redshift Serverless,19,19,2026-08-12T19:54:10Z,10739646237,1,Single-symbol summary,3.155078,clickhouse-client --time,True -redshift,Redshift Serverless,20,20,2026-08-12T20:03:59Z,11339027808,1,Single-symbol summary,1.90377,clickhouse-client --time,True -redshift,Redshift Serverless,21,21,2026-08-12T20:14:09Z,11941589977,1,Single-symbol summary,1.99207,clickhouse-client --time,True -redshift,Redshift Serverless,22,22,2026-08-12T20:24:10Z,12534774797,1,Single-symbol summary,2.028054,clickhouse-client --time,True -redshift,Redshift Serverless,23,23,2026-08-12T20:34:10Z,13143146482,1,Single-symbol summary,1.507044,clickhouse-client --time,True -redshift,Redshift Serverless,24,24,2026-08-12T20:44:10Z,13741229534,1,Single-symbol summary,1.435508,clickhouse-client --time,True -redshift,Redshift Serverless,25,25,2026-08-12T20:54:09Z,14346887362,1,Single-symbol summary,2.861707,clickhouse-client --time,True -redshift,Redshift Serverless,26,26,2026-08-12T21:03:59Z,14942522975,1,Single-symbol summary,1.654047,clickhouse-client --time,True -redshift,Redshift Serverless,27,27,2026-08-12T21:14:09Z,15539438649,1,Single-symbol summary,1.721127,clickhouse-client --time,True -redshift,Redshift Serverless,28,28,2026-08-12T21:24:09Z,16138130017,1,Single-symbol summary,1.696754,clickhouse-client --time,True -redshift,Redshift Serverless,29,29,2026-08-12T21:34:09Z,16739010996,1,Single-symbol summary,1.591378,clickhouse-client --time,True -redshift,Redshift Serverless,30,30,2026-08-12T21:44:09Z,17338005403,1,Single-symbol summary,1.217073,clickhouse-client --time,True -redshift,Redshift Serverless,31,31,2026-08-12T21:54:10Z,17944900380,1,Single-symbol summary,3.082682,clickhouse-client --time,True -redshift,Redshift Serverless,32,32,2026-08-12T22:03:58Z,18545538648,1,Single-symbol summary,1.243909,clickhouse-client --time,True -redshift,Redshift Serverless,33,33,2026-08-12T22:13:59Z,19141064210,1,Single-symbol summary,1.265565,clickhouse-client --time,True -redshift,Redshift Serverless,34,34,2026-08-12T22:24:10Z,19742262546,1,Single-symbol summary,1.974346,clickhouse-client --time,True -redshift,Redshift Serverless,35,35,2026-08-12T22:34:09Z,20336924476,1,Single-symbol summary,1.717123,clickhouse-client --time,True -redshift,Redshift Serverless,36,36,2026-08-12T22:44:08Z,20936890438,1,Single-symbol summary,1.394207,clickhouse-client --time,True -redshift,Redshift Serverless,37,37,2026-08-12T22:54:09Z,21541024360,1,Single-symbol summary,3.131245,clickhouse-client --time,True -redshift,Redshift Serverless,38,38,2026-08-12T23:03:59Z,22141942247,1,Single-symbol summary,1.855753,clickhouse-client --time,True -redshift,Redshift Serverless,39,39,2026-08-12T23:14:09Z,22758184357,1,Single-symbol summary,1.542953,clickhouse-client --time,True -redshift,Redshift Serverless,40,40,2026-08-12T23:24:10Z,23357488818,1,Single-symbol summary,1.475049,clickhouse-client --time,True -redshift,Redshift Serverless,41,41,2026-08-12T23:34:10Z,23959033974,1,Single-symbol summary,1.153406,clickhouse-client --time,True -redshift,Redshift Serverless,42,42,2026-08-12T23:44:10Z,24560889162,1,Single-symbol summary,1.343486,clickhouse-client --time,True -redshift,Redshift Serverless,43,43,2026-08-12T23:54:09Z,25158046681,1,Single-symbol summary,2.893842,clickhouse-client --time,True -redshift,Redshift Serverless,44,44,2026-08-13T00:04:00Z,25757709650,1,Single-symbol summary,1.718397,clickhouse-client --time,True -redshift,Redshift Serverless,45,45,2026-08-13T00:14:09Z,26360830738,1,Single-symbol summary,1.801405,clickhouse-client --time,True -redshift,Redshift Serverless,46,46,2026-08-13T00:24:10Z,26959822278,1,Single-symbol summary,2.354041,clickhouse-client --time,True -redshift,Redshift Serverless,47,47,2026-08-13T00:34:09Z,27560204587,1,Single-symbol summary,2.012792,clickhouse-client --time,True -redshift,Redshift Serverless,48,48,2026-08-13T00:44:10Z,28157928300,1,Single-symbol summary,1.223633,clickhouse-client --time,True -redshift,Redshift Serverless,49,49,2026-08-13T00:54:10Z,28758932048,1,Single-symbol summary,3.381994,clickhouse-client --time,True -redshift,Redshift Serverless,50,50,2026-08-13T01:03:57Z,29358572401,1,Single-symbol summary,1.616207,clickhouse-client --time,True -redshift,Redshift Serverless,51,51,2026-08-13T01:14:10Z,29960296771,1,Single-symbol summary,2.55612,clickhouse-client --time,True -redshift,Redshift Serverless,52,52,2026-08-13T01:24:10Z,30565269536,1,Single-symbol summary,2.130904,clickhouse-client --time,True -redshift,Redshift Serverless,53,53,2026-08-13T01:34:10Z,31160331272,1,Single-symbol summary,1.913569,clickhouse-client --time,True -redshift,Redshift Serverless,54,54,2026-08-13T01:44:10Z,31757290992,1,Single-symbol summary,1.553518,clickhouse-client --time,True -redshift,Redshift Serverless,55,55,2026-08-13T01:54:10Z,32358986128,1,Single-symbol summary,3.515389,clickhouse-client --time,True -redshift,Redshift Serverless,56,56,2026-08-13T02:03:59Z,32960605673,1,Single-symbol summary,1.497944,clickhouse-client --time,True -redshift,Redshift Serverless,57,57,2026-08-13T02:14:10Z,33563974195,1,Single-symbol summary,1.769108,clickhouse-client --time,True -redshift,Redshift Serverless,58,58,2026-08-13T02:24:10Z,34158960136,1,Single-symbol summary,2.032463,clickhouse-client --time,True -redshift,Redshift Serverless,59,59,2026-08-13T02:34:09Z,34760301912,1,Single-symbol summary,1.920635,clickhouse-client --time,True -redshift,Redshift Serverless,60,60,2026-08-13T02:44:10Z,35362314543,1,Single-symbol summary,1.460136,clickhouse-client --time,True -redshift,Redshift Serverless,61,61,2026-08-13T02:54:08Z,35960573077,1,Single-symbol summary,3.724415,clickhouse-client --time,True -redshift,Redshift Serverless,62,62,2026-08-13T03:04:00Z,36560901115,1,Single-symbol summary,1.93875,clickhouse-client --time,True -redshift,Redshift Serverless,63,63,2026-08-13T03:14:00Z,37099726907,1,Single-symbol summary,1.954833,clickhouse-client --time,True -redshift,Redshift Serverless,64,64,2026-08-13T03:24:11Z,37759210155,1,Single-symbol summary,2.476219,clickhouse-client --time,True -redshift,Redshift Serverless,65,65,2026-08-13T03:34:12Z,38369452934,1,Single-symbol summary,2.831599,clickhouse-client --time,True -redshift,Redshift Serverless,66,66,2026-08-13T03:44:11Z,38970108594,1,Single-symbol summary,2.33034,clickhouse-client --time,True -redshift,Redshift Serverless,67,67,2026-08-13T03:54:10Z,39507372773,1,Single-symbol summary,4.66656,clickhouse-client --time,True -redshift,Redshift Serverless,68,68,2026-08-13T04:03:59Z,40110348668,1,Single-symbol summary,2.877535,clickhouse-client --time,True -redshift,Redshift Serverless,69,69,2026-08-13T04:14:11Z,40708457686,1,Single-symbol summary,2.464132,clickhouse-client --time,True -redshift,Redshift Serverless,70,70,2026-08-13T04:24:11Z,41311191300,1,Single-symbol summary,2.702894,clickhouse-client --time,True -redshift,Redshift Serverless,71,71,2026-08-13T04:34:12Z,41969213855,1,Single-symbol summary,2.725116,clickhouse-client --time,True -redshift,Redshift Serverless,72,72,2026-08-13T04:44:10Z,42510673827,1,Single-symbol summary,2.73504,clickhouse-client --time,True -redshift,Redshift Serverless,73,73,2026-08-13T04:54:10Z,43113715625,1,Single-symbol summary,4.739547,clickhouse-client --time,True -redshift,Redshift Serverless,74,74,2026-08-13T05:03:59Z,43708992758,1,Single-symbol summary,2.204877,clickhouse-client --time,True -redshift,Redshift Serverless,75,75,2026-08-13T05:14:12Z,44306002093,1,Single-symbol summary,1.815917,clickhouse-client --time,True -redshift,Redshift Serverless,76,76,2026-08-13T05:24:13Z,44972171093,1,Single-symbol summary,1.210716,clickhouse-client --time,True -redshift,Redshift Serverless,77,77,2026-08-13T05:34:10Z,45569434778,1,Single-symbol summary,2.860712,clickhouse-client --time,True -redshift,Redshift Serverless,78,78,2026-08-13T05:44:11Z,46170593122,1,Single-symbol summary,2.624345,clickhouse-client --time,True -redshift,Redshift Serverless,79,79,2026-08-13T05:54:12Z,46769882264,1,Single-symbol summary,4.889226,clickhouse-client --time,True -redshift,Redshift Serverless,80,80,2026-08-13T06:03:59Z,47307695739,1,Single-symbol summary,2.944449,clickhouse-client --time,True -redshift,Redshift Serverless,81,81,2026-08-13T06:14:10Z,47908162093,1,Single-symbol summary,2.773052,clickhouse-client --time,True -redshift,Redshift Serverless,82,82,2026-08-13T06:24:09Z,48569875455,1,Single-symbol summary,1.430463,clickhouse-client --time,True -redshift,Redshift Serverless,83,83,2026-08-13T06:34:12Z,49170649113,1,Single-symbol summary,2.158698,clickhouse-client --time,True -redshift,Redshift Serverless,84,84,2026-08-13T06:44:11Z,49769405745,1,Single-symbol summary,2.67931,clickhouse-client --time,True -redshift,Redshift Serverless,85,85,2026-08-13T06:54:10Z,50311961071,1,Single-symbol summary,4.083522,clickhouse-client --time,True -redshift,Redshift Serverless,86,86,2026-08-13T07:03:59Z,50902916441,1,Single-symbol summary,2.857276,clickhouse-client --time,True -redshift,Redshift Serverless,87,87,2026-08-13T07:14:11Z,51569862364,1,Single-symbol summary,2.730256,clickhouse-client --time,True -redshift,Redshift Serverless,88,88,2026-08-13T07:24:11Z,52111833800,1,Single-symbol summary,2.493213,clickhouse-client --time,True -redshift,Redshift Serverless,89,89,2026-08-13T07:34:10Z,52797800664,1,Single-symbol summary,2.156984,clickhouse-client --time,True -redshift,Redshift Serverless,90,90,2026-08-13T07:44:10Z,53339137987,1,Single-symbol summary,2.590462,clickhouse-client --time,True -redshift,Redshift Serverless,91,91,2026-08-13T07:54:11Z,53928907694,1,Single-symbol summary,4.90167,clickhouse-client --time,True -redshift,Redshift Serverless,92,92,2026-08-13T08:03:59Z,54532055276,1,Single-symbol summary,2.494378,clickhouse-client --time,True -redshift,Redshift Serverless,93,93,2026-08-13T08:14:11Z,55128344953,1,Single-symbol summary,2.01993,clickhouse-client --time,True -redshift,Redshift Serverless,94,94,2026-08-13T08:24:10Z,55729088882,1,Single-symbol summary,2.023002,clickhouse-client --time,True -redshift,Redshift Serverless,95,95,2026-08-13T08:34:10Z,56328131726,1,Single-symbol summary,2.48086,clickhouse-client --time,True -redshift,Redshift Serverless,96,96,2026-08-13T08:44:10Z,56929528891,1,Single-symbol summary,2.446516,clickhouse-client --time,True -redshift,Redshift Serverless,97,97,2026-08-13T08:54:10Z,57534735475,1,Single-symbol summary,4.703693,clickhouse-client --time,True -redshift,Redshift Serverless,98,98,2026-08-13T09:03:58Z,58132621215,1,Single-symbol summary,1.994384,clickhouse-client --time,True -redshift,Redshift Serverless,99,99,2026-08-13T09:14:10Z,58728900353,1,Single-symbol summary,2.230414,clickhouse-client --time,True -redshift,Redshift Serverless,100,100,2026-08-13T09:24:09Z,59328863090,1,Single-symbol summary,1.766553,clickhouse-client --time,True -redshift,Redshift Serverless,101,101,2026-08-13T09:34:11Z,59932424550,1,Single-symbol summary,2.616138,clickhouse-client --time,True -redshift,Redshift Serverless,102,102,2026-08-13T09:44:11Z,60528538925,1,Single-symbol summary,2.400226,clickhouse-client --time,True -redshift,Redshift Serverless,103,103,2026-08-13T09:54:12Z,61127219937,1,Single-symbol summary,4.978808,clickhouse-client --time,True -redshift,Redshift Serverless,104,104,2026-08-13T10:03:58Z,61728943805,1,Single-symbol summary,2.906488,clickhouse-client --time,True -redshift,Redshift Serverless,105,105,2026-08-13T10:14:11Z,62331267479,1,Single-symbol summary,2.653618,clickhouse-client --time,True -redshift,Redshift Serverless,106,106,2026-08-13T10:24:10Z,62931770608,1,Single-symbol summary,2.743381,clickhouse-client --time,True -redshift,Redshift Serverless,107,107,2026-08-13T10:34:11Z,63530017412,1,Single-symbol summary,2.877104,clickhouse-client --time,True -redshift,Redshift Serverless,108,108,2026-08-13T10:44:11Z,64131258918,1,Single-symbol summary,2.398235,clickhouse-client --time,True -redshift,Redshift Serverless,109,109,2026-08-13T10:54:10Z,64726881755,1,Single-symbol summary,5.159606,clickhouse-client --time,True -redshift,Redshift Serverless,110,110,2026-08-13T11:03:59Z,65328955508,1,Single-symbol summary,2.566004,clickhouse-client --time,True -redshift,Redshift Serverless,111,111,2026-08-13T11:14:10Z,65926809029,1,Single-symbol summary,2.735062,clickhouse-client --time,True -redshift,Redshift Serverless,112,112,2026-08-13T11:24:12Z,66527854638,1,Single-symbol summary,2.464999,clickhouse-client --time,True -redshift,Redshift Serverless,113,113,2026-08-13T11:34:11Z,67128664727,1,Single-symbol summary,2.589821,clickhouse-client --time,True -redshift,Redshift Serverless,114,114,2026-08-13T11:44:10Z,67790387128,1,Single-symbol summary,1.936501,clickhouse-client --time,True -redshift,Redshift Serverless,115,115,2026-08-13T11:54:10Z,68330088073,1,Single-symbol summary,5.31938,clickhouse-client --time,True -redshift,Redshift Serverless,116,116,2026-08-13T12:03:59Z,68929344858,1,Single-symbol summary,2.932298,clickhouse-client --time,True -redshift,Redshift Serverless,117,117,2026-08-13T12:14:11Z,69529528941,1,Single-symbol summary,2.762138,clickhouse-client --time,True -redshift,Redshift Serverless,118,118,2026-08-13T12:24:11Z,70132993820,1,Single-symbol summary,2.707906,clickhouse-client --time,True -redshift,Redshift Serverless,119,119,2026-08-13T12:34:11Z,70742571187,1,Single-symbol summary,3.254412,clickhouse-client --time,True -redshift,Redshift Serverless,120,120,2026-08-13T12:44:10Z,71342431867,1,Single-symbol summary,2.530452,clickhouse-client --time,True -redshift,Redshift Serverless,121,121,2026-08-13T12:54:09Z,71946007841,1,Single-symbol summary,5.070579,clickhouse-client --time,True -redshift,Redshift Serverless,122,122,2026-08-13T13:04:00Z,72546298660,1,Single-symbol summary,3.024986,clickhouse-client --time,True -redshift,Redshift Serverless,123,123,2026-08-13T13:14:12Z,73143825074,1,Single-symbol summary,2.426524,clickhouse-client --time,True -redshift,Redshift Serverless,124,124,2026-08-13T13:24:10Z,73740624098,1,Single-symbol summary,3.07386,clickhouse-client --time,True -redshift,Redshift Serverless,125,125,2026-08-13T13:34:11Z,74341621634,1,Single-symbol summary,2.887191,clickhouse-client --time,True -redshift,Redshift Serverless,126,126,2026-08-13T13:44:10Z,74941549148,1,Single-symbol summary,2.703777,clickhouse-client --time,True -redshift,Redshift Serverless,127,127,2026-08-13T13:54:11Z,75540057221,1,Single-symbol summary,5.791255,clickhouse-client --time,True -redshift,Redshift Serverless,128,128,2026-08-13T14:03:59Z,76141857339,1,Single-symbol summary,3.020512,clickhouse-client --time,True -redshift,Redshift Serverless,129,129,2026-08-13T14:14:10Z,76744332234,1,Single-symbol summary,2.973413,clickhouse-client --time,True -redshift,Redshift Serverless,130,130,2026-08-13T14:24:11Z,77343838333,1,Single-symbol summary,2.628585,clickhouse-client --time,True -redshift,Redshift Serverless,131,131,2026-08-13T14:34:12Z,77945716216,1,Single-symbol summary,2.858546,clickhouse-client --time,True -redshift,Redshift Serverless,132,132,2026-08-13T14:44:11Z,78542454275,1,Single-symbol summary,2.753754,clickhouse-client --time,True -redshift,Redshift Serverless,133,133,2026-08-13T14:54:11Z,79146527318,1,Single-symbol summary,5.712293,clickhouse-client --time,True -redshift,Redshift Serverless,134,134,2026-08-13T15:03:59Z,79742012314,1,Single-symbol summary,2.446138,clickhouse-client --time,True -redshift,Redshift Serverless,135,135,2026-08-13T15:14:00Z,80344363553,1,Single-symbol summary,2.969669,clickhouse-client --time,True -redshift,Redshift Serverless,136,136,2026-08-13T15:24:12Z,80945919301,1,Single-symbol summary,3.473732,clickhouse-client --time,True -redshift,Redshift Serverless,137,137,2026-08-13T15:34:11Z,81551276073,1,Single-symbol summary,2.888342,clickhouse-client --time,True -redshift,Redshift Serverless,138,138,2026-08-13T15:44:12Z,82098085629,1,Single-symbol summary,1.709357,clickhouse-client --time,True -redshift,Redshift Serverless,139,139,2026-08-13T15:54:11Z,82760697798,1,Single-symbol summary,5.608905,clickhouse-client --time,True -redshift,Redshift Serverless,140,140,2026-08-13T16:03:58Z,83304277333,1,Single-symbol summary,2.88929,clickhouse-client --time,True -redshift,Redshift Serverless,141,141,2026-08-13T16:14:11Z,83915861762,1,Single-symbol summary,3.029758,clickhouse-client --time,True -redshift,Redshift Serverless,142,142,2026-08-13T16:24:10Z,84516022757,1,Single-symbol summary,2.506182,clickhouse-client --time,True -redshift,Redshift Serverless,143,143,2026-08-13T16:34:11Z,85116310321,1,Single-symbol summary,2.996094,clickhouse-client --time,True -redshift,Redshift Serverless,144,144,2026-08-13T16:44:11Z,85714934329,1,Single-symbol summary,2.383559,clickhouse-client --time,True -redshift,Redshift Serverless,145,145,2026-08-13T16:54:11Z,86376876842,1,Single-symbol summary,5.33036,clickhouse-client --time,True -redshift,Redshift Serverless,146,146,2026-08-13T17:04:00Z,86919366179,1,Single-symbol summary,2.379077,clickhouse-client --time,True -redshift,Redshift Serverless,147,147,2026-08-13T17:14:13Z,87518660143,1,Single-symbol summary,2.753447,clickhouse-client --time,True -redshift,Redshift Serverless,148,148,2026-08-13T17:24:11Z,88119922644,1,Single-symbol summary,2.280694,clickhouse-client --time,True -redshift,Redshift Serverless,149,149,2026-08-13T17:34:10Z,88721373784,1,Single-symbol summary,2.216382,clickhouse-client --time,True -redshift,Redshift Serverless,150,150,2026-08-13T17:44:11Z,89317816940,1,Single-symbol summary,2.808795,clickhouse-client --time,True -redshift,Redshift Serverless,151,151,2026-08-13T17:54:10Z,89920330616,1,Single-symbol summary,5.754401,clickhouse-client --time,True -redshift,Redshift Serverless,152,152,2026-08-13T18:03:59Z,90519198255,1,Single-symbol summary,2.852184,clickhouse-client --time,True -redshift,Redshift Serverless,153,153,2026-08-13T18:14:11Z,91116929731,1,Single-symbol summary,2.330355,clickhouse-client --time,True -redshift,Redshift Serverless,154,154,2026-08-13T18:24:11Z,91721103362,1,Single-symbol summary,2.776455,clickhouse-client --time,True -redshift,Redshift Serverless,155,155,2026-08-13T18:34:10Z,92316878209,1,Single-symbol summary,2.555651,clickhouse-client --time,True -redshift,Redshift Serverless,156,156,2026-08-13T18:44:11Z,92920798733,1,Single-symbol summary,2.395739,clickhouse-client --time,True -redshift,Redshift Serverless,157,157,2026-08-13T18:54:11Z,93578343844,1,Single-symbol summary,6.350603,clickhouse-client --time,True -redshift,Redshift Serverless,158,158,2026-08-13T19:03:59Z,94121949722,1,Single-symbol summary,2.64903,clickhouse-client --time,True -redshift,Redshift Serverless,159,159,2026-08-13T19:14:12Z,94720021119,1,Single-symbol summary,2.262938,clickhouse-client --time,True -redshift,Redshift Serverless,160,160,2026-08-13T19:24:11Z,95321520836,1,Single-symbol summary,2.704378,clickhouse-client --time,True -redshift,Redshift Serverless,161,161,2026-08-13T19:34:11Z,95919083638,1,Single-symbol summary,2.666058,clickhouse-client --time,True -redshift,Redshift Serverless,162,162,2026-08-13T19:44:12Z,96521000095,1,Single-symbol summary,2.5191,clickhouse-client --time,True -redshift,Redshift Serverless,163,163,2026-08-13T19:54:11Z,97179016064,1,Single-symbol summary,5.948091,clickhouse-client --time,True -redshift,Redshift Serverless,164,164,2026-08-13T20:03:59Z,97780054204,1,Single-symbol summary,1.584309,clickhouse-client --time,True -redshift,Redshift Serverless,165,165,2026-08-13T20:14:11Z,98322015057,1,Single-symbol summary,2.873156,clickhouse-client --time,True -redshift,Redshift Serverless,166,166,2026-08-13T20:24:11Z,98921587131,1,Single-symbol summary,2.980956,clickhouse-client --time,True -redshift,Redshift Serverless,167,167,2026-08-13T20:34:11Z,99517455047,1,Single-symbol summary,2.856325,clickhouse-client --time,True +redshift,Redshift Serverless,2,2,2026-08-12T17:03:57Z,539118925,1,Single-symbol summary,0.954133,runner result (end-to-end),True +redshift,Redshift Serverless,3,3,2026-08-12T17:14:09Z,1140532594,1,Single-symbol summary,1.258696,runner result (end-to-end),True +redshift,Redshift Serverless,4,4,2026-08-12T17:24:09Z,1740468180,1,Single-symbol summary,1.235531,runner result (end-to-end),True +redshift,Redshift Serverless,5,5,2026-08-12T17:34:09Z,2341513280,1,Single-symbol summary,1.516785,runner result (end-to-end),True +redshift,Redshift Serverless,6,6,2026-08-12T17:44:10Z,2939871289,1,Single-symbol summary,1.204784,runner result (end-to-end),True +redshift,Redshift Serverless,7,7,2026-08-12T17:54:09Z,3539132196,1,Single-symbol summary,1.886964,runner result (end-to-end),True +redshift,Redshift Serverless,8,8,2026-08-12T18:04:10Z,4143068739,1,Single-symbol summary,1.213307,runner result (end-to-end),True +redshift,Redshift Serverless,9,9,2026-08-12T18:13:59Z,4741930895,1,Single-symbol summary,1.416908,runner result (end-to-end),True +redshift,Redshift Serverless,10,10,2026-08-12T18:24:10Z,5339083784,1,Single-symbol summary,1.574715,runner result (end-to-end),True +redshift,Redshift Serverless,11,11,2026-08-12T18:34:10Z,5938849921,1,Single-symbol summary,1.305566,runner result (end-to-end),True +redshift,Redshift Serverless,12,12,2026-08-12T18:44:09Z,6538854893,1,Single-symbol summary,1.281683,runner result (end-to-end),True +redshift,Redshift Serverless,13,13,2026-08-12T18:54:09Z,7142932703,1,Single-symbol summary,2.302652,runner result (end-to-end),True +redshift,Redshift Serverless,14,14,2026-08-12T19:04:10Z,7739391998,1,Single-symbol summary,1.587553,runner result (end-to-end),True +redshift,Redshift Serverless,15,15,2026-08-12T19:14:10Z,8397564229,1,Single-symbol summary,1.424835,runner result (end-to-end),True +redshift,Redshift Serverless,16,16,2026-08-12T19:24:10Z,8937866655,1,Single-symbol summary,2.26285,runner result (end-to-end),True +redshift,Redshift Serverless,17,17,2026-08-12T19:34:10Z,9542609644,1,Single-symbol summary,1.435634,runner result (end-to-end),True +redshift,Redshift Serverless,18,18,2026-08-12T19:44:10Z,10140144267,1,Single-symbol summary,1.769124,runner result (end-to-end),True +redshift,Redshift Serverless,19,19,2026-08-12T19:54:10Z,10739646237,1,Single-symbol summary,3.155078,runner result (end-to-end),True +redshift,Redshift Serverless,20,20,2026-08-12T20:03:59Z,11339027808,1,Single-symbol summary,1.90377,runner result (end-to-end),True +redshift,Redshift Serverless,21,21,2026-08-12T20:14:09Z,11941589977,1,Single-symbol summary,1.99207,runner result (end-to-end),True +redshift,Redshift Serverless,22,22,2026-08-12T20:24:10Z,12534774797,1,Single-symbol summary,2.028054,runner result (end-to-end),True +redshift,Redshift Serverless,23,23,2026-08-12T20:34:10Z,13143146482,1,Single-symbol summary,1.507044,runner result (end-to-end),True +redshift,Redshift Serverless,24,24,2026-08-12T20:44:10Z,13741229534,1,Single-symbol summary,1.435508,runner result (end-to-end),True +redshift,Redshift Serverless,25,25,2026-08-12T20:54:09Z,14346887362,1,Single-symbol summary,2.861707,runner result (end-to-end),True +redshift,Redshift Serverless,26,26,2026-08-12T21:03:59Z,14942522975,1,Single-symbol summary,1.654047,runner result (end-to-end),True +redshift,Redshift Serverless,27,27,2026-08-12T21:14:09Z,15539438649,1,Single-symbol summary,1.721127,runner result (end-to-end),True +redshift,Redshift Serverless,28,28,2026-08-12T21:24:09Z,16138130017,1,Single-symbol summary,1.696754,runner result (end-to-end),True +redshift,Redshift Serverless,29,29,2026-08-12T21:34:09Z,16739010996,1,Single-symbol summary,1.591378,runner result (end-to-end),True +redshift,Redshift Serverless,30,30,2026-08-12T21:44:09Z,17338005403,1,Single-symbol summary,1.217073,runner result (end-to-end),True +redshift,Redshift Serverless,31,31,2026-08-12T21:54:10Z,17944900380,1,Single-symbol summary,3.082682,runner result (end-to-end),True +redshift,Redshift Serverless,32,32,2026-08-12T22:03:58Z,18545538648,1,Single-symbol summary,1.243909,runner result (end-to-end),True +redshift,Redshift Serverless,33,33,2026-08-12T22:13:59Z,19141064210,1,Single-symbol summary,1.265565,runner result (end-to-end),True +redshift,Redshift Serverless,34,34,2026-08-12T22:24:10Z,19742262546,1,Single-symbol summary,1.974346,runner result (end-to-end),True +redshift,Redshift Serverless,35,35,2026-08-12T22:34:09Z,20336924476,1,Single-symbol summary,1.717123,runner result (end-to-end),True +redshift,Redshift Serverless,36,36,2026-08-12T22:44:08Z,20936890438,1,Single-symbol summary,1.394207,runner result (end-to-end),True +redshift,Redshift Serverless,37,37,2026-08-12T22:54:09Z,21541024360,1,Single-symbol summary,3.131245,runner result (end-to-end),True +redshift,Redshift Serverless,38,38,2026-08-12T23:03:59Z,22141942247,1,Single-symbol summary,1.855753,runner result (end-to-end),True +redshift,Redshift Serverless,39,39,2026-08-12T23:14:09Z,22758184357,1,Single-symbol summary,1.542953,runner result (end-to-end),True +redshift,Redshift Serverless,40,40,2026-08-12T23:24:10Z,23357488818,1,Single-symbol summary,1.475049,runner result (end-to-end),True +redshift,Redshift Serverless,41,41,2026-08-12T23:34:10Z,23959033974,1,Single-symbol summary,1.153406,runner result (end-to-end),True +redshift,Redshift Serverless,42,42,2026-08-12T23:44:10Z,24560889162,1,Single-symbol summary,1.343486,runner result (end-to-end),True +redshift,Redshift Serverless,43,43,2026-08-12T23:54:09Z,25158046681,1,Single-symbol summary,2.893842,runner result (end-to-end),True +redshift,Redshift Serverless,44,44,2026-08-13T00:04:00Z,25757709650,1,Single-symbol summary,1.718397,runner result (end-to-end),True +redshift,Redshift Serverless,45,45,2026-08-13T00:14:09Z,26360830738,1,Single-symbol summary,1.801405,runner result (end-to-end),True +redshift,Redshift Serverless,46,46,2026-08-13T00:24:10Z,26959822278,1,Single-symbol summary,2.354041,runner result (end-to-end),True +redshift,Redshift Serverless,47,47,2026-08-13T00:34:09Z,27560204587,1,Single-symbol summary,2.012792,runner result (end-to-end),True +redshift,Redshift Serverless,48,48,2026-08-13T00:44:10Z,28157928300,1,Single-symbol summary,1.223633,runner result (end-to-end),True +redshift,Redshift Serverless,49,49,2026-08-13T00:54:10Z,28758932048,1,Single-symbol summary,3.381994,runner result (end-to-end),True +redshift,Redshift Serverless,50,50,2026-08-13T01:03:57Z,29358572401,1,Single-symbol summary,1.616207,runner result (end-to-end),True +redshift,Redshift Serverless,51,51,2026-08-13T01:14:10Z,29960296771,1,Single-symbol summary,2.55612,runner result (end-to-end),True +redshift,Redshift Serverless,52,52,2026-08-13T01:24:10Z,30565269536,1,Single-symbol summary,2.130904,runner result (end-to-end),True +redshift,Redshift Serverless,53,53,2026-08-13T01:34:10Z,31160331272,1,Single-symbol summary,1.913569,runner result (end-to-end),True +redshift,Redshift Serverless,54,54,2026-08-13T01:44:10Z,31757290992,1,Single-symbol summary,1.553518,runner result (end-to-end),True +redshift,Redshift Serverless,55,55,2026-08-13T01:54:10Z,32358986128,1,Single-symbol summary,3.515389,runner result (end-to-end),True +redshift,Redshift Serverless,56,56,2026-08-13T02:03:59Z,32960605673,1,Single-symbol summary,1.497944,runner result (end-to-end),True +redshift,Redshift Serverless,57,57,2026-08-13T02:14:10Z,33563974195,1,Single-symbol summary,1.769108,runner result (end-to-end),True +redshift,Redshift Serverless,58,58,2026-08-13T02:24:10Z,34158960136,1,Single-symbol summary,2.032463,runner result (end-to-end),True +redshift,Redshift Serverless,59,59,2026-08-13T02:34:09Z,34760301912,1,Single-symbol summary,1.920635,runner result (end-to-end),True +redshift,Redshift Serverless,60,60,2026-08-13T02:44:10Z,35362314543,1,Single-symbol summary,1.460136,runner result (end-to-end),True +redshift,Redshift Serverless,61,61,2026-08-13T02:54:08Z,35960573077,1,Single-symbol summary,3.724415,runner result (end-to-end),True +redshift,Redshift Serverless,62,62,2026-08-13T03:04:00Z,36560901115,1,Single-symbol summary,1.93875,runner result (end-to-end),True +redshift,Redshift Serverless,63,63,2026-08-13T03:14:00Z,37099726907,1,Single-symbol summary,1.954833,runner result (end-to-end),True +redshift,Redshift Serverless,64,64,2026-08-13T03:24:11Z,37759210155,1,Single-symbol summary,2.476219,runner result (end-to-end),True +redshift,Redshift Serverless,65,65,2026-08-13T03:34:12Z,38369452934,1,Single-symbol summary,2.831599,runner result (end-to-end),True +redshift,Redshift Serverless,66,66,2026-08-13T03:44:11Z,38970108594,1,Single-symbol summary,2.33034,runner result (end-to-end),True +redshift,Redshift Serverless,67,67,2026-08-13T03:54:10Z,39507372773,1,Single-symbol summary,4.66656,runner result (end-to-end),True +redshift,Redshift Serverless,68,68,2026-08-13T04:03:59Z,40110348668,1,Single-symbol summary,2.877535,runner result (end-to-end),True +redshift,Redshift Serverless,69,69,2026-08-13T04:14:11Z,40708457686,1,Single-symbol summary,2.464132,runner result (end-to-end),True +redshift,Redshift Serverless,70,70,2026-08-13T04:24:11Z,41311191300,1,Single-symbol summary,2.702894,runner result (end-to-end),True +redshift,Redshift Serverless,71,71,2026-08-13T04:34:12Z,41969213855,1,Single-symbol summary,2.725116,runner result (end-to-end),True +redshift,Redshift Serverless,72,72,2026-08-13T04:44:10Z,42510673827,1,Single-symbol summary,2.73504,runner result (end-to-end),True +redshift,Redshift Serverless,73,73,2026-08-13T04:54:10Z,43113715625,1,Single-symbol summary,4.739547,runner result (end-to-end),True +redshift,Redshift Serverless,74,74,2026-08-13T05:03:59Z,43708992758,1,Single-symbol summary,2.204877,runner result (end-to-end),True +redshift,Redshift Serverless,75,75,2026-08-13T05:14:12Z,44306002093,1,Single-symbol summary,1.815917,runner result (end-to-end),True +redshift,Redshift Serverless,76,76,2026-08-13T05:24:13Z,44972171093,1,Single-symbol summary,1.210716,runner result (end-to-end),True +redshift,Redshift Serverless,77,77,2026-08-13T05:34:10Z,45569434778,1,Single-symbol summary,2.860712,runner result (end-to-end),True +redshift,Redshift Serverless,78,78,2026-08-13T05:44:11Z,46170593122,1,Single-symbol summary,2.624345,runner result (end-to-end),True +redshift,Redshift Serverless,79,79,2026-08-13T05:54:12Z,46769882264,1,Single-symbol summary,4.889226,runner result (end-to-end),True +redshift,Redshift Serverless,80,80,2026-08-13T06:03:59Z,47307695739,1,Single-symbol summary,2.944449,runner result (end-to-end),True +redshift,Redshift Serverless,81,81,2026-08-13T06:14:10Z,47908162093,1,Single-symbol summary,2.773052,runner result (end-to-end),True +redshift,Redshift Serverless,82,82,2026-08-13T06:24:09Z,48569875455,1,Single-symbol summary,1.430463,runner result (end-to-end),True +redshift,Redshift Serverless,83,83,2026-08-13T06:34:12Z,49170649113,1,Single-symbol summary,2.158698,runner result (end-to-end),True +redshift,Redshift Serverless,84,84,2026-08-13T06:44:11Z,49769405745,1,Single-symbol summary,2.67931,runner result (end-to-end),True +redshift,Redshift Serverless,85,85,2026-08-13T06:54:10Z,50311961071,1,Single-symbol summary,4.083522,runner result (end-to-end),True +redshift,Redshift Serverless,86,86,2026-08-13T07:03:59Z,50902916441,1,Single-symbol summary,2.857276,runner result (end-to-end),True +redshift,Redshift Serverless,87,87,2026-08-13T07:14:11Z,51569862364,1,Single-symbol summary,2.730256,runner result (end-to-end),True +redshift,Redshift Serverless,88,88,2026-08-13T07:24:11Z,52111833800,1,Single-symbol summary,2.493213,runner result (end-to-end),True +redshift,Redshift Serverless,89,89,2026-08-13T07:34:10Z,52797800664,1,Single-symbol summary,2.156984,runner result (end-to-end),True +redshift,Redshift Serverless,90,90,2026-08-13T07:44:10Z,53339137987,1,Single-symbol summary,2.590462,runner result (end-to-end),True +redshift,Redshift Serverless,91,91,2026-08-13T07:54:11Z,53928907694,1,Single-symbol summary,4.90167,runner result (end-to-end),True +redshift,Redshift Serverless,92,92,2026-08-13T08:03:59Z,54532055276,1,Single-symbol summary,2.494378,runner result (end-to-end),True +redshift,Redshift Serverless,93,93,2026-08-13T08:14:11Z,55128344953,1,Single-symbol summary,2.01993,runner result (end-to-end),True +redshift,Redshift Serverless,94,94,2026-08-13T08:24:10Z,55729088882,1,Single-symbol summary,2.023002,runner result (end-to-end),True +redshift,Redshift Serverless,95,95,2026-08-13T08:34:10Z,56328131726,1,Single-symbol summary,2.48086,runner result (end-to-end),True +redshift,Redshift Serverless,96,96,2026-08-13T08:44:10Z,56929528891,1,Single-symbol summary,2.446516,runner result (end-to-end),True +redshift,Redshift Serverless,97,97,2026-08-13T08:54:10Z,57534735475,1,Single-symbol summary,4.703693,runner result (end-to-end),True +redshift,Redshift Serverless,98,98,2026-08-13T09:03:58Z,58132621215,1,Single-symbol summary,1.994384,runner result (end-to-end),True +redshift,Redshift Serverless,99,99,2026-08-13T09:14:10Z,58728900353,1,Single-symbol summary,2.230414,runner result (end-to-end),True +redshift,Redshift Serverless,100,100,2026-08-13T09:24:09Z,59328863090,1,Single-symbol summary,1.766553,runner result (end-to-end),True +redshift,Redshift Serverless,101,101,2026-08-13T09:34:11Z,59932424550,1,Single-symbol summary,2.616138,runner result (end-to-end),True +redshift,Redshift Serverless,102,102,2026-08-13T09:44:11Z,60528538925,1,Single-symbol summary,2.400226,runner result (end-to-end),True +redshift,Redshift Serverless,103,103,2026-08-13T09:54:12Z,61127219937,1,Single-symbol summary,4.978808,runner result (end-to-end),True +redshift,Redshift Serverless,104,104,2026-08-13T10:03:58Z,61728943805,1,Single-symbol summary,2.906488,runner result (end-to-end),True +redshift,Redshift Serverless,105,105,2026-08-13T10:14:11Z,62331267479,1,Single-symbol summary,2.653618,runner result (end-to-end),True +redshift,Redshift Serverless,106,106,2026-08-13T10:24:10Z,62931770608,1,Single-symbol summary,2.743381,runner result (end-to-end),True +redshift,Redshift Serverless,107,107,2026-08-13T10:34:11Z,63530017412,1,Single-symbol summary,2.877104,runner result (end-to-end),True +redshift,Redshift Serverless,108,108,2026-08-13T10:44:11Z,64131258918,1,Single-symbol summary,2.398235,runner result (end-to-end),True +redshift,Redshift Serverless,109,109,2026-08-13T10:54:10Z,64726881755,1,Single-symbol summary,5.159606,runner result (end-to-end),True +redshift,Redshift Serverless,110,110,2026-08-13T11:03:59Z,65328955508,1,Single-symbol summary,2.566004,runner result (end-to-end),True +redshift,Redshift Serverless,111,111,2026-08-13T11:14:10Z,65926809029,1,Single-symbol summary,2.735062,runner result (end-to-end),True +redshift,Redshift Serverless,112,112,2026-08-13T11:24:12Z,66527854638,1,Single-symbol summary,2.464999,runner result (end-to-end),True +redshift,Redshift Serverless,113,113,2026-08-13T11:34:11Z,67128664727,1,Single-symbol summary,2.589821,runner result (end-to-end),True +redshift,Redshift Serverless,114,114,2026-08-13T11:44:10Z,67790387128,1,Single-symbol summary,1.936501,runner result (end-to-end),True +redshift,Redshift Serverless,115,115,2026-08-13T11:54:10Z,68330088073,1,Single-symbol summary,5.31938,runner result (end-to-end),True +redshift,Redshift Serverless,116,116,2026-08-13T12:03:59Z,68929344858,1,Single-symbol summary,2.932298,runner result (end-to-end),True +redshift,Redshift Serverless,117,117,2026-08-13T12:14:11Z,69529528941,1,Single-symbol summary,2.762138,runner result (end-to-end),True +redshift,Redshift Serverless,118,118,2026-08-13T12:24:11Z,70132993820,1,Single-symbol summary,2.707906,runner result (end-to-end),True +redshift,Redshift Serverless,119,119,2026-08-13T12:34:11Z,70742571187,1,Single-symbol summary,3.254412,runner result (end-to-end),True +redshift,Redshift Serverless,120,120,2026-08-13T12:44:10Z,71342431867,1,Single-symbol summary,2.530452,runner result (end-to-end),True +redshift,Redshift Serverless,121,121,2026-08-13T12:54:09Z,71946007841,1,Single-symbol summary,5.070579,runner result (end-to-end),True +redshift,Redshift Serverless,122,122,2026-08-13T13:04:00Z,72546298660,1,Single-symbol summary,3.024986,runner result (end-to-end),True +redshift,Redshift Serverless,123,123,2026-08-13T13:14:12Z,73143825074,1,Single-symbol summary,2.426524,runner result (end-to-end),True +redshift,Redshift Serverless,124,124,2026-08-13T13:24:10Z,73740624098,1,Single-symbol summary,3.07386,runner result (end-to-end),True +redshift,Redshift Serverless,125,125,2026-08-13T13:34:11Z,74341621634,1,Single-symbol summary,2.887191,runner result (end-to-end),True +redshift,Redshift Serverless,126,126,2026-08-13T13:44:10Z,74941549148,1,Single-symbol summary,2.703777,runner result (end-to-end),True +redshift,Redshift Serverless,127,127,2026-08-13T13:54:11Z,75540057221,1,Single-symbol summary,5.791255,runner result (end-to-end),True +redshift,Redshift Serverless,128,128,2026-08-13T14:03:59Z,76141857339,1,Single-symbol summary,3.020512,runner result (end-to-end),True +redshift,Redshift Serverless,129,129,2026-08-13T14:14:10Z,76744332234,1,Single-symbol summary,2.973413,runner result (end-to-end),True +redshift,Redshift Serverless,130,130,2026-08-13T14:24:11Z,77343838333,1,Single-symbol summary,2.628585,runner result (end-to-end),True +redshift,Redshift Serverless,131,131,2026-08-13T14:34:12Z,77945716216,1,Single-symbol summary,2.858546,runner result (end-to-end),True +redshift,Redshift Serverless,132,132,2026-08-13T14:44:11Z,78542454275,1,Single-symbol summary,2.753754,runner result (end-to-end),True +redshift,Redshift Serverless,133,133,2026-08-13T14:54:11Z,79146527318,1,Single-symbol summary,5.712293,runner result (end-to-end),True +redshift,Redshift Serverless,134,134,2026-08-13T15:03:59Z,79742012314,1,Single-symbol summary,2.446138,runner result (end-to-end),True +redshift,Redshift Serverless,135,135,2026-08-13T15:14:00Z,80344363553,1,Single-symbol summary,2.969669,runner result (end-to-end),True +redshift,Redshift Serverless,136,136,2026-08-13T15:24:12Z,80945919301,1,Single-symbol summary,3.473732,runner result (end-to-end),True +redshift,Redshift Serverless,137,137,2026-08-13T15:34:11Z,81551276073,1,Single-symbol summary,2.888342,runner result (end-to-end),True +redshift,Redshift Serverless,138,138,2026-08-13T15:44:12Z,82098085629,1,Single-symbol summary,1.709357,runner result (end-to-end),True +redshift,Redshift Serverless,139,139,2026-08-13T15:54:11Z,82760697798,1,Single-symbol summary,5.608905,runner result (end-to-end),True +redshift,Redshift Serverless,140,140,2026-08-13T16:03:58Z,83304277333,1,Single-symbol summary,2.88929,runner result (end-to-end),True +redshift,Redshift Serverless,141,141,2026-08-13T16:14:11Z,83915861762,1,Single-symbol summary,3.029758,runner result (end-to-end),True +redshift,Redshift Serverless,142,142,2026-08-13T16:24:10Z,84516022757,1,Single-symbol summary,2.506182,runner result (end-to-end),True +redshift,Redshift Serverless,143,143,2026-08-13T16:34:11Z,85116310321,1,Single-symbol summary,2.996094,runner result (end-to-end),True +redshift,Redshift Serverless,144,144,2026-08-13T16:44:11Z,85714934329,1,Single-symbol summary,2.383559,runner result (end-to-end),True +redshift,Redshift Serverless,145,145,2026-08-13T16:54:11Z,86376876842,1,Single-symbol summary,5.33036,runner result (end-to-end),True +redshift,Redshift Serverless,146,146,2026-08-13T17:04:00Z,86919366179,1,Single-symbol summary,2.379077,runner result (end-to-end),True +redshift,Redshift Serverless,147,147,2026-08-13T17:14:13Z,87518660143,1,Single-symbol summary,2.753447,runner result (end-to-end),True +redshift,Redshift Serverless,148,148,2026-08-13T17:24:11Z,88119922644,1,Single-symbol summary,2.280694,runner result (end-to-end),True +redshift,Redshift Serverless,149,149,2026-08-13T17:34:10Z,88721373784,1,Single-symbol summary,2.216382,runner result (end-to-end),True +redshift,Redshift Serverless,150,150,2026-08-13T17:44:11Z,89317816940,1,Single-symbol summary,2.808795,runner result (end-to-end),True +redshift,Redshift Serverless,151,151,2026-08-13T17:54:10Z,89920330616,1,Single-symbol summary,5.754401,runner result (end-to-end),True +redshift,Redshift Serverless,152,152,2026-08-13T18:03:59Z,90519198255,1,Single-symbol summary,2.852184,runner result (end-to-end),True +redshift,Redshift Serverless,153,153,2026-08-13T18:14:11Z,91116929731,1,Single-symbol summary,2.330355,runner result (end-to-end),True +redshift,Redshift Serverless,154,154,2026-08-13T18:24:11Z,91721103362,1,Single-symbol summary,2.776455,runner result (end-to-end),True +redshift,Redshift Serverless,155,155,2026-08-13T18:34:10Z,92316878209,1,Single-symbol summary,2.555651,runner result (end-to-end),True +redshift,Redshift Serverless,156,156,2026-08-13T18:44:11Z,92920798733,1,Single-symbol summary,2.395739,runner result (end-to-end),True +redshift,Redshift Serverless,157,157,2026-08-13T18:54:11Z,93578343844,1,Single-symbol summary,6.350603,runner result (end-to-end),True +redshift,Redshift Serverless,158,158,2026-08-13T19:03:59Z,94121949722,1,Single-symbol summary,2.64903,runner result (end-to-end),True +redshift,Redshift Serverless,159,159,2026-08-13T19:14:12Z,94720021119,1,Single-symbol summary,2.262938,runner result (end-to-end),True +redshift,Redshift Serverless,160,160,2026-08-13T19:24:11Z,95321520836,1,Single-symbol summary,2.704378,runner result (end-to-end),True +redshift,Redshift Serverless,161,161,2026-08-13T19:34:11Z,95919083638,1,Single-symbol summary,2.666058,runner result (end-to-end),True +redshift,Redshift Serverless,162,162,2026-08-13T19:44:12Z,96521000095,1,Single-symbol summary,2.5191,runner result (end-to-end),True +redshift,Redshift Serverless,163,163,2026-08-13T19:54:11Z,97179016064,1,Single-symbol summary,5.948091,runner result (end-to-end),True +redshift,Redshift Serverless,164,164,2026-08-13T20:03:59Z,97780054204,1,Single-symbol summary,1.584309,runner result (end-to-end),True +redshift,Redshift Serverless,165,165,2026-08-13T20:14:11Z,98322015057,1,Single-symbol summary,2.873156,runner result (end-to-end),True +redshift,Redshift Serverless,166,166,2026-08-13T20:24:11Z,98921587131,1,Single-symbol summary,2.980956,runner result (end-to-end),True +redshift,Redshift Serverless,167,167,2026-08-13T20:34:11Z,99517455047,1,Single-symbol summary,2.856325,runner result (end-to-end),True +databricks,Databricks Serverless SQL,1,1,2026-09-18T17:07:31.664Z,48991024,1,Single-symbol summary,2.31,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,2,2,2026-09-18T17:17:31.665Z,649003190,1,Single-symbol summary,0.994,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,3,3,2026-09-18T17:27:31.665Z,1249020088,1,Single-symbol summary,1.148,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,4,4,2026-09-18T17:37:31.665Z,1848994361,1,Single-symbol summary,1.366,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,5,5,2026-09-18T17:47:31.665Z,2448987056,1,Single-symbol summary,1.709,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,6,6,2026-09-18T17:57:31.665Z,3049016351,1,Single-symbol summary,1.021,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,7,7,2026-09-18T18:07:31.665Z,3648905245,1,Single-symbol summary,1.204,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,8,8,2026-09-18T18:17:31.665Z,4248886900,1,Single-symbol summary,1.1,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,9,9,2026-09-18T18:27:31.665Z,4848983718,1,Single-symbol summary,1.155,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,10,10,2026-09-18T18:37:31.665Z,5448871065,1,Single-symbol summary,1.588,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,11,11,2026-09-18T18:47:31.665Z,6048972873,1,Single-symbol summary,1.926,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,12,12,2026-09-18T18:57:31.665Z,6649003205,1,Single-symbol summary,1.734,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,13,13,2026-09-18T19:07:31.665Z,7248988928,1,Single-symbol summary,2.364,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,14,14,2026-09-18T19:17:31.665Z,7849051094,1,Single-symbol summary,0.697,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,15,15,2026-09-18T19:27:31.665Z,8448855794,1,Single-symbol summary,1.545,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,16,16,2026-09-18T19:37:31.665Z,9048929201,1,Single-symbol summary,1.549,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,17,17,2026-09-18T19:47:31.665Z,9648968625,1,Single-symbol summary,1.321,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,18,18,2026-09-18T19:57:31.665Z,10248903114,1,Single-symbol summary,0.75,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,19,19,2026-09-18T20:07:31.665Z,10848950992,1,Single-symbol summary,0.75,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,20,20,2026-09-18T20:17:31.665Z,11448893976,1,Single-symbol summary,1.513,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,21,21,2026-09-18T20:27:31.665Z,12048592301,1,Single-symbol summary,0.88,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,22,22,2026-09-18T20:37:31.665Z,12649009868,1,Single-symbol summary,1.025,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,23,23,2026-09-18T20:47:31.665Z,13249019508,1,Single-symbol summary,0.919,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,24,24,2026-09-18T20:57:31.665Z,13848898093,1,Single-symbol summary,0.77,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,25,25,2026-09-18T21:07:31.665Z,14448885812,1,Single-symbol summary,1.075,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,26,26,2026-09-18T21:17:31.665Z,15048867160,1,Single-symbol summary,0.992,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,27,27,2026-09-18T21:27:31.665Z,15648997618,1,Single-symbol summary,1.222,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,28,28,2026-09-18T21:37:31.665Z,16249004090,1,Single-symbol summary,0.813,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,29,29,2026-09-18T21:47:31.665Z,16849004649,1,Single-symbol summary,0.709,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,30,30,2026-09-18T21:57:31.665Z,17448992007,1,Single-symbol summary,0.732,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,31,31,2026-09-18T22:07:31.665Z,18048883403,1,Single-symbol summary,1.944,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,32,32,2026-09-18T22:17:31.665Z,18648733933,1,Single-symbol summary,1.206,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,33,33,2026-09-18T22:27:31.665Z,19248986594,1,Single-symbol summary,0.658,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,34,34,2026-09-18T22:37:31.665Z,19848956047,1,Single-symbol summary,0.673,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,35,35,2026-09-18T22:47:31.665Z,20448891140,1,Single-symbol summary,0.962,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,36,36,2026-09-18T22:57:31.665Z,21048956022,1,Single-symbol summary,0.628,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,37,37,2026-09-18T23:07:31.665Z,21648927817,1,Single-symbol summary,1.016,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,38,38,2026-09-18T23:17:31.665Z,22249043246,1,Single-symbol summary,1.228,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,39,39,2026-09-18T23:27:31.665Z,22848929920,1,Single-symbol summary,1.061,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,40,40,2026-09-18T23:37:31.665Z,23448953518,1,Single-symbol summary,1.855,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,41,41,2026-09-18T23:47:31.665Z,24048909415,1,Single-symbol summary,0.899,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,42,42,2026-09-18T23:57:31.665Z,24648973497,1,Single-symbol summary,0.738,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,43,43,2026-09-19T00:07:31.665Z,25248924027,1,Single-symbol summary,0.939,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,44,44,2026-09-19T00:17:31.665Z,25848959896,1,Single-symbol summary,0.964,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,45,45,2026-09-19T00:27:31.665Z,26448943724,1,Single-symbol summary,1.038,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,46,46,2026-09-19T00:37:31.665Z,27048899731,1,Single-symbol summary,0.744,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,47,47,2026-09-19T00:47:31.665Z,27648937048,1,Single-symbol summary,0.82,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,48,48,2026-09-19T00:57:31.665Z,28248919345,1,Single-symbol summary,1.052,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,49,49,2026-09-19T01:07:31.665Z,28848912329,1,Single-symbol summary,0.871,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,50,50,2026-09-19T01:17:31.665Z,29448915472,1,Single-symbol summary,0.695,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,51,51,2026-09-19T01:27:31.665Z,30048967566,1,Single-symbol summary,0.686,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,52,52,2026-09-19T01:37:31.665Z,30648879647,1,Single-symbol summary,0.79,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,53,53,2026-09-19T01:47:31.665Z,31248858731,1,Single-symbol summary,0.883,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,54,54,2026-09-19T01:57:31.665Z,31849001715,1,Single-symbol summary,0.705,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,55,55,2026-09-19T02:07:31.665Z,32448900387,1,Single-symbol summary,0.668,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,56,56,2026-09-19T02:17:31.665Z,33049038056,1,Single-symbol summary,0.727,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,57,57,2026-09-19T02:27:31.665Z,33649000287,1,Single-symbol summary,0.692,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,58,58,2026-09-19T02:37:31.665Z,34248943675,1,Single-symbol summary,1.463,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,59,59,2026-09-19T02:47:31.665Z,34848935288,1,Single-symbol summary,0.79,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,60,60,2026-09-19T02:57:31.665Z,35448936836,1,Single-symbol summary,0.727,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,61,61,2026-09-19T03:07:31.665Z,36049010227,1,Single-symbol summary,0.958,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,62,62,2026-09-19T03:17:31.665Z,36648957386,1,Single-symbol summary,1.913,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,63,63,2026-09-19T03:27:31.665Z,37249049007,1,Single-symbol summary,0.914,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,64,64,2026-09-19T03:37:31.665Z,37848989380,1,Single-symbol summary,1.044,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,65,65,2026-09-19T03:47:31.665Z,38448981241,1,Single-symbol summary,1.113,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,66,66,2026-09-19T03:57:31.665Z,39048929732,1,Single-symbol summary,1.356,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,67,67,2026-09-19T04:07:31.665Z,39648991503,1,Single-symbol summary,1.026,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,68,68,2026-09-19T04:17:31.665Z,40248892033,1,Single-symbol summary,0.698,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,69,69,2026-09-19T04:27:31.665Z,40848840757,1,Single-symbol summary,1.777,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,70,70,2026-09-19T04:37:31.665Z,41448952314,1,Single-symbol summary,1.057,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,71,71,2026-09-19T04:47:31.665Z,42048902844,1,Single-symbol summary,0.982,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,72,72,2026-09-19T04:57:31.665Z,42649050693,1,Single-symbol summary,0.974,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,73,73,2026-09-19T05:07:31.665Z,43248955264,1,Single-symbol summary,1.619,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,74,74,2026-09-19T05:17:31.665Z,43849004793,1,Single-symbol summary,1.099,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,75,75,2026-09-19T05:27:31.665Z,44448870942,1,Single-symbol summary,0.767,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,76,76,2026-09-19T05:37:31.665Z,45048902478,1,Single-symbol summary,1.079,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,77,77,2026-09-19T05:47:31.665Z,45648983692,1,Single-symbol summary,0.682,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,78,78,2026-09-19T05:57:31.665Z,46248965040,1,Single-symbol summary,1.036,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,79,79,2026-09-19T06:07:31.665Z,46848958026,1,Single-symbol summary,0.807,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,80,80,2026-09-19T06:17:31.665Z,47448953256,1,Single-symbol summary,1.085,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,81,81,2026-09-19T06:27:31.665Z,48048969904,1,Single-symbol summary,0.811,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,82,82,2026-09-19T06:37:31.665Z,48648841029,1,Single-symbol summary,0.989,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,83,83,2026-09-19T06:47:31.665Z,49249000673,1,Single-symbol summary,0.759,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,84,84,2026-09-19T06:57:31.665Z,49848932021,1,Single-symbol summary,0.986,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,85,85,2026-09-19T07:07:31.665Z,50448920743,1,Single-symbol summary,0.885,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,86,86,2026-09-19T07:17:31.665Z,51048965322,1,Single-symbol summary,1.089,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,87,87,2026-09-19T07:27:31.665Z,51648867376,1,Single-symbol summary,1.037,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,88,88,2026-09-19T07:37:31.665Z,52248886297,1,Single-symbol summary,1.005,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,89,89,2026-09-19T07:47:31.665Z,52848929281,1,Single-symbol summary,0.892,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,90,90,2026-09-19T07:57:31.665Z,53448968592,1,Single-symbol summary,0.976,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,91,91,2026-09-19T08:07:31.665Z,54048999698,1,Single-symbol summary,1.015,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,92,92,2026-09-19T08:17:31.665Z,54648912657,1,Single-symbol summary,1.407,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,93,93,2026-09-19T08:27:31.665Z,55248932131,1,Single-symbol summary,0.959,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,94,94,2026-09-19T08:37:31.665Z,55849013665,1,Single-symbol summary,0.955,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,95,95,2026-09-19T08:47:31.665Z,56448925831,1,Single-symbol summary,0.943,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,96,96,2026-09-19T08:57:31.665Z,57048862217,1,Single-symbol summary,1.072,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,97,97,2026-09-19T09:07:31.665Z,57648963051,1,Single-symbol summary,0.984,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,98,98,2026-09-19T09:17:31.665Z,58249004920,1,Single-symbol summary,1.055,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,99,99,2026-09-19T09:27:31.665Z,58848886186,1,Single-symbol summary,0.71,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,100,100,2026-09-19T09:37:31.665Z,59449032571,1,Single-symbol summary,0.97,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,101,101,2026-09-19T09:47:31.665Z,60048974387,1,Single-symbol summary,0.91,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,102,102,2026-09-19T09:57:31.665Z,60649047005,1,Single-symbol summary,0.986,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,103,103,2026-09-19T10:07:31.665Z,61248997535,1,Single-symbol summary,1.051,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,104,104,2026-09-19T10:17:31.665Z,61848979545,1,Single-symbol summary,0.971,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,105,105,2026-09-19T10:27:31.665Z,62448827582,1,Single-symbol summary,0.969,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,106,106,2026-09-19T10:37:31.665Z,63048951008,1,Single-symbol summary,0.674,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,107,107,2026-09-19T10:47:31.665Z,63648915373,1,Single-symbol summary,0.985,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,108,108,2026-09-19T10:57:31.665Z,64248934893,1,Single-symbol summary,0.985,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,109,109,2026-09-19T11:07:31.665Z,64848931181,1,Single-symbol summary,0.826,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,110,110,2026-09-19T11:17:31.665Z,65448990060,1,Single-symbol summary,0.986,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,111,111,2026-09-19T11:27:31.665Z,66048942260,1,Single-symbol summary,0.729,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,112,112,2026-09-19T11:37:31.665Z,66648970121,1,Single-symbol summary,1.046,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,113,113,2026-09-19T11:47:31.665Z,67248947921,1,Single-symbol summary,0.732,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,114,114,2026-09-19T11:57:31.665Z,67848865391,1,Single-symbol summary,1.098,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,115,115,2026-09-19T12:07:31.665Z,68448901225,1,Single-symbol summary,1.172,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,116,116,2026-09-19T12:17:31.665Z,69049033856,1,Single-symbol summary,1.061,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,117,117,2026-09-19T12:27:31.665Z,69648898887,1,Single-symbol summary,1.345,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,118,118,2026-09-19T12:37:31.665Z,70248972689,1,Single-symbol summary,1.005,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,119,119,2026-09-19T12:47:31.665Z,70848944994,1,Single-symbol summary,2.311,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,120,120,2026-09-19T12:57:31.665Z,71448876924,1,Single-symbol summary,1.044,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,121,121,2026-09-19T13:07:31.665Z,72048872763,1,Single-symbol summary,1.082,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,122,122,2026-09-19T13:17:31.665Z,72648823293,1,Single-symbol summary,1.413,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,123,123,2026-09-19T13:27:31.665Z,73248951843,1,Single-symbol summary,0.981,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,124,124,2026-09-19T13:37:31.665Z,73848850795,1,Single-symbol summary,0.95,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,125,125,2026-09-19T13:47:31.665Z,74448988124,1,Single-symbol summary,0.952,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,126,126,2026-09-19T13:57:31.665Z,75048980211,1,Single-symbol summary,1.445,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,127,127,2026-09-19T14:07:31.665Z,75648919105,1,Single-symbol summary,0.975,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,128,128,2026-09-19T14:17:31.665Z,76248881396,1,Single-symbol summary,0.991,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,129,129,2026-09-19T14:27:31.665Z,76848823691,1,Single-symbol summary,1.051,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,130,130,2026-09-19T14:37:31.665Z,77448864325,1,Single-symbol summary,0.968,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,131,131,2026-09-19T14:47:31.665Z,78048857309,1,Single-symbol summary,0.966,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,132,132,2026-09-19T14:57:31.665Z,78648963825,1,Single-symbol summary,1.115,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,133,133,2026-09-19T15:07:31.665Z,79248916498,1,Single-symbol summary,0.998,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,134,134,2026-09-19T15:17:31.665Z,79848963748,1,Single-symbol summary,0.677,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,135,135,2026-09-19T15:27:31.665Z,80448989098,1,Single-symbol summary,0.899,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,136,136,2026-09-19T15:37:31.665Z,81048989103,1,Single-symbol summary,0.683,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,137,137,2026-09-19T15:47:31.665Z,81648805878,1,Single-symbol summary,0.946,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,138,138,2026-09-19T15:57:31.665Z,82248892830,1,Single-symbol summary,1.019,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,139,139,2026-09-19T16:07:31.665Z,82848947450,1,Single-symbol summary,0.753,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,140,140,2026-09-19T16:17:31.665Z,83448864291,1,Single-symbol summary,1.125,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,141,141,2026-09-19T16:27:31.665Z,84048946267,1,Single-symbol summary,0.738,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,142,142,2026-09-19T16:37:31.665Z,84648911334,1,Single-symbol summary,5.299,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,143,143,2026-09-19T16:47:31.665Z,85248832558,1,Single-symbol summary,1.931,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,144,144,2026-09-19T16:57:31.665Z,85848983088,1,Single-symbol summary,2.117,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,145,145,2026-09-19T17:07:31.665Z,86448998070,1,Single-symbol summary,1.745,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,146,146,2026-09-19T17:17:31.665Z,87048970508,1,Single-symbol summary,1.925,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,147,147,2026-09-19T17:27:31.665Z,87648993949,1,Single-symbol summary,2.208,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,148,148,2026-09-19T17:37:31.665Z,88248973865,1,Single-symbol summary,2.256,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,149,149,2026-09-19T17:47:31.665Z,88848942984,1,Single-symbol summary,1.949,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,150,150,2026-09-19T17:57:31.665Z,89448824332,1,Single-symbol summary,1.291,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,151,151,2026-09-19T18:07:31.665Z,90048962182,1,Single-symbol summary,1.43,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,152,152,2026-09-19T18:17:31.665Z,90648973338,1,Single-symbol summary,1.873,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,153,153,2026-09-19T18:27:31.665Z,91248923008,1,Single-symbol summary,1.106,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,154,154,2026-09-19T18:37:31.665Z,91848815062,1,Single-symbol summary,1.378,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,155,155,2026-09-19T18:47:31.665Z,92448977228,1,Single-symbol summary,1.219,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,156,156,2026-09-19T18:57:31.665Z,93048998642,1,Single-symbol summary,1.24,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,157,157,2026-09-19T19:07:31.665Z,93648850827,1,Single-symbol summary,1.329,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,158,158,2026-09-19T19:17:31.665Z,94248956784,1,Single-symbol summary,1.614,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,159,159,2026-09-19T19:27:31.665Z,94848829249,1,Single-symbol summary,1.907,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,160,160,2026-09-19T19:37:31.665Z,95448942204,1,Single-symbol summary,1.608,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,161,161,2026-09-19T19:47:31.665Z,96048966006,1,Single-symbol summary,1.479,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,162,162,2026-09-19T19:57:31.665Z,96648893321,1,Single-symbol summary,0.98,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,163,163,2026-09-19T20:07:31.665Z,97248931018,1,Single-symbol summary,1.229,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,164,164,2026-09-19T20:17:31.665Z,97848875579,1,Single-symbol summary,1.48,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,165,165,2026-09-19T20:27:31.665Z,98448826106,1,Single-symbol summary,1.827,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,166,166,2026-09-19T20:37:31.665Z,99048919090,1,Single-symbol summary,1.274,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,167,167,2026-09-19T20:47:31.665Z,99648972815,1,Single-symbol summary,0.724,provider Query History total duration; includes compilation; excludes fetch,True clickhouse,ClickHouse Cloud,2,2,2026-08-08T07:05:59Z,724786266,2,Watchlist summary,0.005,clickhouse-client --time,True clickhouse,ClickHouse Cloud,3,3,2026-08-08T07:15:59Z,1370669828,2,Watchlist summary,0.007,clickhouse-client --time,True clickhouse,ClickHouse Cloud,4,4,2026-08-08T07:25:59Z,1975682003,2,Watchlist summary,0.033,clickhouse-client --time,True @@ -1249,172 +1416,339 @@ bigquery,BigQuery,164,164,2026-08-11T18:34:39.579Z,97751631895,2,Watchlist summa bigquery,BigQuery,165,165,2026-08-11T18:44:39.579Z,98347800336,2,Watchlist summary,3.406,statistics.finalExecutionDurationMs,True bigquery,BigQuery,166,166,2026-08-11T18:54:39.579Z,98954665038,2,Watchlist summary,4.084,statistics.finalExecutionDurationMs,True bigquery,BigQuery,167,167,2026-08-11T19:04:39.579Z,99551267495,2,Watchlist summary,3.554,statistics.finalExecutionDurationMs,True -redshift,Redshift Serverless,2,2,2026-08-12T17:03:57Z,539118925,2,Watchlist summary,0.54595,clickhouse-client --time,True -redshift,Redshift Serverless,3,3,2026-08-12T17:14:09Z,1140532594,2,Watchlist summary,0.500239,clickhouse-client --time,True -redshift,Redshift Serverless,4,4,2026-08-12T17:24:09Z,1740468180,2,Watchlist summary,0.615103,clickhouse-client --time,True -redshift,Redshift Serverless,5,5,2026-08-12T17:34:09Z,2341513280,2,Watchlist summary,0.552129,clickhouse-client --time,True -redshift,Redshift Serverless,6,6,2026-08-12T17:44:10Z,2939871289,2,Watchlist summary,0.395472,clickhouse-client --time,True -redshift,Redshift Serverless,7,7,2026-08-12T17:54:09Z,3539132196,2,Watchlist summary,0.576231,clickhouse-client --time,True -redshift,Redshift Serverless,8,8,2026-08-12T18:04:10Z,4143068739,2,Watchlist summary,0.476454,clickhouse-client --time,True -redshift,Redshift Serverless,9,9,2026-08-12T18:13:59Z,4741930895,2,Watchlist summary,0.440905,clickhouse-client --time,True -redshift,Redshift Serverless,10,10,2026-08-12T18:24:10Z,5339083784,2,Watchlist summary,0.517914,clickhouse-client --time,True -redshift,Redshift Serverless,11,11,2026-08-12T18:34:10Z,5938849921,2,Watchlist summary,0.418676,clickhouse-client --time,True -redshift,Redshift Serverless,12,12,2026-08-12T18:44:09Z,6538854893,2,Watchlist summary,0.469427,clickhouse-client --time,True -redshift,Redshift Serverless,13,13,2026-08-12T18:54:09Z,7142932703,2,Watchlist summary,0.515025,clickhouse-client --time,True -redshift,Redshift Serverless,14,14,2026-08-12T19:04:10Z,7739391998,2,Watchlist summary,0.428464,clickhouse-client --time,True -redshift,Redshift Serverless,15,15,2026-08-12T19:14:10Z,8397564229,2,Watchlist summary,0.352657,clickhouse-client --time,True -redshift,Redshift Serverless,16,16,2026-08-12T19:24:10Z,8937866655,2,Watchlist summary,0.433187,clickhouse-client --time,True -redshift,Redshift Serverless,17,17,2026-08-12T19:34:10Z,9542609644,2,Watchlist summary,0.366592,clickhouse-client --time,True -redshift,Redshift Serverless,18,18,2026-08-12T19:44:10Z,10140144267,2,Watchlist summary,0.385671,clickhouse-client --time,True -redshift,Redshift Serverless,19,19,2026-08-12T19:54:10Z,10739646237,2,Watchlist summary,0.536454,clickhouse-client --time,True -redshift,Redshift Serverless,20,20,2026-08-12T20:03:59Z,11339027808,2,Watchlist summary,0.29207,clickhouse-client --time,True -redshift,Redshift Serverless,21,21,2026-08-12T20:14:09Z,11941589977,2,Watchlist summary,0.469555,clickhouse-client --time,True -redshift,Redshift Serverless,22,22,2026-08-12T20:24:10Z,12534774797,2,Watchlist summary,0.431943,clickhouse-client --time,True -redshift,Redshift Serverless,23,23,2026-08-12T20:34:10Z,13143146482,2,Watchlist summary,0.366275,clickhouse-client --time,True -redshift,Redshift Serverless,24,24,2026-08-12T20:44:10Z,13741229534,2,Watchlist summary,0.390831,clickhouse-client --time,True -redshift,Redshift Serverless,25,25,2026-08-12T20:54:09Z,14346887362,2,Watchlist summary,3.195749,clickhouse-client --time,True -redshift,Redshift Serverless,26,26,2026-08-12T21:03:59Z,14942522975,2,Watchlist summary,0.288809,clickhouse-client --time,True -redshift,Redshift Serverless,27,27,2026-08-12T21:14:09Z,15539438649,2,Watchlist summary,0.365698,clickhouse-client --time,True -redshift,Redshift Serverless,28,28,2026-08-12T21:24:09Z,16138130017,2,Watchlist summary,0.380237,clickhouse-client --time,True -redshift,Redshift Serverless,29,29,2026-08-12T21:34:09Z,16739010996,2,Watchlist summary,0.398123,clickhouse-client --time,True -redshift,Redshift Serverless,30,30,2026-08-12T21:44:09Z,17338005403,2,Watchlist summary,0.397045,clickhouse-client --time,True -redshift,Redshift Serverless,31,31,2026-08-12T21:54:10Z,17944900380,2,Watchlist summary,0.469775,clickhouse-client --time,True -redshift,Redshift Serverless,32,32,2026-08-12T22:03:58Z,18545538648,2,Watchlist summary,0.247006,clickhouse-client --time,True -redshift,Redshift Serverless,33,33,2026-08-12T22:13:59Z,19141064210,2,Watchlist summary,0.405876,clickhouse-client --time,True -redshift,Redshift Serverless,34,34,2026-08-12T22:24:10Z,19742262546,2,Watchlist summary,0.444484,clickhouse-client --time,True -redshift,Redshift Serverless,35,35,2026-08-12T22:34:09Z,20336924476,2,Watchlist summary,0.451045,clickhouse-client --time,True -redshift,Redshift Serverless,36,36,2026-08-12T22:44:08Z,20936890438,2,Watchlist summary,0.399171,clickhouse-client --time,True -redshift,Redshift Serverless,37,37,2026-08-12T22:54:09Z,21541024360,2,Watchlist summary,0.446971,clickhouse-client --time,True -redshift,Redshift Serverless,38,38,2026-08-12T23:03:59Z,22141942247,2,Watchlist summary,0.084459,clickhouse-client --time,True -redshift,Redshift Serverless,39,39,2026-08-12T23:14:09Z,22758184357,2,Watchlist summary,0.424,clickhouse-client --time,True -redshift,Redshift Serverless,40,40,2026-08-12T23:24:10Z,23357488818,2,Watchlist summary,0.461917,clickhouse-client --time,True -redshift,Redshift Serverless,41,41,2026-08-12T23:34:10Z,23959033974,2,Watchlist summary,0.406249,clickhouse-client --time,True -redshift,Redshift Serverless,42,42,2026-08-12T23:44:10Z,24560889162,2,Watchlist summary,0.44501,clickhouse-client --time,True -redshift,Redshift Serverless,43,43,2026-08-12T23:54:09Z,25158046681,2,Watchlist summary,0.463173,clickhouse-client --time,True -redshift,Redshift Serverless,44,44,2026-08-13T00:04:00Z,25757709650,2,Watchlist summary,0.091702,clickhouse-client --time,True -redshift,Redshift Serverless,45,45,2026-08-13T00:14:09Z,26360830738,2,Watchlist summary,0.443245,clickhouse-client --time,True -redshift,Redshift Serverless,46,46,2026-08-13T00:24:10Z,26959822278,2,Watchlist summary,0.450075,clickhouse-client --time,True -redshift,Redshift Serverless,47,47,2026-08-13T00:34:09Z,27560204587,2,Watchlist summary,0.455633,clickhouse-client --time,True -redshift,Redshift Serverless,48,48,2026-08-13T00:44:10Z,28157928300,2,Watchlist summary,0.463688,clickhouse-client --time,True -redshift,Redshift Serverless,49,49,2026-08-13T00:54:10Z,28758932048,2,Watchlist summary,0.4045,clickhouse-client --time,True -redshift,Redshift Serverless,50,50,2026-08-13T01:03:57Z,29358572401,2,Watchlist summary,0.095531,clickhouse-client --time,True -redshift,Redshift Serverless,51,51,2026-08-13T01:14:10Z,29960296771,2,Watchlist summary,0.453851,clickhouse-client --time,True -redshift,Redshift Serverless,52,52,2026-08-13T01:24:10Z,30565269536,2,Watchlist summary,0.455542,clickhouse-client --time,True -redshift,Redshift Serverless,53,53,2026-08-13T01:34:10Z,31160331272,2,Watchlist summary,0.420403,clickhouse-client --time,True -redshift,Redshift Serverless,54,54,2026-08-13T01:44:10Z,31757290992,2,Watchlist summary,0.426996,clickhouse-client --time,True -redshift,Redshift Serverless,55,55,2026-08-13T01:54:10Z,32358986128,2,Watchlist summary,0.610118,clickhouse-client --time,True -redshift,Redshift Serverless,56,56,2026-08-13T02:03:59Z,32960605673,2,Watchlist summary,0.101936,clickhouse-client --time,True -redshift,Redshift Serverless,57,57,2026-08-13T02:14:10Z,33563974195,2,Watchlist summary,0.434575,clickhouse-client --time,True -redshift,Redshift Serverless,58,58,2026-08-13T02:24:10Z,34158960136,2,Watchlist summary,0.471149,clickhouse-client --time,True -redshift,Redshift Serverless,59,59,2026-08-13T02:34:09Z,34760301912,2,Watchlist summary,0.424897,clickhouse-client --time,True -redshift,Redshift Serverless,60,60,2026-08-13T02:44:10Z,35362314543,2,Watchlist summary,0.378277,clickhouse-client --time,True -redshift,Redshift Serverless,61,61,2026-08-13T02:54:08Z,35960573077,2,Watchlist summary,0.453109,clickhouse-client --time,True -redshift,Redshift Serverless,62,62,2026-08-13T03:04:00Z,36560901115,2,Watchlist summary,0.287676,clickhouse-client --time,True -redshift,Redshift Serverless,63,63,2026-08-13T03:14:00Z,37099726907,2,Watchlist summary,0.092967,clickhouse-client --time,True -redshift,Redshift Serverless,64,64,2026-08-13T03:24:11Z,37759210155,2,Watchlist summary,0.496226,clickhouse-client --time,True -redshift,Redshift Serverless,65,65,2026-08-13T03:34:12Z,38369452934,2,Watchlist summary,0.468414,clickhouse-client --time,True -redshift,Redshift Serverless,66,66,2026-08-13T03:44:11Z,38970108594,2,Watchlist summary,0.425826,clickhouse-client --time,True -redshift,Redshift Serverless,67,67,2026-08-13T03:54:10Z,39507372773,2,Watchlist summary,2.620859,clickhouse-client --time,True -redshift,Redshift Serverless,68,68,2026-08-13T04:03:59Z,40110348668,2,Watchlist summary,0.087945,clickhouse-client --time,True -redshift,Redshift Serverless,69,69,2026-08-13T04:14:11Z,40708457686,2,Watchlist summary,2.55144,clickhouse-client --time,True -redshift,Redshift Serverless,70,70,2026-08-13T04:24:11Z,41311191300,2,Watchlist summary,0.395448,clickhouse-client --time,True -redshift,Redshift Serverless,71,71,2026-08-13T04:34:12Z,41969213855,2,Watchlist summary,0.424716,clickhouse-client --time,True -redshift,Redshift Serverless,72,72,2026-08-13T04:44:10Z,42510673827,2,Watchlist summary,2.283765,clickhouse-client --time,True -redshift,Redshift Serverless,73,73,2026-08-13T04:54:10Z,43113715625,2,Watchlist summary,2.49984,clickhouse-client --time,True -redshift,Redshift Serverless,74,74,2026-08-13T05:03:59Z,43708992758,2,Watchlist summary,0.103992,clickhouse-client --time,True -redshift,Redshift Serverless,75,75,2026-08-13T05:14:12Z,44306002093,2,Watchlist summary,0.430782,clickhouse-client --time,True -redshift,Redshift Serverless,76,76,2026-08-13T05:24:13Z,44972171093,2,Watchlist summary,0.443285,clickhouse-client --time,True -redshift,Redshift Serverless,77,77,2026-08-13T05:34:10Z,45569434778,2,Watchlist summary,0.436172,clickhouse-client --time,True -redshift,Redshift Serverless,78,78,2026-08-13T05:44:11Z,46170593122,2,Watchlist summary,0.401527,clickhouse-client --time,True -redshift,Redshift Serverless,79,79,2026-08-13T05:54:12Z,46769882264,2,Watchlist summary,0.433788,clickhouse-client --time,True -redshift,Redshift Serverless,80,80,2026-08-13T06:03:59Z,47307695739,2,Watchlist summary,0.100988,clickhouse-client --time,True -redshift,Redshift Serverless,81,81,2026-08-13T06:14:10Z,47908162093,2,Watchlist summary,2.293723,clickhouse-client --time,True -redshift,Redshift Serverless,82,82,2026-08-13T06:24:09Z,48569875455,2,Watchlist summary,0.4738,clickhouse-client --time,True -redshift,Redshift Serverless,83,83,2026-08-13T06:34:12Z,49170649113,2,Watchlist summary,0.433737,clickhouse-client --time,True -redshift,Redshift Serverless,84,84,2026-08-13T06:44:11Z,49769405745,2,Watchlist summary,0.407029,clickhouse-client --time,True -redshift,Redshift Serverless,85,85,2026-08-13T06:54:10Z,50311961071,2,Watchlist summary,2.492056,clickhouse-client --time,True -redshift,Redshift Serverless,86,86,2026-08-13T07:03:59Z,50902916441,2,Watchlist summary,0.094763,clickhouse-client --time,True -redshift,Redshift Serverless,87,87,2026-08-13T07:14:11Z,51569862364,2,Watchlist summary,0.408297,clickhouse-client --time,True -redshift,Redshift Serverless,88,88,2026-08-13T07:24:11Z,52111833800,2,Watchlist summary,0.44051,clickhouse-client --time,True -redshift,Redshift Serverless,89,89,2026-08-13T07:34:10Z,52797800664,2,Watchlist summary,0.422722,clickhouse-client --time,True -redshift,Redshift Serverless,90,90,2026-08-13T07:44:10Z,53339137987,2,Watchlist summary,0.388961,clickhouse-client --time,True -redshift,Redshift Serverless,91,91,2026-08-13T07:54:11Z,53928907694,2,Watchlist summary,0.429836,clickhouse-client --time,True -redshift,Redshift Serverless,92,92,2026-08-13T08:03:59Z,54532055276,2,Watchlist summary,0.094246,clickhouse-client --time,True -redshift,Redshift Serverless,93,93,2026-08-13T08:14:11Z,55128344953,2,Watchlist summary,0.406198,clickhouse-client --time,True -redshift,Redshift Serverless,94,94,2026-08-13T08:24:10Z,55729088882,2,Watchlist summary,0.409112,clickhouse-client --time,True -redshift,Redshift Serverless,95,95,2026-08-13T08:34:10Z,56328131726,2,Watchlist summary,0.39651,clickhouse-client --time,True -redshift,Redshift Serverless,96,96,2026-08-13T08:44:10Z,56929528891,2,Watchlist summary,0.409755,clickhouse-client --time,True -redshift,Redshift Serverless,97,97,2026-08-13T08:54:10Z,57534735475,2,Watchlist summary,0.366473,clickhouse-client --time,True -redshift,Redshift Serverless,98,98,2026-08-13T09:03:58Z,58132621215,2,Watchlist summary,2.008898,clickhouse-client --time,True -redshift,Redshift Serverless,99,99,2026-08-13T09:14:10Z,58728900353,2,Watchlist summary,0.379921,clickhouse-client --time,True -redshift,Redshift Serverless,100,100,2026-08-13T09:24:09Z,59328863090,2,Watchlist summary,0.410187,clickhouse-client --time,True -redshift,Redshift Serverless,101,101,2026-08-13T09:34:11Z,59932424550,2,Watchlist summary,0.384387,clickhouse-client --time,True -redshift,Redshift Serverless,102,102,2026-08-13T09:44:11Z,60528538925,2,Watchlist summary,0.393277,clickhouse-client --time,True -redshift,Redshift Serverless,103,103,2026-08-13T09:54:12Z,61127219937,2,Watchlist summary,0.391828,clickhouse-client --time,True -redshift,Redshift Serverless,104,104,2026-08-13T10:03:58Z,61728943805,2,Watchlist summary,0.106458,clickhouse-client --time,True -redshift,Redshift Serverless,105,105,2026-08-13T10:14:11Z,62331267479,2,Watchlist summary,0.409141,clickhouse-client --time,True -redshift,Redshift Serverless,106,106,2026-08-13T10:24:10Z,62931770608,2,Watchlist summary,0.434748,clickhouse-client --time,True -redshift,Redshift Serverless,107,107,2026-08-13T10:34:11Z,63530017412,2,Watchlist summary,0.43665,clickhouse-client --time,True -redshift,Redshift Serverless,108,108,2026-08-13T10:44:11Z,64131258918,2,Watchlist summary,0.389373,clickhouse-client --time,True -redshift,Redshift Serverless,109,109,2026-08-13T10:54:10Z,64726881755,2,Watchlist summary,0.456522,clickhouse-client --time,True -redshift,Redshift Serverless,110,110,2026-08-13T11:03:59Z,65328955508,2,Watchlist summary,0.121349,clickhouse-client --time,True -redshift,Redshift Serverless,111,111,2026-08-13T11:14:10Z,65926809029,2,Watchlist summary,0.42463,clickhouse-client --time,True -redshift,Redshift Serverless,112,112,2026-08-13T11:24:12Z,66527854638,2,Watchlist summary,0.391763,clickhouse-client --time,True -redshift,Redshift Serverless,113,113,2026-08-13T11:34:11Z,67128664727,2,Watchlist summary,0.42236,clickhouse-client --time,True -redshift,Redshift Serverless,114,114,2026-08-13T11:44:10Z,67790387128,2,Watchlist summary,0.447463,clickhouse-client --time,True -redshift,Redshift Serverless,115,115,2026-08-13T11:54:10Z,68330088073,2,Watchlist summary,0.470372,clickhouse-client --time,True -redshift,Redshift Serverless,116,116,2026-08-13T12:03:59Z,68929344858,2,Watchlist summary,0.118444,clickhouse-client --time,True -redshift,Redshift Serverless,117,117,2026-08-13T12:14:11Z,69529528941,2,Watchlist summary,0.444947,clickhouse-client --time,True -redshift,Redshift Serverless,118,118,2026-08-13T12:24:11Z,70132993820,2,Watchlist summary,0.554306,clickhouse-client --time,True -redshift,Redshift Serverless,119,119,2026-08-13T12:34:11Z,70742571187,2,Watchlist summary,0.506411,clickhouse-client --time,True -redshift,Redshift Serverless,120,120,2026-08-13T12:44:10Z,71342431867,2,Watchlist summary,0.439128,clickhouse-client --time,True -redshift,Redshift Serverless,121,121,2026-08-13T12:54:09Z,71946007841,2,Watchlist summary,0.436619,clickhouse-client --time,True -redshift,Redshift Serverless,122,122,2026-08-13T13:04:00Z,72546298660,2,Watchlist summary,0.111949,clickhouse-client --time,True -redshift,Redshift Serverless,123,123,2026-08-13T13:14:12Z,73143825074,2,Watchlist summary,0.441874,clickhouse-client --time,True -redshift,Redshift Serverless,124,124,2026-08-13T13:24:10Z,73740624098,2,Watchlist summary,0.507472,clickhouse-client --time,True -redshift,Redshift Serverless,125,125,2026-08-13T13:34:11Z,74341621634,2,Watchlist summary,0.472687,clickhouse-client --time,True -redshift,Redshift Serverless,126,126,2026-08-13T13:44:10Z,74941549148,2,Watchlist summary,0.434362,clickhouse-client --time,True -redshift,Redshift Serverless,127,127,2026-08-13T13:54:11Z,75540057221,2,Watchlist summary,0.460329,clickhouse-client --time,True -redshift,Redshift Serverless,128,128,2026-08-13T14:03:59Z,76141857339,2,Watchlist summary,0.112245,clickhouse-client --time,True -redshift,Redshift Serverless,129,129,2026-08-13T14:14:10Z,76744332234,2,Watchlist summary,0.512325,clickhouse-client --time,True -redshift,Redshift Serverless,130,130,2026-08-13T14:24:11Z,77343838333,2,Watchlist summary,0.457608,clickhouse-client --time,True -redshift,Redshift Serverless,131,131,2026-08-13T14:34:12Z,77945716216,2,Watchlist summary,0.454048,clickhouse-client --time,True -redshift,Redshift Serverless,132,132,2026-08-13T14:44:11Z,78542454275,2,Watchlist summary,0.457723,clickhouse-client --time,True -redshift,Redshift Serverless,133,133,2026-08-13T14:54:11Z,79146527318,2,Watchlist summary,0.428913,clickhouse-client --time,True -redshift,Redshift Serverless,134,134,2026-08-13T15:03:59Z,79742012314,2,Watchlist summary,0.103722,clickhouse-client --time,True -redshift,Redshift Serverless,135,135,2026-08-13T15:14:00Z,80344363553,2,Watchlist summary,0.099638,clickhouse-client --time,True -redshift,Redshift Serverless,136,136,2026-08-13T15:24:12Z,80945919301,2,Watchlist summary,0.452232,clickhouse-client --time,True -redshift,Redshift Serverless,137,137,2026-08-13T15:34:11Z,81551276073,2,Watchlist summary,0.44007,clickhouse-client --time,True -redshift,Redshift Serverless,138,138,2026-08-13T15:44:12Z,82098085629,2,Watchlist summary,0.452358,clickhouse-client --time,True -redshift,Redshift Serverless,139,139,2026-08-13T15:54:11Z,82760697798,2,Watchlist summary,0.467513,clickhouse-client --time,True -redshift,Redshift Serverless,140,140,2026-08-13T16:03:58Z,83304277333,2,Watchlist summary,0.100915,clickhouse-client --time,True -redshift,Redshift Serverless,141,141,2026-08-13T16:14:11Z,83915861762,2,Watchlist summary,0.461703,clickhouse-client --time,True -redshift,Redshift Serverless,142,142,2026-08-13T16:24:10Z,84516022757,2,Watchlist summary,0.400519,clickhouse-client --time,True -redshift,Redshift Serverless,143,143,2026-08-13T16:34:11Z,85116310321,2,Watchlist summary,0.427623,clickhouse-client --time,True -redshift,Redshift Serverless,144,144,2026-08-13T16:44:11Z,85714934329,2,Watchlist summary,0.466843,clickhouse-client --time,True -redshift,Redshift Serverless,145,145,2026-08-13T16:54:11Z,86376876842,2,Watchlist summary,0.397067,clickhouse-client --time,True -redshift,Redshift Serverless,146,146,2026-08-13T17:04:00Z,86919366179,2,Watchlist summary,0.098816,clickhouse-client --time,True -redshift,Redshift Serverless,147,147,2026-08-13T17:14:13Z,87518660143,2,Watchlist summary,0.398738,clickhouse-client --time,True -redshift,Redshift Serverless,148,148,2026-08-13T17:24:11Z,88119922644,2,Watchlist summary,0.428977,clickhouse-client --time,True -redshift,Redshift Serverless,149,149,2026-08-13T17:34:10Z,88721373784,2,Watchlist summary,0.47398,clickhouse-client --time,True -redshift,Redshift Serverless,150,150,2026-08-13T17:44:11Z,89317816940,2,Watchlist summary,0.364652,clickhouse-client --time,True -redshift,Redshift Serverless,151,151,2026-08-13T17:54:10Z,89920330616,2,Watchlist summary,0.376445,clickhouse-client --time,True -redshift,Redshift Serverless,152,152,2026-08-13T18:03:59Z,90519198255,2,Watchlist summary,0.097688,clickhouse-client --time,True -redshift,Redshift Serverless,153,153,2026-08-13T18:14:11Z,91116929731,2,Watchlist summary,0.413864,clickhouse-client --time,True -redshift,Redshift Serverless,154,154,2026-08-13T18:24:11Z,91721103362,2,Watchlist summary,0.403391,clickhouse-client --time,True -redshift,Redshift Serverless,155,155,2026-08-13T18:34:10Z,92316878209,2,Watchlist summary,0.450381,clickhouse-client --time,True -redshift,Redshift Serverless,156,156,2026-08-13T18:44:11Z,92920798733,2,Watchlist summary,0.395665,clickhouse-client --time,True -redshift,Redshift Serverless,157,157,2026-08-13T18:54:11Z,93578343844,2,Watchlist summary,0.380387,clickhouse-client --time,True -redshift,Redshift Serverless,158,158,2026-08-13T19:03:59Z,94121949722,2,Watchlist summary,0.094989,clickhouse-client --time,True -redshift,Redshift Serverless,159,159,2026-08-13T19:14:12Z,94720021119,2,Watchlist summary,0.531114,clickhouse-client --time,True -redshift,Redshift Serverless,160,160,2026-08-13T19:24:11Z,95321520836,2,Watchlist summary,0.428629,clickhouse-client --time,True -redshift,Redshift Serverless,161,161,2026-08-13T19:34:11Z,95919083638,2,Watchlist summary,0.421619,clickhouse-client --time,True -redshift,Redshift Serverless,162,162,2026-08-13T19:44:12Z,96521000095,2,Watchlist summary,0.427415,clickhouse-client --time,True -redshift,Redshift Serverless,163,163,2026-08-13T19:54:11Z,97179016064,2,Watchlist summary,0.407537,clickhouse-client --time,True -redshift,Redshift Serverless,164,164,2026-08-13T20:03:59Z,97780054204,2,Watchlist summary,0.090973,clickhouse-client --time,True -redshift,Redshift Serverless,165,165,2026-08-13T20:14:11Z,98322015057,2,Watchlist summary,0.486602,clickhouse-client --time,True -redshift,Redshift Serverless,166,166,2026-08-13T20:24:11Z,98921587131,2,Watchlist summary,0.41132,clickhouse-client --time,True -redshift,Redshift Serverless,167,167,2026-08-13T20:34:11Z,99517455047,2,Watchlist summary,0.42422,clickhouse-client --time,True +redshift,Redshift Serverless,2,2,2026-08-12T17:03:57Z,539118925,2,Watchlist summary,0.54595,runner result (end-to-end),True +redshift,Redshift Serverless,3,3,2026-08-12T17:14:09Z,1140532594,2,Watchlist summary,0.500239,runner result (end-to-end),True +redshift,Redshift Serverless,4,4,2026-08-12T17:24:09Z,1740468180,2,Watchlist summary,0.615103,runner result (end-to-end),True +redshift,Redshift Serverless,5,5,2026-08-12T17:34:09Z,2341513280,2,Watchlist summary,0.552129,runner result (end-to-end),True +redshift,Redshift Serverless,6,6,2026-08-12T17:44:10Z,2939871289,2,Watchlist summary,0.395472,runner result (end-to-end),True +redshift,Redshift Serverless,7,7,2026-08-12T17:54:09Z,3539132196,2,Watchlist summary,0.576231,runner result (end-to-end),True +redshift,Redshift Serverless,8,8,2026-08-12T18:04:10Z,4143068739,2,Watchlist summary,0.476454,runner result (end-to-end),True +redshift,Redshift Serverless,9,9,2026-08-12T18:13:59Z,4741930895,2,Watchlist summary,0.440905,runner result (end-to-end),True +redshift,Redshift Serverless,10,10,2026-08-12T18:24:10Z,5339083784,2,Watchlist summary,0.517914,runner result (end-to-end),True +redshift,Redshift Serverless,11,11,2026-08-12T18:34:10Z,5938849921,2,Watchlist summary,0.418676,runner result (end-to-end),True +redshift,Redshift Serverless,12,12,2026-08-12T18:44:09Z,6538854893,2,Watchlist summary,0.469427,runner result (end-to-end),True +redshift,Redshift Serverless,13,13,2026-08-12T18:54:09Z,7142932703,2,Watchlist summary,0.515025,runner result (end-to-end),True +redshift,Redshift Serverless,14,14,2026-08-12T19:04:10Z,7739391998,2,Watchlist summary,0.428464,runner result (end-to-end),True +redshift,Redshift Serverless,15,15,2026-08-12T19:14:10Z,8397564229,2,Watchlist summary,0.352657,runner result (end-to-end),True +redshift,Redshift Serverless,16,16,2026-08-12T19:24:10Z,8937866655,2,Watchlist summary,0.433187,runner result (end-to-end),True +redshift,Redshift Serverless,17,17,2026-08-12T19:34:10Z,9542609644,2,Watchlist summary,0.366592,runner result (end-to-end),True +redshift,Redshift Serverless,18,18,2026-08-12T19:44:10Z,10140144267,2,Watchlist summary,0.385671,runner result (end-to-end),True +redshift,Redshift Serverless,19,19,2026-08-12T19:54:10Z,10739646237,2,Watchlist summary,0.536454,runner result (end-to-end),True +redshift,Redshift Serverless,20,20,2026-08-12T20:03:59Z,11339027808,2,Watchlist summary,0.29207,runner result (end-to-end),True +redshift,Redshift Serverless,21,21,2026-08-12T20:14:09Z,11941589977,2,Watchlist summary,0.469555,runner result (end-to-end),True +redshift,Redshift Serverless,22,22,2026-08-12T20:24:10Z,12534774797,2,Watchlist summary,0.431943,runner result (end-to-end),True +redshift,Redshift Serverless,23,23,2026-08-12T20:34:10Z,13143146482,2,Watchlist summary,0.366275,runner result (end-to-end),True +redshift,Redshift Serverless,24,24,2026-08-12T20:44:10Z,13741229534,2,Watchlist summary,0.390831,runner result (end-to-end),True +redshift,Redshift Serverless,25,25,2026-08-12T20:54:09Z,14346887362,2,Watchlist summary,3.195749,runner result (end-to-end),True +redshift,Redshift Serverless,26,26,2026-08-12T21:03:59Z,14942522975,2,Watchlist summary,0.288809,runner result (end-to-end),True +redshift,Redshift Serverless,27,27,2026-08-12T21:14:09Z,15539438649,2,Watchlist summary,0.365698,runner result (end-to-end),True +redshift,Redshift Serverless,28,28,2026-08-12T21:24:09Z,16138130017,2,Watchlist summary,0.380237,runner result (end-to-end),True +redshift,Redshift Serverless,29,29,2026-08-12T21:34:09Z,16739010996,2,Watchlist summary,0.398123,runner result (end-to-end),True +redshift,Redshift Serverless,30,30,2026-08-12T21:44:09Z,17338005403,2,Watchlist summary,0.397045,runner result (end-to-end),True +redshift,Redshift Serverless,31,31,2026-08-12T21:54:10Z,17944900380,2,Watchlist summary,0.469775,runner result (end-to-end),True +redshift,Redshift Serverless,32,32,2026-08-12T22:03:58Z,18545538648,2,Watchlist summary,0.247006,runner result (end-to-end),True +redshift,Redshift Serverless,33,33,2026-08-12T22:13:59Z,19141064210,2,Watchlist summary,0.405876,runner result (end-to-end),True +redshift,Redshift Serverless,34,34,2026-08-12T22:24:10Z,19742262546,2,Watchlist summary,0.444484,runner result (end-to-end),True +redshift,Redshift Serverless,35,35,2026-08-12T22:34:09Z,20336924476,2,Watchlist summary,0.451045,runner result (end-to-end),True +redshift,Redshift Serverless,36,36,2026-08-12T22:44:08Z,20936890438,2,Watchlist summary,0.399171,runner result (end-to-end),True +redshift,Redshift Serverless,37,37,2026-08-12T22:54:09Z,21541024360,2,Watchlist summary,0.446971,runner result (end-to-end),True +redshift,Redshift Serverless,38,38,2026-08-12T23:03:59Z,22141942247,2,Watchlist summary,0.084459,runner result (end-to-end),True +redshift,Redshift Serverless,39,39,2026-08-12T23:14:09Z,22758184357,2,Watchlist summary,0.424,runner result (end-to-end),True +redshift,Redshift Serverless,40,40,2026-08-12T23:24:10Z,23357488818,2,Watchlist summary,0.461917,runner result (end-to-end),True +redshift,Redshift Serverless,41,41,2026-08-12T23:34:10Z,23959033974,2,Watchlist summary,0.406249,runner result (end-to-end),True +redshift,Redshift Serverless,42,42,2026-08-12T23:44:10Z,24560889162,2,Watchlist summary,0.44501,runner result (end-to-end),True +redshift,Redshift Serverless,43,43,2026-08-12T23:54:09Z,25158046681,2,Watchlist summary,0.463173,runner result (end-to-end),True +redshift,Redshift Serverless,44,44,2026-08-13T00:04:00Z,25757709650,2,Watchlist summary,0.091702,runner result (end-to-end),True +redshift,Redshift Serverless,45,45,2026-08-13T00:14:09Z,26360830738,2,Watchlist summary,0.443245,runner result (end-to-end),True +redshift,Redshift Serverless,46,46,2026-08-13T00:24:10Z,26959822278,2,Watchlist summary,0.450075,runner result (end-to-end),True +redshift,Redshift Serverless,47,47,2026-08-13T00:34:09Z,27560204587,2,Watchlist summary,0.455633,runner result (end-to-end),True +redshift,Redshift Serverless,48,48,2026-08-13T00:44:10Z,28157928300,2,Watchlist summary,0.463688,runner result (end-to-end),True +redshift,Redshift Serverless,49,49,2026-08-13T00:54:10Z,28758932048,2,Watchlist summary,0.4045,runner result (end-to-end),True +redshift,Redshift Serverless,50,50,2026-08-13T01:03:57Z,29358572401,2,Watchlist summary,0.095531,runner result (end-to-end),True +redshift,Redshift Serverless,51,51,2026-08-13T01:14:10Z,29960296771,2,Watchlist summary,0.453851,runner result (end-to-end),True +redshift,Redshift Serverless,52,52,2026-08-13T01:24:10Z,30565269536,2,Watchlist summary,0.455542,runner result (end-to-end),True +redshift,Redshift Serverless,53,53,2026-08-13T01:34:10Z,31160331272,2,Watchlist summary,0.420403,runner result (end-to-end),True +redshift,Redshift Serverless,54,54,2026-08-13T01:44:10Z,31757290992,2,Watchlist summary,0.426996,runner result (end-to-end),True +redshift,Redshift Serverless,55,55,2026-08-13T01:54:10Z,32358986128,2,Watchlist summary,0.610118,runner result (end-to-end),True +redshift,Redshift Serverless,56,56,2026-08-13T02:03:59Z,32960605673,2,Watchlist summary,0.101936,runner result (end-to-end),True +redshift,Redshift Serverless,57,57,2026-08-13T02:14:10Z,33563974195,2,Watchlist summary,0.434575,runner result (end-to-end),True +redshift,Redshift Serverless,58,58,2026-08-13T02:24:10Z,34158960136,2,Watchlist summary,0.471149,runner result (end-to-end),True +redshift,Redshift Serverless,59,59,2026-08-13T02:34:09Z,34760301912,2,Watchlist summary,0.424897,runner result (end-to-end),True +redshift,Redshift Serverless,60,60,2026-08-13T02:44:10Z,35362314543,2,Watchlist summary,0.378277,runner result (end-to-end),True +redshift,Redshift Serverless,61,61,2026-08-13T02:54:08Z,35960573077,2,Watchlist summary,0.453109,runner result (end-to-end),True +redshift,Redshift Serverless,62,62,2026-08-13T03:04:00Z,36560901115,2,Watchlist summary,0.287676,runner result (end-to-end),True +redshift,Redshift Serverless,63,63,2026-08-13T03:14:00Z,37099726907,2,Watchlist summary,0.092967,runner result (end-to-end),True +redshift,Redshift Serverless,64,64,2026-08-13T03:24:11Z,37759210155,2,Watchlist summary,0.496226,runner result (end-to-end),True +redshift,Redshift Serverless,65,65,2026-08-13T03:34:12Z,38369452934,2,Watchlist summary,0.468414,runner result (end-to-end),True +redshift,Redshift Serverless,66,66,2026-08-13T03:44:11Z,38970108594,2,Watchlist summary,0.425826,runner result (end-to-end),True +redshift,Redshift Serverless,67,67,2026-08-13T03:54:10Z,39507372773,2,Watchlist summary,2.620859,runner result (end-to-end),True +redshift,Redshift Serverless,68,68,2026-08-13T04:03:59Z,40110348668,2,Watchlist summary,0.087945,runner result (end-to-end),True +redshift,Redshift Serverless,69,69,2026-08-13T04:14:11Z,40708457686,2,Watchlist summary,2.55144,runner result (end-to-end),True +redshift,Redshift Serverless,70,70,2026-08-13T04:24:11Z,41311191300,2,Watchlist summary,0.395448,runner result (end-to-end),True +redshift,Redshift Serverless,71,71,2026-08-13T04:34:12Z,41969213855,2,Watchlist summary,0.424716,runner result (end-to-end),True +redshift,Redshift Serverless,72,72,2026-08-13T04:44:10Z,42510673827,2,Watchlist summary,2.283765,runner result (end-to-end),True +redshift,Redshift Serverless,73,73,2026-08-13T04:54:10Z,43113715625,2,Watchlist summary,2.49984,runner result (end-to-end),True +redshift,Redshift Serverless,74,74,2026-08-13T05:03:59Z,43708992758,2,Watchlist summary,0.103992,runner result (end-to-end),True +redshift,Redshift Serverless,75,75,2026-08-13T05:14:12Z,44306002093,2,Watchlist summary,0.430782,runner result (end-to-end),True +redshift,Redshift Serverless,76,76,2026-08-13T05:24:13Z,44972171093,2,Watchlist summary,0.443285,runner result (end-to-end),True +redshift,Redshift Serverless,77,77,2026-08-13T05:34:10Z,45569434778,2,Watchlist summary,0.436172,runner result (end-to-end),True +redshift,Redshift Serverless,78,78,2026-08-13T05:44:11Z,46170593122,2,Watchlist summary,0.401527,runner result (end-to-end),True +redshift,Redshift Serverless,79,79,2026-08-13T05:54:12Z,46769882264,2,Watchlist summary,0.433788,runner result (end-to-end),True +redshift,Redshift Serverless,80,80,2026-08-13T06:03:59Z,47307695739,2,Watchlist summary,0.100988,runner result (end-to-end),True +redshift,Redshift Serverless,81,81,2026-08-13T06:14:10Z,47908162093,2,Watchlist summary,2.293723,runner result (end-to-end),True +redshift,Redshift Serverless,82,82,2026-08-13T06:24:09Z,48569875455,2,Watchlist summary,0.4738,runner result (end-to-end),True +redshift,Redshift Serverless,83,83,2026-08-13T06:34:12Z,49170649113,2,Watchlist summary,0.433737,runner result (end-to-end),True +redshift,Redshift Serverless,84,84,2026-08-13T06:44:11Z,49769405745,2,Watchlist summary,0.407029,runner result (end-to-end),True +redshift,Redshift Serverless,85,85,2026-08-13T06:54:10Z,50311961071,2,Watchlist summary,2.492056,runner result (end-to-end),True +redshift,Redshift Serverless,86,86,2026-08-13T07:03:59Z,50902916441,2,Watchlist summary,0.094763,runner result (end-to-end),True +redshift,Redshift Serverless,87,87,2026-08-13T07:14:11Z,51569862364,2,Watchlist summary,0.408297,runner result (end-to-end),True +redshift,Redshift Serverless,88,88,2026-08-13T07:24:11Z,52111833800,2,Watchlist summary,0.44051,runner result (end-to-end),True +redshift,Redshift Serverless,89,89,2026-08-13T07:34:10Z,52797800664,2,Watchlist summary,0.422722,runner result (end-to-end),True +redshift,Redshift Serverless,90,90,2026-08-13T07:44:10Z,53339137987,2,Watchlist summary,0.388961,runner result (end-to-end),True +redshift,Redshift Serverless,91,91,2026-08-13T07:54:11Z,53928907694,2,Watchlist summary,0.429836,runner result (end-to-end),True +redshift,Redshift Serverless,92,92,2026-08-13T08:03:59Z,54532055276,2,Watchlist summary,0.094246,runner result (end-to-end),True +redshift,Redshift Serverless,93,93,2026-08-13T08:14:11Z,55128344953,2,Watchlist summary,0.406198,runner result (end-to-end),True +redshift,Redshift Serverless,94,94,2026-08-13T08:24:10Z,55729088882,2,Watchlist summary,0.409112,runner result (end-to-end),True +redshift,Redshift Serverless,95,95,2026-08-13T08:34:10Z,56328131726,2,Watchlist summary,0.39651,runner result (end-to-end),True +redshift,Redshift Serverless,96,96,2026-08-13T08:44:10Z,56929528891,2,Watchlist summary,0.409755,runner result (end-to-end),True +redshift,Redshift Serverless,97,97,2026-08-13T08:54:10Z,57534735475,2,Watchlist summary,0.366473,runner result (end-to-end),True +redshift,Redshift Serverless,98,98,2026-08-13T09:03:58Z,58132621215,2,Watchlist summary,2.008898,runner result (end-to-end),True +redshift,Redshift Serverless,99,99,2026-08-13T09:14:10Z,58728900353,2,Watchlist summary,0.379921,runner result (end-to-end),True +redshift,Redshift Serverless,100,100,2026-08-13T09:24:09Z,59328863090,2,Watchlist summary,0.410187,runner result (end-to-end),True +redshift,Redshift Serverless,101,101,2026-08-13T09:34:11Z,59932424550,2,Watchlist summary,0.384387,runner result (end-to-end),True +redshift,Redshift Serverless,102,102,2026-08-13T09:44:11Z,60528538925,2,Watchlist summary,0.393277,runner result (end-to-end),True +redshift,Redshift Serverless,103,103,2026-08-13T09:54:12Z,61127219937,2,Watchlist summary,0.391828,runner result (end-to-end),True +redshift,Redshift Serverless,104,104,2026-08-13T10:03:58Z,61728943805,2,Watchlist summary,0.106458,runner result (end-to-end),True +redshift,Redshift Serverless,105,105,2026-08-13T10:14:11Z,62331267479,2,Watchlist summary,0.409141,runner result (end-to-end),True +redshift,Redshift Serverless,106,106,2026-08-13T10:24:10Z,62931770608,2,Watchlist summary,0.434748,runner result (end-to-end),True +redshift,Redshift Serverless,107,107,2026-08-13T10:34:11Z,63530017412,2,Watchlist summary,0.43665,runner result (end-to-end),True +redshift,Redshift Serverless,108,108,2026-08-13T10:44:11Z,64131258918,2,Watchlist summary,0.389373,runner result (end-to-end),True +redshift,Redshift Serverless,109,109,2026-08-13T10:54:10Z,64726881755,2,Watchlist summary,0.456522,runner result (end-to-end),True +redshift,Redshift Serverless,110,110,2026-08-13T11:03:59Z,65328955508,2,Watchlist summary,0.121349,runner result (end-to-end),True +redshift,Redshift Serverless,111,111,2026-08-13T11:14:10Z,65926809029,2,Watchlist summary,0.42463,runner result (end-to-end),True +redshift,Redshift Serverless,112,112,2026-08-13T11:24:12Z,66527854638,2,Watchlist summary,0.391763,runner result (end-to-end),True +redshift,Redshift Serverless,113,113,2026-08-13T11:34:11Z,67128664727,2,Watchlist summary,0.42236,runner result (end-to-end),True +redshift,Redshift Serverless,114,114,2026-08-13T11:44:10Z,67790387128,2,Watchlist summary,0.447463,runner result (end-to-end),True +redshift,Redshift Serverless,115,115,2026-08-13T11:54:10Z,68330088073,2,Watchlist summary,0.470372,runner result (end-to-end),True +redshift,Redshift Serverless,116,116,2026-08-13T12:03:59Z,68929344858,2,Watchlist summary,0.118444,runner result (end-to-end),True +redshift,Redshift Serverless,117,117,2026-08-13T12:14:11Z,69529528941,2,Watchlist summary,0.444947,runner result (end-to-end),True +redshift,Redshift Serverless,118,118,2026-08-13T12:24:11Z,70132993820,2,Watchlist summary,0.554306,runner result (end-to-end),True +redshift,Redshift Serverless,119,119,2026-08-13T12:34:11Z,70742571187,2,Watchlist summary,0.506411,runner result (end-to-end),True +redshift,Redshift Serverless,120,120,2026-08-13T12:44:10Z,71342431867,2,Watchlist summary,0.439128,runner result (end-to-end),True +redshift,Redshift Serverless,121,121,2026-08-13T12:54:09Z,71946007841,2,Watchlist summary,0.436619,runner result (end-to-end),True +redshift,Redshift Serverless,122,122,2026-08-13T13:04:00Z,72546298660,2,Watchlist summary,0.111949,runner result (end-to-end),True +redshift,Redshift Serverless,123,123,2026-08-13T13:14:12Z,73143825074,2,Watchlist summary,0.441874,runner result (end-to-end),True +redshift,Redshift Serverless,124,124,2026-08-13T13:24:10Z,73740624098,2,Watchlist summary,0.507472,runner result (end-to-end),True +redshift,Redshift Serverless,125,125,2026-08-13T13:34:11Z,74341621634,2,Watchlist summary,0.472687,runner result (end-to-end),True +redshift,Redshift Serverless,126,126,2026-08-13T13:44:10Z,74941549148,2,Watchlist summary,0.434362,runner result (end-to-end),True +redshift,Redshift Serverless,127,127,2026-08-13T13:54:11Z,75540057221,2,Watchlist summary,0.460329,runner result (end-to-end),True +redshift,Redshift Serverless,128,128,2026-08-13T14:03:59Z,76141857339,2,Watchlist summary,0.112245,runner result (end-to-end),True +redshift,Redshift Serverless,129,129,2026-08-13T14:14:10Z,76744332234,2,Watchlist summary,0.512325,runner result (end-to-end),True +redshift,Redshift Serverless,130,130,2026-08-13T14:24:11Z,77343838333,2,Watchlist summary,0.457608,runner result (end-to-end),True +redshift,Redshift Serverless,131,131,2026-08-13T14:34:12Z,77945716216,2,Watchlist summary,0.454048,runner result (end-to-end),True +redshift,Redshift Serverless,132,132,2026-08-13T14:44:11Z,78542454275,2,Watchlist summary,0.457723,runner result (end-to-end),True +redshift,Redshift Serverless,133,133,2026-08-13T14:54:11Z,79146527318,2,Watchlist summary,0.428913,runner result (end-to-end),True +redshift,Redshift Serverless,134,134,2026-08-13T15:03:59Z,79742012314,2,Watchlist summary,0.103722,runner result (end-to-end),True +redshift,Redshift Serverless,135,135,2026-08-13T15:14:00Z,80344363553,2,Watchlist summary,0.099638,runner result (end-to-end),True +redshift,Redshift Serverless,136,136,2026-08-13T15:24:12Z,80945919301,2,Watchlist summary,0.452232,runner result (end-to-end),True +redshift,Redshift Serverless,137,137,2026-08-13T15:34:11Z,81551276073,2,Watchlist summary,0.44007,runner result (end-to-end),True +redshift,Redshift Serverless,138,138,2026-08-13T15:44:12Z,82098085629,2,Watchlist summary,0.452358,runner result (end-to-end),True +redshift,Redshift Serverless,139,139,2026-08-13T15:54:11Z,82760697798,2,Watchlist summary,0.467513,runner result (end-to-end),True +redshift,Redshift Serverless,140,140,2026-08-13T16:03:58Z,83304277333,2,Watchlist summary,0.100915,runner result (end-to-end),True +redshift,Redshift Serverless,141,141,2026-08-13T16:14:11Z,83915861762,2,Watchlist summary,0.461703,runner result (end-to-end),True +redshift,Redshift Serverless,142,142,2026-08-13T16:24:10Z,84516022757,2,Watchlist summary,0.400519,runner result (end-to-end),True +redshift,Redshift Serverless,143,143,2026-08-13T16:34:11Z,85116310321,2,Watchlist summary,0.427623,runner result (end-to-end),True +redshift,Redshift Serverless,144,144,2026-08-13T16:44:11Z,85714934329,2,Watchlist summary,0.466843,runner result (end-to-end),True +redshift,Redshift Serverless,145,145,2026-08-13T16:54:11Z,86376876842,2,Watchlist summary,0.397067,runner result (end-to-end),True +redshift,Redshift Serverless,146,146,2026-08-13T17:04:00Z,86919366179,2,Watchlist summary,0.098816,runner result (end-to-end),True +redshift,Redshift Serverless,147,147,2026-08-13T17:14:13Z,87518660143,2,Watchlist summary,0.398738,runner result (end-to-end),True +redshift,Redshift Serverless,148,148,2026-08-13T17:24:11Z,88119922644,2,Watchlist summary,0.428977,runner result (end-to-end),True +redshift,Redshift Serverless,149,149,2026-08-13T17:34:10Z,88721373784,2,Watchlist summary,0.47398,runner result (end-to-end),True +redshift,Redshift Serverless,150,150,2026-08-13T17:44:11Z,89317816940,2,Watchlist summary,0.364652,runner result (end-to-end),True +redshift,Redshift Serverless,151,151,2026-08-13T17:54:10Z,89920330616,2,Watchlist summary,0.376445,runner result (end-to-end),True +redshift,Redshift Serverless,152,152,2026-08-13T18:03:59Z,90519198255,2,Watchlist summary,0.097688,runner result (end-to-end),True +redshift,Redshift Serverless,153,153,2026-08-13T18:14:11Z,91116929731,2,Watchlist summary,0.413864,runner result (end-to-end),True +redshift,Redshift Serverless,154,154,2026-08-13T18:24:11Z,91721103362,2,Watchlist summary,0.403391,runner result (end-to-end),True +redshift,Redshift Serverless,155,155,2026-08-13T18:34:10Z,92316878209,2,Watchlist summary,0.450381,runner result (end-to-end),True +redshift,Redshift Serverless,156,156,2026-08-13T18:44:11Z,92920798733,2,Watchlist summary,0.395665,runner result (end-to-end),True +redshift,Redshift Serverless,157,157,2026-08-13T18:54:11Z,93578343844,2,Watchlist summary,0.380387,runner result (end-to-end),True +redshift,Redshift Serverless,158,158,2026-08-13T19:03:59Z,94121949722,2,Watchlist summary,0.094989,runner result (end-to-end),True +redshift,Redshift Serverless,159,159,2026-08-13T19:14:12Z,94720021119,2,Watchlist summary,0.531114,runner result (end-to-end),True +redshift,Redshift Serverless,160,160,2026-08-13T19:24:11Z,95321520836,2,Watchlist summary,0.428629,runner result (end-to-end),True +redshift,Redshift Serverless,161,161,2026-08-13T19:34:11Z,95919083638,2,Watchlist summary,0.421619,runner result (end-to-end),True +redshift,Redshift Serverless,162,162,2026-08-13T19:44:12Z,96521000095,2,Watchlist summary,0.427415,runner result (end-to-end),True +redshift,Redshift Serverless,163,163,2026-08-13T19:54:11Z,97179016064,2,Watchlist summary,0.407537,runner result (end-to-end),True +redshift,Redshift Serverless,164,164,2026-08-13T20:03:59Z,97780054204,2,Watchlist summary,0.090973,runner result (end-to-end),True +redshift,Redshift Serverless,165,165,2026-08-13T20:14:11Z,98322015057,2,Watchlist summary,0.486602,runner result (end-to-end),True +redshift,Redshift Serverless,166,166,2026-08-13T20:24:11Z,98921587131,2,Watchlist summary,0.41132,runner result (end-to-end),True +redshift,Redshift Serverless,167,167,2026-08-13T20:34:11Z,99517455047,2,Watchlist summary,0.42422,runner result (end-to-end),True +databricks,Databricks Serverless SQL,1,1,2026-09-18T17:07:31.664Z,48991024,2,Watchlist summary,0.843,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,2,2,2026-09-18T17:17:31.665Z,649003190,2,Watchlist summary,0.375,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,3,3,2026-09-18T17:27:31.665Z,1249020088,2,Watchlist summary,0.387,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,4,4,2026-09-18T17:37:31.665Z,1848994361,2,Watchlist summary,0.345,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,5,5,2026-09-18T17:47:31.665Z,2448987056,2,Watchlist summary,0.354,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,6,6,2026-09-18T17:57:31.665Z,3049016351,2,Watchlist summary,0.373,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,7,7,2026-09-18T18:07:31.665Z,3648905245,2,Watchlist summary,0.354,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,8,8,2026-09-18T18:17:31.665Z,4248886900,2,Watchlist summary,1.119,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,9,9,2026-09-18T18:27:31.665Z,4848983718,2,Watchlist summary,0.44,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,10,10,2026-09-18T18:37:31.665Z,5448871065,2,Watchlist summary,0.378,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,11,11,2026-09-18T18:47:31.665Z,6048972873,2,Watchlist summary,0.402,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,12,12,2026-09-18T18:57:31.665Z,6649003205,2,Watchlist summary,0.401,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,13,13,2026-09-18T19:07:31.665Z,7248988928,2,Watchlist summary,0.461,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,14,14,2026-09-18T19:17:31.665Z,7849051094,2,Watchlist summary,0.401,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,15,15,2026-09-18T19:27:31.665Z,8448855794,2,Watchlist summary,0.783,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,16,16,2026-09-18T19:37:31.665Z,9048929201,2,Watchlist summary,0.462,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,17,17,2026-09-18T19:47:31.665Z,9648968625,2,Watchlist summary,0.393,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,18,18,2026-09-18T19:57:31.665Z,10248903114,2,Watchlist summary,0.396,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,19,19,2026-09-18T20:07:31.665Z,10848950992,2,Watchlist summary,0.566,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,20,20,2026-09-18T20:17:31.665Z,11448893976,2,Watchlist summary,0.735,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,21,21,2026-09-18T20:27:31.665Z,12048592301,2,Watchlist summary,0.788,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,22,22,2026-09-18T20:37:31.665Z,12649009868,2,Watchlist summary,0.436,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,23,23,2026-09-18T20:47:31.665Z,13249019508,2,Watchlist summary,0.684,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,24,24,2026-09-18T20:57:31.665Z,13848898093,2,Watchlist summary,0.386,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,25,25,2026-09-18T21:07:31.665Z,14448885812,2,Watchlist summary,0.769,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,26,26,2026-09-18T21:17:31.665Z,15048867160,2,Watchlist summary,0.443,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,27,27,2026-09-18T21:27:31.665Z,15648997618,2,Watchlist summary,0.456,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,28,28,2026-09-18T21:37:31.665Z,16249004090,2,Watchlist summary,0.475,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,29,29,2026-09-18T21:47:31.665Z,16849004649,2,Watchlist summary,0.418,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,30,30,2026-09-18T21:57:31.665Z,17448992007,2,Watchlist summary,0.414,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,31,31,2026-09-18T22:07:31.665Z,18048883403,2,Watchlist summary,0.46,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,32,32,2026-09-18T22:17:31.665Z,18648733933,2,Watchlist summary,0.413,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,33,33,2026-09-18T22:27:31.665Z,19248986594,2,Watchlist summary,0.443,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,34,34,2026-09-18T22:37:31.665Z,19848956047,2,Watchlist summary,0.412,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,35,35,2026-09-18T22:47:31.665Z,20448891140,2,Watchlist summary,0.627,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,36,36,2026-09-18T22:57:31.665Z,21048956022,2,Watchlist summary,0.656,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,37,37,2026-09-18T23:07:31.665Z,21648927817,2,Watchlist summary,0.608,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,38,38,2026-09-18T23:17:31.665Z,22249043246,2,Watchlist summary,0.467,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,39,39,2026-09-18T23:27:31.665Z,22848929920,2,Watchlist summary,0.682,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,40,40,2026-09-18T23:37:31.665Z,23448953518,2,Watchlist summary,0.652,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,41,41,2026-09-18T23:47:31.665Z,24048909415,2,Watchlist summary,0.654,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,42,42,2026-09-18T23:57:31.665Z,24648973497,2,Watchlist summary,0.392,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,43,43,2026-09-19T00:07:31.665Z,25248924027,2,Watchlist summary,0.705,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,44,44,2026-09-19T00:17:31.665Z,25848959896,2,Watchlist summary,0.643,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,45,45,2026-09-19T00:27:31.665Z,26448943724,2,Watchlist summary,1.037,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,46,46,2026-09-19T00:37:31.665Z,27048899731,2,Watchlist summary,0.428,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,47,47,2026-09-19T00:47:31.665Z,27648937048,2,Watchlist summary,0.471,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,48,48,2026-09-19T00:57:31.665Z,28248919345,2,Watchlist summary,0.68,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,49,49,2026-09-19T01:07:31.665Z,28848912329,2,Watchlist summary,0.669,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,50,50,2026-09-19T01:17:31.665Z,29448915472,2,Watchlist summary,0.412,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,51,51,2026-09-19T01:27:31.665Z,30048967566,2,Watchlist summary,0.429,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,52,52,2026-09-19T01:37:31.665Z,30648879647,2,Watchlist summary,0.467,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,53,53,2026-09-19T01:47:31.665Z,31248858731,2,Watchlist summary,0.434,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,54,54,2026-09-19T01:57:31.665Z,31849001715,2,Watchlist summary,0.419,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,55,55,2026-09-19T02:07:31.665Z,32448900387,2,Watchlist summary,0.542,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,56,56,2026-09-19T02:17:31.665Z,33049038056,2,Watchlist summary,0.419,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,57,57,2026-09-19T02:27:31.665Z,33649000287,2,Watchlist summary,0.456,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,58,58,2026-09-19T02:37:31.665Z,34248943675,2,Watchlist summary,0.479,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,59,59,2026-09-19T02:47:31.665Z,34848935288,2,Watchlist summary,0.44,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,60,60,2026-09-19T02:57:31.665Z,35448936836,2,Watchlist summary,0.42,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,61,61,2026-09-19T03:07:31.665Z,36049010227,2,Watchlist summary,0.83,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,62,62,2026-09-19T03:17:31.665Z,36648957386,2,Watchlist summary,0.892,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,63,63,2026-09-19T03:27:31.665Z,37249049007,2,Watchlist summary,0.47,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,64,64,2026-09-19T03:37:31.665Z,37848989380,2,Watchlist summary,0.697,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,65,65,2026-09-19T03:47:31.665Z,38448981241,2,Watchlist summary,0.72,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,66,66,2026-09-19T03:57:31.665Z,39048929732,2,Watchlist summary,0.67,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,67,67,2026-09-19T04:07:31.665Z,39648991503,2,Watchlist summary,0.88,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,68,68,2026-09-19T04:17:31.665Z,40248892033,2,Watchlist summary,0.48,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,69,69,2026-09-19T04:27:31.665Z,40848840757,2,Watchlist summary,0.727,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,70,70,2026-09-19T04:37:31.665Z,41448952314,2,Watchlist summary,0.733,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,71,71,2026-09-19T04:47:31.665Z,42048902844,2,Watchlist summary,0.728,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,72,72,2026-09-19T04:57:31.665Z,42649050693,2,Watchlist summary,0.683,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,73,73,2026-09-19T05:07:31.665Z,43248955264,2,Watchlist summary,0.5,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,74,74,2026-09-19T05:17:31.665Z,43849004793,2,Watchlist summary,0.693,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,75,75,2026-09-19T05:27:31.665Z,44448870942,2,Watchlist summary,0.43,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,76,76,2026-09-19T05:37:31.665Z,45048902478,2,Watchlist summary,0.681,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,77,77,2026-09-19T05:47:31.665Z,45648983692,2,Watchlist summary,0.402,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,78,78,2026-09-19T05:57:31.665Z,46248965040,2,Watchlist summary,0.686,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,79,79,2026-09-19T06:07:31.665Z,46848958026,2,Watchlist summary,0.506,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,80,80,2026-09-19T06:17:31.665Z,47448953256,2,Watchlist summary,0.728,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,81,81,2026-09-19T06:27:31.665Z,48048969904,2,Watchlist summary,0.445,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,82,82,2026-09-19T06:37:31.665Z,48648841029,2,Watchlist summary,0.743,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,83,83,2026-09-19T06:47:31.665Z,49249000673,2,Watchlist summary,0.482,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,84,84,2026-09-19T06:57:31.665Z,49848932021,2,Watchlist summary,0.765,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,85,85,2026-09-19T07:07:31.665Z,50448920743,2,Watchlist summary,0.484,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,86,86,2026-09-19T07:17:31.665Z,51048965322,2,Watchlist summary,0.705,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,87,87,2026-09-19T07:27:31.665Z,51648867376,2,Watchlist summary,0.762,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,88,88,2026-09-19T07:37:31.665Z,52248886297,2,Watchlist summary,0.807,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,89,89,2026-09-19T07:47:31.665Z,52848929281,2,Watchlist summary,0.637,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,90,90,2026-09-19T07:57:31.665Z,53448968592,2,Watchlist summary,0.691,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,91,91,2026-09-19T08:07:31.665Z,54048999698,2,Watchlist summary,0.877,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,92,92,2026-09-19T08:17:31.665Z,54648912657,2,Watchlist summary,0.736,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,93,93,2026-09-19T08:27:31.665Z,55248932131,2,Watchlist summary,0.764,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,94,94,2026-09-19T08:37:31.665Z,55849013665,2,Watchlist summary,0.688,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,95,95,2026-09-19T08:47:31.665Z,56448925831,2,Watchlist summary,0.686,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,96,96,2026-09-19T08:57:31.665Z,57048862217,2,Watchlist summary,0.784,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,97,97,2026-09-19T09:07:31.665Z,57648963051,2,Watchlist summary,0.773,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,98,98,2026-09-19T09:17:31.665Z,58249004920,2,Watchlist summary,0.763,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,99,99,2026-09-19T09:27:31.665Z,58848886186,2,Watchlist summary,0.412,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,100,100,2026-09-19T09:37:31.665Z,59449032571,2,Watchlist summary,0.722,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,101,101,2026-09-19T09:47:31.665Z,60048974387,2,Watchlist summary,0.73,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,102,102,2026-09-19T09:57:31.665Z,60649047005,2,Watchlist summary,0.411,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,103,103,2026-09-19T10:07:31.665Z,61248997535,2,Watchlist summary,0.866,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,104,104,2026-09-19T10:17:31.665Z,61848979545,2,Watchlist summary,0.414,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,105,105,2026-09-19T10:27:31.665Z,62448827582,2,Watchlist summary,0.701,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,106,106,2026-09-19T10:37:31.665Z,63048951008,2,Watchlist summary,0.442,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,107,107,2026-09-19T10:47:31.665Z,63648915373,2,Watchlist summary,0.757,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,108,108,2026-09-19T10:57:31.665Z,64248934893,2,Watchlist summary,0.549,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,109,109,2026-09-19T11:07:31.665Z,64848931181,2,Watchlist summary,0.49,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,110,110,2026-09-19T11:17:31.665Z,65448990060,2,Watchlist summary,0.69,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,111,111,2026-09-19T11:27:31.665Z,66048942260,2,Watchlist summary,0.417,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,112,112,2026-09-19T11:37:31.665Z,66648970121,2,Watchlist summary,0.725,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,113,113,2026-09-19T11:47:31.665Z,67248947921,2,Watchlist summary,0.451,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,114,114,2026-09-19T11:57:31.665Z,67848865391,2,Watchlist summary,0.766,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,115,115,2026-09-19T12:07:31.665Z,68448901225,2,Watchlist summary,0.897,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,116,116,2026-09-19T12:17:31.665Z,69049033856,2,Watchlist summary,0.735,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,117,117,2026-09-19T12:27:31.665Z,69648898887,2,Watchlist summary,0.725,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,118,118,2026-09-19T12:37:31.665Z,70248972689,2,Watchlist summary,0.802,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,119,119,2026-09-19T12:47:31.665Z,70848944994,2,Watchlist summary,1.138,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,120,120,2026-09-19T12:57:31.665Z,71448876924,2,Watchlist summary,0.785,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,121,121,2026-09-19T13:07:31.665Z,72048872763,2,Watchlist summary,0.792,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,122,122,2026-09-19T13:17:31.665Z,72648823293,2,Watchlist summary,0.767,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,123,123,2026-09-19T13:27:31.665Z,73248951843,2,Watchlist summary,0.739,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,124,124,2026-09-19T13:37:31.665Z,73848850795,2,Watchlist summary,0.743,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,125,125,2026-09-19T13:47:31.665Z,74448988124,2,Watchlist summary,0.736,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,126,126,2026-09-19T13:57:31.665Z,75048980211,2,Watchlist summary,0.72,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,127,127,2026-09-19T14:07:31.665Z,75648919105,2,Watchlist summary,0.805,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,128,128,2026-09-19T14:17:31.665Z,76248881396,2,Watchlist summary,0.795,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,129,129,2026-09-19T14:27:31.665Z,76848823691,2,Watchlist summary,0.75,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,130,130,2026-09-19T14:37:31.665Z,77448864325,2,Watchlist summary,0.718,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,131,131,2026-09-19T14:47:31.665Z,78048857309,2,Watchlist summary,0.712,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,132,132,2026-09-19T14:57:31.665Z,78648963825,2,Watchlist summary,0.749,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,133,133,2026-09-19T15:07:31.665Z,79248916498,2,Watchlist summary,0.849,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,134,134,2026-09-19T15:17:31.665Z,79848963748,2,Watchlist summary,0.426,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,135,135,2026-09-19T15:27:31.665Z,80448989098,2,Watchlist summary,0.682,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,136,136,2026-09-19T15:37:31.665Z,81048989103,2,Watchlist summary,0.411,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,137,137,2026-09-19T15:47:31.665Z,81648805878,2,Watchlist summary,0.726,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,138,138,2026-09-19T15:57:31.665Z,82248892830,2,Watchlist summary,0.696,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,139,139,2026-09-19T16:07:31.665Z,82848947450,2,Watchlist summary,0.498,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,140,140,2026-09-19T16:17:31.665Z,83448864291,2,Watchlist summary,0.739,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,141,141,2026-09-19T16:27:31.665Z,84048946267,2,Watchlist summary,0.493,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,142,142,2026-09-19T16:37:31.665Z,84648911334,2,Watchlist summary,1.07,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,143,143,2026-09-19T16:47:31.665Z,85248832558,2,Watchlist summary,0.551,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,144,144,2026-09-19T16:57:31.665Z,85848983088,2,Watchlist summary,0.812,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,145,145,2026-09-19T17:07:31.665Z,86448998070,2,Watchlist summary,0.577,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,146,146,2026-09-19T17:17:31.665Z,87048970508,2,Watchlist summary,0.834,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,147,147,2026-09-19T17:27:31.665Z,87648993949,2,Watchlist summary,0.757,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,148,148,2026-09-19T17:37:31.665Z,88248973865,2,Watchlist summary,1.094,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,149,149,2026-09-19T17:47:31.665Z,88848942984,2,Watchlist summary,0.853,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,150,150,2026-09-19T17:57:31.665Z,89448824332,2,Watchlist summary,1.071,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,151,151,2026-09-19T18:07:31.665Z,90048962182,2,Watchlist summary,0.807,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,152,152,2026-09-19T18:17:31.665Z,90648973338,2,Watchlist summary,0.813,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,153,153,2026-09-19T18:27:31.665Z,91248923008,2,Watchlist summary,0.639,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,154,154,2026-09-19T18:37:31.665Z,91848815062,2,Watchlist summary,0.808,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,155,155,2026-09-19T18:47:31.665Z,92448977228,2,Watchlist summary,0.819,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,156,156,2026-09-19T18:57:31.665Z,93048998642,2,Watchlist summary,0.446,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,157,157,2026-09-19T19:07:31.665Z,93648850827,2,Watchlist summary,0.793,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,158,158,2026-09-19T19:17:31.665Z,94248956784,2,Watchlist summary,0.803,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,159,159,2026-09-19T19:27:31.665Z,94848829249,2,Watchlist summary,0.763,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,160,160,2026-09-19T19:37:31.665Z,95448942204,2,Watchlist summary,0.772,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,161,161,2026-09-19T19:47:31.665Z,96048966006,2,Watchlist summary,0.811,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,162,162,2026-09-19T19:57:31.665Z,96648893321,2,Watchlist summary,0.729,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,163,163,2026-09-19T20:07:31.665Z,97248931018,2,Watchlist summary,0.774,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,164,164,2026-09-19T20:17:31.665Z,97848875579,2,Watchlist summary,0.451,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,165,165,2026-09-19T20:27:31.665Z,98448826106,2,Watchlist summary,0.857,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,166,166,2026-09-19T20:37:31.665Z,99048919090,2,Watchlist summary,0.828,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,167,167,2026-09-19T20:47:31.665Z,99648972815,2,Watchlist summary,0.474,provider Query History total duration; includes compilation; excludes fetch,True clickhouse,ClickHouse Cloud,2,2,2026-08-08T07:05:59Z,724786266,3,Top movers,0.006,clickhouse-client --time,True clickhouse,ClickHouse Cloud,3,3,2026-08-08T07:15:59Z,1370669828,3,Top movers,0.009,clickhouse-client --time,True clickhouse,ClickHouse Cloud,4,4,2026-08-08T07:25:59Z,1975682003,3,Top movers,0.045,clickhouse-client --time,True @@ -1957,172 +2291,339 @@ bigquery,BigQuery,164,164,2026-08-11T18:34:39.579Z,97751631895,3,Top movers,3.14 bigquery,BigQuery,165,165,2026-08-11T18:44:39.579Z,98347800336,3,Top movers,3.833,statistics.finalExecutionDurationMs,True bigquery,BigQuery,166,166,2026-08-11T18:54:39.579Z,98954665038,3,Top movers,3.324,statistics.finalExecutionDurationMs,True bigquery,BigQuery,167,167,2026-08-11T19:04:39.579Z,99551267495,3,Top movers,3.769,statistics.finalExecutionDurationMs,True -redshift,Redshift Serverless,2,2,2026-08-12T17:03:57Z,539118925,3,Top movers,0.178368,clickhouse-client --time,True -redshift,Redshift Serverless,3,3,2026-08-12T17:14:09Z,1140532594,3,Top movers,0.155069,clickhouse-client --time,True -redshift,Redshift Serverless,4,4,2026-08-12T17:24:09Z,1740468180,3,Top movers,0.176195,clickhouse-client --time,True -redshift,Redshift Serverless,5,5,2026-08-12T17:34:09Z,2341513280,3,Top movers,0.204242,clickhouse-client --time,True -redshift,Redshift Serverless,6,6,2026-08-12T17:44:10Z,2939871289,3,Top movers,0.153018,clickhouse-client --time,True -redshift,Redshift Serverless,7,7,2026-08-12T17:54:09Z,3539132196,3,Top movers,0.309352,clickhouse-client --time,True -redshift,Redshift Serverless,8,8,2026-08-12T18:04:10Z,4143068739,3,Top movers,0.093633,clickhouse-client --time,True -redshift,Redshift Serverless,9,9,2026-08-12T18:13:59Z,4741930895,3,Top movers,0.151623,clickhouse-client --time,True -redshift,Redshift Serverless,10,10,2026-08-12T18:24:10Z,5339083784,3,Top movers,0.151371,clickhouse-client --time,True -redshift,Redshift Serverless,11,11,2026-08-12T18:34:10Z,5938849921,3,Top movers,0.093887,clickhouse-client --time,True -redshift,Redshift Serverless,12,12,2026-08-12T18:44:09Z,6538854893,3,Top movers,0.094817,clickhouse-client --time,True -redshift,Redshift Serverless,13,13,2026-08-12T18:54:09Z,7142932703,3,Top movers,0.31755,clickhouse-client --time,True -redshift,Redshift Serverless,14,14,2026-08-12T19:04:10Z,7739391998,3,Top movers,0.089725,clickhouse-client --time,True -redshift,Redshift Serverless,15,15,2026-08-12T19:14:10Z,8397564229,3,Top movers,0.101261,clickhouse-client --time,True -redshift,Redshift Serverless,16,16,2026-08-12T19:24:10Z,8937866655,3,Top movers,0.089364,clickhouse-client --time,True -redshift,Redshift Serverless,17,17,2026-08-12T19:34:10Z,9542609644,3,Top movers,0.091795,clickhouse-client --time,True -redshift,Redshift Serverless,18,18,2026-08-12T19:44:10Z,10140144267,3,Top movers,0.091603,clickhouse-client --time,True -redshift,Redshift Serverless,19,19,2026-08-12T19:54:10Z,10739646237,3,Top movers,0.101108,clickhouse-client --time,True -redshift,Redshift Serverless,20,20,2026-08-12T20:03:59Z,11339027808,3,Top movers,0.090449,clickhouse-client --time,True -redshift,Redshift Serverless,21,21,2026-08-12T20:14:09Z,11941589977,3,Top movers,0.11329,clickhouse-client --time,True -redshift,Redshift Serverless,22,22,2026-08-12T20:24:10Z,12534774797,3,Top movers,0.105914,clickhouse-client --time,True -redshift,Redshift Serverless,23,23,2026-08-12T20:34:10Z,13143146482,3,Top movers,0.09173,clickhouse-client --time,True -redshift,Redshift Serverless,24,24,2026-08-12T20:44:10Z,13741229534,3,Top movers,0.098271,clickhouse-client --time,True -redshift,Redshift Serverless,25,25,2026-08-12T20:54:09Z,14346887362,3,Top movers,0.123148,clickhouse-client --time,True -redshift,Redshift Serverless,26,26,2026-08-12T21:03:59Z,14942522975,3,Top movers,0.095294,clickhouse-client --time,True -redshift,Redshift Serverless,27,27,2026-08-12T21:14:09Z,15539438649,3,Top movers,0.097717,clickhouse-client --time,True -redshift,Redshift Serverless,28,28,2026-08-12T21:24:09Z,16138130017,3,Top movers,0.09671,clickhouse-client --time,True -redshift,Redshift Serverless,29,29,2026-08-12T21:34:09Z,16739010996,3,Top movers,0.092775,clickhouse-client --time,True -redshift,Redshift Serverless,30,30,2026-08-12T21:44:09Z,17338005403,3,Top movers,0.09246,clickhouse-client --time,True -redshift,Redshift Serverless,31,31,2026-08-12T21:54:10Z,17944900380,3,Top movers,0.109469,clickhouse-client --time,True -redshift,Redshift Serverless,32,32,2026-08-12T22:03:58Z,18545538648,3,Top movers,0.07918,clickhouse-client --time,True -redshift,Redshift Serverless,33,33,2026-08-12T22:13:59Z,19141064210,3,Top movers,0.09506,clickhouse-client --time,True -redshift,Redshift Serverless,34,34,2026-08-12T22:24:10Z,19742262546,3,Top movers,0.099412,clickhouse-client --time,True -redshift,Redshift Serverless,35,35,2026-08-12T22:34:09Z,20336924476,3,Top movers,0.093167,clickhouse-client --time,True -redshift,Redshift Serverless,36,36,2026-08-12T22:44:08Z,20936890438,3,Top movers,0.097019,clickhouse-client --time,True -redshift,Redshift Serverless,37,37,2026-08-12T22:54:09Z,21541024360,3,Top movers,0.103301,clickhouse-client --time,True -redshift,Redshift Serverless,38,38,2026-08-12T23:03:59Z,22141942247,3,Top movers,0.079807,clickhouse-client --time,True -redshift,Redshift Serverless,39,39,2026-08-12T23:14:09Z,22758184357,3,Top movers,0.088521,clickhouse-client --time,True -redshift,Redshift Serverless,40,40,2026-08-12T23:24:10Z,23357488818,3,Top movers,0.099385,clickhouse-client --time,True -redshift,Redshift Serverless,41,41,2026-08-12T23:34:10Z,23959033974,3,Top movers,0.094054,clickhouse-client --time,True -redshift,Redshift Serverless,42,42,2026-08-12T23:44:10Z,24560889162,3,Top movers,0.103354,clickhouse-client --time,True -redshift,Redshift Serverless,43,43,2026-08-12T23:54:09Z,25158046681,3,Top movers,0.13372,clickhouse-client --time,True -redshift,Redshift Serverless,44,44,2026-08-13T00:04:00Z,25757709650,3,Top movers,0.088154,clickhouse-client --time,True -redshift,Redshift Serverless,45,45,2026-08-13T00:14:09Z,26360830738,3,Top movers,0.095842,clickhouse-client --time,True -redshift,Redshift Serverless,46,46,2026-08-13T00:24:10Z,26959822278,3,Top movers,0.093461,clickhouse-client --time,True -redshift,Redshift Serverless,47,47,2026-08-13T00:34:09Z,27560204587,3,Top movers,0.100095,clickhouse-client --time,True -redshift,Redshift Serverless,48,48,2026-08-13T00:44:10Z,28157928300,3,Top movers,0.101062,clickhouse-client --time,True -redshift,Redshift Serverless,49,49,2026-08-13T00:54:10Z,28758932048,3,Top movers,0.238331,clickhouse-client --time,True -redshift,Redshift Serverless,50,50,2026-08-13T01:03:57Z,29358572401,3,Top movers,0.090074,clickhouse-client --time,True -redshift,Redshift Serverless,51,51,2026-08-13T01:14:10Z,29960296771,3,Top movers,0.104969,clickhouse-client --time,True -redshift,Redshift Serverless,52,52,2026-08-13T01:24:10Z,30565269536,3,Top movers,0.094064,clickhouse-client --time,True -redshift,Redshift Serverless,53,53,2026-08-13T01:34:10Z,31160331272,3,Top movers,0.100734,clickhouse-client --time,True -redshift,Redshift Serverless,54,54,2026-08-13T01:44:10Z,31757290992,3,Top movers,0.107585,clickhouse-client --time,True -redshift,Redshift Serverless,55,55,2026-08-13T01:54:10Z,32358986128,3,Top movers,0.166878,clickhouse-client --time,True -redshift,Redshift Serverless,56,56,2026-08-13T02:03:59Z,32960605673,3,Top movers,0.270945,clickhouse-client --time,True -redshift,Redshift Serverless,57,57,2026-08-13T02:14:10Z,33563974195,3,Top movers,0.120038,clickhouse-client --time,True -redshift,Redshift Serverless,58,58,2026-08-13T02:24:10Z,34158960136,3,Top movers,0.097236,clickhouse-client --time,True -redshift,Redshift Serverless,59,59,2026-08-13T02:34:09Z,34760301912,3,Top movers,0.097245,clickhouse-client --time,True -redshift,Redshift Serverless,60,60,2026-08-13T02:44:10Z,35362314543,3,Top movers,0.089707,clickhouse-client --time,True -redshift,Redshift Serverless,61,61,2026-08-13T02:54:08Z,35960573077,3,Top movers,0.133789,clickhouse-client --time,True -redshift,Redshift Serverless,62,62,2026-08-13T03:04:00Z,36560901115,3,Top movers,0.119422,clickhouse-client --time,True -redshift,Redshift Serverless,63,63,2026-08-13T03:14:00Z,37099726907,3,Top movers,0.091268,clickhouse-client --time,True -redshift,Redshift Serverless,64,64,2026-08-13T03:24:11Z,37759210155,3,Top movers,0.211005,clickhouse-client --time,True -redshift,Redshift Serverless,65,65,2026-08-13T03:34:12Z,38369452934,3,Top movers,0.104534,clickhouse-client --time,True -redshift,Redshift Serverless,66,66,2026-08-13T03:44:11Z,38970108594,3,Top movers,0.09521,clickhouse-client --time,True -redshift,Redshift Serverless,67,67,2026-08-13T03:54:10Z,39507372773,3,Top movers,0.108331,clickhouse-client --time,True -redshift,Redshift Serverless,68,68,2026-08-13T04:03:59Z,40110348668,3,Top movers,0.083696,clickhouse-client --time,True -redshift,Redshift Serverless,69,69,2026-08-13T04:14:11Z,40708457686,3,Top movers,0.10803,clickhouse-client --time,True -redshift,Redshift Serverless,70,70,2026-08-13T04:24:11Z,41311191300,3,Top movers,2.143913,clickhouse-client --time,True -redshift,Redshift Serverless,71,71,2026-08-13T04:34:12Z,41969213855,3,Top movers,0.096895,clickhouse-client --time,True -redshift,Redshift Serverless,72,72,2026-08-13T04:44:10Z,42510673827,3,Top movers,0.099661,clickhouse-client --time,True -redshift,Redshift Serverless,73,73,2026-08-13T04:54:10Z,43113715625,3,Top movers,0.11029,clickhouse-client --time,True -redshift,Redshift Serverless,74,74,2026-08-13T05:03:59Z,43708992758,3,Top movers,0.098783,clickhouse-client --time,True -redshift,Redshift Serverless,75,75,2026-08-13T05:14:12Z,44306002093,3,Top movers,0.10983,clickhouse-client --time,True -redshift,Redshift Serverless,76,76,2026-08-13T05:24:13Z,44972171093,3,Top movers,0.108237,clickhouse-client --time,True -redshift,Redshift Serverless,77,77,2026-08-13T05:34:10Z,45569434778,3,Top movers,0.084811,clickhouse-client --time,True -redshift,Redshift Serverless,78,78,2026-08-13T05:44:11Z,46170593122,3,Top movers,0.115707,clickhouse-client --time,True -redshift,Redshift Serverless,79,79,2026-08-13T05:54:12Z,46769882264,3,Top movers,0.362439,clickhouse-client --time,True -redshift,Redshift Serverless,80,80,2026-08-13T06:03:59Z,47307695739,3,Top movers,0.098308,clickhouse-client --time,True -redshift,Redshift Serverless,81,81,2026-08-13T06:14:10Z,47908162093,3,Top movers,0.224471,clickhouse-client --time,True -redshift,Redshift Serverless,82,82,2026-08-13T06:24:09Z,48569875455,3,Top movers,0.092623,clickhouse-client --time,True -redshift,Redshift Serverless,83,83,2026-08-13T06:34:12Z,49170649113,3,Top movers,0.089525,clickhouse-client --time,True -redshift,Redshift Serverless,84,84,2026-08-13T06:44:11Z,49769405745,3,Top movers,0.09351,clickhouse-client --time,True -redshift,Redshift Serverless,85,85,2026-08-13T06:54:10Z,50311961071,3,Top movers,0.114362,clickhouse-client --time,True -redshift,Redshift Serverless,86,86,2026-08-13T07:03:59Z,50902916441,3,Top movers,0.089984,clickhouse-client --time,True -redshift,Redshift Serverless,87,87,2026-08-13T07:14:11Z,51569862364,3,Top movers,0.10218,clickhouse-client --time,True -redshift,Redshift Serverless,88,88,2026-08-13T07:24:11Z,52111833800,3,Top movers,0.107818,clickhouse-client --time,True -redshift,Redshift Serverless,89,89,2026-08-13T07:34:10Z,52797800664,3,Top movers,0.082596,clickhouse-client --time,True -redshift,Redshift Serverless,90,90,2026-08-13T07:44:10Z,53339137987,3,Top movers,0.089703,clickhouse-client --time,True -redshift,Redshift Serverless,91,91,2026-08-13T07:54:11Z,53928907694,3,Top movers,0.520085,clickhouse-client --time,True -redshift,Redshift Serverless,92,92,2026-08-13T08:03:59Z,54532055276,3,Top movers,0.088564,clickhouse-client --time,True -redshift,Redshift Serverless,93,93,2026-08-13T08:14:11Z,55128344953,3,Top movers,0.105369,clickhouse-client --time,True -redshift,Redshift Serverless,94,94,2026-08-13T08:24:10Z,55729088882,3,Top movers,0.108873,clickhouse-client --time,True -redshift,Redshift Serverless,95,95,2026-08-13T08:34:10Z,56328131726,3,Top movers,0.109923,clickhouse-client --time,True -redshift,Redshift Serverless,96,96,2026-08-13T08:44:10Z,56929528891,3,Top movers,0.107508,clickhouse-client --time,True -redshift,Redshift Serverless,97,97,2026-08-13T08:54:10Z,57534735475,3,Top movers,0.114614,clickhouse-client --time,True -redshift,Redshift Serverless,98,98,2026-08-13T09:03:58Z,58132621215,3,Top movers,0.093774,clickhouse-client --time,True -redshift,Redshift Serverless,99,99,2026-08-13T09:14:10Z,58728900353,3,Top movers,0.105431,clickhouse-client --time,True -redshift,Redshift Serverless,100,100,2026-08-13T09:24:09Z,59328863090,3,Top movers,0.102504,clickhouse-client --time,True -redshift,Redshift Serverless,101,101,2026-08-13T09:34:11Z,59932424550,3,Top movers,0.091914,clickhouse-client --time,True -redshift,Redshift Serverless,102,102,2026-08-13T09:44:11Z,60528538925,3,Top movers,0.099674,clickhouse-client --time,True -redshift,Redshift Serverless,103,103,2026-08-13T09:54:12Z,61127219937,3,Top movers,0.348424,clickhouse-client --time,True -redshift,Redshift Serverless,104,104,2026-08-13T10:03:58Z,61728943805,3,Top movers,0.097547,clickhouse-client --time,True -redshift,Redshift Serverless,105,105,2026-08-13T10:14:11Z,62331267479,3,Top movers,0.092889,clickhouse-client --time,True -redshift,Redshift Serverless,106,106,2026-08-13T10:24:10Z,62931770608,3,Top movers,0.108485,clickhouse-client --time,True -redshift,Redshift Serverless,107,107,2026-08-13T10:34:11Z,63530017412,3,Top movers,0.108749,clickhouse-client --time,True -redshift,Redshift Serverless,108,108,2026-08-13T10:44:11Z,64131258918,3,Top movers,0.097492,clickhouse-client --time,True -redshift,Redshift Serverless,109,109,2026-08-13T10:54:10Z,64726881755,3,Top movers,0.115748,clickhouse-client --time,True -redshift,Redshift Serverless,110,110,2026-08-13T11:03:59Z,65328955508,3,Top movers,0.111022,clickhouse-client --time,True -redshift,Redshift Serverless,111,111,2026-08-13T11:14:10Z,65926809029,3,Top movers,0.102624,clickhouse-client --time,True -redshift,Redshift Serverless,112,112,2026-08-13T11:24:12Z,66527854638,3,Top movers,0.10027,clickhouse-client --time,True -redshift,Redshift Serverless,113,113,2026-08-13T11:34:11Z,67128664727,3,Top movers,0.093963,clickhouse-client --time,True -redshift,Redshift Serverless,114,114,2026-08-13T11:44:10Z,67790387128,3,Top movers,0.096851,clickhouse-client --time,True -redshift,Redshift Serverless,115,115,2026-08-13T11:54:10Z,68330088073,3,Top movers,0.103739,clickhouse-client --time,True -redshift,Redshift Serverless,116,116,2026-08-13T12:03:59Z,68929344858,3,Top movers,0.112877,clickhouse-client --time,True -redshift,Redshift Serverless,117,117,2026-08-13T12:14:11Z,69529528941,3,Top movers,0.106342,clickhouse-client --time,True -redshift,Redshift Serverless,118,118,2026-08-13T12:24:11Z,70132993820,3,Top movers,0.099983,clickhouse-client --time,True -redshift,Redshift Serverless,119,119,2026-08-13T12:34:11Z,70742571187,3,Top movers,0.100727,clickhouse-client --time,True -redshift,Redshift Serverless,120,120,2026-08-13T12:44:10Z,71342431867,3,Top movers,0.105958,clickhouse-client --time,True -redshift,Redshift Serverless,121,121,2026-08-13T12:54:09Z,71946007841,3,Top movers,0.107836,clickhouse-client --time,True -redshift,Redshift Serverless,122,122,2026-08-13T13:04:00Z,72546298660,3,Top movers,0.10929,clickhouse-client --time,True -redshift,Redshift Serverless,123,123,2026-08-13T13:14:12Z,73143825074,3,Top movers,2.087811,clickhouse-client --time,True -redshift,Redshift Serverless,124,124,2026-08-13T13:24:10Z,73740624098,3,Top movers,0.092523,clickhouse-client --time,True -redshift,Redshift Serverless,125,125,2026-08-13T13:34:11Z,74341621634,3,Top movers,0.096322,clickhouse-client --time,True -redshift,Redshift Serverless,126,126,2026-08-13T13:44:10Z,74941549148,3,Top movers,0.111932,clickhouse-client --time,True -redshift,Redshift Serverless,127,127,2026-08-13T13:54:11Z,75540057221,3,Top movers,0.105272,clickhouse-client --time,True -redshift,Redshift Serverless,128,128,2026-08-13T14:03:59Z,76141857339,3,Top movers,0.24971,clickhouse-client --time,True -redshift,Redshift Serverless,129,129,2026-08-13T14:14:10Z,76744332234,3,Top movers,0.101671,clickhouse-client --time,True -redshift,Redshift Serverless,130,130,2026-08-13T14:24:11Z,77343838333,3,Top movers,0.101419,clickhouse-client --time,True -redshift,Redshift Serverless,131,131,2026-08-13T14:34:12Z,77945716216,3,Top movers,0.094194,clickhouse-client --time,True -redshift,Redshift Serverless,132,132,2026-08-13T14:44:11Z,78542454275,3,Top movers,0.103153,clickhouse-client --time,True -redshift,Redshift Serverless,133,133,2026-08-13T14:54:11Z,79146527318,3,Top movers,0.117942,clickhouse-client --time,True -redshift,Redshift Serverless,134,134,2026-08-13T15:03:59Z,79742012314,3,Top movers,0.09224,clickhouse-client --time,True -redshift,Redshift Serverless,135,135,2026-08-13T15:14:00Z,80344363553,3,Top movers,0.097984,clickhouse-client --time,True -redshift,Redshift Serverless,136,136,2026-08-13T15:24:12Z,80945919301,3,Top movers,0.286083,clickhouse-client --time,True -redshift,Redshift Serverless,137,137,2026-08-13T15:34:11Z,81551276073,3,Top movers,0.108312,clickhouse-client --time,True -redshift,Redshift Serverless,138,138,2026-08-13T15:44:12Z,82098085629,3,Top movers,0.114115,clickhouse-client --time,True -redshift,Redshift Serverless,139,139,2026-08-13T15:54:11Z,82760697798,3,Top movers,0.103986,clickhouse-client --time,True -redshift,Redshift Serverless,140,140,2026-08-13T16:03:58Z,83304277333,3,Top movers,0.101495,clickhouse-client --time,True -redshift,Redshift Serverless,141,141,2026-08-13T16:14:11Z,83915861762,3,Top movers,0.096767,clickhouse-client --time,True -redshift,Redshift Serverless,142,142,2026-08-13T16:24:10Z,84516022757,3,Top movers,0.114338,clickhouse-client --time,True -redshift,Redshift Serverless,143,143,2026-08-13T16:34:11Z,85116310321,3,Top movers,0.115818,clickhouse-client --time,True -redshift,Redshift Serverless,144,144,2026-08-13T16:44:11Z,85714934329,3,Top movers,0.097997,clickhouse-client --time,True -redshift,Redshift Serverless,145,145,2026-08-13T16:54:11Z,86376876842,3,Top movers,0.10578,clickhouse-client --time,True -redshift,Redshift Serverless,146,146,2026-08-13T17:04:00Z,86919366179,3,Top movers,0.092246,clickhouse-client --time,True -redshift,Redshift Serverless,147,147,2026-08-13T17:14:13Z,87518660143,3,Top movers,0.090741,clickhouse-client --time,True -redshift,Redshift Serverless,148,148,2026-08-13T17:24:11Z,88119922644,3,Top movers,0.093664,clickhouse-client --time,True -redshift,Redshift Serverless,149,149,2026-08-13T17:34:10Z,88721373784,3,Top movers,0.110946,clickhouse-client --time,True -redshift,Redshift Serverless,150,150,2026-08-13T17:44:11Z,89317816940,3,Top movers,0.105099,clickhouse-client --time,True -redshift,Redshift Serverless,151,151,2026-08-13T17:54:10Z,89920330616,3,Top movers,0.113192,clickhouse-client --time,True -redshift,Redshift Serverless,152,152,2026-08-13T18:03:59Z,90519198255,3,Top movers,0.091936,clickhouse-client --time,True -redshift,Redshift Serverless,153,153,2026-08-13T18:14:11Z,91116929731,3,Top movers,0.085909,clickhouse-client --time,True -redshift,Redshift Serverless,154,154,2026-08-13T18:24:11Z,91721103362,3,Top movers,0.095753,clickhouse-client --time,True -redshift,Redshift Serverless,155,155,2026-08-13T18:34:10Z,92316878209,3,Top movers,0.096538,clickhouse-client --time,True -redshift,Redshift Serverless,156,156,2026-08-13T18:44:11Z,92920798733,3,Top movers,0.094671,clickhouse-client --time,True -redshift,Redshift Serverless,157,157,2026-08-13T18:54:11Z,93578343844,3,Top movers,0.11613,clickhouse-client --time,True -redshift,Redshift Serverless,158,158,2026-08-13T19:03:59Z,94121949722,3,Top movers,0.089794,clickhouse-client --time,True -redshift,Redshift Serverless,159,159,2026-08-13T19:14:12Z,94720021119,3,Top movers,0.096549,clickhouse-client --time,True -redshift,Redshift Serverless,160,160,2026-08-13T19:24:11Z,95321520836,3,Top movers,0.098292,clickhouse-client --time,True -redshift,Redshift Serverless,161,161,2026-08-13T19:34:11Z,95919083638,3,Top movers,0.097153,clickhouse-client --time,True -redshift,Redshift Serverless,162,162,2026-08-13T19:44:12Z,96521000095,3,Top movers,0.097545,clickhouse-client --time,True -redshift,Redshift Serverless,163,163,2026-08-13T19:54:11Z,97179016064,3,Top movers,0.106931,clickhouse-client --time,True -redshift,Redshift Serverless,164,164,2026-08-13T20:03:59Z,97780054204,3,Top movers,0.088142,clickhouse-client --time,True -redshift,Redshift Serverless,165,165,2026-08-13T20:14:11Z,98322015057,3,Top movers,0.100573,clickhouse-client --time,True -redshift,Redshift Serverless,166,166,2026-08-13T20:24:11Z,98921587131,3,Top movers,0.100717,clickhouse-client --time,True -redshift,Redshift Serverless,167,167,2026-08-13T20:34:11Z,99517455047,3,Top movers,0.107601,clickhouse-client --time,True +redshift,Redshift Serverless,2,2,2026-08-12T17:03:57Z,539118925,3,Top movers,0.178368,runner result (end-to-end),True +redshift,Redshift Serverless,3,3,2026-08-12T17:14:09Z,1140532594,3,Top movers,0.155069,runner result (end-to-end),True +redshift,Redshift Serverless,4,4,2026-08-12T17:24:09Z,1740468180,3,Top movers,0.176195,runner result (end-to-end),True +redshift,Redshift Serverless,5,5,2026-08-12T17:34:09Z,2341513280,3,Top movers,0.204242,runner result (end-to-end),True +redshift,Redshift Serverless,6,6,2026-08-12T17:44:10Z,2939871289,3,Top movers,0.153018,runner result (end-to-end),True +redshift,Redshift Serverless,7,7,2026-08-12T17:54:09Z,3539132196,3,Top movers,0.309352,runner result (end-to-end),True +redshift,Redshift Serverless,8,8,2026-08-12T18:04:10Z,4143068739,3,Top movers,0.093633,runner result (end-to-end),True +redshift,Redshift Serverless,9,9,2026-08-12T18:13:59Z,4741930895,3,Top movers,0.151623,runner result (end-to-end),True +redshift,Redshift Serverless,10,10,2026-08-12T18:24:10Z,5339083784,3,Top movers,0.151371,runner result (end-to-end),True +redshift,Redshift Serverless,11,11,2026-08-12T18:34:10Z,5938849921,3,Top movers,0.093887,runner result (end-to-end),True +redshift,Redshift Serverless,12,12,2026-08-12T18:44:09Z,6538854893,3,Top movers,0.094817,runner result (end-to-end),True +redshift,Redshift Serverless,13,13,2026-08-12T18:54:09Z,7142932703,3,Top movers,0.31755,runner result (end-to-end),True +redshift,Redshift Serverless,14,14,2026-08-12T19:04:10Z,7739391998,3,Top movers,0.089725,runner result (end-to-end),True +redshift,Redshift Serverless,15,15,2026-08-12T19:14:10Z,8397564229,3,Top movers,0.101261,runner result (end-to-end),True +redshift,Redshift Serverless,16,16,2026-08-12T19:24:10Z,8937866655,3,Top movers,0.089364,runner result (end-to-end),True +redshift,Redshift Serverless,17,17,2026-08-12T19:34:10Z,9542609644,3,Top movers,0.091795,runner result (end-to-end),True +redshift,Redshift Serverless,18,18,2026-08-12T19:44:10Z,10140144267,3,Top movers,0.091603,runner result (end-to-end),True +redshift,Redshift Serverless,19,19,2026-08-12T19:54:10Z,10739646237,3,Top movers,0.101108,runner result (end-to-end),True +redshift,Redshift Serverless,20,20,2026-08-12T20:03:59Z,11339027808,3,Top movers,0.090449,runner result (end-to-end),True +redshift,Redshift Serverless,21,21,2026-08-12T20:14:09Z,11941589977,3,Top movers,0.11329,runner result (end-to-end),True +redshift,Redshift Serverless,22,22,2026-08-12T20:24:10Z,12534774797,3,Top movers,0.105914,runner result (end-to-end),True +redshift,Redshift Serverless,23,23,2026-08-12T20:34:10Z,13143146482,3,Top movers,0.09173,runner result (end-to-end),True +redshift,Redshift Serverless,24,24,2026-08-12T20:44:10Z,13741229534,3,Top movers,0.098271,runner result (end-to-end),True +redshift,Redshift Serverless,25,25,2026-08-12T20:54:09Z,14346887362,3,Top movers,0.123148,runner result (end-to-end),True +redshift,Redshift Serverless,26,26,2026-08-12T21:03:59Z,14942522975,3,Top movers,0.095294,runner result (end-to-end),True +redshift,Redshift Serverless,27,27,2026-08-12T21:14:09Z,15539438649,3,Top movers,0.097717,runner result (end-to-end),True +redshift,Redshift Serverless,28,28,2026-08-12T21:24:09Z,16138130017,3,Top movers,0.09671,runner result (end-to-end),True +redshift,Redshift Serverless,29,29,2026-08-12T21:34:09Z,16739010996,3,Top movers,0.092775,runner result (end-to-end),True +redshift,Redshift Serverless,30,30,2026-08-12T21:44:09Z,17338005403,3,Top movers,0.09246,runner result (end-to-end),True +redshift,Redshift Serverless,31,31,2026-08-12T21:54:10Z,17944900380,3,Top movers,0.109469,runner result (end-to-end),True +redshift,Redshift Serverless,32,32,2026-08-12T22:03:58Z,18545538648,3,Top movers,0.07918,runner result (end-to-end),True +redshift,Redshift Serverless,33,33,2026-08-12T22:13:59Z,19141064210,3,Top movers,0.09506,runner result (end-to-end),True +redshift,Redshift Serverless,34,34,2026-08-12T22:24:10Z,19742262546,3,Top movers,0.099412,runner result (end-to-end),True +redshift,Redshift Serverless,35,35,2026-08-12T22:34:09Z,20336924476,3,Top movers,0.093167,runner result (end-to-end),True +redshift,Redshift Serverless,36,36,2026-08-12T22:44:08Z,20936890438,3,Top movers,0.097019,runner result (end-to-end),True +redshift,Redshift Serverless,37,37,2026-08-12T22:54:09Z,21541024360,3,Top movers,0.103301,runner result (end-to-end),True +redshift,Redshift Serverless,38,38,2026-08-12T23:03:59Z,22141942247,3,Top movers,0.079807,runner result (end-to-end),True +redshift,Redshift Serverless,39,39,2026-08-12T23:14:09Z,22758184357,3,Top movers,0.088521,runner result (end-to-end),True +redshift,Redshift Serverless,40,40,2026-08-12T23:24:10Z,23357488818,3,Top movers,0.099385,runner result (end-to-end),True +redshift,Redshift Serverless,41,41,2026-08-12T23:34:10Z,23959033974,3,Top movers,0.094054,runner result (end-to-end),True +redshift,Redshift Serverless,42,42,2026-08-12T23:44:10Z,24560889162,3,Top movers,0.103354,runner result (end-to-end),True +redshift,Redshift Serverless,43,43,2026-08-12T23:54:09Z,25158046681,3,Top movers,0.13372,runner result (end-to-end),True +redshift,Redshift Serverless,44,44,2026-08-13T00:04:00Z,25757709650,3,Top movers,0.088154,runner result (end-to-end),True +redshift,Redshift Serverless,45,45,2026-08-13T00:14:09Z,26360830738,3,Top movers,0.095842,runner result (end-to-end),True +redshift,Redshift Serverless,46,46,2026-08-13T00:24:10Z,26959822278,3,Top movers,0.093461,runner result (end-to-end),True +redshift,Redshift Serverless,47,47,2026-08-13T00:34:09Z,27560204587,3,Top movers,0.100095,runner result (end-to-end),True +redshift,Redshift Serverless,48,48,2026-08-13T00:44:10Z,28157928300,3,Top movers,0.101062,runner result (end-to-end),True +redshift,Redshift Serverless,49,49,2026-08-13T00:54:10Z,28758932048,3,Top movers,0.238331,runner result (end-to-end),True +redshift,Redshift Serverless,50,50,2026-08-13T01:03:57Z,29358572401,3,Top movers,0.090074,runner result (end-to-end),True +redshift,Redshift Serverless,51,51,2026-08-13T01:14:10Z,29960296771,3,Top movers,0.104969,runner result (end-to-end),True +redshift,Redshift Serverless,52,52,2026-08-13T01:24:10Z,30565269536,3,Top movers,0.094064,runner result (end-to-end),True +redshift,Redshift Serverless,53,53,2026-08-13T01:34:10Z,31160331272,3,Top movers,0.100734,runner result (end-to-end),True +redshift,Redshift Serverless,54,54,2026-08-13T01:44:10Z,31757290992,3,Top movers,0.107585,runner result (end-to-end),True +redshift,Redshift Serverless,55,55,2026-08-13T01:54:10Z,32358986128,3,Top movers,0.166878,runner result (end-to-end),True +redshift,Redshift Serverless,56,56,2026-08-13T02:03:59Z,32960605673,3,Top movers,0.270945,runner result (end-to-end),True +redshift,Redshift Serverless,57,57,2026-08-13T02:14:10Z,33563974195,3,Top movers,0.120038,runner result (end-to-end),True +redshift,Redshift Serverless,58,58,2026-08-13T02:24:10Z,34158960136,3,Top movers,0.097236,runner result (end-to-end),True +redshift,Redshift Serverless,59,59,2026-08-13T02:34:09Z,34760301912,3,Top movers,0.097245,runner result (end-to-end),True +redshift,Redshift Serverless,60,60,2026-08-13T02:44:10Z,35362314543,3,Top movers,0.089707,runner result (end-to-end),True +redshift,Redshift Serverless,61,61,2026-08-13T02:54:08Z,35960573077,3,Top movers,0.133789,runner result (end-to-end),True +redshift,Redshift Serverless,62,62,2026-08-13T03:04:00Z,36560901115,3,Top movers,0.119422,runner result (end-to-end),True +redshift,Redshift Serverless,63,63,2026-08-13T03:14:00Z,37099726907,3,Top movers,0.091268,runner result (end-to-end),True +redshift,Redshift Serverless,64,64,2026-08-13T03:24:11Z,37759210155,3,Top movers,0.211005,runner result (end-to-end),True +redshift,Redshift Serverless,65,65,2026-08-13T03:34:12Z,38369452934,3,Top movers,0.104534,runner result (end-to-end),True +redshift,Redshift Serverless,66,66,2026-08-13T03:44:11Z,38970108594,3,Top movers,0.09521,runner result (end-to-end),True +redshift,Redshift Serverless,67,67,2026-08-13T03:54:10Z,39507372773,3,Top movers,0.108331,runner result (end-to-end),True +redshift,Redshift Serverless,68,68,2026-08-13T04:03:59Z,40110348668,3,Top movers,0.083696,runner result (end-to-end),True +redshift,Redshift Serverless,69,69,2026-08-13T04:14:11Z,40708457686,3,Top movers,0.10803,runner result (end-to-end),True +redshift,Redshift Serverless,70,70,2026-08-13T04:24:11Z,41311191300,3,Top movers,2.143913,runner result (end-to-end),True +redshift,Redshift Serverless,71,71,2026-08-13T04:34:12Z,41969213855,3,Top movers,0.096895,runner result (end-to-end),True +redshift,Redshift Serverless,72,72,2026-08-13T04:44:10Z,42510673827,3,Top movers,0.099661,runner result (end-to-end),True +redshift,Redshift Serverless,73,73,2026-08-13T04:54:10Z,43113715625,3,Top movers,0.11029,runner result (end-to-end),True +redshift,Redshift Serverless,74,74,2026-08-13T05:03:59Z,43708992758,3,Top movers,0.098783,runner result (end-to-end),True +redshift,Redshift Serverless,75,75,2026-08-13T05:14:12Z,44306002093,3,Top movers,0.10983,runner result (end-to-end),True +redshift,Redshift Serverless,76,76,2026-08-13T05:24:13Z,44972171093,3,Top movers,0.108237,runner result (end-to-end),True +redshift,Redshift Serverless,77,77,2026-08-13T05:34:10Z,45569434778,3,Top movers,0.084811,runner result (end-to-end),True +redshift,Redshift Serverless,78,78,2026-08-13T05:44:11Z,46170593122,3,Top movers,0.115707,runner result (end-to-end),True +redshift,Redshift Serverless,79,79,2026-08-13T05:54:12Z,46769882264,3,Top movers,0.362439,runner result (end-to-end),True +redshift,Redshift Serverless,80,80,2026-08-13T06:03:59Z,47307695739,3,Top movers,0.098308,runner result (end-to-end),True +redshift,Redshift Serverless,81,81,2026-08-13T06:14:10Z,47908162093,3,Top movers,0.224471,runner result (end-to-end),True +redshift,Redshift Serverless,82,82,2026-08-13T06:24:09Z,48569875455,3,Top movers,0.092623,runner result (end-to-end),True +redshift,Redshift Serverless,83,83,2026-08-13T06:34:12Z,49170649113,3,Top movers,0.089525,runner result (end-to-end),True +redshift,Redshift Serverless,84,84,2026-08-13T06:44:11Z,49769405745,3,Top movers,0.09351,runner result (end-to-end),True +redshift,Redshift Serverless,85,85,2026-08-13T06:54:10Z,50311961071,3,Top movers,0.114362,runner result (end-to-end),True +redshift,Redshift Serverless,86,86,2026-08-13T07:03:59Z,50902916441,3,Top movers,0.089984,runner result (end-to-end),True +redshift,Redshift Serverless,87,87,2026-08-13T07:14:11Z,51569862364,3,Top movers,0.10218,runner result (end-to-end),True +redshift,Redshift Serverless,88,88,2026-08-13T07:24:11Z,52111833800,3,Top movers,0.107818,runner result (end-to-end),True +redshift,Redshift Serverless,89,89,2026-08-13T07:34:10Z,52797800664,3,Top movers,0.082596,runner result (end-to-end),True +redshift,Redshift Serverless,90,90,2026-08-13T07:44:10Z,53339137987,3,Top movers,0.089703,runner result (end-to-end),True +redshift,Redshift Serverless,91,91,2026-08-13T07:54:11Z,53928907694,3,Top movers,0.520085,runner result (end-to-end),True +redshift,Redshift Serverless,92,92,2026-08-13T08:03:59Z,54532055276,3,Top movers,0.088564,runner result (end-to-end),True +redshift,Redshift Serverless,93,93,2026-08-13T08:14:11Z,55128344953,3,Top movers,0.105369,runner result (end-to-end),True +redshift,Redshift Serverless,94,94,2026-08-13T08:24:10Z,55729088882,3,Top movers,0.108873,runner result (end-to-end),True +redshift,Redshift Serverless,95,95,2026-08-13T08:34:10Z,56328131726,3,Top movers,0.109923,runner result (end-to-end),True +redshift,Redshift Serverless,96,96,2026-08-13T08:44:10Z,56929528891,3,Top movers,0.107508,runner result (end-to-end),True +redshift,Redshift Serverless,97,97,2026-08-13T08:54:10Z,57534735475,3,Top movers,0.114614,runner result (end-to-end),True +redshift,Redshift Serverless,98,98,2026-08-13T09:03:58Z,58132621215,3,Top movers,0.093774,runner result (end-to-end),True +redshift,Redshift Serverless,99,99,2026-08-13T09:14:10Z,58728900353,3,Top movers,0.105431,runner result (end-to-end),True +redshift,Redshift Serverless,100,100,2026-08-13T09:24:09Z,59328863090,3,Top movers,0.102504,runner result (end-to-end),True +redshift,Redshift Serverless,101,101,2026-08-13T09:34:11Z,59932424550,3,Top movers,0.091914,runner result (end-to-end),True +redshift,Redshift Serverless,102,102,2026-08-13T09:44:11Z,60528538925,3,Top movers,0.099674,runner result (end-to-end),True +redshift,Redshift Serverless,103,103,2026-08-13T09:54:12Z,61127219937,3,Top movers,0.348424,runner result (end-to-end),True +redshift,Redshift Serverless,104,104,2026-08-13T10:03:58Z,61728943805,3,Top movers,0.097547,runner result (end-to-end),True +redshift,Redshift Serverless,105,105,2026-08-13T10:14:11Z,62331267479,3,Top movers,0.092889,runner result (end-to-end),True +redshift,Redshift Serverless,106,106,2026-08-13T10:24:10Z,62931770608,3,Top movers,0.108485,runner result (end-to-end),True +redshift,Redshift Serverless,107,107,2026-08-13T10:34:11Z,63530017412,3,Top movers,0.108749,runner result (end-to-end),True +redshift,Redshift Serverless,108,108,2026-08-13T10:44:11Z,64131258918,3,Top movers,0.097492,runner result (end-to-end),True +redshift,Redshift Serverless,109,109,2026-08-13T10:54:10Z,64726881755,3,Top movers,0.115748,runner result (end-to-end),True +redshift,Redshift Serverless,110,110,2026-08-13T11:03:59Z,65328955508,3,Top movers,0.111022,runner result (end-to-end),True +redshift,Redshift Serverless,111,111,2026-08-13T11:14:10Z,65926809029,3,Top movers,0.102624,runner result (end-to-end),True +redshift,Redshift Serverless,112,112,2026-08-13T11:24:12Z,66527854638,3,Top movers,0.10027,runner result (end-to-end),True +redshift,Redshift Serverless,113,113,2026-08-13T11:34:11Z,67128664727,3,Top movers,0.093963,runner result (end-to-end),True +redshift,Redshift Serverless,114,114,2026-08-13T11:44:10Z,67790387128,3,Top movers,0.096851,runner result (end-to-end),True +redshift,Redshift Serverless,115,115,2026-08-13T11:54:10Z,68330088073,3,Top movers,0.103739,runner result (end-to-end),True +redshift,Redshift Serverless,116,116,2026-08-13T12:03:59Z,68929344858,3,Top movers,0.112877,runner result (end-to-end),True +redshift,Redshift Serverless,117,117,2026-08-13T12:14:11Z,69529528941,3,Top movers,0.106342,runner result (end-to-end),True +redshift,Redshift Serverless,118,118,2026-08-13T12:24:11Z,70132993820,3,Top movers,0.099983,runner result (end-to-end),True +redshift,Redshift Serverless,119,119,2026-08-13T12:34:11Z,70742571187,3,Top movers,0.100727,runner result (end-to-end),True +redshift,Redshift Serverless,120,120,2026-08-13T12:44:10Z,71342431867,3,Top movers,0.105958,runner result (end-to-end),True +redshift,Redshift Serverless,121,121,2026-08-13T12:54:09Z,71946007841,3,Top movers,0.107836,runner result (end-to-end),True +redshift,Redshift Serverless,122,122,2026-08-13T13:04:00Z,72546298660,3,Top movers,0.10929,runner result (end-to-end),True +redshift,Redshift Serverless,123,123,2026-08-13T13:14:12Z,73143825074,3,Top movers,2.087811,runner result (end-to-end),True +redshift,Redshift Serverless,124,124,2026-08-13T13:24:10Z,73740624098,3,Top movers,0.092523,runner result (end-to-end),True +redshift,Redshift Serverless,125,125,2026-08-13T13:34:11Z,74341621634,3,Top movers,0.096322,runner result (end-to-end),True +redshift,Redshift Serverless,126,126,2026-08-13T13:44:10Z,74941549148,3,Top movers,0.111932,runner result (end-to-end),True +redshift,Redshift Serverless,127,127,2026-08-13T13:54:11Z,75540057221,3,Top movers,0.105272,runner result (end-to-end),True +redshift,Redshift Serverless,128,128,2026-08-13T14:03:59Z,76141857339,3,Top movers,0.24971,runner result (end-to-end),True +redshift,Redshift Serverless,129,129,2026-08-13T14:14:10Z,76744332234,3,Top movers,0.101671,runner result (end-to-end),True +redshift,Redshift Serverless,130,130,2026-08-13T14:24:11Z,77343838333,3,Top movers,0.101419,runner result (end-to-end),True +redshift,Redshift Serverless,131,131,2026-08-13T14:34:12Z,77945716216,3,Top movers,0.094194,runner result (end-to-end),True +redshift,Redshift Serverless,132,132,2026-08-13T14:44:11Z,78542454275,3,Top movers,0.103153,runner result (end-to-end),True +redshift,Redshift Serverless,133,133,2026-08-13T14:54:11Z,79146527318,3,Top movers,0.117942,runner result (end-to-end),True +redshift,Redshift Serverless,134,134,2026-08-13T15:03:59Z,79742012314,3,Top movers,0.09224,runner result (end-to-end),True +redshift,Redshift Serverless,135,135,2026-08-13T15:14:00Z,80344363553,3,Top movers,0.097984,runner result (end-to-end),True +redshift,Redshift Serverless,136,136,2026-08-13T15:24:12Z,80945919301,3,Top movers,0.286083,runner result (end-to-end),True +redshift,Redshift Serverless,137,137,2026-08-13T15:34:11Z,81551276073,3,Top movers,0.108312,runner result (end-to-end),True +redshift,Redshift Serverless,138,138,2026-08-13T15:44:12Z,82098085629,3,Top movers,0.114115,runner result (end-to-end),True +redshift,Redshift Serverless,139,139,2026-08-13T15:54:11Z,82760697798,3,Top movers,0.103986,runner result (end-to-end),True +redshift,Redshift Serverless,140,140,2026-08-13T16:03:58Z,83304277333,3,Top movers,0.101495,runner result (end-to-end),True +redshift,Redshift Serverless,141,141,2026-08-13T16:14:11Z,83915861762,3,Top movers,0.096767,runner result (end-to-end),True +redshift,Redshift Serverless,142,142,2026-08-13T16:24:10Z,84516022757,3,Top movers,0.114338,runner result (end-to-end),True +redshift,Redshift Serverless,143,143,2026-08-13T16:34:11Z,85116310321,3,Top movers,0.115818,runner result (end-to-end),True +redshift,Redshift Serverless,144,144,2026-08-13T16:44:11Z,85714934329,3,Top movers,0.097997,runner result (end-to-end),True +redshift,Redshift Serverless,145,145,2026-08-13T16:54:11Z,86376876842,3,Top movers,0.10578,runner result (end-to-end),True +redshift,Redshift Serverless,146,146,2026-08-13T17:04:00Z,86919366179,3,Top movers,0.092246,runner result (end-to-end),True +redshift,Redshift Serverless,147,147,2026-08-13T17:14:13Z,87518660143,3,Top movers,0.090741,runner result (end-to-end),True +redshift,Redshift Serverless,148,148,2026-08-13T17:24:11Z,88119922644,3,Top movers,0.093664,runner result (end-to-end),True +redshift,Redshift Serverless,149,149,2026-08-13T17:34:10Z,88721373784,3,Top movers,0.110946,runner result (end-to-end),True +redshift,Redshift Serverless,150,150,2026-08-13T17:44:11Z,89317816940,3,Top movers,0.105099,runner result (end-to-end),True +redshift,Redshift Serverless,151,151,2026-08-13T17:54:10Z,89920330616,3,Top movers,0.113192,runner result (end-to-end),True +redshift,Redshift Serverless,152,152,2026-08-13T18:03:59Z,90519198255,3,Top movers,0.091936,runner result (end-to-end),True +redshift,Redshift Serverless,153,153,2026-08-13T18:14:11Z,91116929731,3,Top movers,0.085909,runner result (end-to-end),True +redshift,Redshift Serverless,154,154,2026-08-13T18:24:11Z,91721103362,3,Top movers,0.095753,runner result (end-to-end),True +redshift,Redshift Serverless,155,155,2026-08-13T18:34:10Z,92316878209,3,Top movers,0.096538,runner result (end-to-end),True +redshift,Redshift Serverless,156,156,2026-08-13T18:44:11Z,92920798733,3,Top movers,0.094671,runner result (end-to-end),True +redshift,Redshift Serverless,157,157,2026-08-13T18:54:11Z,93578343844,3,Top movers,0.11613,runner result (end-to-end),True +redshift,Redshift Serverless,158,158,2026-08-13T19:03:59Z,94121949722,3,Top movers,0.089794,runner result (end-to-end),True +redshift,Redshift Serverless,159,159,2026-08-13T19:14:12Z,94720021119,3,Top movers,0.096549,runner result (end-to-end),True +redshift,Redshift Serverless,160,160,2026-08-13T19:24:11Z,95321520836,3,Top movers,0.098292,runner result (end-to-end),True +redshift,Redshift Serverless,161,161,2026-08-13T19:34:11Z,95919083638,3,Top movers,0.097153,runner result (end-to-end),True +redshift,Redshift Serverless,162,162,2026-08-13T19:44:12Z,96521000095,3,Top movers,0.097545,runner result (end-to-end),True +redshift,Redshift Serverless,163,163,2026-08-13T19:54:11Z,97179016064,3,Top movers,0.106931,runner result (end-to-end),True +redshift,Redshift Serverless,164,164,2026-08-13T20:03:59Z,97780054204,3,Top movers,0.088142,runner result (end-to-end),True +redshift,Redshift Serverless,165,165,2026-08-13T20:14:11Z,98322015057,3,Top movers,0.100573,runner result (end-to-end),True +redshift,Redshift Serverless,166,166,2026-08-13T20:24:11Z,98921587131,3,Top movers,0.100717,runner result (end-to-end),True +redshift,Redshift Serverless,167,167,2026-08-13T20:34:11Z,99517455047,3,Top movers,0.107601,runner result (end-to-end),True +databricks,Databricks Serverless SQL,1,1,2026-09-18T17:07:31.664Z,48991024,3,Top movers,0.445,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,2,2,2026-09-18T17:17:31.665Z,649003190,3,Top movers,0.531,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,3,3,2026-09-18T17:27:31.665Z,1249020088,3,Top movers,0.356,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,4,4,2026-09-18T17:37:31.665Z,1848994361,3,Top movers,0.322,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,5,5,2026-09-18T17:47:31.665Z,2448987056,3,Top movers,0.568,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,6,6,2026-09-18T17:57:31.665Z,3049016351,3,Top movers,0.346,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,7,7,2026-09-18T18:07:31.665Z,3648905245,3,Top movers,0.335,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,8,8,2026-09-18T18:17:31.665Z,4248886900,3,Top movers,0.677,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,9,9,2026-09-18T18:27:31.665Z,4848983718,3,Top movers,0.359,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,10,10,2026-09-18T18:37:31.665Z,5448871065,3,Top movers,0.481,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,11,11,2026-09-18T18:47:31.665Z,6048972873,3,Top movers,0.375,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,12,12,2026-09-18T18:57:31.665Z,6649003205,3,Top movers,0.424,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,13,13,2026-09-18T19:07:31.665Z,7248988928,3,Top movers,0.479,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,14,14,2026-09-18T19:17:31.665Z,7849051094,3,Top movers,0.39,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,15,15,2026-09-18T19:27:31.665Z,8448855794,3,Top movers,0.8,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,16,16,2026-09-18T19:37:31.665Z,9048929201,3,Top movers,0.385,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,17,17,2026-09-18T19:47:31.665Z,9648968625,3,Top movers,0.415,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,18,18,2026-09-18T19:57:31.665Z,10248903114,3,Top movers,0.379,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,19,19,2026-09-18T20:07:31.665Z,10848950992,3,Top movers,0.466,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,20,20,2026-09-18T20:17:31.665Z,11448893976,3,Top movers,0.742,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,21,21,2026-09-18T20:27:31.665Z,12048592301,3,Top movers,0.373,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,22,22,2026-09-18T20:37:31.665Z,12649009868,3,Top movers,0.398,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,23,23,2026-09-18T20:47:31.665Z,13249019508,3,Top movers,0.671,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,24,24,2026-09-18T20:57:31.665Z,13848898093,3,Top movers,0.393,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,25,25,2026-09-18T21:07:31.665Z,14448885812,3,Top movers,0.806,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,26,26,2026-09-18T21:17:31.665Z,15048867160,3,Top movers,0.42,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,27,27,2026-09-18T21:27:31.665Z,15648997618,3,Top movers,0.422,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,28,28,2026-09-18T21:37:31.665Z,16249004090,3,Top movers,0.395,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,29,29,2026-09-18T21:47:31.665Z,16849004649,3,Top movers,0.393,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,30,30,2026-09-18T21:57:31.665Z,17448992007,3,Top movers,0.479,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,31,31,2026-09-18T22:07:31.665Z,18048883403,3,Top movers,0.427,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,32,32,2026-09-18T22:17:31.665Z,18648733933,3,Top movers,0.434,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,33,33,2026-09-18T22:27:31.665Z,19248986594,3,Top movers,0.399,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,34,34,2026-09-18T22:37:31.665Z,19848956047,3,Top movers,0.395,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,35,35,2026-09-18T22:47:31.665Z,20448891140,3,Top movers,0.382,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,36,36,2026-09-18T22:57:31.665Z,21048956022,3,Top movers,0.65,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,37,37,2026-09-18T23:07:31.665Z,21648927817,3,Top movers,0.747,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,38,38,2026-09-18T23:17:31.665Z,22249043246,3,Top movers,0.733,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,39,39,2026-09-18T23:27:31.665Z,22848929920,3,Top movers,0.494,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,40,40,2026-09-18T23:37:31.665Z,23448953518,3,Top movers,0.854,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,41,41,2026-09-18T23:47:31.665Z,24048909415,3,Top movers,0.669,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,42,42,2026-09-18T23:57:31.665Z,24648973497,3,Top movers,0.38,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,43,43,2026-09-19T00:07:31.665Z,25248924027,3,Top movers,0.84,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,44,44,2026-09-19T00:17:31.665Z,25848959896,3,Top movers,0.728,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,45,45,2026-09-19T00:27:31.665Z,26448943724,3,Top movers,0.73,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,46,46,2026-09-19T00:37:31.665Z,27048899731,3,Top movers,0.411,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,47,47,2026-09-19T00:47:31.665Z,27648937048,3,Top movers,0.436,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,48,48,2026-09-19T00:57:31.665Z,28248919345,3,Top movers,0.798,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,49,49,2026-09-19T01:07:31.665Z,28848912329,3,Top movers,0.555,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,50,50,2026-09-19T01:17:31.665Z,29448915472,3,Top movers,0.514,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,51,51,2026-09-19T01:27:31.665Z,30048967566,3,Top movers,0.391,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,52,52,2026-09-19T01:37:31.665Z,30648879647,3,Top movers,0.385,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,53,53,2026-09-19T01:47:31.665Z,31248858731,3,Top movers,0.414,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,54,54,2026-09-19T01:57:31.665Z,31849001715,3,Top movers,0.448,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,55,55,2026-09-19T02:07:31.665Z,32448900387,3,Top movers,0.531,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,56,56,2026-09-19T02:17:31.665Z,33049038056,3,Top movers,0.413,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,57,57,2026-09-19T02:27:31.665Z,33649000287,3,Top movers,0.406,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,58,58,2026-09-19T02:37:31.665Z,34248943675,3,Top movers,0.413,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,59,59,2026-09-19T02:47:31.665Z,34848935288,3,Top movers,0.44,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,60,60,2026-09-19T02:57:31.665Z,35448936836,3,Top movers,0.425,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,61,61,2026-09-19T03:07:31.665Z,36049010227,3,Top movers,0.976,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,62,62,2026-09-19T03:17:31.665Z,36648957386,3,Top movers,0.394,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,63,63,2026-09-19T03:27:31.665Z,37249049007,3,Top movers,0.391,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,64,64,2026-09-19T03:37:31.665Z,37848989380,3,Top movers,0.788,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,65,65,2026-09-19T03:47:31.665Z,38448981241,3,Top movers,0.78,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,66,66,2026-09-19T03:57:31.665Z,39048929732,3,Top movers,0.751,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,67,67,2026-09-19T04:07:31.665Z,39648991503,3,Top movers,0.897,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,68,68,2026-09-19T04:17:31.665Z,40248892033,3,Top movers,0.414,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,69,69,2026-09-19T04:27:31.665Z,40848840757,3,Top movers,0.778,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,70,70,2026-09-19T04:37:31.665Z,41448952314,3,Top movers,0.872,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,71,71,2026-09-19T04:47:31.665Z,42048902844,3,Top movers,0.82,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,72,72,2026-09-19T04:57:31.665Z,42649050693,3,Top movers,0.762,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,73,73,2026-09-19T05:07:31.665Z,43248955264,3,Top movers,0.497,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,74,74,2026-09-19T05:17:31.665Z,43849004793,3,Top movers,0.809,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,75,75,2026-09-19T05:27:31.665Z,44448870942,3,Top movers,0.418,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,76,76,2026-09-19T05:37:31.665Z,45048902478,3,Top movers,0.775,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,77,77,2026-09-19T05:47:31.665Z,45648983692,3,Top movers,0.394,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,78,78,2026-09-19T05:57:31.665Z,46248965040,3,Top movers,0.807,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,79,79,2026-09-19T06:07:31.665Z,46848958026,3,Top movers,0.558,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,80,80,2026-09-19T06:17:31.665Z,47448953256,3,Top movers,0.848,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,81,81,2026-09-19T06:27:31.665Z,48048969904,3,Top movers,0.458,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,82,82,2026-09-19T06:37:31.665Z,48648841029,3,Top movers,0.782,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,83,83,2026-09-19T06:47:31.665Z,49249000673,3,Top movers,0.414,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,84,84,2026-09-19T06:57:31.665Z,49848932021,3,Top movers,0.789,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,85,85,2026-09-19T07:07:31.665Z,50448920743,3,Top movers,0.482,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,86,86,2026-09-19T07:17:31.665Z,51048965322,3,Top movers,0.782,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,87,87,2026-09-19T07:27:31.665Z,51648867376,3,Top movers,0.785,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,88,88,2026-09-19T07:37:31.665Z,52248886297,3,Top movers,0.818,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,89,89,2026-09-19T07:47:31.665Z,52848929281,3,Top movers,0.769,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,90,90,2026-09-19T07:57:31.665Z,53448968592,3,Top movers,0.797,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,91,91,2026-09-19T08:07:31.665Z,54048999698,3,Top movers,0.903,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,92,92,2026-09-19T08:17:31.665Z,54648912657,3,Top movers,0.859,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,93,93,2026-09-19T08:27:31.665Z,55248932131,3,Top movers,0.807,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,94,94,2026-09-19T08:37:31.665Z,55849013665,3,Top movers,0.786,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,95,95,2026-09-19T08:47:31.665Z,56448925831,3,Top movers,0.825,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,96,96,2026-09-19T08:57:31.665Z,57048862217,3,Top movers,0.797,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,97,97,2026-09-19T09:07:31.665Z,57648963051,3,Top movers,0.872,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,98,98,2026-09-19T09:17:31.665Z,58249004920,3,Top movers,0.881,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,99,99,2026-09-19T09:27:31.665Z,58848886186,3,Top movers,0.391,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,100,100,2026-09-19T09:37:31.665Z,59449032571,3,Top movers,0.799,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,101,101,2026-09-19T09:47:31.665Z,60048974387,3,Top movers,0.762,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,102,102,2026-09-19T09:57:31.665Z,60649047005,3,Top movers,0.366,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,103,103,2026-09-19T10:07:31.665Z,61248997535,3,Top movers,1.155,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,104,104,2026-09-19T10:17:31.665Z,61848979545,3,Top movers,0.389,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,105,105,2026-09-19T10:27:31.665Z,62448827582,3,Top movers,0.78,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,106,106,2026-09-19T10:37:31.665Z,63048951008,3,Top movers,0.414,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,107,107,2026-09-19T10:47:31.665Z,63648915373,3,Top movers,0.817,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,108,108,2026-09-19T10:57:31.665Z,64248934893,3,Top movers,0.427,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,109,109,2026-09-19T11:07:31.665Z,64848931181,3,Top movers,0.448,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,110,110,2026-09-19T11:17:31.665Z,65448990060,3,Top movers,0.775,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,111,111,2026-09-19T11:27:31.665Z,66048942260,3,Top movers,0.403,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,112,112,2026-09-19T11:37:31.665Z,66648970121,3,Top movers,0.702,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,113,113,2026-09-19T11:47:31.665Z,67248947921,3,Top movers,0.419,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,114,114,2026-09-19T11:57:31.665Z,67848865391,3,Top movers,0.846,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,115,115,2026-09-19T12:07:31.665Z,68448901225,3,Top movers,1.002,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,116,116,2026-09-19T12:17:31.665Z,69049033856,3,Top movers,0.827,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,117,117,2026-09-19T12:27:31.665Z,69648898887,3,Top movers,0.836,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,118,118,2026-09-19T12:37:31.665Z,70248972689,3,Top movers,0.854,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,119,119,2026-09-19T12:47:31.665Z,70848944994,3,Top movers,0.869,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,120,120,2026-09-19T12:57:31.665Z,71448876924,3,Top movers,0.882,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,121,121,2026-09-19T13:07:31.665Z,72048872763,3,Top movers,1.005,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,122,122,2026-09-19T13:17:31.665Z,72648823293,3,Top movers,0.853,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,123,123,2026-09-19T13:27:31.665Z,73248951843,3,Top movers,0.823,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,124,124,2026-09-19T13:37:31.665Z,73848850795,3,Top movers,0.806,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,125,125,2026-09-19T13:47:31.665Z,74448988124,3,Top movers,0.749,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,126,126,2026-09-19T13:57:31.665Z,75048980211,3,Top movers,0.841,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,127,127,2026-09-19T14:07:31.665Z,75648919105,3,Top movers,0.894,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,128,128,2026-09-19T14:17:31.665Z,76248881396,3,Top movers,0.822,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,129,129,2026-09-19T14:27:31.665Z,76848823691,3,Top movers,0.799,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,130,130,2026-09-19T14:37:31.665Z,77448864325,3,Top movers,0.839,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,131,131,2026-09-19T14:47:31.665Z,78048857309,3,Top movers,0.742,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,132,132,2026-09-19T14:57:31.665Z,78648963825,3,Top movers,0.824,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,133,133,2026-09-19T15:07:31.665Z,79248916498,3,Top movers,0.907,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,134,134,2026-09-19T15:17:31.665Z,79848963748,3,Top movers,0.433,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,135,135,2026-09-19T15:27:31.665Z,80448989098,3,Top movers,0.747,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,136,136,2026-09-19T15:37:31.665Z,81048989103,3,Top movers,0.427,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,137,137,2026-09-19T15:47:31.665Z,81648805878,3,Top movers,0.768,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,138,138,2026-09-19T15:57:31.665Z,82248892830,3,Top movers,1.289,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,139,139,2026-09-19T16:07:31.665Z,82848947450,3,Top movers,0.974,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,140,140,2026-09-19T16:17:31.665Z,83448864291,3,Top movers,0.792,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,141,141,2026-09-19T16:27:31.665Z,84048946267,3,Top movers,0.449,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,142,142,2026-09-19T16:37:31.665Z,84648911334,3,Top movers,1.078,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,143,143,2026-09-19T16:47:31.665Z,85248832558,3,Top movers,0.477,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,144,144,2026-09-19T16:57:31.665Z,85848983088,3,Top movers,1.259,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,145,145,2026-09-19T17:07:31.665Z,86448998070,3,Top movers,0.53,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,146,146,2026-09-19T17:17:31.665Z,87048970508,3,Top movers,1.442,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,147,147,2026-09-19T17:27:31.665Z,87648993949,3,Top movers,0.797,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,148,148,2026-09-19T17:37:31.665Z,88248973865,3,Top movers,1.054,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,149,149,2026-09-19T17:47:31.665Z,88848942984,3,Top movers,0.861,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,150,150,2026-09-19T17:57:31.665Z,89448824332,3,Top movers,0.829,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,151,151,2026-09-19T18:07:31.665Z,90048962182,3,Top movers,1.032,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,152,152,2026-09-19T18:17:31.665Z,90648973338,3,Top movers,0.833,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,153,153,2026-09-19T18:27:31.665Z,91248923008,3,Top movers,0.461,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,154,154,2026-09-19T18:37:31.665Z,91848815062,3,Top movers,0.908,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,155,155,2026-09-19T18:47:31.665Z,92448977228,3,Top movers,0.857,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,156,156,2026-09-19T18:57:31.665Z,93048998642,3,Top movers,0.529,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,157,157,2026-09-19T19:07:31.665Z,93648850827,3,Top movers,0.954,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,158,158,2026-09-19T19:17:31.665Z,94248956784,3,Top movers,0.884,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,159,159,2026-09-19T19:27:31.665Z,94848829249,3,Top movers,0.916,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,160,160,2026-09-19T19:37:31.665Z,95448942204,3,Top movers,0.828,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,161,161,2026-09-19T19:47:31.665Z,96048966006,3,Top movers,0.845,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,162,162,2026-09-19T19:57:31.665Z,96648893321,3,Top movers,0.812,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,163,163,2026-09-19T20:07:31.665Z,97248931018,3,Top movers,0.924,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,164,164,2026-09-19T20:17:31.665Z,97848875579,3,Top movers,0.578,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,165,165,2026-09-19T20:27:31.665Z,98448826106,3,Top movers,0.941,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,166,166,2026-09-19T20:37:31.665Z,99048919090,3,Top movers,0.824,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,167,167,2026-09-19T20:47:31.665Z,99648972815,3,Top movers,0.458,provider Query History total duration; includes compilation; excludes fetch,True clickhouse,ClickHouse Cloud,2,2,2026-08-08T07:05:59Z,724786266,4,Daily activity,0.006,clickhouse-client --time,True clickhouse,ClickHouse Cloud,3,3,2026-08-08T07:15:59Z,1370669828,4,Daily activity,0.006,clickhouse-client --time,True clickhouse,ClickHouse Cloud,4,4,2026-08-08T07:25:59Z,1975682003,4,Daily activity,0.025,clickhouse-client --time,True @@ -2665,169 +3166,336 @@ bigquery,BigQuery,164,164,2026-08-11T18:34:39.579Z,97751631895,4,Daily activity, bigquery,BigQuery,165,165,2026-08-11T18:44:39.579Z,98347800336,4,Daily activity,5.064,statistics.finalExecutionDurationMs,True bigquery,BigQuery,166,166,2026-08-11T18:54:39.579Z,98954665038,4,Daily activity,5.426,statistics.finalExecutionDurationMs,True bigquery,BigQuery,167,167,2026-08-11T19:04:39.579Z,99551267495,4,Daily activity,4.51,statistics.finalExecutionDurationMs,True -redshift,Redshift Serverless,2,2,2026-08-12T17:03:57Z,539118925,4,Daily activity,0.528943,clickhouse-client --time,True -redshift,Redshift Serverless,3,3,2026-08-12T17:14:09Z,1140532594,4,Daily activity,0.480258,clickhouse-client --time,True -redshift,Redshift Serverless,4,4,2026-08-12T17:24:09Z,1740468180,4,Daily activity,0.584155,clickhouse-client --time,True -redshift,Redshift Serverless,5,5,2026-08-12T17:34:09Z,2341513280,4,Daily activity,0.513274,clickhouse-client --time,True -redshift,Redshift Serverless,6,6,2026-08-12T17:44:10Z,2939871289,4,Daily activity,0.596863,clickhouse-client --time,True -redshift,Redshift Serverless,7,7,2026-08-12T17:54:09Z,3539132196,4,Daily activity,0.692736,clickhouse-client --time,True -redshift,Redshift Serverless,8,8,2026-08-12T18:04:10Z,4143068739,4,Daily activity,1.019494,clickhouse-client --time,True -redshift,Redshift Serverless,9,9,2026-08-12T18:13:59Z,4741930895,4,Daily activity,0.525943,clickhouse-client --time,True -redshift,Redshift Serverless,10,10,2026-08-12T18:24:10Z,5339083784,4,Daily activity,0.645461,clickhouse-client --time,True -redshift,Redshift Serverless,11,11,2026-08-12T18:34:10Z,5938849921,4,Daily activity,0.463962,clickhouse-client --time,True -redshift,Redshift Serverless,12,12,2026-08-12T18:44:09Z,6538854893,4,Daily activity,0.37079,clickhouse-client --time,True -redshift,Redshift Serverless,13,13,2026-08-12T18:54:09Z,7142932703,4,Daily activity,0.57512,clickhouse-client --time,True -redshift,Redshift Serverless,14,14,2026-08-12T19:04:10Z,7739391998,4,Daily activity,0.554676,clickhouse-client --time,True -redshift,Redshift Serverless,15,15,2026-08-12T19:14:10Z,8397564229,4,Daily activity,0.450517,clickhouse-client --time,True -redshift,Redshift Serverless,16,16,2026-08-12T19:24:10Z,8937866655,4,Daily activity,0.486575,clickhouse-client --time,True -redshift,Redshift Serverless,17,17,2026-08-12T19:34:10Z,9542609644,4,Daily activity,0.418052,clickhouse-client --time,True -redshift,Redshift Serverless,18,18,2026-08-12T19:44:10Z,10140144267,4,Daily activity,0.387764,clickhouse-client --time,True -redshift,Redshift Serverless,19,19,2026-08-12T19:54:10Z,10739646237,4,Daily activity,0.668281,clickhouse-client --time,True -redshift,Redshift Serverless,20,20,2026-08-12T20:03:59Z,11339027808,4,Daily activity,0.45755,clickhouse-client --time,True -redshift,Redshift Serverless,21,21,2026-08-12T20:14:09Z,11941589977,4,Daily activity,0.632569,clickhouse-client --time,True -redshift,Redshift Serverless,22,22,2026-08-12T20:24:10Z,12534774797,4,Daily activity,0.498112,clickhouse-client --time,True -redshift,Redshift Serverless,23,23,2026-08-12T20:34:10Z,13143146482,4,Daily activity,0.433638,clickhouse-client --time,True -redshift,Redshift Serverless,24,24,2026-08-12T20:44:10Z,13741229534,4,Daily activity,0.453543,clickhouse-client --time,True -redshift,Redshift Serverless,25,25,2026-08-12T20:54:09Z,14346887362,4,Daily activity,0.975291,clickhouse-client --time,True -redshift,Redshift Serverless,26,26,2026-08-12T21:03:59Z,14942522975,4,Daily activity,0.398691,clickhouse-client --time,True -redshift,Redshift Serverless,27,27,2026-08-12T21:14:09Z,15539438649,4,Daily activity,0.880288,clickhouse-client --time,True -redshift,Redshift Serverless,28,28,2026-08-12T21:24:09Z,16138130017,4,Daily activity,0.579415,clickhouse-client --time,True -redshift,Redshift Serverless,29,29,2026-08-12T21:34:09Z,16739010996,4,Daily activity,0.39549,clickhouse-client --time,True -redshift,Redshift Serverless,30,30,2026-08-12T21:44:09Z,17338005403,4,Daily activity,0.423948,clickhouse-client --time,True -redshift,Redshift Serverless,31,31,2026-08-12T21:54:10Z,17944900380,4,Daily activity,0.500949,clickhouse-client --time,True -redshift,Redshift Serverless,32,32,2026-08-12T22:03:58Z,18545538648,4,Daily activity,0.299042,clickhouse-client --time,True -redshift,Redshift Serverless,33,33,2026-08-12T22:13:59Z,19141064210,4,Daily activity,0.413932,clickhouse-client --time,True -redshift,Redshift Serverless,34,34,2026-08-12T22:24:10Z,19742262546,4,Daily activity,0.400949,clickhouse-client --time,True -redshift,Redshift Serverless,35,35,2026-08-12T22:34:09Z,20336924476,4,Daily activity,0.518956,clickhouse-client --time,True -redshift,Redshift Serverless,36,36,2026-08-12T22:44:08Z,20936890438,4,Daily activity,0.425338,clickhouse-client --time,True -redshift,Redshift Serverless,37,37,2026-08-12T22:54:09Z,21541024360,4,Daily activity,0.553562,clickhouse-client --time,True -redshift,Redshift Serverless,38,38,2026-08-12T23:03:59Z,22141942247,4,Daily activity,0.355875,clickhouse-client --time,True -redshift,Redshift Serverless,39,39,2026-08-12T23:14:09Z,22758184357,4,Daily activity,0.395088,clickhouse-client --time,True -redshift,Redshift Serverless,40,40,2026-08-12T23:24:10Z,23357488818,4,Daily activity,0.363823,clickhouse-client --time,True -redshift,Redshift Serverless,41,41,2026-08-12T23:34:10Z,23959033974,4,Daily activity,0.378986,clickhouse-client --time,True -redshift,Redshift Serverless,42,42,2026-08-12T23:44:10Z,24560889162,4,Daily activity,0.467823,clickhouse-client --time,True -redshift,Redshift Serverless,43,43,2026-08-12T23:54:09Z,25158046681,4,Daily activity,0.385782,clickhouse-client --time,True -redshift,Redshift Serverless,44,44,2026-08-13T00:04:00Z,25757709650,4,Daily activity,0.270337,clickhouse-client --time,True -redshift,Redshift Serverless,45,45,2026-08-13T00:14:09Z,26360830738,4,Daily activity,0.442383,clickhouse-client --time,True -redshift,Redshift Serverless,46,46,2026-08-13T00:24:10Z,26959822278,4,Daily activity,0.380667,clickhouse-client --time,True -redshift,Redshift Serverless,47,47,2026-08-13T00:34:09Z,27560204587,4,Daily activity,0.422948,clickhouse-client --time,True -redshift,Redshift Serverless,48,48,2026-08-13T00:44:10Z,28157928300,4,Daily activity,0.419455,clickhouse-client --time,True -redshift,Redshift Serverless,49,49,2026-08-13T00:54:10Z,28758932048,4,Daily activity,0.488425,clickhouse-client --time,True -redshift,Redshift Serverless,50,50,2026-08-13T01:03:57Z,29358572401,4,Daily activity,0.291456,clickhouse-client --time,True -redshift,Redshift Serverless,51,51,2026-08-13T01:14:10Z,29960296771,4,Daily activity,0.47424,clickhouse-client --time,True -redshift,Redshift Serverless,52,52,2026-08-13T01:24:10Z,30565269536,4,Daily activity,0.407218,clickhouse-client --time,True -redshift,Redshift Serverless,53,53,2026-08-13T01:34:10Z,31160331272,4,Daily activity,0.451744,clickhouse-client --time,True -redshift,Redshift Serverless,54,54,2026-08-13T01:44:10Z,31757290992,4,Daily activity,0.430703,clickhouse-client --time,True -redshift,Redshift Serverless,55,55,2026-08-13T01:54:10Z,32358986128,4,Daily activity,0.427334,clickhouse-client --time,True -redshift,Redshift Serverless,56,56,2026-08-13T02:03:59Z,32960605673,4,Daily activity,0.392932,clickhouse-client --time,True -redshift,Redshift Serverless,57,57,2026-08-13T02:14:10Z,33563974195,4,Daily activity,0.489089,clickhouse-client --time,True -redshift,Redshift Serverless,58,58,2026-08-13T02:24:10Z,34158960136,4,Daily activity,0.385277,clickhouse-client --time,True -redshift,Redshift Serverless,59,59,2026-08-13T02:34:09Z,34760301912,4,Daily activity,0.367553,clickhouse-client --time,True -redshift,Redshift Serverless,60,60,2026-08-13T02:44:10Z,35362314543,4,Daily activity,0.387965,clickhouse-client --time,True -redshift,Redshift Serverless,61,61,2026-08-13T02:54:08Z,35960573077,4,Daily activity,0.507214,clickhouse-client --time,True -redshift,Redshift Serverless,62,62,2026-08-13T03:04:00Z,36560901115,4,Daily activity,0.347559,clickhouse-client --time,True -redshift,Redshift Serverless,63,63,2026-08-13T03:14:00Z,37099726907,4,Daily activity,0.272984,clickhouse-client --time,True -redshift,Redshift Serverless,64,64,2026-08-13T03:24:11Z,37759210155,4,Daily activity,0.648086,clickhouse-client --time,True -redshift,Redshift Serverless,65,65,2026-08-13T03:34:12Z,38369452934,4,Daily activity,0.526192,clickhouse-client --time,True -redshift,Redshift Serverless,66,66,2026-08-13T03:44:11Z,38970108594,4,Daily activity,0.496186,clickhouse-client --time,True -redshift,Redshift Serverless,67,67,2026-08-13T03:54:10Z,39507372773,4,Daily activity,0.561056,clickhouse-client --time,True -redshift,Redshift Serverless,68,68,2026-08-13T04:03:59Z,40110348668,4,Daily activity,0.463372,clickhouse-client --time,True -redshift,Redshift Serverless,69,69,2026-08-13T04:14:11Z,40708457686,4,Daily activity,0.604567,clickhouse-client --time,True -redshift,Redshift Serverless,70,70,2026-08-13T04:24:11Z,41311191300,4,Daily activity,0.815929,clickhouse-client --time,True -redshift,Redshift Serverless,71,71,2026-08-13T04:34:12Z,41969213855,4,Daily activity,0.467739,clickhouse-client --time,True -redshift,Redshift Serverless,72,72,2026-08-13T04:44:10Z,42510673827,4,Daily activity,0.609263,clickhouse-client --time,True -redshift,Redshift Serverless,73,73,2026-08-13T04:54:10Z,43113715625,4,Daily activity,0.920782,clickhouse-client --time,True -redshift,Redshift Serverless,74,74,2026-08-13T05:03:59Z,43708992758,4,Daily activity,0.371675,clickhouse-client --time,True -redshift,Redshift Serverless,75,75,2026-08-13T05:14:12Z,44306002093,4,Daily activity,0.436492,clickhouse-client --time,True -redshift,Redshift Serverless,76,76,2026-08-13T05:24:13Z,44972171093,4,Daily activity,0.417224,clickhouse-client --time,True -redshift,Redshift Serverless,77,77,2026-08-13T05:34:10Z,45569434778,4,Daily activity,0.441438,clickhouse-client --time,True -redshift,Redshift Serverless,78,78,2026-08-13T05:44:11Z,46170593122,4,Daily activity,0.477204,clickhouse-client --time,True -redshift,Redshift Serverless,79,79,2026-08-13T05:54:12Z,46769882264,4,Daily activity,0.472325,clickhouse-client --time,True -redshift,Redshift Serverless,80,80,2026-08-13T06:03:59Z,47307695739,4,Daily activity,0.523389,clickhouse-client --time,True -redshift,Redshift Serverless,81,81,2026-08-13T06:14:10Z,47908162093,4,Daily activity,1.915645,clickhouse-client --time,True -redshift,Redshift Serverless,82,82,2026-08-13T06:24:09Z,48569875455,4,Daily activity,0.442739,clickhouse-client --time,True -redshift,Redshift Serverless,83,83,2026-08-13T06:34:12Z,49170649113,4,Daily activity,0.425334,clickhouse-client --time,True -redshift,Redshift Serverless,84,84,2026-08-13T06:44:11Z,49769405745,4,Daily activity,0.439295,clickhouse-client --time,True -redshift,Redshift Serverless,85,85,2026-08-13T06:54:10Z,50311961071,4,Daily activity,0.578408,clickhouse-client --time,True -redshift,Redshift Serverless,86,86,2026-08-13T07:03:59Z,50902916441,4,Daily activity,0.437715,clickhouse-client --time,True -redshift,Redshift Serverless,87,87,2026-08-13T07:14:11Z,51569862364,4,Daily activity,0.470253,clickhouse-client --time,True -redshift,Redshift Serverless,88,88,2026-08-13T07:24:11Z,52111833800,4,Daily activity,0.528565,clickhouse-client --time,True -redshift,Redshift Serverless,89,89,2026-08-13T07:34:10Z,52797800664,4,Daily activity,0.083179,clickhouse-client --time,True -redshift,Redshift Serverless,90,90,2026-08-13T07:44:10Z,53339137987,4,Daily activity,0.437422,clickhouse-client --time,True -redshift,Redshift Serverless,91,91,2026-08-13T07:54:11Z,53928907694,4,Daily activity,0.548449,clickhouse-client --time,True -redshift,Redshift Serverless,92,92,2026-08-13T08:03:59Z,54532055276,4,Daily activity,0.441211,clickhouse-client --time,True -redshift,Redshift Serverless,93,93,2026-08-13T08:14:11Z,55128344953,4,Daily activity,0.480939,clickhouse-client --time,True -redshift,Redshift Serverless,94,94,2026-08-13T08:24:10Z,55729088882,4,Daily activity,0.418614,clickhouse-client --time,True -redshift,Redshift Serverless,95,95,2026-08-13T08:34:10Z,56328131726,4,Daily activity,0.503472,clickhouse-client --time,True -redshift,Redshift Serverless,96,96,2026-08-13T08:44:10Z,56929528891,4,Daily activity,0.124849,clickhouse-client --time,True -redshift,Redshift Serverless,97,97,2026-08-13T08:54:10Z,57534735475,4,Daily activity,0.563246,clickhouse-client --time,True -redshift,Redshift Serverless,98,98,2026-08-13T09:03:58Z,58132621215,4,Daily activity,0.479223,clickhouse-client --time,True -redshift,Redshift Serverless,99,99,2026-08-13T09:14:10Z,58728900353,4,Daily activity,0.401306,clickhouse-client --time,True -redshift,Redshift Serverless,100,100,2026-08-13T09:24:09Z,59328863090,4,Daily activity,0.454617,clickhouse-client --time,True -redshift,Redshift Serverless,101,101,2026-08-13T09:34:11Z,59932424550,4,Daily activity,0.57716,clickhouse-client --time,True -redshift,Redshift Serverless,102,102,2026-08-13T09:44:11Z,60528538925,4,Daily activity,0.452311,clickhouse-client --time,True -redshift,Redshift Serverless,103,103,2026-08-13T09:54:12Z,61127219937,4,Daily activity,0.594779,clickhouse-client --time,True -redshift,Redshift Serverless,104,104,2026-08-13T10:03:58Z,61728943805,4,Daily activity,0.47147,clickhouse-client --time,True -redshift,Redshift Serverless,105,105,2026-08-13T10:14:11Z,62331267479,4,Daily activity,0.49469,clickhouse-client --time,True -redshift,Redshift Serverless,106,106,2026-08-13T10:24:10Z,62931770608,4,Daily activity,0.594037,clickhouse-client --time,True -redshift,Redshift Serverless,107,107,2026-08-13T10:34:11Z,63530017412,4,Daily activity,0.488309,clickhouse-client --time,True -redshift,Redshift Serverless,108,108,2026-08-13T10:44:11Z,64131258918,4,Daily activity,0.39476,clickhouse-client --time,True -redshift,Redshift Serverless,109,109,2026-08-13T10:54:10Z,64726881755,4,Daily activity,0.456655,clickhouse-client --time,True -redshift,Redshift Serverless,110,110,2026-08-13T11:03:59Z,65328955508,4,Daily activity,0.417043,clickhouse-client --time,True -redshift,Redshift Serverless,111,111,2026-08-13T11:14:10Z,65926809029,4,Daily activity,0.444379,clickhouse-client --time,True -redshift,Redshift Serverless,112,112,2026-08-13T11:24:12Z,66527854638,4,Daily activity,0.507562,clickhouse-client --time,True -redshift,Redshift Serverless,113,113,2026-08-13T11:34:11Z,67128664727,4,Daily activity,0.464605,clickhouse-client --time,True -redshift,Redshift Serverless,114,114,2026-08-13T11:44:10Z,67790387128,4,Daily activity,0.412628,clickhouse-client --time,True -redshift,Redshift Serverless,115,115,2026-08-13T11:54:10Z,68330088073,4,Daily activity,0.485713,clickhouse-client --time,True -redshift,Redshift Serverless,116,116,2026-08-13T12:03:59Z,68929344858,4,Daily activity,0.453265,clickhouse-client --time,True -redshift,Redshift Serverless,117,117,2026-08-13T12:14:11Z,69529528941,4,Daily activity,0.482183,clickhouse-client --time,True -redshift,Redshift Serverless,118,118,2026-08-13T12:24:11Z,70132993820,4,Daily activity,0.494919,clickhouse-client --time,True -redshift,Redshift Serverless,119,119,2026-08-13T12:34:11Z,70742571187,4,Daily activity,0.575257,clickhouse-client --time,True -redshift,Redshift Serverless,120,120,2026-08-13T12:44:10Z,71342431867,4,Daily activity,0.505434,clickhouse-client --time,True -redshift,Redshift Serverless,121,121,2026-08-13T12:54:09Z,71946007841,4,Daily activity,0.488922,clickhouse-client --time,True -redshift,Redshift Serverless,122,122,2026-08-13T13:04:00Z,72546298660,4,Daily activity,0.560323,clickhouse-client --time,True -redshift,Redshift Serverless,123,123,2026-08-13T13:14:12Z,73143825074,4,Daily activity,1.03503,clickhouse-client --time,True -redshift,Redshift Serverless,124,124,2026-08-13T13:24:10Z,73740624098,4,Daily activity,0.462266,clickhouse-client --time,True -redshift,Redshift Serverless,125,125,2026-08-13T13:34:11Z,74341621634,4,Daily activity,0.433114,clickhouse-client --time,True -redshift,Redshift Serverless,126,126,2026-08-13T13:44:10Z,74941549148,4,Daily activity,0.526556,clickhouse-client --time,True -redshift,Redshift Serverless,127,127,2026-08-13T13:54:11Z,75540057221,4,Daily activity,0.530872,clickhouse-client --time,True -redshift,Redshift Serverless,128,128,2026-08-13T14:03:59Z,76141857339,4,Daily activity,0.466348,clickhouse-client --time,True -redshift,Redshift Serverless,129,129,2026-08-13T14:14:10Z,76744332234,4,Daily activity,0.475679,clickhouse-client --time,True -redshift,Redshift Serverless,130,130,2026-08-13T14:24:11Z,77343838333,4,Daily activity,0.457798,clickhouse-client --time,True -redshift,Redshift Serverless,131,131,2026-08-13T14:34:12Z,77945716216,4,Daily activity,0.472516,clickhouse-client --time,True -redshift,Redshift Serverless,132,132,2026-08-13T14:44:11Z,78542454275,4,Daily activity,0.555596,clickhouse-client --time,True -redshift,Redshift Serverless,133,133,2026-08-13T14:54:11Z,79146527318,4,Daily activity,0.828955,clickhouse-client --time,True -redshift,Redshift Serverless,134,134,2026-08-13T15:03:59Z,79742012314,4,Daily activity,0.387129,clickhouse-client --time,True -redshift,Redshift Serverless,135,135,2026-08-13T15:14:00Z,80344363553,4,Daily activity,0.551059,clickhouse-client --time,True -redshift,Redshift Serverless,136,136,2026-08-13T15:24:12Z,80945919301,4,Daily activity,0.58475,clickhouse-client --time,True -redshift,Redshift Serverless,137,137,2026-08-13T15:34:11Z,81551276073,4,Daily activity,0.861329,clickhouse-client --time,True -redshift,Redshift Serverless,138,138,2026-08-13T15:44:12Z,82098085629,4,Daily activity,0.428524,clickhouse-client --time,True -redshift,Redshift Serverless,139,139,2026-08-13T15:54:11Z,82760697798,4,Daily activity,0.463373,clickhouse-client --time,True -redshift,Redshift Serverless,140,140,2026-08-13T16:03:58Z,83304277333,4,Daily activity,0.509249,clickhouse-client --time,True -redshift,Redshift Serverless,141,141,2026-08-13T16:14:11Z,83915861762,4,Daily activity,0.545581,clickhouse-client --time,True -redshift,Redshift Serverless,142,142,2026-08-13T16:24:10Z,84516022757,4,Daily activity,0.477818,clickhouse-client --time,True -redshift,Redshift Serverless,143,143,2026-08-13T16:34:11Z,85116310321,4,Daily activity,0.547897,clickhouse-client --time,True -redshift,Redshift Serverless,144,144,2026-08-13T16:44:11Z,85714934329,4,Daily activity,0.667861,clickhouse-client --time,True -redshift,Redshift Serverless,145,145,2026-08-13T16:54:11Z,86376876842,4,Daily activity,0.45786,clickhouse-client --time,True -redshift,Redshift Serverless,146,146,2026-08-13T17:04:00Z,86919366179,4,Daily activity,0.399805,clickhouse-client --time,True -redshift,Redshift Serverless,147,147,2026-08-13T17:14:13Z,87518660143,4,Daily activity,0.665602,clickhouse-client --time,True -redshift,Redshift Serverless,148,148,2026-08-13T17:24:11Z,88119922644,4,Daily activity,0.528979,clickhouse-client --time,True -redshift,Redshift Serverless,149,149,2026-08-13T17:34:10Z,88721373784,4,Daily activity,0.558133,clickhouse-client --time,True -redshift,Redshift Serverless,150,150,2026-08-13T17:44:11Z,89317816940,4,Daily activity,0.448789,clickhouse-client --time,True -redshift,Redshift Serverless,151,151,2026-08-13T17:54:10Z,89920330616,4,Daily activity,0.506835,clickhouse-client --time,True -redshift,Redshift Serverless,152,152,2026-08-13T18:03:59Z,90519198255,4,Daily activity,0.499613,clickhouse-client --time,True -redshift,Redshift Serverless,153,153,2026-08-13T18:14:11Z,91116929731,4,Daily activity,0.476121,clickhouse-client --time,True -redshift,Redshift Serverless,154,154,2026-08-13T18:24:11Z,91721103362,4,Daily activity,0.422593,clickhouse-client --time,True -redshift,Redshift Serverless,155,155,2026-08-13T18:34:10Z,92316878209,4,Daily activity,0.704705,clickhouse-client --time,True -redshift,Redshift Serverless,156,156,2026-08-13T18:44:11Z,92920798733,4,Daily activity,0.492951,clickhouse-client --time,True -redshift,Redshift Serverless,157,157,2026-08-13T18:54:11Z,93578343844,4,Daily activity,0.724767,clickhouse-client --time,True -redshift,Redshift Serverless,158,158,2026-08-13T19:03:59Z,94121949722,4,Daily activity,0.439077,clickhouse-client --time,True -redshift,Redshift Serverless,159,159,2026-08-13T19:14:12Z,94720021119,4,Daily activity,0.471049,clickhouse-client --time,True -redshift,Redshift Serverless,160,160,2026-08-13T19:24:11Z,95321520836,4,Daily activity,0.502574,clickhouse-client --time,True -redshift,Redshift Serverless,161,161,2026-08-13T19:34:11Z,95919083638,4,Daily activity,0.562096,clickhouse-client --time,True -redshift,Redshift Serverless,162,162,2026-08-13T19:44:12Z,96521000095,4,Daily activity,0.483347,clickhouse-client --time,True -redshift,Redshift Serverless,163,163,2026-08-13T19:54:11Z,97179016064,4,Daily activity,0.510732,clickhouse-client --time,True -redshift,Redshift Serverless,164,164,2026-08-13T20:03:59Z,97780054204,4,Daily activity,0.331939,clickhouse-client --time,True -redshift,Redshift Serverless,165,165,2026-08-13T20:14:11Z,98322015057,4,Daily activity,0.56384,clickhouse-client --time,True -redshift,Redshift Serverless,166,166,2026-08-13T20:24:11Z,98921587131,4,Daily activity,0.53703,clickhouse-client --time,True -redshift,Redshift Serverless,167,167,2026-08-13T20:34:11Z,99517455047,4,Daily activity,0.452569,clickhouse-client --time,True +redshift,Redshift Serverless,2,2,2026-08-12T17:03:57Z,539118925,4,Daily activity,0.528943,runner result (end-to-end),True +redshift,Redshift Serverless,3,3,2026-08-12T17:14:09Z,1140532594,4,Daily activity,0.480258,runner result (end-to-end),True +redshift,Redshift Serverless,4,4,2026-08-12T17:24:09Z,1740468180,4,Daily activity,0.584155,runner result (end-to-end),True +redshift,Redshift Serverless,5,5,2026-08-12T17:34:09Z,2341513280,4,Daily activity,0.513274,runner result (end-to-end),True +redshift,Redshift Serverless,6,6,2026-08-12T17:44:10Z,2939871289,4,Daily activity,0.596863,runner result (end-to-end),True +redshift,Redshift Serverless,7,7,2026-08-12T17:54:09Z,3539132196,4,Daily activity,0.692736,runner result (end-to-end),True +redshift,Redshift Serverless,8,8,2026-08-12T18:04:10Z,4143068739,4,Daily activity,1.019494,runner result (end-to-end),True +redshift,Redshift Serverless,9,9,2026-08-12T18:13:59Z,4741930895,4,Daily activity,0.525943,runner result (end-to-end),True +redshift,Redshift Serverless,10,10,2026-08-12T18:24:10Z,5339083784,4,Daily activity,0.645461,runner result (end-to-end),True +redshift,Redshift Serverless,11,11,2026-08-12T18:34:10Z,5938849921,4,Daily activity,0.463962,runner result (end-to-end),True +redshift,Redshift Serverless,12,12,2026-08-12T18:44:09Z,6538854893,4,Daily activity,0.37079,runner result (end-to-end),True +redshift,Redshift Serverless,13,13,2026-08-12T18:54:09Z,7142932703,4,Daily activity,0.57512,runner result (end-to-end),True +redshift,Redshift Serverless,14,14,2026-08-12T19:04:10Z,7739391998,4,Daily activity,0.554676,runner result (end-to-end),True +redshift,Redshift Serverless,15,15,2026-08-12T19:14:10Z,8397564229,4,Daily activity,0.450517,runner result (end-to-end),True +redshift,Redshift Serverless,16,16,2026-08-12T19:24:10Z,8937866655,4,Daily activity,0.486575,runner result (end-to-end),True +redshift,Redshift Serverless,17,17,2026-08-12T19:34:10Z,9542609644,4,Daily activity,0.418052,runner result (end-to-end),True +redshift,Redshift Serverless,18,18,2026-08-12T19:44:10Z,10140144267,4,Daily activity,0.387764,runner result (end-to-end),True +redshift,Redshift Serverless,19,19,2026-08-12T19:54:10Z,10739646237,4,Daily activity,0.668281,runner result (end-to-end),True +redshift,Redshift Serverless,20,20,2026-08-12T20:03:59Z,11339027808,4,Daily activity,0.45755,runner result (end-to-end),True +redshift,Redshift Serverless,21,21,2026-08-12T20:14:09Z,11941589977,4,Daily activity,0.632569,runner result (end-to-end),True +redshift,Redshift Serverless,22,22,2026-08-12T20:24:10Z,12534774797,4,Daily activity,0.498112,runner result (end-to-end),True +redshift,Redshift Serverless,23,23,2026-08-12T20:34:10Z,13143146482,4,Daily activity,0.433638,runner result (end-to-end),True +redshift,Redshift Serverless,24,24,2026-08-12T20:44:10Z,13741229534,4,Daily activity,0.453543,runner result (end-to-end),True +redshift,Redshift Serverless,25,25,2026-08-12T20:54:09Z,14346887362,4,Daily activity,0.975291,runner result (end-to-end),True +redshift,Redshift Serverless,26,26,2026-08-12T21:03:59Z,14942522975,4,Daily activity,0.398691,runner result (end-to-end),True +redshift,Redshift Serverless,27,27,2026-08-12T21:14:09Z,15539438649,4,Daily activity,0.880288,runner result (end-to-end),True +redshift,Redshift Serverless,28,28,2026-08-12T21:24:09Z,16138130017,4,Daily activity,0.579415,runner result (end-to-end),True +redshift,Redshift Serverless,29,29,2026-08-12T21:34:09Z,16739010996,4,Daily activity,0.39549,runner result (end-to-end),True +redshift,Redshift Serverless,30,30,2026-08-12T21:44:09Z,17338005403,4,Daily activity,0.423948,runner result (end-to-end),True +redshift,Redshift Serverless,31,31,2026-08-12T21:54:10Z,17944900380,4,Daily activity,0.500949,runner result (end-to-end),True +redshift,Redshift Serverless,32,32,2026-08-12T22:03:58Z,18545538648,4,Daily activity,0.299042,runner result (end-to-end),True +redshift,Redshift Serverless,33,33,2026-08-12T22:13:59Z,19141064210,4,Daily activity,0.413932,runner result (end-to-end),True +redshift,Redshift Serverless,34,34,2026-08-12T22:24:10Z,19742262546,4,Daily activity,0.400949,runner result (end-to-end),True +redshift,Redshift Serverless,35,35,2026-08-12T22:34:09Z,20336924476,4,Daily activity,0.518956,runner result (end-to-end),True +redshift,Redshift Serverless,36,36,2026-08-12T22:44:08Z,20936890438,4,Daily activity,0.425338,runner result (end-to-end),True +redshift,Redshift Serverless,37,37,2026-08-12T22:54:09Z,21541024360,4,Daily activity,0.553562,runner result (end-to-end),True +redshift,Redshift Serverless,38,38,2026-08-12T23:03:59Z,22141942247,4,Daily activity,0.355875,runner result (end-to-end),True +redshift,Redshift Serverless,39,39,2026-08-12T23:14:09Z,22758184357,4,Daily activity,0.395088,runner result (end-to-end),True +redshift,Redshift Serverless,40,40,2026-08-12T23:24:10Z,23357488818,4,Daily activity,0.363823,runner result (end-to-end),True +redshift,Redshift Serverless,41,41,2026-08-12T23:34:10Z,23959033974,4,Daily activity,0.378986,runner result (end-to-end),True +redshift,Redshift Serverless,42,42,2026-08-12T23:44:10Z,24560889162,4,Daily activity,0.467823,runner result (end-to-end),True +redshift,Redshift Serverless,43,43,2026-08-12T23:54:09Z,25158046681,4,Daily activity,0.385782,runner result (end-to-end),True +redshift,Redshift Serverless,44,44,2026-08-13T00:04:00Z,25757709650,4,Daily activity,0.270337,runner result (end-to-end),True +redshift,Redshift Serverless,45,45,2026-08-13T00:14:09Z,26360830738,4,Daily activity,0.442383,runner result (end-to-end),True +redshift,Redshift Serverless,46,46,2026-08-13T00:24:10Z,26959822278,4,Daily activity,0.380667,runner result (end-to-end),True +redshift,Redshift Serverless,47,47,2026-08-13T00:34:09Z,27560204587,4,Daily activity,0.422948,runner result (end-to-end),True +redshift,Redshift Serverless,48,48,2026-08-13T00:44:10Z,28157928300,4,Daily activity,0.419455,runner result (end-to-end),True +redshift,Redshift Serverless,49,49,2026-08-13T00:54:10Z,28758932048,4,Daily activity,0.488425,runner result (end-to-end),True +redshift,Redshift Serverless,50,50,2026-08-13T01:03:57Z,29358572401,4,Daily activity,0.291456,runner result (end-to-end),True +redshift,Redshift Serverless,51,51,2026-08-13T01:14:10Z,29960296771,4,Daily activity,0.47424,runner result (end-to-end),True +redshift,Redshift Serverless,52,52,2026-08-13T01:24:10Z,30565269536,4,Daily activity,0.407218,runner result (end-to-end),True +redshift,Redshift Serverless,53,53,2026-08-13T01:34:10Z,31160331272,4,Daily activity,0.451744,runner result (end-to-end),True +redshift,Redshift Serverless,54,54,2026-08-13T01:44:10Z,31757290992,4,Daily activity,0.430703,runner result (end-to-end),True +redshift,Redshift Serverless,55,55,2026-08-13T01:54:10Z,32358986128,4,Daily activity,0.427334,runner result (end-to-end),True +redshift,Redshift Serverless,56,56,2026-08-13T02:03:59Z,32960605673,4,Daily activity,0.392932,runner result (end-to-end),True +redshift,Redshift Serverless,57,57,2026-08-13T02:14:10Z,33563974195,4,Daily activity,0.489089,runner result (end-to-end),True +redshift,Redshift Serverless,58,58,2026-08-13T02:24:10Z,34158960136,4,Daily activity,0.385277,runner result (end-to-end),True +redshift,Redshift Serverless,59,59,2026-08-13T02:34:09Z,34760301912,4,Daily activity,0.367553,runner result (end-to-end),True +redshift,Redshift Serverless,60,60,2026-08-13T02:44:10Z,35362314543,4,Daily activity,0.387965,runner result (end-to-end),True +redshift,Redshift Serverless,61,61,2026-08-13T02:54:08Z,35960573077,4,Daily activity,0.507214,runner result (end-to-end),True +redshift,Redshift Serverless,62,62,2026-08-13T03:04:00Z,36560901115,4,Daily activity,0.347559,runner result (end-to-end),True +redshift,Redshift Serverless,63,63,2026-08-13T03:14:00Z,37099726907,4,Daily activity,0.272984,runner result (end-to-end),True +redshift,Redshift Serverless,64,64,2026-08-13T03:24:11Z,37759210155,4,Daily activity,0.648086,runner result (end-to-end),True +redshift,Redshift Serverless,65,65,2026-08-13T03:34:12Z,38369452934,4,Daily activity,0.526192,runner result (end-to-end),True +redshift,Redshift Serverless,66,66,2026-08-13T03:44:11Z,38970108594,4,Daily activity,0.496186,runner result (end-to-end),True +redshift,Redshift Serverless,67,67,2026-08-13T03:54:10Z,39507372773,4,Daily activity,0.561056,runner result (end-to-end),True +redshift,Redshift Serverless,68,68,2026-08-13T04:03:59Z,40110348668,4,Daily activity,0.463372,runner result (end-to-end),True +redshift,Redshift Serverless,69,69,2026-08-13T04:14:11Z,40708457686,4,Daily activity,0.604567,runner result (end-to-end),True +redshift,Redshift Serverless,70,70,2026-08-13T04:24:11Z,41311191300,4,Daily activity,0.815929,runner result (end-to-end),True +redshift,Redshift Serverless,71,71,2026-08-13T04:34:12Z,41969213855,4,Daily activity,0.467739,runner result (end-to-end),True +redshift,Redshift Serverless,72,72,2026-08-13T04:44:10Z,42510673827,4,Daily activity,0.609263,runner result (end-to-end),True +redshift,Redshift Serverless,73,73,2026-08-13T04:54:10Z,43113715625,4,Daily activity,0.920782,runner result (end-to-end),True +redshift,Redshift Serverless,74,74,2026-08-13T05:03:59Z,43708992758,4,Daily activity,0.371675,runner result (end-to-end),True +redshift,Redshift Serverless,75,75,2026-08-13T05:14:12Z,44306002093,4,Daily activity,0.436492,runner result (end-to-end),True +redshift,Redshift Serverless,76,76,2026-08-13T05:24:13Z,44972171093,4,Daily activity,0.417224,runner result (end-to-end),True +redshift,Redshift Serverless,77,77,2026-08-13T05:34:10Z,45569434778,4,Daily activity,0.441438,runner result (end-to-end),True +redshift,Redshift Serverless,78,78,2026-08-13T05:44:11Z,46170593122,4,Daily activity,0.477204,runner result (end-to-end),True +redshift,Redshift Serverless,79,79,2026-08-13T05:54:12Z,46769882264,4,Daily activity,0.472325,runner result (end-to-end),True +redshift,Redshift Serverless,80,80,2026-08-13T06:03:59Z,47307695739,4,Daily activity,0.523389,runner result (end-to-end),True +redshift,Redshift Serverless,81,81,2026-08-13T06:14:10Z,47908162093,4,Daily activity,1.915645,runner result (end-to-end),True +redshift,Redshift Serverless,82,82,2026-08-13T06:24:09Z,48569875455,4,Daily activity,0.442739,runner result (end-to-end),True +redshift,Redshift Serverless,83,83,2026-08-13T06:34:12Z,49170649113,4,Daily activity,0.425334,runner result (end-to-end),True +redshift,Redshift Serverless,84,84,2026-08-13T06:44:11Z,49769405745,4,Daily activity,0.439295,runner result (end-to-end),True +redshift,Redshift Serverless,85,85,2026-08-13T06:54:10Z,50311961071,4,Daily activity,0.578408,runner result (end-to-end),True +redshift,Redshift Serverless,86,86,2026-08-13T07:03:59Z,50902916441,4,Daily activity,0.437715,runner result (end-to-end),True +redshift,Redshift Serverless,87,87,2026-08-13T07:14:11Z,51569862364,4,Daily activity,0.470253,runner result (end-to-end),True +redshift,Redshift Serverless,88,88,2026-08-13T07:24:11Z,52111833800,4,Daily activity,0.528565,runner result (end-to-end),True +redshift,Redshift Serverless,89,89,2026-08-13T07:34:10Z,52797800664,4,Daily activity,0.083179,runner result (end-to-end),True +redshift,Redshift Serverless,90,90,2026-08-13T07:44:10Z,53339137987,4,Daily activity,0.437422,runner result (end-to-end),True +redshift,Redshift Serverless,91,91,2026-08-13T07:54:11Z,53928907694,4,Daily activity,0.548449,runner result (end-to-end),True +redshift,Redshift Serverless,92,92,2026-08-13T08:03:59Z,54532055276,4,Daily activity,0.441211,runner result (end-to-end),True +redshift,Redshift Serverless,93,93,2026-08-13T08:14:11Z,55128344953,4,Daily activity,0.480939,runner result (end-to-end),True +redshift,Redshift Serverless,94,94,2026-08-13T08:24:10Z,55729088882,4,Daily activity,0.418614,runner result (end-to-end),True +redshift,Redshift Serverless,95,95,2026-08-13T08:34:10Z,56328131726,4,Daily activity,0.503472,runner result (end-to-end),True +redshift,Redshift Serverless,96,96,2026-08-13T08:44:10Z,56929528891,4,Daily activity,0.124849,runner result (end-to-end),True +redshift,Redshift Serverless,97,97,2026-08-13T08:54:10Z,57534735475,4,Daily activity,0.563246,runner result (end-to-end),True +redshift,Redshift Serverless,98,98,2026-08-13T09:03:58Z,58132621215,4,Daily activity,0.479223,runner result (end-to-end),True +redshift,Redshift Serverless,99,99,2026-08-13T09:14:10Z,58728900353,4,Daily activity,0.401306,runner result (end-to-end),True +redshift,Redshift Serverless,100,100,2026-08-13T09:24:09Z,59328863090,4,Daily activity,0.454617,runner result (end-to-end),True +redshift,Redshift Serverless,101,101,2026-08-13T09:34:11Z,59932424550,4,Daily activity,0.57716,runner result (end-to-end),True +redshift,Redshift Serverless,102,102,2026-08-13T09:44:11Z,60528538925,4,Daily activity,0.452311,runner result (end-to-end),True +redshift,Redshift Serverless,103,103,2026-08-13T09:54:12Z,61127219937,4,Daily activity,0.594779,runner result (end-to-end),True +redshift,Redshift Serverless,104,104,2026-08-13T10:03:58Z,61728943805,4,Daily activity,0.47147,runner result (end-to-end),True +redshift,Redshift Serverless,105,105,2026-08-13T10:14:11Z,62331267479,4,Daily activity,0.49469,runner result (end-to-end),True +redshift,Redshift Serverless,106,106,2026-08-13T10:24:10Z,62931770608,4,Daily activity,0.594037,runner result (end-to-end),True +redshift,Redshift Serverless,107,107,2026-08-13T10:34:11Z,63530017412,4,Daily activity,0.488309,runner result (end-to-end),True +redshift,Redshift Serverless,108,108,2026-08-13T10:44:11Z,64131258918,4,Daily activity,0.39476,runner result (end-to-end),True +redshift,Redshift Serverless,109,109,2026-08-13T10:54:10Z,64726881755,4,Daily activity,0.456655,runner result (end-to-end),True +redshift,Redshift Serverless,110,110,2026-08-13T11:03:59Z,65328955508,4,Daily activity,0.417043,runner result (end-to-end),True +redshift,Redshift Serverless,111,111,2026-08-13T11:14:10Z,65926809029,4,Daily activity,0.444379,runner result (end-to-end),True +redshift,Redshift Serverless,112,112,2026-08-13T11:24:12Z,66527854638,4,Daily activity,0.507562,runner result (end-to-end),True +redshift,Redshift Serverless,113,113,2026-08-13T11:34:11Z,67128664727,4,Daily activity,0.464605,runner result (end-to-end),True +redshift,Redshift Serverless,114,114,2026-08-13T11:44:10Z,67790387128,4,Daily activity,0.412628,runner result (end-to-end),True +redshift,Redshift Serverless,115,115,2026-08-13T11:54:10Z,68330088073,4,Daily activity,0.485713,runner result (end-to-end),True +redshift,Redshift Serverless,116,116,2026-08-13T12:03:59Z,68929344858,4,Daily activity,0.453265,runner result (end-to-end),True +redshift,Redshift Serverless,117,117,2026-08-13T12:14:11Z,69529528941,4,Daily activity,0.482183,runner result (end-to-end),True +redshift,Redshift Serverless,118,118,2026-08-13T12:24:11Z,70132993820,4,Daily activity,0.494919,runner result (end-to-end),True +redshift,Redshift Serverless,119,119,2026-08-13T12:34:11Z,70742571187,4,Daily activity,0.575257,runner result (end-to-end),True +redshift,Redshift Serverless,120,120,2026-08-13T12:44:10Z,71342431867,4,Daily activity,0.505434,runner result (end-to-end),True +redshift,Redshift Serverless,121,121,2026-08-13T12:54:09Z,71946007841,4,Daily activity,0.488922,runner result (end-to-end),True +redshift,Redshift Serverless,122,122,2026-08-13T13:04:00Z,72546298660,4,Daily activity,0.560323,runner result (end-to-end),True +redshift,Redshift Serverless,123,123,2026-08-13T13:14:12Z,73143825074,4,Daily activity,1.03503,runner result (end-to-end),True +redshift,Redshift Serverless,124,124,2026-08-13T13:24:10Z,73740624098,4,Daily activity,0.462266,runner result (end-to-end),True +redshift,Redshift Serverless,125,125,2026-08-13T13:34:11Z,74341621634,4,Daily activity,0.433114,runner result (end-to-end),True +redshift,Redshift Serverless,126,126,2026-08-13T13:44:10Z,74941549148,4,Daily activity,0.526556,runner result (end-to-end),True +redshift,Redshift Serverless,127,127,2026-08-13T13:54:11Z,75540057221,4,Daily activity,0.530872,runner result (end-to-end),True +redshift,Redshift Serverless,128,128,2026-08-13T14:03:59Z,76141857339,4,Daily activity,0.466348,runner result (end-to-end),True +redshift,Redshift Serverless,129,129,2026-08-13T14:14:10Z,76744332234,4,Daily activity,0.475679,runner result (end-to-end),True +redshift,Redshift Serverless,130,130,2026-08-13T14:24:11Z,77343838333,4,Daily activity,0.457798,runner result (end-to-end),True +redshift,Redshift Serverless,131,131,2026-08-13T14:34:12Z,77945716216,4,Daily activity,0.472516,runner result (end-to-end),True +redshift,Redshift Serverless,132,132,2026-08-13T14:44:11Z,78542454275,4,Daily activity,0.555596,runner result (end-to-end),True +redshift,Redshift Serverless,133,133,2026-08-13T14:54:11Z,79146527318,4,Daily activity,0.828955,runner result (end-to-end),True +redshift,Redshift Serverless,134,134,2026-08-13T15:03:59Z,79742012314,4,Daily activity,0.387129,runner result (end-to-end),True +redshift,Redshift Serverless,135,135,2026-08-13T15:14:00Z,80344363553,4,Daily activity,0.551059,runner result (end-to-end),True +redshift,Redshift Serverless,136,136,2026-08-13T15:24:12Z,80945919301,4,Daily activity,0.58475,runner result (end-to-end),True +redshift,Redshift Serverless,137,137,2026-08-13T15:34:11Z,81551276073,4,Daily activity,0.861329,runner result (end-to-end),True +redshift,Redshift Serverless,138,138,2026-08-13T15:44:12Z,82098085629,4,Daily activity,0.428524,runner result (end-to-end),True +redshift,Redshift Serverless,139,139,2026-08-13T15:54:11Z,82760697798,4,Daily activity,0.463373,runner result (end-to-end),True +redshift,Redshift Serverless,140,140,2026-08-13T16:03:58Z,83304277333,4,Daily activity,0.509249,runner result (end-to-end),True +redshift,Redshift Serverless,141,141,2026-08-13T16:14:11Z,83915861762,4,Daily activity,0.545581,runner result (end-to-end),True +redshift,Redshift Serverless,142,142,2026-08-13T16:24:10Z,84516022757,4,Daily activity,0.477818,runner result (end-to-end),True +redshift,Redshift Serverless,143,143,2026-08-13T16:34:11Z,85116310321,4,Daily activity,0.547897,runner result (end-to-end),True +redshift,Redshift Serverless,144,144,2026-08-13T16:44:11Z,85714934329,4,Daily activity,0.667861,runner result (end-to-end),True +redshift,Redshift Serverless,145,145,2026-08-13T16:54:11Z,86376876842,4,Daily activity,0.45786,runner result (end-to-end),True +redshift,Redshift Serverless,146,146,2026-08-13T17:04:00Z,86919366179,4,Daily activity,0.399805,runner result (end-to-end),True +redshift,Redshift Serverless,147,147,2026-08-13T17:14:13Z,87518660143,4,Daily activity,0.665602,runner result (end-to-end),True +redshift,Redshift Serverless,148,148,2026-08-13T17:24:11Z,88119922644,4,Daily activity,0.528979,runner result (end-to-end),True +redshift,Redshift Serverless,149,149,2026-08-13T17:34:10Z,88721373784,4,Daily activity,0.558133,runner result (end-to-end),True +redshift,Redshift Serverless,150,150,2026-08-13T17:44:11Z,89317816940,4,Daily activity,0.448789,runner result (end-to-end),True +redshift,Redshift Serverless,151,151,2026-08-13T17:54:10Z,89920330616,4,Daily activity,0.506835,runner result (end-to-end),True +redshift,Redshift Serverless,152,152,2026-08-13T18:03:59Z,90519198255,4,Daily activity,0.499613,runner result (end-to-end),True +redshift,Redshift Serverless,153,153,2026-08-13T18:14:11Z,91116929731,4,Daily activity,0.476121,runner result (end-to-end),True +redshift,Redshift Serverless,154,154,2026-08-13T18:24:11Z,91721103362,4,Daily activity,0.422593,runner result (end-to-end),True +redshift,Redshift Serverless,155,155,2026-08-13T18:34:10Z,92316878209,4,Daily activity,0.704705,runner result (end-to-end),True +redshift,Redshift Serverless,156,156,2026-08-13T18:44:11Z,92920798733,4,Daily activity,0.492951,runner result (end-to-end),True +redshift,Redshift Serverless,157,157,2026-08-13T18:54:11Z,93578343844,4,Daily activity,0.724767,runner result (end-to-end),True +redshift,Redshift Serverless,158,158,2026-08-13T19:03:59Z,94121949722,4,Daily activity,0.439077,runner result (end-to-end),True +redshift,Redshift Serverless,159,159,2026-08-13T19:14:12Z,94720021119,4,Daily activity,0.471049,runner result (end-to-end),True +redshift,Redshift Serverless,160,160,2026-08-13T19:24:11Z,95321520836,4,Daily activity,0.502574,runner result (end-to-end),True +redshift,Redshift Serverless,161,161,2026-08-13T19:34:11Z,95919083638,4,Daily activity,0.562096,runner result (end-to-end),True +redshift,Redshift Serverless,162,162,2026-08-13T19:44:12Z,96521000095,4,Daily activity,0.483347,runner result (end-to-end),True +redshift,Redshift Serverless,163,163,2026-08-13T19:54:11Z,97179016064,4,Daily activity,0.510732,runner result (end-to-end),True +redshift,Redshift Serverless,164,164,2026-08-13T20:03:59Z,97780054204,4,Daily activity,0.331939,runner result (end-to-end),True +redshift,Redshift Serverless,165,165,2026-08-13T20:14:11Z,98322015057,4,Daily activity,0.56384,runner result (end-to-end),True +redshift,Redshift Serverless,166,166,2026-08-13T20:24:11Z,98921587131,4,Daily activity,0.53703,runner result (end-to-end),True +redshift,Redshift Serverless,167,167,2026-08-13T20:34:11Z,99517455047,4,Daily activity,0.452569,runner result (end-to-end),True +databricks,Databricks Serverless SQL,1,1,2026-09-18T17:07:31.664Z,48991024,4,Daily activity,0.441,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,2,2,2026-09-18T17:17:31.665Z,649003190,4,Daily activity,1.414,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,3,3,2026-09-18T17:27:31.665Z,1249020088,4,Daily activity,0.372,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,4,4,2026-09-18T17:37:31.665Z,1848994361,4,Daily activity,0.79,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,5,5,2026-09-18T17:47:31.665Z,2448987056,4,Daily activity,0.833,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,6,6,2026-09-18T17:57:31.665Z,3049016351,4,Daily activity,1.131,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,7,7,2026-09-18T18:07:31.665Z,3648905245,4,Daily activity,0.62,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,8,8,2026-09-18T18:17:31.665Z,4248886900,4,Daily activity,0.494,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,9,9,2026-09-18T18:27:31.665Z,4848983718,4,Daily activity,0.852,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,10,10,2026-09-18T18:37:31.665Z,5448871065,4,Daily activity,0.388,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,11,11,2026-09-18T18:47:31.665Z,6048972873,4,Daily activity,0.424,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,12,12,2026-09-18T18:57:31.665Z,6649003205,4,Daily activity,0.439,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,13,13,2026-09-18T19:07:31.665Z,7248988928,4,Daily activity,0.476,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,14,14,2026-09-18T19:17:31.665Z,7849051094,4,Daily activity,0.46,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,15,15,2026-09-18T19:27:31.665Z,8448855794,4,Daily activity,1.06,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,16,16,2026-09-18T19:37:31.665Z,9048929201,4,Daily activity,0.525,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,17,17,2026-09-18T19:47:31.665Z,9648968625,4,Daily activity,0.433,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,18,18,2026-09-18T19:57:31.665Z,10248903114,4,Daily activity,0.967,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,19,19,2026-09-18T20:07:31.665Z,10848950992,4,Daily activity,0.878,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,20,20,2026-09-18T20:17:31.665Z,11448893976,4,Daily activity,1.331,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,21,21,2026-09-18T20:27:31.665Z,12048592301,4,Daily activity,0.416,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,22,22,2026-09-18T20:37:31.665Z,12649009868,4,Daily activity,0.445,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,23,23,2026-09-18T20:47:31.665Z,13249019508,4,Daily activity,0.725,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,24,24,2026-09-18T20:57:31.665Z,13848898093,4,Daily activity,0.411,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,25,25,2026-09-18T21:07:31.665Z,14448885812,4,Daily activity,0.823,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,26,26,2026-09-18T21:17:31.665Z,15048867160,4,Daily activity,0.442,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,27,27,2026-09-18T21:27:31.665Z,15648997618,4,Daily activity,0.732,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,28,28,2026-09-18T21:37:31.665Z,16249004090,4,Daily activity,0.432,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,29,29,2026-09-18T21:47:31.665Z,16849004649,4,Daily activity,0.423,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,30,30,2026-09-18T21:57:31.665Z,17448992007,4,Daily activity,0.455,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,31,31,2026-09-18T22:07:31.665Z,18048883403,4,Daily activity,0.509,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,32,32,2026-09-18T22:17:31.665Z,18648733933,4,Daily activity,0.443,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,33,33,2026-09-18T22:27:31.665Z,19248986594,4,Daily activity,0.411,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,34,34,2026-09-18T22:37:31.665Z,19848956047,4,Daily activity,0.468,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,35,35,2026-09-18T22:47:31.665Z,20448891140,4,Daily activity,0.452,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,36,36,2026-09-18T22:57:31.665Z,21048956022,4,Daily activity,0.471,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,37,37,2026-09-18T23:07:31.665Z,21648927817,4,Daily activity,0.7,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,38,38,2026-09-18T23:17:31.665Z,22249043246,4,Daily activity,0.447,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,39,39,2026-09-18T23:27:31.665Z,22848929920,4,Daily activity,0.481,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,40,40,2026-09-18T23:37:31.665Z,23448953518,4,Daily activity,0.926,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,41,41,2026-09-18T23:47:31.665Z,24048909415,4,Daily activity,0.762,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,42,42,2026-09-18T23:57:31.665Z,24648973497,4,Daily activity,0.434,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,43,43,2026-09-19T00:07:31.665Z,25248924027,4,Daily activity,0.797,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,44,44,2026-09-19T00:17:31.665Z,25848959896,4,Daily activity,0.704,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,45,45,2026-09-19T00:27:31.665Z,26448943724,4,Daily activity,0.796,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,46,46,2026-09-19T00:37:31.665Z,27048899731,4,Daily activity,0.446,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,47,47,2026-09-19T00:47:31.665Z,27648937048,4,Daily activity,0.469,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,48,48,2026-09-19T00:57:31.665Z,28248919345,4,Daily activity,0.824,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,49,49,2026-09-19T01:07:31.665Z,28848912329,4,Daily activity,0.585,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,50,50,2026-09-19T01:17:31.665Z,29448915472,4,Daily activity,0.456,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,51,51,2026-09-19T01:27:31.665Z,30048967566,4,Daily activity,0.451,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,52,52,2026-09-19T01:37:31.665Z,30648879647,4,Daily activity,0.449,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,53,53,2026-09-19T01:47:31.665Z,31248858731,4,Daily activity,0.836,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,54,54,2026-09-19T01:57:31.665Z,31849001715,4,Daily activity,0.492,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,55,55,2026-09-19T02:07:31.665Z,32448900387,4,Daily activity,0.472,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,56,56,2026-09-19T02:17:31.665Z,33049038056,4,Daily activity,0.474,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,57,57,2026-09-19T02:27:31.665Z,33649000287,4,Daily activity,0.444,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,58,58,2026-09-19T02:37:31.665Z,34248943675,4,Daily activity,0.418,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,59,59,2026-09-19T02:47:31.665Z,34848935288,4,Daily activity,0.456,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,60,60,2026-09-19T02:57:31.665Z,35448936836,4,Daily activity,0.601,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,61,61,2026-09-19T03:07:31.665Z,36049010227,4,Daily activity,1.968,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,62,62,2026-09-19T03:17:31.665Z,36648957386,4,Daily activity,0.534,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,63,63,2026-09-19T03:27:31.665Z,37249049007,4,Daily activity,0.47,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,64,64,2026-09-19T03:37:31.665Z,37848989380,4,Daily activity,0.789,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,65,65,2026-09-19T03:47:31.665Z,38448981241,4,Daily activity,0.828,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,66,66,2026-09-19T03:57:31.665Z,39048929732,4,Daily activity,0.734,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,67,67,2026-09-19T04:07:31.665Z,39648991503,4,Daily activity,0.786,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,68,68,2026-09-19T04:17:31.665Z,40248892033,4,Daily activity,0.429,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,69,69,2026-09-19T04:27:31.665Z,40848840757,4,Daily activity,0.824,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,70,70,2026-09-19T04:37:31.665Z,41448952314,4,Daily activity,0.79,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,71,71,2026-09-19T04:47:31.665Z,42048902844,4,Daily activity,0.787,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,72,72,2026-09-19T04:57:31.665Z,42649050693,4,Daily activity,0.803,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,73,73,2026-09-19T05:07:31.665Z,43248955264,4,Daily activity,0.502,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,74,74,2026-09-19T05:17:31.665Z,43849004793,4,Daily activity,0.805,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,75,75,2026-09-19T05:27:31.665Z,44448870942,4,Daily activity,0.449,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,76,76,2026-09-19T05:37:31.665Z,45048902478,4,Daily activity,0.815,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,77,77,2026-09-19T05:47:31.665Z,45648983692,4,Daily activity,0.414,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,78,78,2026-09-19T05:57:31.665Z,46248965040,4,Daily activity,0.837,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,79,79,2026-09-19T06:07:31.665Z,46848958026,4,Daily activity,0.664,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,80,80,2026-09-19T06:17:31.665Z,47448953256,4,Daily activity,0.885,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,81,81,2026-09-19T06:27:31.665Z,48048969904,4,Daily activity,0.492,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,82,82,2026-09-19T06:37:31.665Z,48648841029,4,Daily activity,0.853,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,83,83,2026-09-19T06:47:31.665Z,49249000673,4,Daily activity,0.445,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,84,84,2026-09-19T06:57:31.665Z,49848932021,4,Daily activity,0.832,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,85,85,2026-09-19T07:07:31.665Z,50448920743,4,Daily activity,0.599,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,86,86,2026-09-19T07:17:31.665Z,51048965322,4,Daily activity,0.81,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,87,87,2026-09-19T07:27:31.665Z,51648867376,4,Daily activity,0.867,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,88,88,2026-09-19T07:37:31.665Z,52248886297,4,Daily activity,0.852,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,89,89,2026-09-19T07:47:31.665Z,52848929281,4,Daily activity,0.794,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,90,90,2026-09-19T07:57:31.665Z,53448968592,4,Daily activity,0.939,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,91,91,2026-09-19T08:07:31.665Z,54048999698,4,Daily activity,0.987,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,92,92,2026-09-19T08:17:31.665Z,54648912657,4,Daily activity,0.877,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,93,93,2026-09-19T08:27:31.665Z,55248932131,4,Daily activity,1.611,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,94,94,2026-09-19T08:37:31.665Z,55849013665,4,Daily activity,0.818,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,95,95,2026-09-19T08:47:31.665Z,56448925831,4,Daily activity,0.877,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,96,96,2026-09-19T08:57:31.665Z,57048862217,4,Daily activity,0.869,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,97,97,2026-09-19T09:07:31.665Z,57648963051,4,Daily activity,0.894,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,98,98,2026-09-19T09:17:31.665Z,58249004920,4,Daily activity,0.823,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,99,99,2026-09-19T09:27:31.665Z,58848886186,4,Daily activity,0.416,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,100,100,2026-09-19T09:37:31.665Z,59449032571,4,Daily activity,0.831,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,101,101,2026-09-19T09:47:31.665Z,60048974387,4,Daily activity,0.731,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,102,102,2026-09-19T09:57:31.665Z,60649047005,4,Daily activity,0.402,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,103,103,2026-09-19T10:07:31.665Z,61248997535,4,Daily activity,0.906,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,104,104,2026-09-19T10:17:31.665Z,61848979545,4,Daily activity,0.455,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,105,105,2026-09-19T10:27:31.665Z,62448827582,4,Daily activity,0.839,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,106,106,2026-09-19T10:37:31.665Z,63048951008,4,Daily activity,0.419,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,107,107,2026-09-19T10:47:31.665Z,63648915373,4,Daily activity,0.787,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,108,108,2026-09-19T10:57:31.665Z,64248934893,4,Daily activity,0.468,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,109,109,2026-09-19T11:07:31.665Z,64848931181,4,Daily activity,0.887,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,110,110,2026-09-19T11:17:31.665Z,65448990060,4,Daily activity,0.836,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,111,111,2026-09-19T11:27:31.665Z,66048942260,4,Daily activity,0.58,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,112,112,2026-09-19T11:37:31.665Z,66648970121,4,Daily activity,1.108,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,113,113,2026-09-19T11:47:31.665Z,67248947921,4,Daily activity,0.424,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,114,114,2026-09-19T11:57:31.665Z,67848865391,4,Daily activity,0.844,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,115,115,2026-09-19T12:07:31.665Z,68448901225,4,Daily activity,1.43,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,116,116,2026-09-19T12:17:31.665Z,69049033856,4,Daily activity,0.872,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,117,117,2026-09-19T12:27:31.665Z,69648898887,4,Daily activity,0.876,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,118,118,2026-09-19T12:37:31.665Z,70248972689,4,Daily activity,0.857,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,119,119,2026-09-19T12:47:31.665Z,70848944994,4,Daily activity,1.774,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,120,120,2026-09-19T12:57:31.665Z,71448876924,4,Daily activity,0.856,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,121,121,2026-09-19T13:07:31.665Z,72048872763,4,Daily activity,1.094,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,122,122,2026-09-19T13:17:31.665Z,72648823293,4,Daily activity,0.914,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,123,123,2026-09-19T13:27:31.665Z,73248951843,4,Daily activity,0.903,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,124,124,2026-09-19T13:37:31.665Z,73848850795,4,Daily activity,0.844,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,125,125,2026-09-19T13:47:31.665Z,74448988124,4,Daily activity,0.831,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,126,126,2026-09-19T13:57:31.665Z,75048980211,4,Daily activity,0.753,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,127,127,2026-09-19T14:07:31.665Z,75648919105,4,Daily activity,0.907,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,128,128,2026-09-19T14:17:31.665Z,76248881396,4,Daily activity,0.837,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,129,129,2026-09-19T14:27:31.665Z,76848823691,4,Daily activity,0.841,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,130,130,2026-09-19T14:37:31.665Z,77448864325,4,Daily activity,0.8,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,131,131,2026-09-19T14:47:31.665Z,78048857309,4,Daily activity,0.822,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,132,132,2026-09-19T14:57:31.665Z,78648963825,4,Daily activity,0.877,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,133,133,2026-09-19T15:07:31.665Z,79248916498,4,Daily activity,0.867,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,134,134,2026-09-19T15:17:31.665Z,79848963748,4,Daily activity,0.481,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,135,135,2026-09-19T15:27:31.665Z,80448989098,4,Daily activity,0.807,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,136,136,2026-09-19T15:37:31.665Z,81048989103,4,Daily activity,0.425,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,137,137,2026-09-19T15:47:31.665Z,81648805878,4,Daily activity,0.802,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,138,138,2026-09-19T15:57:31.665Z,82248892830,4,Daily activity,0.491,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,139,139,2026-09-19T16:07:31.665Z,82848947450,4,Daily activity,0.954,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,140,140,2026-09-19T16:17:31.665Z,83448864291,4,Daily activity,0.949,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,141,141,2026-09-19T16:27:31.665Z,84048946267,4,Daily activity,0.468,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,142,142,2026-09-19T16:37:31.665Z,84648911334,4,Daily activity,1.051,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,143,143,2026-09-19T16:47:31.665Z,85248832558,4,Daily activity,0.486,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,144,144,2026-09-19T16:57:31.665Z,85848983088,4,Daily activity,1.318,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,145,145,2026-09-19T17:07:31.665Z,86448998070,4,Daily activity,0.794,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,146,146,2026-09-19T17:17:31.665Z,87048970508,4,Daily activity,0.865,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,147,147,2026-09-19T17:27:31.665Z,87648993949,4,Daily activity,0.992,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,148,148,2026-09-19T17:37:31.665Z,88248973865,4,Daily activity,1.144,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,149,149,2026-09-19T17:47:31.665Z,88848942984,4,Daily activity,1.275,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,150,150,2026-09-19T17:57:31.665Z,89448824332,4,Daily activity,1.319,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,151,151,2026-09-19T18:07:31.665Z,90048962182,4,Daily activity,1.01,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,152,152,2026-09-19T18:17:31.665Z,90648973338,4,Daily activity,0.853,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,153,153,2026-09-19T18:27:31.665Z,91248923008,4,Daily activity,0.476,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,154,154,2026-09-19T18:37:31.665Z,91848815062,4,Daily activity,0.914,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,155,155,2026-09-19T18:47:31.665Z,92448977228,4,Daily activity,0.975,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,156,156,2026-09-19T18:57:31.665Z,93048998642,4,Daily activity,0.537,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,157,157,2026-09-19T19:07:31.665Z,93648850827,4,Daily activity,0.987,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,158,158,2026-09-19T19:17:31.665Z,94248956784,4,Daily activity,1.397,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,159,159,2026-09-19T19:27:31.665Z,94848829249,4,Daily activity,1.187,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,160,160,2026-09-19T19:37:31.665Z,95448942204,4,Daily activity,0.845,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,161,161,2026-09-19T19:47:31.665Z,96048966006,4,Daily activity,0.908,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,162,162,2026-09-19T19:57:31.665Z,96648893321,4,Daily activity,1.651,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,163,163,2026-09-19T20:07:31.665Z,97248931018,4,Daily activity,0.876,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,164,164,2026-09-19T20:17:31.665Z,97848875579,4,Daily activity,0.447,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,165,165,2026-09-19T20:27:31.665Z,98448826106,4,Daily activity,0.988,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,166,166,2026-09-19T20:37:31.665Z,99048919090,4,Daily activity,1.01,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,167,167,2026-09-19T20:47:31.665Z,99648972815,4,Daily activity,0.451,provider Query History total duration; includes compilation; excludes fetch,True diff --git a/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems_summary.json b/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems_summary.json index a4cbe8f..d7c8b7d 100644 --- a/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems_summary.json +++ b/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems_summary.json @@ -19,12 +19,13 @@ "ClickHouse Cloud", "Snowflake", "BigQuery", - "Redshift Serverless" + "Redshift Serverless", + "Databricks Serverless SQL" ] }, "manifest": { "path": "quotes/global/visualizations/manifest.json", - "sha256": "f0132c4fe23eb045fd8b5a291db1bd54b80a7a4e769a4d6dd4309b17ce079c8b" + "sha256": "7f746e45b6348669c2fc241e310f368293b168d10732f94bef6ed41d7c0f1acb" }, "sources": { "clickhouse": { @@ -98,6 +99,24 @@ "Redshift Serverless w128r32" ] } + }, + "databricks": { + "runner_jsonl": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/dashboard_accepted.jsonl", + "runner_sha256": "0e77c75163eefa53823426b40127933f266f2b20f27e707432b0b6a85362d281", + "queries": "quotes/databricks/queries_mv.sql", + "queries_sha256": "37f7e0180b1e5335dc6d888f5216dd6964a567a5fcdac3e05e22f4d9047d70ea", + "load": { + "records_read": 189, + "records_selected": 167, + "zero_row_records_excluded": 0, + "records_above_cap_excluded": 22, + "systems": [ + "Databricks (AWS)" + ], + "machines": [ + "Databricks SQL warehouse" + ] + } } }, "reports": { @@ -190,6 +209,27 @@ "excluded": 0 } }, + "databricks_q1": { + "raw_stats": { + "observations": 167, + "average_sec": 1.152808383233533, + "median_sec": 1.016, + "p95_sec": 1.944, + "maximum_sec": 5.299 + }, + "plotted_stats_before_display_smoothing": { + "observations": 167, + "average_sec": 1.152808383233533, + "median_sec": 1.016, + "p95_sec": 1.944, + "maximum_sec": 5.299 + }, + "outlier_policy": { + "applied": false, + "reason": "no configured filter", + "excluded": 0 + } + }, "clickhouse_q2": { "raw_stats": { "observations": 192, @@ -279,6 +319,27 @@ "excluded": 0 } }, + "databricks_q2": { + "raw_stats": { + "observations": 167, + "average_sec": 0.6356766467065869, + "median_sec": 0.684, + "p95_sec": 0.88, + "maximum_sec": 1.138 + }, + "plotted_stats_before_display_smoothing": { + "observations": 167, + "average_sec": 0.6356766467065869, + "median_sec": 0.684, + "p95_sec": 0.88, + "maximum_sec": 1.138 + }, + "outlier_policy": { + "applied": false, + "reason": "no configured filter", + "excluded": 0 + } + }, "clickhouse_q3": { "raw_stats": { "observations": 192, @@ -368,6 +429,27 @@ "excluded": 0 } }, + "databricks_q3": { + "raw_stats": { + "observations": 167, + "average_sec": 0.6650239520958083, + "median_sec": 0.747, + "p95_sec": 1.002, + "maximum_sec": 1.442 + }, + "plotted_stats_before_display_smoothing": { + "observations": 167, + "average_sec": 0.6650239520958083, + "median_sec": 0.747, + "p95_sec": 1.002, + "maximum_sec": 1.442 + }, + "outlier_policy": { + "applied": false, + "reason": "no configured filter", + "excluded": 0 + } + }, "clickhouse_q4": { "raw_stats": { "observations": 192, @@ -456,6 +538,27 @@ "reason": "no configured filter", "excluded": 0 } + }, + "databricks_q4": { + "raw_stats": { + "observations": 167, + "average_sec": 0.7525688622754492, + "median_sec": 0.797, + "p95_sec": 1.319, + "maximum_sec": 1.968 + }, + "plotted_stats_before_display_smoothing": { + "observations": 167, + "average_sec": 0.7525688622754492, + "median_sec": 0.797, + "p95_sec": 1.319, + "maximum_sec": 1.968 + }, + "outlier_policy": { + "applied": false, + "reason": "no configured filter", + "excluded": 0 + } } }, "outputs": { diff --git a/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems_wide.png b/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems_wide.png index c725d9b..fd1f094 100644 Binary files a/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems_wide.png and b/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems_wide.png differ diff --git a/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems_wide.svg b/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems_wide.svg index 79b1065..38bc3f4 100644 --- a/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems_wide.svg +++ b/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems_wide.svg @@ -6,7 +6,7 @@ - 2026-08-17T07:31:01.163955 + 2026-09-22T07:48:39.986992 image/svg+xml @@ -56,16 +56,16 @@ z +" clip-path="url(#p0a1c5f1840)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - - + @@ -73,11 +73,11 @@ L 0 3.5 +" clip-path="url(#p0a1c5f1840)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -85,11 +85,11 @@ L 214.244659 215.76 +" clip-path="url(#p0a1c5f1840)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -97,11 +97,11 @@ L 317.119719 215.76 +" clip-path="url(#p0a1c5f1840)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -109,11 +109,11 @@ L 419.994778 215.76 +" clip-path="url(#p0a1c5f1840)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -121,11 +121,11 @@ L 522.869838 215.76 +" clip-path="url(#p0a1c5f1840)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -135,16 +135,16 @@ L 625.744897 215.76 +" clip-path="url(#p0a1c5f1840)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - - + @@ -193,11 +193,11 @@ z +" clip-path="url(#p0a1c5f1840)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -233,11 +233,11 @@ z +" clip-path="url(#p0a1c5f1840)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -266,11 +266,11 @@ z +" clip-path="url(#p0a1c5f1840)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -286,11 +286,11 @@ L 625.744897 289.381333 +" clip-path="url(#p0a1c5f1840)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -325,11 +325,11 @@ z +" clip-path="url(#p0a1c5f1840)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -695,7 +695,7 @@ L 222.939912 399.717626 L 231.160845 399.761798 L 623.515191 399.758117 L 623.515191 399.758117 -" clip-path="url(#p2ec50d7710)" style="fill: none; stroke: #fdff62; stroke-width: 3; stroke-linecap: square"/> +" clip-path="url(#p0a1c5f1840)" style="fill: none; stroke: #fdff62; stroke-width: 3; stroke-linecap: square"/> +" clip-path="url(#p0a1c5f1840)" style="fill: none; stroke: #29b5e8; stroke-width: 3; stroke-linecap: square"/> +" clip-path="url(#p0a1c5f1840)" style="fill: none; stroke: #4285f4; stroke-width: 3; stroke-linecap: square"/> +" clip-path="url(#p0a1c5f1840)" style="fill: none; stroke: #ff9900; stroke-width: 3; stroke-linecap: square"/> + + + @@ -1525,88 +1637,88 @@ z - + +" clip-path="url(#p7530ad35c3)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + - + +" clip-path="url(#p7530ad35c3)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + - + +" clip-path="url(#p7530ad35c3)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + - + +" clip-path="url(#p7530ad35c3)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + - + +" clip-path="url(#p7530ad35c3)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + - + +" clip-path="url(#p7530ad35c3)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + - + +" clip-path="url(#p7530ad35c3)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1618,14 +1730,14 @@ L 1194.1296 399.813333 - + +" clip-path="url(#p7530ad35c3)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1648,14 +1760,14 @@ z - + +" clip-path="url(#p7530ad35c3)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1667,14 +1779,14 @@ L 1194.1296 340.44129 - + +" clip-path="url(#p7530ad35c3)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1701,14 +1813,14 @@ z - + +" clip-path="url(#p7530ad35c3)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1721,14 +1833,14 @@ L 1194.1296 281.069247 - + +" clip-path="url(#p7530ad35c3)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1743,14 +1855,14 @@ L 1194.1296 251.383226 - + +" clip-path="url(#p7530ad35c3)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1773,15 +1885,15 @@ L 679.754303 215.76 L 1194.1296 399.813333 " style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> - + +" clip-path="url(#p7530ad35c3)" style="fill: none; stroke: #fdff62; stroke-width: 3; stroke-linecap: square"/> - + +" clip-path="url(#p7530ad35c3)" style="fill: none; stroke: #29b5e8; stroke-width: 3; stroke-linecap: square"/> - + +" clip-path="url(#p7530ad35c3)" style="fill: none; stroke: #4285f4; stroke-width: 3; stroke-linecap: square"/> - + +" clip-path="url(#p7530ad35c3)" style="fill: none; stroke: #ff9900; stroke-width: 3; stroke-linecap: square"/> + + + @@ -2301,14 +2524,14 @@ z - + +" clip-path="url(#p91e1fd5ea0)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2319,14 +2542,14 @@ L 111.3696 445.826667 - + +" clip-path="url(#p91e1fd5ea0)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2366,14 +2589,14 @@ z - + +" clip-path="url(#p91e1fd5ea0)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2409,14 +2632,14 @@ z - + +" clip-path="url(#p91e1fd5ea0)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2450,14 +2673,14 @@ z - + +" clip-path="url(#p91e1fd5ea0)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2497,14 +2720,14 @@ z - + +" clip-path="url(#p91e1fd5ea0)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2554,14 +2777,14 @@ z - + +" clip-path="url(#p91e1fd5ea0)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2573,14 +2796,14 @@ L 625.744897 629.88 - + +" clip-path="url(#p91e1fd5ea0)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2594,14 +2817,14 @@ L 625.744897 603.586667 - + +" clip-path="url(#p91e1fd5ea0)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2613,14 +2836,14 @@ L 625.744897 577.293333 - + +" clip-path="url(#p91e1fd5ea0)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2634,14 +2857,14 @@ L 625.744897 551 - + +" clip-path="url(#p91e1fd5ea0)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2654,14 +2877,14 @@ L 625.744897 524.706667 - + +" clip-path="url(#p91e1fd5ea0)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2676,14 +2899,14 @@ L 625.744897 498.413333 - + +" clip-path="url(#p91e1fd5ea0)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2696,14 +2919,14 @@ L 625.744897 472.12 - + +" clip-path="url(#p91e1fd5ea0)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -2776,15 +2999,15 @@ L 111.3696 445.826667 L 625.744897 629.88 " style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> - + +" clip-path="url(#p91e1fd5ea0)" style="fill: none; stroke: #fdff62; stroke-width: 3; stroke-linecap: square"/> - + +" clip-path="url(#p91e1fd5ea0)" style="fill: none; stroke: #29b5e8; stroke-width: 3; stroke-linecap: square"/> - + +" clip-path="url(#p91e1fd5ea0)" style="fill: none; stroke: #4285f4; stroke-width: 3; stroke-linecap: square"/> - + +" clip-path="url(#p91e1fd5ea0)" style="fill: none; stroke: #ff9900; stroke-width: 3; stroke-linecap: square"/> + + + @@ -3198,14 +3532,14 @@ z - + +" clip-path="url(#p4617cfeb39)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -3216,14 +3550,14 @@ L 679.754303 445.826667 - + +" clip-path="url(#p4617cfeb39)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -3236,14 +3570,14 @@ L 782.629362 445.826667 - + +" clip-path="url(#p4617cfeb39)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -3256,14 +3590,14 @@ L 885.504422 445.826667 - + +" clip-path="url(#p4617cfeb39)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -3276,14 +3610,14 @@ L 988.379481 445.826667 - + +" clip-path="url(#p4617cfeb39)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -3296,14 +3630,14 @@ L 1091.254541 445.826667 - + +" clip-path="url(#p4617cfeb39)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -3344,14 +3678,14 @@ L 1194.1296 445.826667 - + +" clip-path="url(#p4617cfeb39)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -3363,14 +3697,14 @@ L 1194.1296 629.88 - + +" clip-path="url(#p4617cfeb39)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -3382,14 +3716,14 @@ L 1194.1296 581.444912 - + +" clip-path="url(#p4617cfeb39)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -3402,14 +3736,14 @@ L 1194.1296 533.009825 - + +" clip-path="url(#p4617cfeb39)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -3432,14 +3766,14 @@ L 679.754303 445.826667 L 1194.1296 629.88 " style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> - + +" clip-path="url(#p4617cfeb39)" style="fill: none; stroke: #fdff62; stroke-width: 3; stroke-linecap: square"/> - + +" clip-path="url(#p4617cfeb39)" style="fill: none; stroke: #29b5e8; stroke-width: 3; stroke-linecap: square"/> - + +" clip-path="url(#p4617cfeb39)" style="fill: none; stroke: #4285f4; stroke-width: 3; stroke-linecap: square"/> - + +" clip-path="url(#p4617cfeb39)" style="fill: none; stroke: #ff9900; stroke-width: 3; stroke-linecap: square"/> + + + @@ -3891,27 +4325,27 @@ z - - - + - + - - + - + - - + - + - - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + diff --git a/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems_wide_data.csv b/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems_wide_data.csv index 4ca2e62..8948ebf 100644 --- a/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems_wide_data.csv +++ b/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems_wide_data.csv @@ -541,172 +541,339 @@ bigquery,BigQuery,164,164,2026-08-11T18:34:39.579Z,97751631895,1,Single-symbol s bigquery,BigQuery,165,165,2026-08-11T18:44:39.579Z,98347800336,1,Single-symbol summary,3.228,statistics.finalExecutionDurationMs,True bigquery,BigQuery,166,166,2026-08-11T18:54:39.579Z,98954665038,1,Single-symbol summary,3.739,statistics.finalExecutionDurationMs,True bigquery,BigQuery,167,167,2026-08-11T19:04:39.579Z,99551267495,1,Single-symbol summary,3.292,statistics.finalExecutionDurationMs,True -redshift,Redshift Serverless,2,2,2026-08-12T17:03:57Z,539118925,1,Single-symbol summary,0.954133,clickhouse-client --time,True -redshift,Redshift Serverless,3,3,2026-08-12T17:14:09Z,1140532594,1,Single-symbol summary,1.258696,clickhouse-client --time,True -redshift,Redshift Serverless,4,4,2026-08-12T17:24:09Z,1740468180,1,Single-symbol summary,1.235531,clickhouse-client --time,True -redshift,Redshift Serverless,5,5,2026-08-12T17:34:09Z,2341513280,1,Single-symbol summary,1.516785,clickhouse-client --time,True -redshift,Redshift Serverless,6,6,2026-08-12T17:44:10Z,2939871289,1,Single-symbol summary,1.204784,clickhouse-client --time,True -redshift,Redshift Serverless,7,7,2026-08-12T17:54:09Z,3539132196,1,Single-symbol summary,1.886964,clickhouse-client --time,True -redshift,Redshift Serverless,8,8,2026-08-12T18:04:10Z,4143068739,1,Single-symbol summary,1.213307,clickhouse-client --time,True -redshift,Redshift Serverless,9,9,2026-08-12T18:13:59Z,4741930895,1,Single-symbol summary,1.416908,clickhouse-client --time,True -redshift,Redshift Serverless,10,10,2026-08-12T18:24:10Z,5339083784,1,Single-symbol summary,1.574715,clickhouse-client --time,True -redshift,Redshift Serverless,11,11,2026-08-12T18:34:10Z,5938849921,1,Single-symbol summary,1.305566,clickhouse-client --time,True -redshift,Redshift Serverless,12,12,2026-08-12T18:44:09Z,6538854893,1,Single-symbol summary,1.281683,clickhouse-client --time,True -redshift,Redshift Serverless,13,13,2026-08-12T18:54:09Z,7142932703,1,Single-symbol summary,2.302652,clickhouse-client --time,True -redshift,Redshift Serverless,14,14,2026-08-12T19:04:10Z,7739391998,1,Single-symbol summary,1.587553,clickhouse-client --time,True -redshift,Redshift Serverless,15,15,2026-08-12T19:14:10Z,8397564229,1,Single-symbol summary,1.424835,clickhouse-client --time,True -redshift,Redshift Serverless,16,16,2026-08-12T19:24:10Z,8937866655,1,Single-symbol summary,2.26285,clickhouse-client --time,True -redshift,Redshift Serverless,17,17,2026-08-12T19:34:10Z,9542609644,1,Single-symbol summary,1.435634,clickhouse-client --time,True -redshift,Redshift Serverless,18,18,2026-08-12T19:44:10Z,10140144267,1,Single-symbol summary,1.769124,clickhouse-client --time,True -redshift,Redshift Serverless,19,19,2026-08-12T19:54:10Z,10739646237,1,Single-symbol summary,3.155078,clickhouse-client --time,True -redshift,Redshift Serverless,20,20,2026-08-12T20:03:59Z,11339027808,1,Single-symbol summary,1.90377,clickhouse-client --time,True -redshift,Redshift Serverless,21,21,2026-08-12T20:14:09Z,11941589977,1,Single-symbol summary,1.99207,clickhouse-client --time,True -redshift,Redshift Serverless,22,22,2026-08-12T20:24:10Z,12534774797,1,Single-symbol summary,2.028054,clickhouse-client --time,True -redshift,Redshift Serverless,23,23,2026-08-12T20:34:10Z,13143146482,1,Single-symbol summary,1.507044,clickhouse-client --time,True -redshift,Redshift Serverless,24,24,2026-08-12T20:44:10Z,13741229534,1,Single-symbol summary,1.435508,clickhouse-client --time,True -redshift,Redshift Serverless,25,25,2026-08-12T20:54:09Z,14346887362,1,Single-symbol summary,2.861707,clickhouse-client --time,True -redshift,Redshift Serverless,26,26,2026-08-12T21:03:59Z,14942522975,1,Single-symbol summary,1.654047,clickhouse-client --time,True -redshift,Redshift Serverless,27,27,2026-08-12T21:14:09Z,15539438649,1,Single-symbol summary,1.721127,clickhouse-client --time,True -redshift,Redshift Serverless,28,28,2026-08-12T21:24:09Z,16138130017,1,Single-symbol summary,1.696754,clickhouse-client --time,True -redshift,Redshift Serverless,29,29,2026-08-12T21:34:09Z,16739010996,1,Single-symbol summary,1.591378,clickhouse-client --time,True -redshift,Redshift Serverless,30,30,2026-08-12T21:44:09Z,17338005403,1,Single-symbol summary,1.217073,clickhouse-client --time,True -redshift,Redshift Serverless,31,31,2026-08-12T21:54:10Z,17944900380,1,Single-symbol summary,3.082682,clickhouse-client --time,True -redshift,Redshift Serverless,32,32,2026-08-12T22:03:58Z,18545538648,1,Single-symbol summary,1.243909,clickhouse-client --time,True -redshift,Redshift Serverless,33,33,2026-08-12T22:13:59Z,19141064210,1,Single-symbol summary,1.265565,clickhouse-client --time,True -redshift,Redshift Serverless,34,34,2026-08-12T22:24:10Z,19742262546,1,Single-symbol summary,1.974346,clickhouse-client --time,True -redshift,Redshift Serverless,35,35,2026-08-12T22:34:09Z,20336924476,1,Single-symbol summary,1.717123,clickhouse-client --time,True -redshift,Redshift Serverless,36,36,2026-08-12T22:44:08Z,20936890438,1,Single-symbol summary,1.394207,clickhouse-client --time,True -redshift,Redshift Serverless,37,37,2026-08-12T22:54:09Z,21541024360,1,Single-symbol summary,3.131245,clickhouse-client --time,True -redshift,Redshift Serverless,38,38,2026-08-12T23:03:59Z,22141942247,1,Single-symbol summary,1.855753,clickhouse-client --time,True -redshift,Redshift Serverless,39,39,2026-08-12T23:14:09Z,22758184357,1,Single-symbol summary,1.542953,clickhouse-client --time,True -redshift,Redshift Serverless,40,40,2026-08-12T23:24:10Z,23357488818,1,Single-symbol summary,1.475049,clickhouse-client --time,True -redshift,Redshift Serverless,41,41,2026-08-12T23:34:10Z,23959033974,1,Single-symbol summary,1.153406,clickhouse-client --time,True -redshift,Redshift Serverless,42,42,2026-08-12T23:44:10Z,24560889162,1,Single-symbol summary,1.343486,clickhouse-client --time,True -redshift,Redshift Serverless,43,43,2026-08-12T23:54:09Z,25158046681,1,Single-symbol summary,2.893842,clickhouse-client --time,True -redshift,Redshift Serverless,44,44,2026-08-13T00:04:00Z,25757709650,1,Single-symbol summary,1.718397,clickhouse-client --time,True -redshift,Redshift Serverless,45,45,2026-08-13T00:14:09Z,26360830738,1,Single-symbol summary,1.801405,clickhouse-client --time,True -redshift,Redshift Serverless,46,46,2026-08-13T00:24:10Z,26959822278,1,Single-symbol summary,2.354041,clickhouse-client --time,True -redshift,Redshift Serverless,47,47,2026-08-13T00:34:09Z,27560204587,1,Single-symbol summary,2.012792,clickhouse-client --time,True -redshift,Redshift Serverless,48,48,2026-08-13T00:44:10Z,28157928300,1,Single-symbol summary,1.223633,clickhouse-client --time,True -redshift,Redshift Serverless,49,49,2026-08-13T00:54:10Z,28758932048,1,Single-symbol summary,3.381994,clickhouse-client --time,True -redshift,Redshift Serverless,50,50,2026-08-13T01:03:57Z,29358572401,1,Single-symbol summary,1.616207,clickhouse-client --time,True -redshift,Redshift Serverless,51,51,2026-08-13T01:14:10Z,29960296771,1,Single-symbol summary,2.55612,clickhouse-client --time,True -redshift,Redshift Serverless,52,52,2026-08-13T01:24:10Z,30565269536,1,Single-symbol summary,2.130904,clickhouse-client --time,True -redshift,Redshift Serverless,53,53,2026-08-13T01:34:10Z,31160331272,1,Single-symbol summary,1.913569,clickhouse-client --time,True -redshift,Redshift Serverless,54,54,2026-08-13T01:44:10Z,31757290992,1,Single-symbol summary,1.553518,clickhouse-client --time,True -redshift,Redshift Serverless,55,55,2026-08-13T01:54:10Z,32358986128,1,Single-symbol summary,3.515389,clickhouse-client --time,True -redshift,Redshift Serverless,56,56,2026-08-13T02:03:59Z,32960605673,1,Single-symbol summary,1.497944,clickhouse-client --time,True -redshift,Redshift Serverless,57,57,2026-08-13T02:14:10Z,33563974195,1,Single-symbol summary,1.769108,clickhouse-client --time,True -redshift,Redshift Serverless,58,58,2026-08-13T02:24:10Z,34158960136,1,Single-symbol summary,2.032463,clickhouse-client --time,True -redshift,Redshift Serverless,59,59,2026-08-13T02:34:09Z,34760301912,1,Single-symbol summary,1.920635,clickhouse-client --time,True -redshift,Redshift Serverless,60,60,2026-08-13T02:44:10Z,35362314543,1,Single-symbol summary,1.460136,clickhouse-client --time,True -redshift,Redshift Serverless,61,61,2026-08-13T02:54:08Z,35960573077,1,Single-symbol summary,3.724415,clickhouse-client --time,True -redshift,Redshift Serverless,62,62,2026-08-13T03:04:00Z,36560901115,1,Single-symbol summary,1.93875,clickhouse-client --time,True -redshift,Redshift Serverless,63,63,2026-08-13T03:14:00Z,37099726907,1,Single-symbol summary,1.954833,clickhouse-client --time,True -redshift,Redshift Serverless,64,64,2026-08-13T03:24:11Z,37759210155,1,Single-symbol summary,2.476219,clickhouse-client --time,True -redshift,Redshift Serverless,65,65,2026-08-13T03:34:12Z,38369452934,1,Single-symbol summary,2.831599,clickhouse-client --time,True -redshift,Redshift Serverless,66,66,2026-08-13T03:44:11Z,38970108594,1,Single-symbol summary,2.33034,clickhouse-client --time,True -redshift,Redshift Serverless,67,67,2026-08-13T03:54:10Z,39507372773,1,Single-symbol summary,4.66656,clickhouse-client --time,True -redshift,Redshift Serverless,68,68,2026-08-13T04:03:59Z,40110348668,1,Single-symbol summary,2.877535,clickhouse-client --time,True -redshift,Redshift Serverless,69,69,2026-08-13T04:14:11Z,40708457686,1,Single-symbol summary,2.464132,clickhouse-client --time,True -redshift,Redshift Serverless,70,70,2026-08-13T04:24:11Z,41311191300,1,Single-symbol summary,2.702894,clickhouse-client --time,True -redshift,Redshift Serverless,71,71,2026-08-13T04:34:12Z,41969213855,1,Single-symbol summary,2.725116,clickhouse-client --time,True -redshift,Redshift Serverless,72,72,2026-08-13T04:44:10Z,42510673827,1,Single-symbol summary,2.73504,clickhouse-client --time,True -redshift,Redshift Serverless,73,73,2026-08-13T04:54:10Z,43113715625,1,Single-symbol summary,4.739547,clickhouse-client --time,True -redshift,Redshift Serverless,74,74,2026-08-13T05:03:59Z,43708992758,1,Single-symbol summary,2.204877,clickhouse-client --time,True -redshift,Redshift Serverless,75,75,2026-08-13T05:14:12Z,44306002093,1,Single-symbol summary,1.815917,clickhouse-client --time,True -redshift,Redshift Serverless,76,76,2026-08-13T05:24:13Z,44972171093,1,Single-symbol summary,1.210716,clickhouse-client --time,True -redshift,Redshift Serverless,77,77,2026-08-13T05:34:10Z,45569434778,1,Single-symbol summary,2.860712,clickhouse-client --time,True -redshift,Redshift Serverless,78,78,2026-08-13T05:44:11Z,46170593122,1,Single-symbol summary,2.624345,clickhouse-client --time,True -redshift,Redshift Serverless,79,79,2026-08-13T05:54:12Z,46769882264,1,Single-symbol summary,4.889226,clickhouse-client --time,True -redshift,Redshift Serverless,80,80,2026-08-13T06:03:59Z,47307695739,1,Single-symbol summary,2.944449,clickhouse-client --time,True -redshift,Redshift Serverless,81,81,2026-08-13T06:14:10Z,47908162093,1,Single-symbol summary,2.773052,clickhouse-client --time,True -redshift,Redshift Serverless,82,82,2026-08-13T06:24:09Z,48569875455,1,Single-symbol summary,1.430463,clickhouse-client --time,True -redshift,Redshift Serverless,83,83,2026-08-13T06:34:12Z,49170649113,1,Single-symbol summary,2.158698,clickhouse-client --time,True -redshift,Redshift Serverless,84,84,2026-08-13T06:44:11Z,49769405745,1,Single-symbol summary,2.67931,clickhouse-client --time,True -redshift,Redshift Serverless,85,85,2026-08-13T06:54:10Z,50311961071,1,Single-symbol summary,4.083522,clickhouse-client --time,True -redshift,Redshift Serverless,86,86,2026-08-13T07:03:59Z,50902916441,1,Single-symbol summary,2.857276,clickhouse-client --time,True -redshift,Redshift Serverless,87,87,2026-08-13T07:14:11Z,51569862364,1,Single-symbol summary,2.730256,clickhouse-client --time,True -redshift,Redshift Serverless,88,88,2026-08-13T07:24:11Z,52111833800,1,Single-symbol summary,2.493213,clickhouse-client --time,True -redshift,Redshift Serverless,89,89,2026-08-13T07:34:10Z,52797800664,1,Single-symbol summary,2.156984,clickhouse-client --time,True -redshift,Redshift Serverless,90,90,2026-08-13T07:44:10Z,53339137987,1,Single-symbol summary,2.590462,clickhouse-client --time,True -redshift,Redshift Serverless,91,91,2026-08-13T07:54:11Z,53928907694,1,Single-symbol summary,4.90167,clickhouse-client --time,True -redshift,Redshift Serverless,92,92,2026-08-13T08:03:59Z,54532055276,1,Single-symbol summary,2.494378,clickhouse-client --time,True -redshift,Redshift Serverless,93,93,2026-08-13T08:14:11Z,55128344953,1,Single-symbol summary,2.01993,clickhouse-client --time,True -redshift,Redshift Serverless,94,94,2026-08-13T08:24:10Z,55729088882,1,Single-symbol summary,2.023002,clickhouse-client --time,True -redshift,Redshift Serverless,95,95,2026-08-13T08:34:10Z,56328131726,1,Single-symbol summary,2.48086,clickhouse-client --time,True -redshift,Redshift Serverless,96,96,2026-08-13T08:44:10Z,56929528891,1,Single-symbol summary,2.446516,clickhouse-client --time,True -redshift,Redshift Serverless,97,97,2026-08-13T08:54:10Z,57534735475,1,Single-symbol summary,4.703693,clickhouse-client --time,True -redshift,Redshift Serverless,98,98,2026-08-13T09:03:58Z,58132621215,1,Single-symbol summary,1.994384,clickhouse-client --time,True -redshift,Redshift Serverless,99,99,2026-08-13T09:14:10Z,58728900353,1,Single-symbol summary,2.230414,clickhouse-client --time,True -redshift,Redshift Serverless,100,100,2026-08-13T09:24:09Z,59328863090,1,Single-symbol summary,1.766553,clickhouse-client --time,True -redshift,Redshift Serverless,101,101,2026-08-13T09:34:11Z,59932424550,1,Single-symbol summary,2.616138,clickhouse-client --time,True -redshift,Redshift Serverless,102,102,2026-08-13T09:44:11Z,60528538925,1,Single-symbol summary,2.400226,clickhouse-client --time,True -redshift,Redshift Serverless,103,103,2026-08-13T09:54:12Z,61127219937,1,Single-symbol summary,4.978808,clickhouse-client --time,True -redshift,Redshift Serverless,104,104,2026-08-13T10:03:58Z,61728943805,1,Single-symbol summary,2.906488,clickhouse-client --time,True -redshift,Redshift Serverless,105,105,2026-08-13T10:14:11Z,62331267479,1,Single-symbol summary,2.653618,clickhouse-client --time,True -redshift,Redshift Serverless,106,106,2026-08-13T10:24:10Z,62931770608,1,Single-symbol summary,2.743381,clickhouse-client --time,True -redshift,Redshift Serverless,107,107,2026-08-13T10:34:11Z,63530017412,1,Single-symbol summary,2.877104,clickhouse-client --time,True -redshift,Redshift Serverless,108,108,2026-08-13T10:44:11Z,64131258918,1,Single-symbol summary,2.398235,clickhouse-client --time,True -redshift,Redshift Serverless,109,109,2026-08-13T10:54:10Z,64726881755,1,Single-symbol summary,5.159606,clickhouse-client --time,True -redshift,Redshift Serverless,110,110,2026-08-13T11:03:59Z,65328955508,1,Single-symbol summary,2.566004,clickhouse-client --time,True -redshift,Redshift Serverless,111,111,2026-08-13T11:14:10Z,65926809029,1,Single-symbol summary,2.735062,clickhouse-client --time,True -redshift,Redshift Serverless,112,112,2026-08-13T11:24:12Z,66527854638,1,Single-symbol summary,2.464999,clickhouse-client --time,True -redshift,Redshift Serverless,113,113,2026-08-13T11:34:11Z,67128664727,1,Single-symbol summary,2.589821,clickhouse-client --time,True -redshift,Redshift Serverless,114,114,2026-08-13T11:44:10Z,67790387128,1,Single-symbol summary,1.936501,clickhouse-client --time,True -redshift,Redshift Serverless,115,115,2026-08-13T11:54:10Z,68330088073,1,Single-symbol summary,5.31938,clickhouse-client --time,True -redshift,Redshift Serverless,116,116,2026-08-13T12:03:59Z,68929344858,1,Single-symbol summary,2.932298,clickhouse-client --time,True -redshift,Redshift Serverless,117,117,2026-08-13T12:14:11Z,69529528941,1,Single-symbol summary,2.762138,clickhouse-client --time,True -redshift,Redshift Serverless,118,118,2026-08-13T12:24:11Z,70132993820,1,Single-symbol summary,2.707906,clickhouse-client --time,True -redshift,Redshift Serverless,119,119,2026-08-13T12:34:11Z,70742571187,1,Single-symbol summary,3.254412,clickhouse-client --time,True -redshift,Redshift Serverless,120,120,2026-08-13T12:44:10Z,71342431867,1,Single-symbol summary,2.530452,clickhouse-client --time,True -redshift,Redshift Serverless,121,121,2026-08-13T12:54:09Z,71946007841,1,Single-symbol summary,5.070579,clickhouse-client --time,True -redshift,Redshift Serverless,122,122,2026-08-13T13:04:00Z,72546298660,1,Single-symbol summary,3.024986,clickhouse-client --time,True -redshift,Redshift Serverless,123,123,2026-08-13T13:14:12Z,73143825074,1,Single-symbol summary,2.426524,clickhouse-client --time,True -redshift,Redshift Serverless,124,124,2026-08-13T13:24:10Z,73740624098,1,Single-symbol summary,3.07386,clickhouse-client --time,True -redshift,Redshift Serverless,125,125,2026-08-13T13:34:11Z,74341621634,1,Single-symbol summary,2.887191,clickhouse-client --time,True -redshift,Redshift Serverless,126,126,2026-08-13T13:44:10Z,74941549148,1,Single-symbol summary,2.703777,clickhouse-client --time,True -redshift,Redshift Serverless,127,127,2026-08-13T13:54:11Z,75540057221,1,Single-symbol summary,5.791255,clickhouse-client --time,True -redshift,Redshift Serverless,128,128,2026-08-13T14:03:59Z,76141857339,1,Single-symbol summary,3.020512,clickhouse-client --time,True -redshift,Redshift Serverless,129,129,2026-08-13T14:14:10Z,76744332234,1,Single-symbol summary,2.973413,clickhouse-client --time,True -redshift,Redshift Serverless,130,130,2026-08-13T14:24:11Z,77343838333,1,Single-symbol summary,2.628585,clickhouse-client --time,True -redshift,Redshift Serverless,131,131,2026-08-13T14:34:12Z,77945716216,1,Single-symbol summary,2.858546,clickhouse-client --time,True -redshift,Redshift Serverless,132,132,2026-08-13T14:44:11Z,78542454275,1,Single-symbol summary,2.753754,clickhouse-client --time,True -redshift,Redshift Serverless,133,133,2026-08-13T14:54:11Z,79146527318,1,Single-symbol summary,5.712293,clickhouse-client --time,True -redshift,Redshift Serverless,134,134,2026-08-13T15:03:59Z,79742012314,1,Single-symbol summary,2.446138,clickhouse-client --time,True -redshift,Redshift Serverless,135,135,2026-08-13T15:14:00Z,80344363553,1,Single-symbol summary,2.969669,clickhouse-client --time,True -redshift,Redshift Serverless,136,136,2026-08-13T15:24:12Z,80945919301,1,Single-symbol summary,3.473732,clickhouse-client --time,True -redshift,Redshift Serverless,137,137,2026-08-13T15:34:11Z,81551276073,1,Single-symbol summary,2.888342,clickhouse-client --time,True -redshift,Redshift Serverless,138,138,2026-08-13T15:44:12Z,82098085629,1,Single-symbol summary,1.709357,clickhouse-client --time,True -redshift,Redshift Serverless,139,139,2026-08-13T15:54:11Z,82760697798,1,Single-symbol summary,5.608905,clickhouse-client --time,True -redshift,Redshift Serverless,140,140,2026-08-13T16:03:58Z,83304277333,1,Single-symbol summary,2.88929,clickhouse-client --time,True -redshift,Redshift Serverless,141,141,2026-08-13T16:14:11Z,83915861762,1,Single-symbol summary,3.029758,clickhouse-client --time,True -redshift,Redshift Serverless,142,142,2026-08-13T16:24:10Z,84516022757,1,Single-symbol summary,2.506182,clickhouse-client --time,True -redshift,Redshift Serverless,143,143,2026-08-13T16:34:11Z,85116310321,1,Single-symbol summary,2.996094,clickhouse-client --time,True -redshift,Redshift Serverless,144,144,2026-08-13T16:44:11Z,85714934329,1,Single-symbol summary,2.383559,clickhouse-client --time,True -redshift,Redshift Serverless,145,145,2026-08-13T16:54:11Z,86376876842,1,Single-symbol summary,5.33036,clickhouse-client --time,True -redshift,Redshift Serverless,146,146,2026-08-13T17:04:00Z,86919366179,1,Single-symbol summary,2.379077,clickhouse-client --time,True -redshift,Redshift Serverless,147,147,2026-08-13T17:14:13Z,87518660143,1,Single-symbol summary,2.753447,clickhouse-client --time,True -redshift,Redshift Serverless,148,148,2026-08-13T17:24:11Z,88119922644,1,Single-symbol summary,2.280694,clickhouse-client --time,True -redshift,Redshift Serverless,149,149,2026-08-13T17:34:10Z,88721373784,1,Single-symbol summary,2.216382,clickhouse-client --time,True -redshift,Redshift Serverless,150,150,2026-08-13T17:44:11Z,89317816940,1,Single-symbol summary,2.808795,clickhouse-client --time,True -redshift,Redshift Serverless,151,151,2026-08-13T17:54:10Z,89920330616,1,Single-symbol summary,5.754401,clickhouse-client --time,True -redshift,Redshift Serverless,152,152,2026-08-13T18:03:59Z,90519198255,1,Single-symbol summary,2.852184,clickhouse-client --time,True -redshift,Redshift Serverless,153,153,2026-08-13T18:14:11Z,91116929731,1,Single-symbol summary,2.330355,clickhouse-client --time,True -redshift,Redshift Serverless,154,154,2026-08-13T18:24:11Z,91721103362,1,Single-symbol summary,2.776455,clickhouse-client --time,True -redshift,Redshift Serverless,155,155,2026-08-13T18:34:10Z,92316878209,1,Single-symbol summary,2.555651,clickhouse-client --time,True -redshift,Redshift Serverless,156,156,2026-08-13T18:44:11Z,92920798733,1,Single-symbol summary,2.395739,clickhouse-client --time,True -redshift,Redshift Serverless,157,157,2026-08-13T18:54:11Z,93578343844,1,Single-symbol summary,6.350603,clickhouse-client --time,True -redshift,Redshift Serverless,158,158,2026-08-13T19:03:59Z,94121949722,1,Single-symbol summary,2.64903,clickhouse-client --time,True -redshift,Redshift Serverless,159,159,2026-08-13T19:14:12Z,94720021119,1,Single-symbol summary,2.262938,clickhouse-client --time,True -redshift,Redshift Serverless,160,160,2026-08-13T19:24:11Z,95321520836,1,Single-symbol summary,2.704378,clickhouse-client --time,True -redshift,Redshift Serverless,161,161,2026-08-13T19:34:11Z,95919083638,1,Single-symbol summary,2.666058,clickhouse-client --time,True -redshift,Redshift Serverless,162,162,2026-08-13T19:44:12Z,96521000095,1,Single-symbol summary,2.5191,clickhouse-client --time,True -redshift,Redshift Serverless,163,163,2026-08-13T19:54:11Z,97179016064,1,Single-symbol summary,5.948091,clickhouse-client --time,True -redshift,Redshift Serverless,164,164,2026-08-13T20:03:59Z,97780054204,1,Single-symbol summary,1.584309,clickhouse-client --time,True -redshift,Redshift Serverless,165,165,2026-08-13T20:14:11Z,98322015057,1,Single-symbol summary,2.873156,clickhouse-client --time,True -redshift,Redshift Serverless,166,166,2026-08-13T20:24:11Z,98921587131,1,Single-symbol summary,2.980956,clickhouse-client --time,True -redshift,Redshift Serverless,167,167,2026-08-13T20:34:11Z,99517455047,1,Single-symbol summary,2.856325,clickhouse-client --time,True +redshift,Redshift Serverless,2,2,2026-08-12T17:03:57Z,539118925,1,Single-symbol summary,0.954133,runner result (end-to-end),True +redshift,Redshift Serverless,3,3,2026-08-12T17:14:09Z,1140532594,1,Single-symbol summary,1.258696,runner result (end-to-end),True +redshift,Redshift Serverless,4,4,2026-08-12T17:24:09Z,1740468180,1,Single-symbol summary,1.235531,runner result (end-to-end),True +redshift,Redshift Serverless,5,5,2026-08-12T17:34:09Z,2341513280,1,Single-symbol summary,1.516785,runner result (end-to-end),True +redshift,Redshift Serverless,6,6,2026-08-12T17:44:10Z,2939871289,1,Single-symbol summary,1.204784,runner result (end-to-end),True +redshift,Redshift Serverless,7,7,2026-08-12T17:54:09Z,3539132196,1,Single-symbol summary,1.886964,runner result (end-to-end),True +redshift,Redshift Serverless,8,8,2026-08-12T18:04:10Z,4143068739,1,Single-symbol summary,1.213307,runner result (end-to-end),True +redshift,Redshift Serverless,9,9,2026-08-12T18:13:59Z,4741930895,1,Single-symbol summary,1.416908,runner result (end-to-end),True +redshift,Redshift Serverless,10,10,2026-08-12T18:24:10Z,5339083784,1,Single-symbol summary,1.574715,runner result (end-to-end),True +redshift,Redshift Serverless,11,11,2026-08-12T18:34:10Z,5938849921,1,Single-symbol summary,1.305566,runner result (end-to-end),True +redshift,Redshift Serverless,12,12,2026-08-12T18:44:09Z,6538854893,1,Single-symbol summary,1.281683,runner result (end-to-end),True +redshift,Redshift Serverless,13,13,2026-08-12T18:54:09Z,7142932703,1,Single-symbol summary,2.302652,runner result (end-to-end),True +redshift,Redshift Serverless,14,14,2026-08-12T19:04:10Z,7739391998,1,Single-symbol summary,1.587553,runner result (end-to-end),True +redshift,Redshift Serverless,15,15,2026-08-12T19:14:10Z,8397564229,1,Single-symbol summary,1.424835,runner result (end-to-end),True +redshift,Redshift Serverless,16,16,2026-08-12T19:24:10Z,8937866655,1,Single-symbol summary,2.26285,runner result (end-to-end),True +redshift,Redshift Serverless,17,17,2026-08-12T19:34:10Z,9542609644,1,Single-symbol summary,1.435634,runner result (end-to-end),True +redshift,Redshift Serverless,18,18,2026-08-12T19:44:10Z,10140144267,1,Single-symbol summary,1.769124,runner result (end-to-end),True +redshift,Redshift Serverless,19,19,2026-08-12T19:54:10Z,10739646237,1,Single-symbol summary,3.155078,runner result (end-to-end),True +redshift,Redshift Serverless,20,20,2026-08-12T20:03:59Z,11339027808,1,Single-symbol summary,1.90377,runner result (end-to-end),True +redshift,Redshift Serverless,21,21,2026-08-12T20:14:09Z,11941589977,1,Single-symbol summary,1.99207,runner result (end-to-end),True +redshift,Redshift Serverless,22,22,2026-08-12T20:24:10Z,12534774797,1,Single-symbol summary,2.028054,runner result (end-to-end),True +redshift,Redshift Serverless,23,23,2026-08-12T20:34:10Z,13143146482,1,Single-symbol summary,1.507044,runner result (end-to-end),True +redshift,Redshift Serverless,24,24,2026-08-12T20:44:10Z,13741229534,1,Single-symbol summary,1.435508,runner result (end-to-end),True +redshift,Redshift Serverless,25,25,2026-08-12T20:54:09Z,14346887362,1,Single-symbol summary,2.861707,runner result (end-to-end),True +redshift,Redshift Serverless,26,26,2026-08-12T21:03:59Z,14942522975,1,Single-symbol summary,1.654047,runner result (end-to-end),True +redshift,Redshift Serverless,27,27,2026-08-12T21:14:09Z,15539438649,1,Single-symbol summary,1.721127,runner result (end-to-end),True +redshift,Redshift Serverless,28,28,2026-08-12T21:24:09Z,16138130017,1,Single-symbol summary,1.696754,runner result (end-to-end),True +redshift,Redshift Serverless,29,29,2026-08-12T21:34:09Z,16739010996,1,Single-symbol summary,1.591378,runner result (end-to-end),True +redshift,Redshift Serverless,30,30,2026-08-12T21:44:09Z,17338005403,1,Single-symbol summary,1.217073,runner result (end-to-end),True +redshift,Redshift Serverless,31,31,2026-08-12T21:54:10Z,17944900380,1,Single-symbol summary,3.082682,runner result (end-to-end),True +redshift,Redshift Serverless,32,32,2026-08-12T22:03:58Z,18545538648,1,Single-symbol summary,1.243909,runner result (end-to-end),True +redshift,Redshift Serverless,33,33,2026-08-12T22:13:59Z,19141064210,1,Single-symbol summary,1.265565,runner result (end-to-end),True +redshift,Redshift Serverless,34,34,2026-08-12T22:24:10Z,19742262546,1,Single-symbol summary,1.974346,runner result (end-to-end),True +redshift,Redshift Serverless,35,35,2026-08-12T22:34:09Z,20336924476,1,Single-symbol summary,1.717123,runner result (end-to-end),True +redshift,Redshift Serverless,36,36,2026-08-12T22:44:08Z,20936890438,1,Single-symbol summary,1.394207,runner result (end-to-end),True +redshift,Redshift Serverless,37,37,2026-08-12T22:54:09Z,21541024360,1,Single-symbol summary,3.131245,runner result (end-to-end),True +redshift,Redshift Serverless,38,38,2026-08-12T23:03:59Z,22141942247,1,Single-symbol summary,1.855753,runner result (end-to-end),True +redshift,Redshift Serverless,39,39,2026-08-12T23:14:09Z,22758184357,1,Single-symbol summary,1.542953,runner result (end-to-end),True +redshift,Redshift Serverless,40,40,2026-08-12T23:24:10Z,23357488818,1,Single-symbol summary,1.475049,runner result (end-to-end),True +redshift,Redshift Serverless,41,41,2026-08-12T23:34:10Z,23959033974,1,Single-symbol summary,1.153406,runner result (end-to-end),True +redshift,Redshift Serverless,42,42,2026-08-12T23:44:10Z,24560889162,1,Single-symbol summary,1.343486,runner result (end-to-end),True +redshift,Redshift Serverless,43,43,2026-08-12T23:54:09Z,25158046681,1,Single-symbol summary,2.893842,runner result (end-to-end),True +redshift,Redshift Serverless,44,44,2026-08-13T00:04:00Z,25757709650,1,Single-symbol summary,1.718397,runner result (end-to-end),True +redshift,Redshift Serverless,45,45,2026-08-13T00:14:09Z,26360830738,1,Single-symbol summary,1.801405,runner result (end-to-end),True +redshift,Redshift Serverless,46,46,2026-08-13T00:24:10Z,26959822278,1,Single-symbol summary,2.354041,runner result (end-to-end),True +redshift,Redshift Serverless,47,47,2026-08-13T00:34:09Z,27560204587,1,Single-symbol summary,2.012792,runner result (end-to-end),True +redshift,Redshift Serverless,48,48,2026-08-13T00:44:10Z,28157928300,1,Single-symbol summary,1.223633,runner result (end-to-end),True +redshift,Redshift Serverless,49,49,2026-08-13T00:54:10Z,28758932048,1,Single-symbol summary,3.381994,runner result (end-to-end),True +redshift,Redshift Serverless,50,50,2026-08-13T01:03:57Z,29358572401,1,Single-symbol summary,1.616207,runner result (end-to-end),True +redshift,Redshift Serverless,51,51,2026-08-13T01:14:10Z,29960296771,1,Single-symbol summary,2.55612,runner result (end-to-end),True +redshift,Redshift Serverless,52,52,2026-08-13T01:24:10Z,30565269536,1,Single-symbol summary,2.130904,runner result (end-to-end),True +redshift,Redshift Serverless,53,53,2026-08-13T01:34:10Z,31160331272,1,Single-symbol summary,1.913569,runner result (end-to-end),True +redshift,Redshift Serverless,54,54,2026-08-13T01:44:10Z,31757290992,1,Single-symbol summary,1.553518,runner result (end-to-end),True +redshift,Redshift Serverless,55,55,2026-08-13T01:54:10Z,32358986128,1,Single-symbol summary,3.515389,runner result (end-to-end),True +redshift,Redshift Serverless,56,56,2026-08-13T02:03:59Z,32960605673,1,Single-symbol summary,1.497944,runner result (end-to-end),True +redshift,Redshift Serverless,57,57,2026-08-13T02:14:10Z,33563974195,1,Single-symbol summary,1.769108,runner result (end-to-end),True +redshift,Redshift Serverless,58,58,2026-08-13T02:24:10Z,34158960136,1,Single-symbol summary,2.032463,runner result (end-to-end),True +redshift,Redshift Serverless,59,59,2026-08-13T02:34:09Z,34760301912,1,Single-symbol summary,1.920635,runner result (end-to-end),True +redshift,Redshift Serverless,60,60,2026-08-13T02:44:10Z,35362314543,1,Single-symbol summary,1.460136,runner result (end-to-end),True +redshift,Redshift Serverless,61,61,2026-08-13T02:54:08Z,35960573077,1,Single-symbol summary,3.724415,runner result (end-to-end),True +redshift,Redshift Serverless,62,62,2026-08-13T03:04:00Z,36560901115,1,Single-symbol summary,1.93875,runner result (end-to-end),True +redshift,Redshift Serverless,63,63,2026-08-13T03:14:00Z,37099726907,1,Single-symbol summary,1.954833,runner result (end-to-end),True +redshift,Redshift Serverless,64,64,2026-08-13T03:24:11Z,37759210155,1,Single-symbol summary,2.476219,runner result (end-to-end),True +redshift,Redshift Serverless,65,65,2026-08-13T03:34:12Z,38369452934,1,Single-symbol summary,2.831599,runner result (end-to-end),True +redshift,Redshift Serverless,66,66,2026-08-13T03:44:11Z,38970108594,1,Single-symbol summary,2.33034,runner result (end-to-end),True +redshift,Redshift Serverless,67,67,2026-08-13T03:54:10Z,39507372773,1,Single-symbol summary,4.66656,runner result (end-to-end),True +redshift,Redshift Serverless,68,68,2026-08-13T04:03:59Z,40110348668,1,Single-symbol summary,2.877535,runner result (end-to-end),True +redshift,Redshift Serverless,69,69,2026-08-13T04:14:11Z,40708457686,1,Single-symbol summary,2.464132,runner result (end-to-end),True +redshift,Redshift Serverless,70,70,2026-08-13T04:24:11Z,41311191300,1,Single-symbol summary,2.702894,runner result (end-to-end),True +redshift,Redshift Serverless,71,71,2026-08-13T04:34:12Z,41969213855,1,Single-symbol summary,2.725116,runner result (end-to-end),True +redshift,Redshift Serverless,72,72,2026-08-13T04:44:10Z,42510673827,1,Single-symbol summary,2.73504,runner result (end-to-end),True +redshift,Redshift Serverless,73,73,2026-08-13T04:54:10Z,43113715625,1,Single-symbol summary,4.739547,runner result (end-to-end),True +redshift,Redshift Serverless,74,74,2026-08-13T05:03:59Z,43708992758,1,Single-symbol summary,2.204877,runner result (end-to-end),True +redshift,Redshift Serverless,75,75,2026-08-13T05:14:12Z,44306002093,1,Single-symbol summary,1.815917,runner result (end-to-end),True +redshift,Redshift Serverless,76,76,2026-08-13T05:24:13Z,44972171093,1,Single-symbol summary,1.210716,runner result (end-to-end),True +redshift,Redshift Serverless,77,77,2026-08-13T05:34:10Z,45569434778,1,Single-symbol summary,2.860712,runner result (end-to-end),True +redshift,Redshift Serverless,78,78,2026-08-13T05:44:11Z,46170593122,1,Single-symbol summary,2.624345,runner result (end-to-end),True +redshift,Redshift Serverless,79,79,2026-08-13T05:54:12Z,46769882264,1,Single-symbol summary,4.889226,runner result (end-to-end),True +redshift,Redshift Serverless,80,80,2026-08-13T06:03:59Z,47307695739,1,Single-symbol summary,2.944449,runner result (end-to-end),True +redshift,Redshift Serverless,81,81,2026-08-13T06:14:10Z,47908162093,1,Single-symbol summary,2.773052,runner result (end-to-end),True +redshift,Redshift Serverless,82,82,2026-08-13T06:24:09Z,48569875455,1,Single-symbol summary,1.430463,runner result (end-to-end),True +redshift,Redshift Serverless,83,83,2026-08-13T06:34:12Z,49170649113,1,Single-symbol summary,2.158698,runner result (end-to-end),True +redshift,Redshift Serverless,84,84,2026-08-13T06:44:11Z,49769405745,1,Single-symbol summary,2.67931,runner result (end-to-end),True +redshift,Redshift Serverless,85,85,2026-08-13T06:54:10Z,50311961071,1,Single-symbol summary,4.083522,runner result (end-to-end),True +redshift,Redshift Serverless,86,86,2026-08-13T07:03:59Z,50902916441,1,Single-symbol summary,2.857276,runner result (end-to-end),True +redshift,Redshift Serverless,87,87,2026-08-13T07:14:11Z,51569862364,1,Single-symbol summary,2.730256,runner result (end-to-end),True +redshift,Redshift Serverless,88,88,2026-08-13T07:24:11Z,52111833800,1,Single-symbol summary,2.493213,runner result (end-to-end),True +redshift,Redshift Serverless,89,89,2026-08-13T07:34:10Z,52797800664,1,Single-symbol summary,2.156984,runner result (end-to-end),True +redshift,Redshift Serverless,90,90,2026-08-13T07:44:10Z,53339137987,1,Single-symbol summary,2.590462,runner result (end-to-end),True +redshift,Redshift Serverless,91,91,2026-08-13T07:54:11Z,53928907694,1,Single-symbol summary,4.90167,runner result (end-to-end),True +redshift,Redshift Serverless,92,92,2026-08-13T08:03:59Z,54532055276,1,Single-symbol summary,2.494378,runner result (end-to-end),True +redshift,Redshift Serverless,93,93,2026-08-13T08:14:11Z,55128344953,1,Single-symbol summary,2.01993,runner result (end-to-end),True +redshift,Redshift Serverless,94,94,2026-08-13T08:24:10Z,55729088882,1,Single-symbol summary,2.023002,runner result (end-to-end),True +redshift,Redshift Serverless,95,95,2026-08-13T08:34:10Z,56328131726,1,Single-symbol summary,2.48086,runner result (end-to-end),True +redshift,Redshift Serverless,96,96,2026-08-13T08:44:10Z,56929528891,1,Single-symbol summary,2.446516,runner result (end-to-end),True +redshift,Redshift Serverless,97,97,2026-08-13T08:54:10Z,57534735475,1,Single-symbol summary,4.703693,runner result (end-to-end),True +redshift,Redshift Serverless,98,98,2026-08-13T09:03:58Z,58132621215,1,Single-symbol summary,1.994384,runner result (end-to-end),True +redshift,Redshift Serverless,99,99,2026-08-13T09:14:10Z,58728900353,1,Single-symbol summary,2.230414,runner result (end-to-end),True +redshift,Redshift Serverless,100,100,2026-08-13T09:24:09Z,59328863090,1,Single-symbol summary,1.766553,runner result (end-to-end),True +redshift,Redshift Serverless,101,101,2026-08-13T09:34:11Z,59932424550,1,Single-symbol summary,2.616138,runner result (end-to-end),True +redshift,Redshift Serverless,102,102,2026-08-13T09:44:11Z,60528538925,1,Single-symbol summary,2.400226,runner result (end-to-end),True +redshift,Redshift Serverless,103,103,2026-08-13T09:54:12Z,61127219937,1,Single-symbol summary,4.978808,runner result (end-to-end),True +redshift,Redshift Serverless,104,104,2026-08-13T10:03:58Z,61728943805,1,Single-symbol summary,2.906488,runner result (end-to-end),True +redshift,Redshift Serverless,105,105,2026-08-13T10:14:11Z,62331267479,1,Single-symbol summary,2.653618,runner result (end-to-end),True +redshift,Redshift Serverless,106,106,2026-08-13T10:24:10Z,62931770608,1,Single-symbol summary,2.743381,runner result (end-to-end),True +redshift,Redshift Serverless,107,107,2026-08-13T10:34:11Z,63530017412,1,Single-symbol summary,2.877104,runner result (end-to-end),True +redshift,Redshift Serverless,108,108,2026-08-13T10:44:11Z,64131258918,1,Single-symbol summary,2.398235,runner result (end-to-end),True +redshift,Redshift Serverless,109,109,2026-08-13T10:54:10Z,64726881755,1,Single-symbol summary,5.159606,runner result (end-to-end),True +redshift,Redshift Serverless,110,110,2026-08-13T11:03:59Z,65328955508,1,Single-symbol summary,2.566004,runner result (end-to-end),True +redshift,Redshift Serverless,111,111,2026-08-13T11:14:10Z,65926809029,1,Single-symbol summary,2.735062,runner result (end-to-end),True +redshift,Redshift Serverless,112,112,2026-08-13T11:24:12Z,66527854638,1,Single-symbol summary,2.464999,runner result (end-to-end),True +redshift,Redshift Serverless,113,113,2026-08-13T11:34:11Z,67128664727,1,Single-symbol summary,2.589821,runner result (end-to-end),True +redshift,Redshift Serverless,114,114,2026-08-13T11:44:10Z,67790387128,1,Single-symbol summary,1.936501,runner result (end-to-end),True +redshift,Redshift Serverless,115,115,2026-08-13T11:54:10Z,68330088073,1,Single-symbol summary,5.31938,runner result (end-to-end),True +redshift,Redshift Serverless,116,116,2026-08-13T12:03:59Z,68929344858,1,Single-symbol summary,2.932298,runner result (end-to-end),True +redshift,Redshift Serverless,117,117,2026-08-13T12:14:11Z,69529528941,1,Single-symbol summary,2.762138,runner result (end-to-end),True +redshift,Redshift Serverless,118,118,2026-08-13T12:24:11Z,70132993820,1,Single-symbol summary,2.707906,runner result (end-to-end),True +redshift,Redshift Serverless,119,119,2026-08-13T12:34:11Z,70742571187,1,Single-symbol summary,3.254412,runner result (end-to-end),True +redshift,Redshift Serverless,120,120,2026-08-13T12:44:10Z,71342431867,1,Single-symbol summary,2.530452,runner result (end-to-end),True +redshift,Redshift Serverless,121,121,2026-08-13T12:54:09Z,71946007841,1,Single-symbol summary,5.070579,runner result (end-to-end),True +redshift,Redshift Serverless,122,122,2026-08-13T13:04:00Z,72546298660,1,Single-symbol summary,3.024986,runner result (end-to-end),True +redshift,Redshift Serverless,123,123,2026-08-13T13:14:12Z,73143825074,1,Single-symbol summary,2.426524,runner result (end-to-end),True +redshift,Redshift Serverless,124,124,2026-08-13T13:24:10Z,73740624098,1,Single-symbol summary,3.07386,runner result (end-to-end),True +redshift,Redshift Serverless,125,125,2026-08-13T13:34:11Z,74341621634,1,Single-symbol summary,2.887191,runner result (end-to-end),True +redshift,Redshift Serverless,126,126,2026-08-13T13:44:10Z,74941549148,1,Single-symbol summary,2.703777,runner result (end-to-end),True +redshift,Redshift Serverless,127,127,2026-08-13T13:54:11Z,75540057221,1,Single-symbol summary,5.791255,runner result (end-to-end),True +redshift,Redshift Serverless,128,128,2026-08-13T14:03:59Z,76141857339,1,Single-symbol summary,3.020512,runner result (end-to-end),True +redshift,Redshift Serverless,129,129,2026-08-13T14:14:10Z,76744332234,1,Single-symbol summary,2.973413,runner result (end-to-end),True +redshift,Redshift Serverless,130,130,2026-08-13T14:24:11Z,77343838333,1,Single-symbol summary,2.628585,runner result (end-to-end),True +redshift,Redshift Serverless,131,131,2026-08-13T14:34:12Z,77945716216,1,Single-symbol summary,2.858546,runner result (end-to-end),True +redshift,Redshift Serverless,132,132,2026-08-13T14:44:11Z,78542454275,1,Single-symbol summary,2.753754,runner result (end-to-end),True +redshift,Redshift Serverless,133,133,2026-08-13T14:54:11Z,79146527318,1,Single-symbol summary,5.712293,runner result (end-to-end),True +redshift,Redshift Serverless,134,134,2026-08-13T15:03:59Z,79742012314,1,Single-symbol summary,2.446138,runner result (end-to-end),True +redshift,Redshift Serverless,135,135,2026-08-13T15:14:00Z,80344363553,1,Single-symbol summary,2.969669,runner result (end-to-end),True +redshift,Redshift Serverless,136,136,2026-08-13T15:24:12Z,80945919301,1,Single-symbol summary,3.473732,runner result (end-to-end),True +redshift,Redshift Serverless,137,137,2026-08-13T15:34:11Z,81551276073,1,Single-symbol summary,2.888342,runner result (end-to-end),True +redshift,Redshift Serverless,138,138,2026-08-13T15:44:12Z,82098085629,1,Single-symbol summary,1.709357,runner result (end-to-end),True +redshift,Redshift Serverless,139,139,2026-08-13T15:54:11Z,82760697798,1,Single-symbol summary,5.608905,runner result (end-to-end),True +redshift,Redshift Serverless,140,140,2026-08-13T16:03:58Z,83304277333,1,Single-symbol summary,2.88929,runner result (end-to-end),True +redshift,Redshift Serverless,141,141,2026-08-13T16:14:11Z,83915861762,1,Single-symbol summary,3.029758,runner result (end-to-end),True +redshift,Redshift Serverless,142,142,2026-08-13T16:24:10Z,84516022757,1,Single-symbol summary,2.506182,runner result (end-to-end),True +redshift,Redshift Serverless,143,143,2026-08-13T16:34:11Z,85116310321,1,Single-symbol summary,2.996094,runner result (end-to-end),True +redshift,Redshift Serverless,144,144,2026-08-13T16:44:11Z,85714934329,1,Single-symbol summary,2.383559,runner result (end-to-end),True +redshift,Redshift Serverless,145,145,2026-08-13T16:54:11Z,86376876842,1,Single-symbol summary,5.33036,runner result (end-to-end),True +redshift,Redshift Serverless,146,146,2026-08-13T17:04:00Z,86919366179,1,Single-symbol summary,2.379077,runner result (end-to-end),True +redshift,Redshift Serverless,147,147,2026-08-13T17:14:13Z,87518660143,1,Single-symbol summary,2.753447,runner result (end-to-end),True +redshift,Redshift Serverless,148,148,2026-08-13T17:24:11Z,88119922644,1,Single-symbol summary,2.280694,runner result (end-to-end),True +redshift,Redshift Serverless,149,149,2026-08-13T17:34:10Z,88721373784,1,Single-symbol summary,2.216382,runner result (end-to-end),True +redshift,Redshift Serverless,150,150,2026-08-13T17:44:11Z,89317816940,1,Single-symbol summary,2.808795,runner result (end-to-end),True +redshift,Redshift Serverless,151,151,2026-08-13T17:54:10Z,89920330616,1,Single-symbol summary,5.754401,runner result (end-to-end),True +redshift,Redshift Serverless,152,152,2026-08-13T18:03:59Z,90519198255,1,Single-symbol summary,2.852184,runner result (end-to-end),True +redshift,Redshift Serverless,153,153,2026-08-13T18:14:11Z,91116929731,1,Single-symbol summary,2.330355,runner result (end-to-end),True +redshift,Redshift Serverless,154,154,2026-08-13T18:24:11Z,91721103362,1,Single-symbol summary,2.776455,runner result (end-to-end),True +redshift,Redshift Serverless,155,155,2026-08-13T18:34:10Z,92316878209,1,Single-symbol summary,2.555651,runner result (end-to-end),True +redshift,Redshift Serverless,156,156,2026-08-13T18:44:11Z,92920798733,1,Single-symbol summary,2.395739,runner result (end-to-end),True +redshift,Redshift Serverless,157,157,2026-08-13T18:54:11Z,93578343844,1,Single-symbol summary,6.350603,runner result (end-to-end),True +redshift,Redshift Serverless,158,158,2026-08-13T19:03:59Z,94121949722,1,Single-symbol summary,2.64903,runner result (end-to-end),True +redshift,Redshift Serverless,159,159,2026-08-13T19:14:12Z,94720021119,1,Single-symbol summary,2.262938,runner result (end-to-end),True +redshift,Redshift Serverless,160,160,2026-08-13T19:24:11Z,95321520836,1,Single-symbol summary,2.704378,runner result (end-to-end),True +redshift,Redshift Serverless,161,161,2026-08-13T19:34:11Z,95919083638,1,Single-symbol summary,2.666058,runner result (end-to-end),True +redshift,Redshift Serverless,162,162,2026-08-13T19:44:12Z,96521000095,1,Single-symbol summary,2.5191,runner result (end-to-end),True +redshift,Redshift Serverless,163,163,2026-08-13T19:54:11Z,97179016064,1,Single-symbol summary,5.948091,runner result (end-to-end),True +redshift,Redshift Serverless,164,164,2026-08-13T20:03:59Z,97780054204,1,Single-symbol summary,1.584309,runner result (end-to-end),True +redshift,Redshift Serverless,165,165,2026-08-13T20:14:11Z,98322015057,1,Single-symbol summary,2.873156,runner result (end-to-end),True +redshift,Redshift Serverless,166,166,2026-08-13T20:24:11Z,98921587131,1,Single-symbol summary,2.980956,runner result (end-to-end),True +redshift,Redshift Serverless,167,167,2026-08-13T20:34:11Z,99517455047,1,Single-symbol summary,2.856325,runner result (end-to-end),True +databricks,Databricks Serverless SQL,1,1,2026-09-18T17:07:31.664Z,48991024,1,Single-symbol summary,2.31,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,2,2,2026-09-18T17:17:31.665Z,649003190,1,Single-symbol summary,0.994,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,3,3,2026-09-18T17:27:31.665Z,1249020088,1,Single-symbol summary,1.148,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,4,4,2026-09-18T17:37:31.665Z,1848994361,1,Single-symbol summary,1.366,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,5,5,2026-09-18T17:47:31.665Z,2448987056,1,Single-symbol summary,1.709,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,6,6,2026-09-18T17:57:31.665Z,3049016351,1,Single-symbol summary,1.021,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,7,7,2026-09-18T18:07:31.665Z,3648905245,1,Single-symbol summary,1.204,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,8,8,2026-09-18T18:17:31.665Z,4248886900,1,Single-symbol summary,1.1,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,9,9,2026-09-18T18:27:31.665Z,4848983718,1,Single-symbol summary,1.155,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,10,10,2026-09-18T18:37:31.665Z,5448871065,1,Single-symbol summary,1.588,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,11,11,2026-09-18T18:47:31.665Z,6048972873,1,Single-symbol summary,1.926,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,12,12,2026-09-18T18:57:31.665Z,6649003205,1,Single-symbol summary,1.734,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,13,13,2026-09-18T19:07:31.665Z,7248988928,1,Single-symbol summary,2.364,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,14,14,2026-09-18T19:17:31.665Z,7849051094,1,Single-symbol summary,0.697,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,15,15,2026-09-18T19:27:31.665Z,8448855794,1,Single-symbol summary,1.545,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,16,16,2026-09-18T19:37:31.665Z,9048929201,1,Single-symbol summary,1.549,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,17,17,2026-09-18T19:47:31.665Z,9648968625,1,Single-symbol summary,1.321,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,18,18,2026-09-18T19:57:31.665Z,10248903114,1,Single-symbol summary,0.75,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,19,19,2026-09-18T20:07:31.665Z,10848950992,1,Single-symbol summary,0.75,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,20,20,2026-09-18T20:17:31.665Z,11448893976,1,Single-symbol summary,1.513,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,21,21,2026-09-18T20:27:31.665Z,12048592301,1,Single-symbol summary,0.88,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,22,22,2026-09-18T20:37:31.665Z,12649009868,1,Single-symbol summary,1.025,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,23,23,2026-09-18T20:47:31.665Z,13249019508,1,Single-symbol summary,0.919,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,24,24,2026-09-18T20:57:31.665Z,13848898093,1,Single-symbol summary,0.77,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,25,25,2026-09-18T21:07:31.665Z,14448885812,1,Single-symbol summary,1.075,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,26,26,2026-09-18T21:17:31.665Z,15048867160,1,Single-symbol summary,0.992,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,27,27,2026-09-18T21:27:31.665Z,15648997618,1,Single-symbol summary,1.222,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,28,28,2026-09-18T21:37:31.665Z,16249004090,1,Single-symbol summary,0.813,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,29,29,2026-09-18T21:47:31.665Z,16849004649,1,Single-symbol summary,0.709,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,30,30,2026-09-18T21:57:31.665Z,17448992007,1,Single-symbol summary,0.732,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,31,31,2026-09-18T22:07:31.665Z,18048883403,1,Single-symbol summary,1.944,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,32,32,2026-09-18T22:17:31.665Z,18648733933,1,Single-symbol summary,1.206,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,33,33,2026-09-18T22:27:31.665Z,19248986594,1,Single-symbol summary,0.658,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,34,34,2026-09-18T22:37:31.665Z,19848956047,1,Single-symbol summary,0.673,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,35,35,2026-09-18T22:47:31.665Z,20448891140,1,Single-symbol summary,0.962,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,36,36,2026-09-18T22:57:31.665Z,21048956022,1,Single-symbol summary,0.628,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,37,37,2026-09-18T23:07:31.665Z,21648927817,1,Single-symbol summary,1.016,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,38,38,2026-09-18T23:17:31.665Z,22249043246,1,Single-symbol summary,1.228,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,39,39,2026-09-18T23:27:31.665Z,22848929920,1,Single-symbol summary,1.061,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,40,40,2026-09-18T23:37:31.665Z,23448953518,1,Single-symbol summary,1.855,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,41,41,2026-09-18T23:47:31.665Z,24048909415,1,Single-symbol summary,0.899,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,42,42,2026-09-18T23:57:31.665Z,24648973497,1,Single-symbol summary,0.738,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,43,43,2026-09-19T00:07:31.665Z,25248924027,1,Single-symbol summary,0.939,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,44,44,2026-09-19T00:17:31.665Z,25848959896,1,Single-symbol summary,0.964,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,45,45,2026-09-19T00:27:31.665Z,26448943724,1,Single-symbol summary,1.038,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,46,46,2026-09-19T00:37:31.665Z,27048899731,1,Single-symbol summary,0.744,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,47,47,2026-09-19T00:47:31.665Z,27648937048,1,Single-symbol summary,0.82,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,48,48,2026-09-19T00:57:31.665Z,28248919345,1,Single-symbol summary,1.052,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,49,49,2026-09-19T01:07:31.665Z,28848912329,1,Single-symbol summary,0.871,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,50,50,2026-09-19T01:17:31.665Z,29448915472,1,Single-symbol summary,0.695,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,51,51,2026-09-19T01:27:31.665Z,30048967566,1,Single-symbol summary,0.686,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,52,52,2026-09-19T01:37:31.665Z,30648879647,1,Single-symbol summary,0.79,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,53,53,2026-09-19T01:47:31.665Z,31248858731,1,Single-symbol summary,0.883,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,54,54,2026-09-19T01:57:31.665Z,31849001715,1,Single-symbol summary,0.705,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,55,55,2026-09-19T02:07:31.665Z,32448900387,1,Single-symbol summary,0.668,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,56,56,2026-09-19T02:17:31.665Z,33049038056,1,Single-symbol summary,0.727,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,57,57,2026-09-19T02:27:31.665Z,33649000287,1,Single-symbol summary,0.692,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,58,58,2026-09-19T02:37:31.665Z,34248943675,1,Single-symbol summary,1.463,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,59,59,2026-09-19T02:47:31.665Z,34848935288,1,Single-symbol summary,0.79,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,60,60,2026-09-19T02:57:31.665Z,35448936836,1,Single-symbol summary,0.727,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,61,61,2026-09-19T03:07:31.665Z,36049010227,1,Single-symbol summary,0.958,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,62,62,2026-09-19T03:17:31.665Z,36648957386,1,Single-symbol summary,1.913,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,63,63,2026-09-19T03:27:31.665Z,37249049007,1,Single-symbol summary,0.914,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,64,64,2026-09-19T03:37:31.665Z,37848989380,1,Single-symbol summary,1.044,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,65,65,2026-09-19T03:47:31.665Z,38448981241,1,Single-symbol summary,1.113,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,66,66,2026-09-19T03:57:31.665Z,39048929732,1,Single-symbol summary,1.356,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,67,67,2026-09-19T04:07:31.665Z,39648991503,1,Single-symbol summary,1.026,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,68,68,2026-09-19T04:17:31.665Z,40248892033,1,Single-symbol summary,0.698,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,69,69,2026-09-19T04:27:31.665Z,40848840757,1,Single-symbol summary,1.777,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,70,70,2026-09-19T04:37:31.665Z,41448952314,1,Single-symbol summary,1.057,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,71,71,2026-09-19T04:47:31.665Z,42048902844,1,Single-symbol summary,0.982,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,72,72,2026-09-19T04:57:31.665Z,42649050693,1,Single-symbol summary,0.974,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,73,73,2026-09-19T05:07:31.665Z,43248955264,1,Single-symbol summary,1.619,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,74,74,2026-09-19T05:17:31.665Z,43849004793,1,Single-symbol summary,1.099,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,75,75,2026-09-19T05:27:31.665Z,44448870942,1,Single-symbol summary,0.767,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,76,76,2026-09-19T05:37:31.665Z,45048902478,1,Single-symbol summary,1.079,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,77,77,2026-09-19T05:47:31.665Z,45648983692,1,Single-symbol summary,0.682,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,78,78,2026-09-19T05:57:31.665Z,46248965040,1,Single-symbol summary,1.036,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,79,79,2026-09-19T06:07:31.665Z,46848958026,1,Single-symbol summary,0.807,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,80,80,2026-09-19T06:17:31.665Z,47448953256,1,Single-symbol summary,1.085,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,81,81,2026-09-19T06:27:31.665Z,48048969904,1,Single-symbol summary,0.811,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,82,82,2026-09-19T06:37:31.665Z,48648841029,1,Single-symbol summary,0.989,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,83,83,2026-09-19T06:47:31.665Z,49249000673,1,Single-symbol summary,0.759,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,84,84,2026-09-19T06:57:31.665Z,49848932021,1,Single-symbol summary,0.986,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,85,85,2026-09-19T07:07:31.665Z,50448920743,1,Single-symbol summary,0.885,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,86,86,2026-09-19T07:17:31.665Z,51048965322,1,Single-symbol summary,1.089,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,87,87,2026-09-19T07:27:31.665Z,51648867376,1,Single-symbol summary,1.037,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,88,88,2026-09-19T07:37:31.665Z,52248886297,1,Single-symbol summary,1.005,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,89,89,2026-09-19T07:47:31.665Z,52848929281,1,Single-symbol summary,0.892,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,90,90,2026-09-19T07:57:31.665Z,53448968592,1,Single-symbol summary,0.976,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,91,91,2026-09-19T08:07:31.665Z,54048999698,1,Single-symbol summary,1.015,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,92,92,2026-09-19T08:17:31.665Z,54648912657,1,Single-symbol summary,1.407,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,93,93,2026-09-19T08:27:31.665Z,55248932131,1,Single-symbol summary,0.959,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,94,94,2026-09-19T08:37:31.665Z,55849013665,1,Single-symbol summary,0.955,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,95,95,2026-09-19T08:47:31.665Z,56448925831,1,Single-symbol summary,0.943,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,96,96,2026-09-19T08:57:31.665Z,57048862217,1,Single-symbol summary,1.072,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,97,97,2026-09-19T09:07:31.665Z,57648963051,1,Single-symbol summary,0.984,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,98,98,2026-09-19T09:17:31.665Z,58249004920,1,Single-symbol summary,1.055,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,99,99,2026-09-19T09:27:31.665Z,58848886186,1,Single-symbol summary,0.71,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,100,100,2026-09-19T09:37:31.665Z,59449032571,1,Single-symbol summary,0.97,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,101,101,2026-09-19T09:47:31.665Z,60048974387,1,Single-symbol summary,0.91,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,102,102,2026-09-19T09:57:31.665Z,60649047005,1,Single-symbol summary,0.986,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,103,103,2026-09-19T10:07:31.665Z,61248997535,1,Single-symbol summary,1.051,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,104,104,2026-09-19T10:17:31.665Z,61848979545,1,Single-symbol summary,0.971,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,105,105,2026-09-19T10:27:31.665Z,62448827582,1,Single-symbol summary,0.969,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,106,106,2026-09-19T10:37:31.665Z,63048951008,1,Single-symbol summary,0.674,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,107,107,2026-09-19T10:47:31.665Z,63648915373,1,Single-symbol summary,0.985,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,108,108,2026-09-19T10:57:31.665Z,64248934893,1,Single-symbol summary,0.985,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,109,109,2026-09-19T11:07:31.665Z,64848931181,1,Single-symbol summary,0.826,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,110,110,2026-09-19T11:17:31.665Z,65448990060,1,Single-symbol summary,0.986,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,111,111,2026-09-19T11:27:31.665Z,66048942260,1,Single-symbol summary,0.729,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,112,112,2026-09-19T11:37:31.665Z,66648970121,1,Single-symbol summary,1.046,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,113,113,2026-09-19T11:47:31.665Z,67248947921,1,Single-symbol summary,0.732,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,114,114,2026-09-19T11:57:31.665Z,67848865391,1,Single-symbol summary,1.098,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,115,115,2026-09-19T12:07:31.665Z,68448901225,1,Single-symbol summary,1.172,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,116,116,2026-09-19T12:17:31.665Z,69049033856,1,Single-symbol summary,1.061,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,117,117,2026-09-19T12:27:31.665Z,69648898887,1,Single-symbol summary,1.345,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,118,118,2026-09-19T12:37:31.665Z,70248972689,1,Single-symbol summary,1.005,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,119,119,2026-09-19T12:47:31.665Z,70848944994,1,Single-symbol summary,2.311,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,120,120,2026-09-19T12:57:31.665Z,71448876924,1,Single-symbol summary,1.044,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,121,121,2026-09-19T13:07:31.665Z,72048872763,1,Single-symbol summary,1.082,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,122,122,2026-09-19T13:17:31.665Z,72648823293,1,Single-symbol summary,1.413,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,123,123,2026-09-19T13:27:31.665Z,73248951843,1,Single-symbol summary,0.981,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,124,124,2026-09-19T13:37:31.665Z,73848850795,1,Single-symbol summary,0.95,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,125,125,2026-09-19T13:47:31.665Z,74448988124,1,Single-symbol summary,0.952,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,126,126,2026-09-19T13:57:31.665Z,75048980211,1,Single-symbol summary,1.445,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,127,127,2026-09-19T14:07:31.665Z,75648919105,1,Single-symbol summary,0.975,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,128,128,2026-09-19T14:17:31.665Z,76248881396,1,Single-symbol summary,0.991,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,129,129,2026-09-19T14:27:31.665Z,76848823691,1,Single-symbol summary,1.051,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,130,130,2026-09-19T14:37:31.665Z,77448864325,1,Single-symbol summary,0.968,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,131,131,2026-09-19T14:47:31.665Z,78048857309,1,Single-symbol summary,0.966,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,132,132,2026-09-19T14:57:31.665Z,78648963825,1,Single-symbol summary,1.115,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,133,133,2026-09-19T15:07:31.665Z,79248916498,1,Single-symbol summary,0.998,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,134,134,2026-09-19T15:17:31.665Z,79848963748,1,Single-symbol summary,0.677,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,135,135,2026-09-19T15:27:31.665Z,80448989098,1,Single-symbol summary,0.899,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,136,136,2026-09-19T15:37:31.665Z,81048989103,1,Single-symbol summary,0.683,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,137,137,2026-09-19T15:47:31.665Z,81648805878,1,Single-symbol summary,0.946,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,138,138,2026-09-19T15:57:31.665Z,82248892830,1,Single-symbol summary,1.019,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,139,139,2026-09-19T16:07:31.665Z,82848947450,1,Single-symbol summary,0.753,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,140,140,2026-09-19T16:17:31.665Z,83448864291,1,Single-symbol summary,1.125,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,141,141,2026-09-19T16:27:31.665Z,84048946267,1,Single-symbol summary,0.738,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,142,142,2026-09-19T16:37:31.665Z,84648911334,1,Single-symbol summary,5.299,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,143,143,2026-09-19T16:47:31.665Z,85248832558,1,Single-symbol summary,1.931,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,144,144,2026-09-19T16:57:31.665Z,85848983088,1,Single-symbol summary,2.117,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,145,145,2026-09-19T17:07:31.665Z,86448998070,1,Single-symbol summary,1.745,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,146,146,2026-09-19T17:17:31.665Z,87048970508,1,Single-symbol summary,1.925,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,147,147,2026-09-19T17:27:31.665Z,87648993949,1,Single-symbol summary,2.208,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,148,148,2026-09-19T17:37:31.665Z,88248973865,1,Single-symbol summary,2.256,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,149,149,2026-09-19T17:47:31.665Z,88848942984,1,Single-symbol summary,1.949,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,150,150,2026-09-19T17:57:31.665Z,89448824332,1,Single-symbol summary,1.291,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,151,151,2026-09-19T18:07:31.665Z,90048962182,1,Single-symbol summary,1.43,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,152,152,2026-09-19T18:17:31.665Z,90648973338,1,Single-symbol summary,1.873,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,153,153,2026-09-19T18:27:31.665Z,91248923008,1,Single-symbol summary,1.106,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,154,154,2026-09-19T18:37:31.665Z,91848815062,1,Single-symbol summary,1.378,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,155,155,2026-09-19T18:47:31.665Z,92448977228,1,Single-symbol summary,1.219,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,156,156,2026-09-19T18:57:31.665Z,93048998642,1,Single-symbol summary,1.24,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,157,157,2026-09-19T19:07:31.665Z,93648850827,1,Single-symbol summary,1.329,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,158,158,2026-09-19T19:17:31.665Z,94248956784,1,Single-symbol summary,1.614,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,159,159,2026-09-19T19:27:31.665Z,94848829249,1,Single-symbol summary,1.907,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,160,160,2026-09-19T19:37:31.665Z,95448942204,1,Single-symbol summary,1.608,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,161,161,2026-09-19T19:47:31.665Z,96048966006,1,Single-symbol summary,1.479,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,162,162,2026-09-19T19:57:31.665Z,96648893321,1,Single-symbol summary,0.98,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,163,163,2026-09-19T20:07:31.665Z,97248931018,1,Single-symbol summary,1.229,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,164,164,2026-09-19T20:17:31.665Z,97848875579,1,Single-symbol summary,1.48,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,165,165,2026-09-19T20:27:31.665Z,98448826106,1,Single-symbol summary,1.827,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,166,166,2026-09-19T20:37:31.665Z,99048919090,1,Single-symbol summary,1.274,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,167,167,2026-09-19T20:47:31.665Z,99648972815,1,Single-symbol summary,0.724,provider Query History total duration; includes compilation; excludes fetch,True clickhouse,ClickHouse Cloud,2,2,2026-08-08T07:05:59Z,724786266,2,Watchlist summary,0.005,clickhouse-client --time,True clickhouse,ClickHouse Cloud,3,3,2026-08-08T07:15:59Z,1370669828,2,Watchlist summary,0.007,clickhouse-client --time,True clickhouse,ClickHouse Cloud,4,4,2026-08-08T07:25:59Z,1975682003,2,Watchlist summary,0.033,clickhouse-client --time,True @@ -1249,172 +1416,339 @@ bigquery,BigQuery,164,164,2026-08-11T18:34:39.579Z,97751631895,2,Watchlist summa bigquery,BigQuery,165,165,2026-08-11T18:44:39.579Z,98347800336,2,Watchlist summary,3.406,statistics.finalExecutionDurationMs,True bigquery,BigQuery,166,166,2026-08-11T18:54:39.579Z,98954665038,2,Watchlist summary,4.084,statistics.finalExecutionDurationMs,True bigquery,BigQuery,167,167,2026-08-11T19:04:39.579Z,99551267495,2,Watchlist summary,3.554,statistics.finalExecutionDurationMs,True -redshift,Redshift Serverless,2,2,2026-08-12T17:03:57Z,539118925,2,Watchlist summary,0.54595,clickhouse-client --time,True -redshift,Redshift Serverless,3,3,2026-08-12T17:14:09Z,1140532594,2,Watchlist summary,0.500239,clickhouse-client --time,True -redshift,Redshift Serverless,4,4,2026-08-12T17:24:09Z,1740468180,2,Watchlist summary,0.615103,clickhouse-client --time,True -redshift,Redshift Serverless,5,5,2026-08-12T17:34:09Z,2341513280,2,Watchlist summary,0.552129,clickhouse-client --time,True -redshift,Redshift Serverless,6,6,2026-08-12T17:44:10Z,2939871289,2,Watchlist summary,0.395472,clickhouse-client --time,True -redshift,Redshift Serverless,7,7,2026-08-12T17:54:09Z,3539132196,2,Watchlist summary,0.576231,clickhouse-client --time,True -redshift,Redshift Serverless,8,8,2026-08-12T18:04:10Z,4143068739,2,Watchlist summary,0.476454,clickhouse-client --time,True -redshift,Redshift Serverless,9,9,2026-08-12T18:13:59Z,4741930895,2,Watchlist summary,0.440905,clickhouse-client --time,True -redshift,Redshift Serverless,10,10,2026-08-12T18:24:10Z,5339083784,2,Watchlist summary,0.517914,clickhouse-client --time,True -redshift,Redshift Serverless,11,11,2026-08-12T18:34:10Z,5938849921,2,Watchlist summary,0.418676,clickhouse-client --time,True -redshift,Redshift Serverless,12,12,2026-08-12T18:44:09Z,6538854893,2,Watchlist summary,0.469427,clickhouse-client --time,True -redshift,Redshift Serverless,13,13,2026-08-12T18:54:09Z,7142932703,2,Watchlist summary,0.515025,clickhouse-client --time,True -redshift,Redshift Serverless,14,14,2026-08-12T19:04:10Z,7739391998,2,Watchlist summary,0.428464,clickhouse-client --time,True -redshift,Redshift Serverless,15,15,2026-08-12T19:14:10Z,8397564229,2,Watchlist summary,0.352657,clickhouse-client --time,True -redshift,Redshift Serverless,16,16,2026-08-12T19:24:10Z,8937866655,2,Watchlist summary,0.433187,clickhouse-client --time,True -redshift,Redshift Serverless,17,17,2026-08-12T19:34:10Z,9542609644,2,Watchlist summary,0.366592,clickhouse-client --time,True -redshift,Redshift Serverless,18,18,2026-08-12T19:44:10Z,10140144267,2,Watchlist summary,0.385671,clickhouse-client --time,True -redshift,Redshift Serverless,19,19,2026-08-12T19:54:10Z,10739646237,2,Watchlist summary,0.536454,clickhouse-client --time,True -redshift,Redshift Serverless,20,20,2026-08-12T20:03:59Z,11339027808,2,Watchlist summary,0.29207,clickhouse-client --time,True -redshift,Redshift Serverless,21,21,2026-08-12T20:14:09Z,11941589977,2,Watchlist summary,0.469555,clickhouse-client --time,True -redshift,Redshift Serverless,22,22,2026-08-12T20:24:10Z,12534774797,2,Watchlist summary,0.431943,clickhouse-client --time,True -redshift,Redshift Serverless,23,23,2026-08-12T20:34:10Z,13143146482,2,Watchlist summary,0.366275,clickhouse-client --time,True -redshift,Redshift Serverless,24,24,2026-08-12T20:44:10Z,13741229534,2,Watchlist summary,0.390831,clickhouse-client --time,True -redshift,Redshift Serverless,25,25,2026-08-12T20:54:09Z,14346887362,2,Watchlist summary,3.195749,clickhouse-client --time,True -redshift,Redshift Serverless,26,26,2026-08-12T21:03:59Z,14942522975,2,Watchlist summary,0.288809,clickhouse-client --time,True -redshift,Redshift Serverless,27,27,2026-08-12T21:14:09Z,15539438649,2,Watchlist summary,0.365698,clickhouse-client --time,True -redshift,Redshift Serverless,28,28,2026-08-12T21:24:09Z,16138130017,2,Watchlist summary,0.380237,clickhouse-client --time,True -redshift,Redshift Serverless,29,29,2026-08-12T21:34:09Z,16739010996,2,Watchlist summary,0.398123,clickhouse-client --time,True -redshift,Redshift Serverless,30,30,2026-08-12T21:44:09Z,17338005403,2,Watchlist summary,0.397045,clickhouse-client --time,True -redshift,Redshift Serverless,31,31,2026-08-12T21:54:10Z,17944900380,2,Watchlist summary,0.469775,clickhouse-client --time,True -redshift,Redshift Serverless,32,32,2026-08-12T22:03:58Z,18545538648,2,Watchlist summary,0.247006,clickhouse-client --time,True -redshift,Redshift Serverless,33,33,2026-08-12T22:13:59Z,19141064210,2,Watchlist summary,0.405876,clickhouse-client --time,True -redshift,Redshift Serverless,34,34,2026-08-12T22:24:10Z,19742262546,2,Watchlist summary,0.444484,clickhouse-client --time,True -redshift,Redshift Serverless,35,35,2026-08-12T22:34:09Z,20336924476,2,Watchlist summary,0.451045,clickhouse-client --time,True -redshift,Redshift Serverless,36,36,2026-08-12T22:44:08Z,20936890438,2,Watchlist summary,0.399171,clickhouse-client --time,True -redshift,Redshift Serverless,37,37,2026-08-12T22:54:09Z,21541024360,2,Watchlist summary,0.446971,clickhouse-client --time,True -redshift,Redshift Serverless,38,38,2026-08-12T23:03:59Z,22141942247,2,Watchlist summary,0.084459,clickhouse-client --time,True -redshift,Redshift Serverless,39,39,2026-08-12T23:14:09Z,22758184357,2,Watchlist summary,0.424,clickhouse-client --time,True -redshift,Redshift Serverless,40,40,2026-08-12T23:24:10Z,23357488818,2,Watchlist summary,0.461917,clickhouse-client --time,True -redshift,Redshift Serverless,41,41,2026-08-12T23:34:10Z,23959033974,2,Watchlist summary,0.406249,clickhouse-client --time,True -redshift,Redshift Serverless,42,42,2026-08-12T23:44:10Z,24560889162,2,Watchlist summary,0.44501,clickhouse-client --time,True -redshift,Redshift Serverless,43,43,2026-08-12T23:54:09Z,25158046681,2,Watchlist summary,0.463173,clickhouse-client --time,True -redshift,Redshift Serverless,44,44,2026-08-13T00:04:00Z,25757709650,2,Watchlist summary,0.091702,clickhouse-client --time,True -redshift,Redshift Serverless,45,45,2026-08-13T00:14:09Z,26360830738,2,Watchlist summary,0.443245,clickhouse-client --time,True -redshift,Redshift Serverless,46,46,2026-08-13T00:24:10Z,26959822278,2,Watchlist summary,0.450075,clickhouse-client --time,True -redshift,Redshift Serverless,47,47,2026-08-13T00:34:09Z,27560204587,2,Watchlist summary,0.455633,clickhouse-client --time,True -redshift,Redshift Serverless,48,48,2026-08-13T00:44:10Z,28157928300,2,Watchlist summary,0.463688,clickhouse-client --time,True -redshift,Redshift Serverless,49,49,2026-08-13T00:54:10Z,28758932048,2,Watchlist summary,0.4045,clickhouse-client --time,True -redshift,Redshift Serverless,50,50,2026-08-13T01:03:57Z,29358572401,2,Watchlist summary,0.095531,clickhouse-client --time,True -redshift,Redshift Serverless,51,51,2026-08-13T01:14:10Z,29960296771,2,Watchlist summary,0.453851,clickhouse-client --time,True -redshift,Redshift Serverless,52,52,2026-08-13T01:24:10Z,30565269536,2,Watchlist summary,0.455542,clickhouse-client --time,True -redshift,Redshift Serverless,53,53,2026-08-13T01:34:10Z,31160331272,2,Watchlist summary,0.420403,clickhouse-client --time,True -redshift,Redshift Serverless,54,54,2026-08-13T01:44:10Z,31757290992,2,Watchlist summary,0.426996,clickhouse-client --time,True -redshift,Redshift Serverless,55,55,2026-08-13T01:54:10Z,32358986128,2,Watchlist summary,0.610118,clickhouse-client --time,True -redshift,Redshift Serverless,56,56,2026-08-13T02:03:59Z,32960605673,2,Watchlist summary,0.101936,clickhouse-client --time,True -redshift,Redshift Serverless,57,57,2026-08-13T02:14:10Z,33563974195,2,Watchlist summary,0.434575,clickhouse-client --time,True -redshift,Redshift Serverless,58,58,2026-08-13T02:24:10Z,34158960136,2,Watchlist summary,0.471149,clickhouse-client --time,True -redshift,Redshift Serverless,59,59,2026-08-13T02:34:09Z,34760301912,2,Watchlist summary,0.424897,clickhouse-client --time,True -redshift,Redshift Serverless,60,60,2026-08-13T02:44:10Z,35362314543,2,Watchlist summary,0.378277,clickhouse-client --time,True -redshift,Redshift Serverless,61,61,2026-08-13T02:54:08Z,35960573077,2,Watchlist summary,0.453109,clickhouse-client --time,True -redshift,Redshift Serverless,62,62,2026-08-13T03:04:00Z,36560901115,2,Watchlist summary,0.287676,clickhouse-client --time,True -redshift,Redshift Serverless,63,63,2026-08-13T03:14:00Z,37099726907,2,Watchlist summary,0.092967,clickhouse-client --time,True -redshift,Redshift Serverless,64,64,2026-08-13T03:24:11Z,37759210155,2,Watchlist summary,0.496226,clickhouse-client --time,True -redshift,Redshift Serverless,65,65,2026-08-13T03:34:12Z,38369452934,2,Watchlist summary,0.468414,clickhouse-client --time,True -redshift,Redshift Serverless,66,66,2026-08-13T03:44:11Z,38970108594,2,Watchlist summary,0.425826,clickhouse-client --time,True -redshift,Redshift Serverless,67,67,2026-08-13T03:54:10Z,39507372773,2,Watchlist summary,2.620859,clickhouse-client --time,True -redshift,Redshift Serverless,68,68,2026-08-13T04:03:59Z,40110348668,2,Watchlist summary,0.087945,clickhouse-client --time,True -redshift,Redshift Serverless,69,69,2026-08-13T04:14:11Z,40708457686,2,Watchlist summary,2.55144,clickhouse-client --time,True -redshift,Redshift Serverless,70,70,2026-08-13T04:24:11Z,41311191300,2,Watchlist summary,0.395448,clickhouse-client --time,True -redshift,Redshift Serverless,71,71,2026-08-13T04:34:12Z,41969213855,2,Watchlist summary,0.424716,clickhouse-client --time,True -redshift,Redshift Serverless,72,72,2026-08-13T04:44:10Z,42510673827,2,Watchlist summary,2.283765,clickhouse-client --time,True -redshift,Redshift Serverless,73,73,2026-08-13T04:54:10Z,43113715625,2,Watchlist summary,2.49984,clickhouse-client --time,True -redshift,Redshift Serverless,74,74,2026-08-13T05:03:59Z,43708992758,2,Watchlist summary,0.103992,clickhouse-client --time,True -redshift,Redshift Serverless,75,75,2026-08-13T05:14:12Z,44306002093,2,Watchlist summary,0.430782,clickhouse-client --time,True -redshift,Redshift Serverless,76,76,2026-08-13T05:24:13Z,44972171093,2,Watchlist summary,0.443285,clickhouse-client --time,True -redshift,Redshift Serverless,77,77,2026-08-13T05:34:10Z,45569434778,2,Watchlist summary,0.436172,clickhouse-client --time,True -redshift,Redshift Serverless,78,78,2026-08-13T05:44:11Z,46170593122,2,Watchlist summary,0.401527,clickhouse-client --time,True -redshift,Redshift Serverless,79,79,2026-08-13T05:54:12Z,46769882264,2,Watchlist summary,0.433788,clickhouse-client --time,True -redshift,Redshift Serverless,80,80,2026-08-13T06:03:59Z,47307695739,2,Watchlist summary,0.100988,clickhouse-client --time,True -redshift,Redshift Serverless,81,81,2026-08-13T06:14:10Z,47908162093,2,Watchlist summary,2.293723,clickhouse-client --time,True -redshift,Redshift Serverless,82,82,2026-08-13T06:24:09Z,48569875455,2,Watchlist summary,0.4738,clickhouse-client --time,True -redshift,Redshift Serverless,83,83,2026-08-13T06:34:12Z,49170649113,2,Watchlist summary,0.433737,clickhouse-client --time,True -redshift,Redshift Serverless,84,84,2026-08-13T06:44:11Z,49769405745,2,Watchlist summary,0.407029,clickhouse-client --time,True -redshift,Redshift Serverless,85,85,2026-08-13T06:54:10Z,50311961071,2,Watchlist summary,2.492056,clickhouse-client --time,True -redshift,Redshift Serverless,86,86,2026-08-13T07:03:59Z,50902916441,2,Watchlist summary,0.094763,clickhouse-client --time,True -redshift,Redshift Serverless,87,87,2026-08-13T07:14:11Z,51569862364,2,Watchlist summary,0.408297,clickhouse-client --time,True -redshift,Redshift Serverless,88,88,2026-08-13T07:24:11Z,52111833800,2,Watchlist summary,0.44051,clickhouse-client --time,True -redshift,Redshift Serverless,89,89,2026-08-13T07:34:10Z,52797800664,2,Watchlist summary,0.422722,clickhouse-client --time,True -redshift,Redshift Serverless,90,90,2026-08-13T07:44:10Z,53339137987,2,Watchlist summary,0.388961,clickhouse-client --time,True -redshift,Redshift Serverless,91,91,2026-08-13T07:54:11Z,53928907694,2,Watchlist summary,0.429836,clickhouse-client --time,True -redshift,Redshift Serverless,92,92,2026-08-13T08:03:59Z,54532055276,2,Watchlist summary,0.094246,clickhouse-client --time,True -redshift,Redshift Serverless,93,93,2026-08-13T08:14:11Z,55128344953,2,Watchlist summary,0.406198,clickhouse-client --time,True -redshift,Redshift Serverless,94,94,2026-08-13T08:24:10Z,55729088882,2,Watchlist summary,0.409112,clickhouse-client --time,True -redshift,Redshift Serverless,95,95,2026-08-13T08:34:10Z,56328131726,2,Watchlist summary,0.39651,clickhouse-client --time,True -redshift,Redshift Serverless,96,96,2026-08-13T08:44:10Z,56929528891,2,Watchlist summary,0.409755,clickhouse-client --time,True -redshift,Redshift Serverless,97,97,2026-08-13T08:54:10Z,57534735475,2,Watchlist summary,0.366473,clickhouse-client --time,True -redshift,Redshift Serverless,98,98,2026-08-13T09:03:58Z,58132621215,2,Watchlist summary,2.008898,clickhouse-client --time,True -redshift,Redshift Serverless,99,99,2026-08-13T09:14:10Z,58728900353,2,Watchlist summary,0.379921,clickhouse-client --time,True -redshift,Redshift Serverless,100,100,2026-08-13T09:24:09Z,59328863090,2,Watchlist summary,0.410187,clickhouse-client --time,True -redshift,Redshift Serverless,101,101,2026-08-13T09:34:11Z,59932424550,2,Watchlist summary,0.384387,clickhouse-client --time,True -redshift,Redshift Serverless,102,102,2026-08-13T09:44:11Z,60528538925,2,Watchlist summary,0.393277,clickhouse-client --time,True -redshift,Redshift Serverless,103,103,2026-08-13T09:54:12Z,61127219937,2,Watchlist summary,0.391828,clickhouse-client --time,True -redshift,Redshift Serverless,104,104,2026-08-13T10:03:58Z,61728943805,2,Watchlist summary,0.106458,clickhouse-client --time,True -redshift,Redshift Serverless,105,105,2026-08-13T10:14:11Z,62331267479,2,Watchlist summary,0.409141,clickhouse-client --time,True -redshift,Redshift Serverless,106,106,2026-08-13T10:24:10Z,62931770608,2,Watchlist summary,0.434748,clickhouse-client --time,True -redshift,Redshift Serverless,107,107,2026-08-13T10:34:11Z,63530017412,2,Watchlist summary,0.43665,clickhouse-client --time,True -redshift,Redshift Serverless,108,108,2026-08-13T10:44:11Z,64131258918,2,Watchlist summary,0.389373,clickhouse-client --time,True -redshift,Redshift Serverless,109,109,2026-08-13T10:54:10Z,64726881755,2,Watchlist summary,0.456522,clickhouse-client --time,True -redshift,Redshift Serverless,110,110,2026-08-13T11:03:59Z,65328955508,2,Watchlist summary,0.121349,clickhouse-client --time,True -redshift,Redshift Serverless,111,111,2026-08-13T11:14:10Z,65926809029,2,Watchlist summary,0.42463,clickhouse-client --time,True -redshift,Redshift Serverless,112,112,2026-08-13T11:24:12Z,66527854638,2,Watchlist summary,0.391763,clickhouse-client --time,True -redshift,Redshift Serverless,113,113,2026-08-13T11:34:11Z,67128664727,2,Watchlist summary,0.42236,clickhouse-client --time,True -redshift,Redshift Serverless,114,114,2026-08-13T11:44:10Z,67790387128,2,Watchlist summary,0.447463,clickhouse-client --time,True -redshift,Redshift Serverless,115,115,2026-08-13T11:54:10Z,68330088073,2,Watchlist summary,0.470372,clickhouse-client --time,True -redshift,Redshift Serverless,116,116,2026-08-13T12:03:59Z,68929344858,2,Watchlist summary,0.118444,clickhouse-client --time,True -redshift,Redshift Serverless,117,117,2026-08-13T12:14:11Z,69529528941,2,Watchlist summary,0.444947,clickhouse-client --time,True -redshift,Redshift Serverless,118,118,2026-08-13T12:24:11Z,70132993820,2,Watchlist summary,0.554306,clickhouse-client --time,True -redshift,Redshift Serverless,119,119,2026-08-13T12:34:11Z,70742571187,2,Watchlist summary,0.506411,clickhouse-client --time,True -redshift,Redshift Serverless,120,120,2026-08-13T12:44:10Z,71342431867,2,Watchlist summary,0.439128,clickhouse-client --time,True -redshift,Redshift Serverless,121,121,2026-08-13T12:54:09Z,71946007841,2,Watchlist summary,0.436619,clickhouse-client --time,True -redshift,Redshift Serverless,122,122,2026-08-13T13:04:00Z,72546298660,2,Watchlist summary,0.111949,clickhouse-client --time,True -redshift,Redshift Serverless,123,123,2026-08-13T13:14:12Z,73143825074,2,Watchlist summary,0.441874,clickhouse-client --time,True -redshift,Redshift Serverless,124,124,2026-08-13T13:24:10Z,73740624098,2,Watchlist summary,0.507472,clickhouse-client --time,True -redshift,Redshift Serverless,125,125,2026-08-13T13:34:11Z,74341621634,2,Watchlist summary,0.472687,clickhouse-client --time,True -redshift,Redshift Serverless,126,126,2026-08-13T13:44:10Z,74941549148,2,Watchlist summary,0.434362,clickhouse-client --time,True -redshift,Redshift Serverless,127,127,2026-08-13T13:54:11Z,75540057221,2,Watchlist summary,0.460329,clickhouse-client --time,True -redshift,Redshift Serverless,128,128,2026-08-13T14:03:59Z,76141857339,2,Watchlist summary,0.112245,clickhouse-client --time,True -redshift,Redshift Serverless,129,129,2026-08-13T14:14:10Z,76744332234,2,Watchlist summary,0.512325,clickhouse-client --time,True -redshift,Redshift Serverless,130,130,2026-08-13T14:24:11Z,77343838333,2,Watchlist summary,0.457608,clickhouse-client --time,True -redshift,Redshift Serverless,131,131,2026-08-13T14:34:12Z,77945716216,2,Watchlist summary,0.454048,clickhouse-client --time,True -redshift,Redshift Serverless,132,132,2026-08-13T14:44:11Z,78542454275,2,Watchlist summary,0.457723,clickhouse-client --time,True -redshift,Redshift Serverless,133,133,2026-08-13T14:54:11Z,79146527318,2,Watchlist summary,0.428913,clickhouse-client --time,True -redshift,Redshift Serverless,134,134,2026-08-13T15:03:59Z,79742012314,2,Watchlist summary,0.103722,clickhouse-client --time,True -redshift,Redshift Serverless,135,135,2026-08-13T15:14:00Z,80344363553,2,Watchlist summary,0.099638,clickhouse-client --time,True -redshift,Redshift Serverless,136,136,2026-08-13T15:24:12Z,80945919301,2,Watchlist summary,0.452232,clickhouse-client --time,True -redshift,Redshift Serverless,137,137,2026-08-13T15:34:11Z,81551276073,2,Watchlist summary,0.44007,clickhouse-client --time,True -redshift,Redshift Serverless,138,138,2026-08-13T15:44:12Z,82098085629,2,Watchlist summary,0.452358,clickhouse-client --time,True -redshift,Redshift Serverless,139,139,2026-08-13T15:54:11Z,82760697798,2,Watchlist summary,0.467513,clickhouse-client --time,True -redshift,Redshift Serverless,140,140,2026-08-13T16:03:58Z,83304277333,2,Watchlist summary,0.100915,clickhouse-client --time,True -redshift,Redshift Serverless,141,141,2026-08-13T16:14:11Z,83915861762,2,Watchlist summary,0.461703,clickhouse-client --time,True -redshift,Redshift Serverless,142,142,2026-08-13T16:24:10Z,84516022757,2,Watchlist summary,0.400519,clickhouse-client --time,True -redshift,Redshift Serverless,143,143,2026-08-13T16:34:11Z,85116310321,2,Watchlist summary,0.427623,clickhouse-client --time,True -redshift,Redshift Serverless,144,144,2026-08-13T16:44:11Z,85714934329,2,Watchlist summary,0.466843,clickhouse-client --time,True -redshift,Redshift Serverless,145,145,2026-08-13T16:54:11Z,86376876842,2,Watchlist summary,0.397067,clickhouse-client --time,True -redshift,Redshift Serverless,146,146,2026-08-13T17:04:00Z,86919366179,2,Watchlist summary,0.098816,clickhouse-client --time,True -redshift,Redshift Serverless,147,147,2026-08-13T17:14:13Z,87518660143,2,Watchlist summary,0.398738,clickhouse-client --time,True -redshift,Redshift Serverless,148,148,2026-08-13T17:24:11Z,88119922644,2,Watchlist summary,0.428977,clickhouse-client --time,True -redshift,Redshift Serverless,149,149,2026-08-13T17:34:10Z,88721373784,2,Watchlist summary,0.47398,clickhouse-client --time,True -redshift,Redshift Serverless,150,150,2026-08-13T17:44:11Z,89317816940,2,Watchlist summary,0.364652,clickhouse-client --time,True -redshift,Redshift Serverless,151,151,2026-08-13T17:54:10Z,89920330616,2,Watchlist summary,0.376445,clickhouse-client --time,True -redshift,Redshift Serverless,152,152,2026-08-13T18:03:59Z,90519198255,2,Watchlist summary,0.097688,clickhouse-client --time,True -redshift,Redshift Serverless,153,153,2026-08-13T18:14:11Z,91116929731,2,Watchlist summary,0.413864,clickhouse-client --time,True -redshift,Redshift Serverless,154,154,2026-08-13T18:24:11Z,91721103362,2,Watchlist summary,0.403391,clickhouse-client --time,True -redshift,Redshift Serverless,155,155,2026-08-13T18:34:10Z,92316878209,2,Watchlist summary,0.450381,clickhouse-client --time,True -redshift,Redshift Serverless,156,156,2026-08-13T18:44:11Z,92920798733,2,Watchlist summary,0.395665,clickhouse-client --time,True -redshift,Redshift Serverless,157,157,2026-08-13T18:54:11Z,93578343844,2,Watchlist summary,0.380387,clickhouse-client --time,True -redshift,Redshift Serverless,158,158,2026-08-13T19:03:59Z,94121949722,2,Watchlist summary,0.094989,clickhouse-client --time,True -redshift,Redshift Serverless,159,159,2026-08-13T19:14:12Z,94720021119,2,Watchlist summary,0.531114,clickhouse-client --time,True -redshift,Redshift Serverless,160,160,2026-08-13T19:24:11Z,95321520836,2,Watchlist summary,0.428629,clickhouse-client --time,True -redshift,Redshift Serverless,161,161,2026-08-13T19:34:11Z,95919083638,2,Watchlist summary,0.421619,clickhouse-client --time,True -redshift,Redshift Serverless,162,162,2026-08-13T19:44:12Z,96521000095,2,Watchlist summary,0.427415,clickhouse-client --time,True -redshift,Redshift Serverless,163,163,2026-08-13T19:54:11Z,97179016064,2,Watchlist summary,0.407537,clickhouse-client --time,True -redshift,Redshift Serverless,164,164,2026-08-13T20:03:59Z,97780054204,2,Watchlist summary,0.090973,clickhouse-client --time,True -redshift,Redshift Serverless,165,165,2026-08-13T20:14:11Z,98322015057,2,Watchlist summary,0.486602,clickhouse-client --time,True -redshift,Redshift Serverless,166,166,2026-08-13T20:24:11Z,98921587131,2,Watchlist summary,0.41132,clickhouse-client --time,True -redshift,Redshift Serverless,167,167,2026-08-13T20:34:11Z,99517455047,2,Watchlist summary,0.42422,clickhouse-client --time,True +redshift,Redshift Serverless,2,2,2026-08-12T17:03:57Z,539118925,2,Watchlist summary,0.54595,runner result (end-to-end),True +redshift,Redshift Serverless,3,3,2026-08-12T17:14:09Z,1140532594,2,Watchlist summary,0.500239,runner result (end-to-end),True +redshift,Redshift Serverless,4,4,2026-08-12T17:24:09Z,1740468180,2,Watchlist summary,0.615103,runner result (end-to-end),True +redshift,Redshift Serverless,5,5,2026-08-12T17:34:09Z,2341513280,2,Watchlist summary,0.552129,runner result (end-to-end),True +redshift,Redshift Serverless,6,6,2026-08-12T17:44:10Z,2939871289,2,Watchlist summary,0.395472,runner result (end-to-end),True +redshift,Redshift Serverless,7,7,2026-08-12T17:54:09Z,3539132196,2,Watchlist summary,0.576231,runner result (end-to-end),True +redshift,Redshift Serverless,8,8,2026-08-12T18:04:10Z,4143068739,2,Watchlist summary,0.476454,runner result (end-to-end),True +redshift,Redshift Serverless,9,9,2026-08-12T18:13:59Z,4741930895,2,Watchlist summary,0.440905,runner result (end-to-end),True +redshift,Redshift Serverless,10,10,2026-08-12T18:24:10Z,5339083784,2,Watchlist summary,0.517914,runner result (end-to-end),True +redshift,Redshift Serverless,11,11,2026-08-12T18:34:10Z,5938849921,2,Watchlist summary,0.418676,runner result (end-to-end),True +redshift,Redshift Serverless,12,12,2026-08-12T18:44:09Z,6538854893,2,Watchlist summary,0.469427,runner result (end-to-end),True +redshift,Redshift Serverless,13,13,2026-08-12T18:54:09Z,7142932703,2,Watchlist summary,0.515025,runner result (end-to-end),True +redshift,Redshift Serverless,14,14,2026-08-12T19:04:10Z,7739391998,2,Watchlist summary,0.428464,runner result (end-to-end),True +redshift,Redshift Serverless,15,15,2026-08-12T19:14:10Z,8397564229,2,Watchlist summary,0.352657,runner result (end-to-end),True +redshift,Redshift Serverless,16,16,2026-08-12T19:24:10Z,8937866655,2,Watchlist summary,0.433187,runner result (end-to-end),True +redshift,Redshift Serverless,17,17,2026-08-12T19:34:10Z,9542609644,2,Watchlist summary,0.366592,runner result (end-to-end),True +redshift,Redshift Serverless,18,18,2026-08-12T19:44:10Z,10140144267,2,Watchlist summary,0.385671,runner result (end-to-end),True +redshift,Redshift Serverless,19,19,2026-08-12T19:54:10Z,10739646237,2,Watchlist summary,0.536454,runner result (end-to-end),True +redshift,Redshift Serverless,20,20,2026-08-12T20:03:59Z,11339027808,2,Watchlist summary,0.29207,runner result (end-to-end),True +redshift,Redshift Serverless,21,21,2026-08-12T20:14:09Z,11941589977,2,Watchlist summary,0.469555,runner result (end-to-end),True +redshift,Redshift Serverless,22,22,2026-08-12T20:24:10Z,12534774797,2,Watchlist summary,0.431943,runner result (end-to-end),True +redshift,Redshift Serverless,23,23,2026-08-12T20:34:10Z,13143146482,2,Watchlist summary,0.366275,runner result (end-to-end),True +redshift,Redshift Serverless,24,24,2026-08-12T20:44:10Z,13741229534,2,Watchlist summary,0.390831,runner result (end-to-end),True +redshift,Redshift Serverless,25,25,2026-08-12T20:54:09Z,14346887362,2,Watchlist summary,3.195749,runner result (end-to-end),True +redshift,Redshift Serverless,26,26,2026-08-12T21:03:59Z,14942522975,2,Watchlist summary,0.288809,runner result (end-to-end),True +redshift,Redshift Serverless,27,27,2026-08-12T21:14:09Z,15539438649,2,Watchlist summary,0.365698,runner result (end-to-end),True +redshift,Redshift Serverless,28,28,2026-08-12T21:24:09Z,16138130017,2,Watchlist summary,0.380237,runner result (end-to-end),True +redshift,Redshift Serverless,29,29,2026-08-12T21:34:09Z,16739010996,2,Watchlist summary,0.398123,runner result (end-to-end),True +redshift,Redshift Serverless,30,30,2026-08-12T21:44:09Z,17338005403,2,Watchlist summary,0.397045,runner result (end-to-end),True +redshift,Redshift Serverless,31,31,2026-08-12T21:54:10Z,17944900380,2,Watchlist summary,0.469775,runner result (end-to-end),True +redshift,Redshift Serverless,32,32,2026-08-12T22:03:58Z,18545538648,2,Watchlist summary,0.247006,runner result (end-to-end),True +redshift,Redshift Serverless,33,33,2026-08-12T22:13:59Z,19141064210,2,Watchlist summary,0.405876,runner result (end-to-end),True +redshift,Redshift Serverless,34,34,2026-08-12T22:24:10Z,19742262546,2,Watchlist summary,0.444484,runner result (end-to-end),True +redshift,Redshift Serverless,35,35,2026-08-12T22:34:09Z,20336924476,2,Watchlist summary,0.451045,runner result (end-to-end),True +redshift,Redshift Serverless,36,36,2026-08-12T22:44:08Z,20936890438,2,Watchlist summary,0.399171,runner result (end-to-end),True +redshift,Redshift Serverless,37,37,2026-08-12T22:54:09Z,21541024360,2,Watchlist summary,0.446971,runner result (end-to-end),True +redshift,Redshift Serverless,38,38,2026-08-12T23:03:59Z,22141942247,2,Watchlist summary,0.084459,runner result (end-to-end),True +redshift,Redshift Serverless,39,39,2026-08-12T23:14:09Z,22758184357,2,Watchlist summary,0.424,runner result (end-to-end),True +redshift,Redshift Serverless,40,40,2026-08-12T23:24:10Z,23357488818,2,Watchlist summary,0.461917,runner result (end-to-end),True +redshift,Redshift Serverless,41,41,2026-08-12T23:34:10Z,23959033974,2,Watchlist summary,0.406249,runner result (end-to-end),True +redshift,Redshift Serverless,42,42,2026-08-12T23:44:10Z,24560889162,2,Watchlist summary,0.44501,runner result (end-to-end),True +redshift,Redshift Serverless,43,43,2026-08-12T23:54:09Z,25158046681,2,Watchlist summary,0.463173,runner result (end-to-end),True +redshift,Redshift Serverless,44,44,2026-08-13T00:04:00Z,25757709650,2,Watchlist summary,0.091702,runner result (end-to-end),True +redshift,Redshift Serverless,45,45,2026-08-13T00:14:09Z,26360830738,2,Watchlist summary,0.443245,runner result (end-to-end),True +redshift,Redshift Serverless,46,46,2026-08-13T00:24:10Z,26959822278,2,Watchlist summary,0.450075,runner result (end-to-end),True +redshift,Redshift Serverless,47,47,2026-08-13T00:34:09Z,27560204587,2,Watchlist summary,0.455633,runner result (end-to-end),True +redshift,Redshift Serverless,48,48,2026-08-13T00:44:10Z,28157928300,2,Watchlist summary,0.463688,runner result (end-to-end),True +redshift,Redshift Serverless,49,49,2026-08-13T00:54:10Z,28758932048,2,Watchlist summary,0.4045,runner result (end-to-end),True +redshift,Redshift Serverless,50,50,2026-08-13T01:03:57Z,29358572401,2,Watchlist summary,0.095531,runner result (end-to-end),True +redshift,Redshift Serverless,51,51,2026-08-13T01:14:10Z,29960296771,2,Watchlist summary,0.453851,runner result (end-to-end),True +redshift,Redshift Serverless,52,52,2026-08-13T01:24:10Z,30565269536,2,Watchlist summary,0.455542,runner result (end-to-end),True +redshift,Redshift Serverless,53,53,2026-08-13T01:34:10Z,31160331272,2,Watchlist summary,0.420403,runner result (end-to-end),True +redshift,Redshift Serverless,54,54,2026-08-13T01:44:10Z,31757290992,2,Watchlist summary,0.426996,runner result (end-to-end),True +redshift,Redshift Serverless,55,55,2026-08-13T01:54:10Z,32358986128,2,Watchlist summary,0.610118,runner result (end-to-end),True +redshift,Redshift Serverless,56,56,2026-08-13T02:03:59Z,32960605673,2,Watchlist summary,0.101936,runner result (end-to-end),True +redshift,Redshift Serverless,57,57,2026-08-13T02:14:10Z,33563974195,2,Watchlist summary,0.434575,runner result (end-to-end),True +redshift,Redshift Serverless,58,58,2026-08-13T02:24:10Z,34158960136,2,Watchlist summary,0.471149,runner result (end-to-end),True +redshift,Redshift Serverless,59,59,2026-08-13T02:34:09Z,34760301912,2,Watchlist summary,0.424897,runner result (end-to-end),True +redshift,Redshift Serverless,60,60,2026-08-13T02:44:10Z,35362314543,2,Watchlist summary,0.378277,runner result (end-to-end),True +redshift,Redshift Serverless,61,61,2026-08-13T02:54:08Z,35960573077,2,Watchlist summary,0.453109,runner result (end-to-end),True +redshift,Redshift Serverless,62,62,2026-08-13T03:04:00Z,36560901115,2,Watchlist summary,0.287676,runner result (end-to-end),True +redshift,Redshift Serverless,63,63,2026-08-13T03:14:00Z,37099726907,2,Watchlist summary,0.092967,runner result (end-to-end),True +redshift,Redshift Serverless,64,64,2026-08-13T03:24:11Z,37759210155,2,Watchlist summary,0.496226,runner result (end-to-end),True +redshift,Redshift Serverless,65,65,2026-08-13T03:34:12Z,38369452934,2,Watchlist summary,0.468414,runner result (end-to-end),True +redshift,Redshift Serverless,66,66,2026-08-13T03:44:11Z,38970108594,2,Watchlist summary,0.425826,runner result (end-to-end),True +redshift,Redshift Serverless,67,67,2026-08-13T03:54:10Z,39507372773,2,Watchlist summary,2.620859,runner result (end-to-end),True +redshift,Redshift Serverless,68,68,2026-08-13T04:03:59Z,40110348668,2,Watchlist summary,0.087945,runner result (end-to-end),True +redshift,Redshift Serverless,69,69,2026-08-13T04:14:11Z,40708457686,2,Watchlist summary,2.55144,runner result (end-to-end),True +redshift,Redshift Serverless,70,70,2026-08-13T04:24:11Z,41311191300,2,Watchlist summary,0.395448,runner result (end-to-end),True +redshift,Redshift Serverless,71,71,2026-08-13T04:34:12Z,41969213855,2,Watchlist summary,0.424716,runner result (end-to-end),True +redshift,Redshift Serverless,72,72,2026-08-13T04:44:10Z,42510673827,2,Watchlist summary,2.283765,runner result (end-to-end),True +redshift,Redshift Serverless,73,73,2026-08-13T04:54:10Z,43113715625,2,Watchlist summary,2.49984,runner result (end-to-end),True +redshift,Redshift Serverless,74,74,2026-08-13T05:03:59Z,43708992758,2,Watchlist summary,0.103992,runner result (end-to-end),True +redshift,Redshift Serverless,75,75,2026-08-13T05:14:12Z,44306002093,2,Watchlist summary,0.430782,runner result (end-to-end),True +redshift,Redshift Serverless,76,76,2026-08-13T05:24:13Z,44972171093,2,Watchlist summary,0.443285,runner result (end-to-end),True +redshift,Redshift Serverless,77,77,2026-08-13T05:34:10Z,45569434778,2,Watchlist summary,0.436172,runner result (end-to-end),True +redshift,Redshift Serverless,78,78,2026-08-13T05:44:11Z,46170593122,2,Watchlist summary,0.401527,runner result (end-to-end),True +redshift,Redshift Serverless,79,79,2026-08-13T05:54:12Z,46769882264,2,Watchlist summary,0.433788,runner result (end-to-end),True +redshift,Redshift Serverless,80,80,2026-08-13T06:03:59Z,47307695739,2,Watchlist summary,0.100988,runner result (end-to-end),True +redshift,Redshift Serverless,81,81,2026-08-13T06:14:10Z,47908162093,2,Watchlist summary,2.293723,runner result (end-to-end),True +redshift,Redshift Serverless,82,82,2026-08-13T06:24:09Z,48569875455,2,Watchlist summary,0.4738,runner result (end-to-end),True +redshift,Redshift Serverless,83,83,2026-08-13T06:34:12Z,49170649113,2,Watchlist summary,0.433737,runner result (end-to-end),True +redshift,Redshift Serverless,84,84,2026-08-13T06:44:11Z,49769405745,2,Watchlist summary,0.407029,runner result (end-to-end),True +redshift,Redshift Serverless,85,85,2026-08-13T06:54:10Z,50311961071,2,Watchlist summary,2.492056,runner result (end-to-end),True +redshift,Redshift Serverless,86,86,2026-08-13T07:03:59Z,50902916441,2,Watchlist summary,0.094763,runner result (end-to-end),True +redshift,Redshift Serverless,87,87,2026-08-13T07:14:11Z,51569862364,2,Watchlist summary,0.408297,runner result (end-to-end),True +redshift,Redshift Serverless,88,88,2026-08-13T07:24:11Z,52111833800,2,Watchlist summary,0.44051,runner result (end-to-end),True +redshift,Redshift Serverless,89,89,2026-08-13T07:34:10Z,52797800664,2,Watchlist summary,0.422722,runner result (end-to-end),True +redshift,Redshift Serverless,90,90,2026-08-13T07:44:10Z,53339137987,2,Watchlist summary,0.388961,runner result (end-to-end),True +redshift,Redshift Serverless,91,91,2026-08-13T07:54:11Z,53928907694,2,Watchlist summary,0.429836,runner result (end-to-end),True +redshift,Redshift Serverless,92,92,2026-08-13T08:03:59Z,54532055276,2,Watchlist summary,0.094246,runner result (end-to-end),True +redshift,Redshift Serverless,93,93,2026-08-13T08:14:11Z,55128344953,2,Watchlist summary,0.406198,runner result (end-to-end),True +redshift,Redshift Serverless,94,94,2026-08-13T08:24:10Z,55729088882,2,Watchlist summary,0.409112,runner result (end-to-end),True +redshift,Redshift Serverless,95,95,2026-08-13T08:34:10Z,56328131726,2,Watchlist summary,0.39651,runner result (end-to-end),True +redshift,Redshift Serverless,96,96,2026-08-13T08:44:10Z,56929528891,2,Watchlist summary,0.409755,runner result (end-to-end),True +redshift,Redshift Serverless,97,97,2026-08-13T08:54:10Z,57534735475,2,Watchlist summary,0.366473,runner result (end-to-end),True +redshift,Redshift Serverless,98,98,2026-08-13T09:03:58Z,58132621215,2,Watchlist summary,2.008898,runner result (end-to-end),True +redshift,Redshift Serverless,99,99,2026-08-13T09:14:10Z,58728900353,2,Watchlist summary,0.379921,runner result (end-to-end),True +redshift,Redshift Serverless,100,100,2026-08-13T09:24:09Z,59328863090,2,Watchlist summary,0.410187,runner result (end-to-end),True +redshift,Redshift Serverless,101,101,2026-08-13T09:34:11Z,59932424550,2,Watchlist summary,0.384387,runner result (end-to-end),True +redshift,Redshift Serverless,102,102,2026-08-13T09:44:11Z,60528538925,2,Watchlist summary,0.393277,runner result (end-to-end),True +redshift,Redshift Serverless,103,103,2026-08-13T09:54:12Z,61127219937,2,Watchlist summary,0.391828,runner result (end-to-end),True +redshift,Redshift Serverless,104,104,2026-08-13T10:03:58Z,61728943805,2,Watchlist summary,0.106458,runner result (end-to-end),True +redshift,Redshift Serverless,105,105,2026-08-13T10:14:11Z,62331267479,2,Watchlist summary,0.409141,runner result (end-to-end),True +redshift,Redshift Serverless,106,106,2026-08-13T10:24:10Z,62931770608,2,Watchlist summary,0.434748,runner result (end-to-end),True +redshift,Redshift Serverless,107,107,2026-08-13T10:34:11Z,63530017412,2,Watchlist summary,0.43665,runner result (end-to-end),True +redshift,Redshift Serverless,108,108,2026-08-13T10:44:11Z,64131258918,2,Watchlist summary,0.389373,runner result (end-to-end),True +redshift,Redshift Serverless,109,109,2026-08-13T10:54:10Z,64726881755,2,Watchlist summary,0.456522,runner result (end-to-end),True +redshift,Redshift Serverless,110,110,2026-08-13T11:03:59Z,65328955508,2,Watchlist summary,0.121349,runner result (end-to-end),True +redshift,Redshift Serverless,111,111,2026-08-13T11:14:10Z,65926809029,2,Watchlist summary,0.42463,runner result (end-to-end),True +redshift,Redshift Serverless,112,112,2026-08-13T11:24:12Z,66527854638,2,Watchlist summary,0.391763,runner result (end-to-end),True +redshift,Redshift Serverless,113,113,2026-08-13T11:34:11Z,67128664727,2,Watchlist summary,0.42236,runner result (end-to-end),True +redshift,Redshift Serverless,114,114,2026-08-13T11:44:10Z,67790387128,2,Watchlist summary,0.447463,runner result (end-to-end),True +redshift,Redshift Serverless,115,115,2026-08-13T11:54:10Z,68330088073,2,Watchlist summary,0.470372,runner result (end-to-end),True +redshift,Redshift Serverless,116,116,2026-08-13T12:03:59Z,68929344858,2,Watchlist summary,0.118444,runner result (end-to-end),True +redshift,Redshift Serverless,117,117,2026-08-13T12:14:11Z,69529528941,2,Watchlist summary,0.444947,runner result (end-to-end),True +redshift,Redshift Serverless,118,118,2026-08-13T12:24:11Z,70132993820,2,Watchlist summary,0.554306,runner result (end-to-end),True +redshift,Redshift Serverless,119,119,2026-08-13T12:34:11Z,70742571187,2,Watchlist summary,0.506411,runner result (end-to-end),True +redshift,Redshift Serverless,120,120,2026-08-13T12:44:10Z,71342431867,2,Watchlist summary,0.439128,runner result (end-to-end),True +redshift,Redshift Serverless,121,121,2026-08-13T12:54:09Z,71946007841,2,Watchlist summary,0.436619,runner result (end-to-end),True +redshift,Redshift Serverless,122,122,2026-08-13T13:04:00Z,72546298660,2,Watchlist summary,0.111949,runner result (end-to-end),True +redshift,Redshift Serverless,123,123,2026-08-13T13:14:12Z,73143825074,2,Watchlist summary,0.441874,runner result (end-to-end),True +redshift,Redshift Serverless,124,124,2026-08-13T13:24:10Z,73740624098,2,Watchlist summary,0.507472,runner result (end-to-end),True +redshift,Redshift Serverless,125,125,2026-08-13T13:34:11Z,74341621634,2,Watchlist summary,0.472687,runner result (end-to-end),True +redshift,Redshift Serverless,126,126,2026-08-13T13:44:10Z,74941549148,2,Watchlist summary,0.434362,runner result (end-to-end),True +redshift,Redshift Serverless,127,127,2026-08-13T13:54:11Z,75540057221,2,Watchlist summary,0.460329,runner result (end-to-end),True +redshift,Redshift Serverless,128,128,2026-08-13T14:03:59Z,76141857339,2,Watchlist summary,0.112245,runner result (end-to-end),True +redshift,Redshift Serverless,129,129,2026-08-13T14:14:10Z,76744332234,2,Watchlist summary,0.512325,runner result (end-to-end),True +redshift,Redshift Serverless,130,130,2026-08-13T14:24:11Z,77343838333,2,Watchlist summary,0.457608,runner result (end-to-end),True +redshift,Redshift Serverless,131,131,2026-08-13T14:34:12Z,77945716216,2,Watchlist summary,0.454048,runner result (end-to-end),True +redshift,Redshift Serverless,132,132,2026-08-13T14:44:11Z,78542454275,2,Watchlist summary,0.457723,runner result (end-to-end),True +redshift,Redshift Serverless,133,133,2026-08-13T14:54:11Z,79146527318,2,Watchlist summary,0.428913,runner result (end-to-end),True +redshift,Redshift Serverless,134,134,2026-08-13T15:03:59Z,79742012314,2,Watchlist summary,0.103722,runner result (end-to-end),True +redshift,Redshift Serverless,135,135,2026-08-13T15:14:00Z,80344363553,2,Watchlist summary,0.099638,runner result (end-to-end),True +redshift,Redshift Serverless,136,136,2026-08-13T15:24:12Z,80945919301,2,Watchlist summary,0.452232,runner result (end-to-end),True +redshift,Redshift Serverless,137,137,2026-08-13T15:34:11Z,81551276073,2,Watchlist summary,0.44007,runner result (end-to-end),True +redshift,Redshift Serverless,138,138,2026-08-13T15:44:12Z,82098085629,2,Watchlist summary,0.452358,runner result (end-to-end),True +redshift,Redshift Serverless,139,139,2026-08-13T15:54:11Z,82760697798,2,Watchlist summary,0.467513,runner result (end-to-end),True +redshift,Redshift Serverless,140,140,2026-08-13T16:03:58Z,83304277333,2,Watchlist summary,0.100915,runner result (end-to-end),True +redshift,Redshift Serverless,141,141,2026-08-13T16:14:11Z,83915861762,2,Watchlist summary,0.461703,runner result (end-to-end),True +redshift,Redshift Serverless,142,142,2026-08-13T16:24:10Z,84516022757,2,Watchlist summary,0.400519,runner result (end-to-end),True +redshift,Redshift Serverless,143,143,2026-08-13T16:34:11Z,85116310321,2,Watchlist summary,0.427623,runner result (end-to-end),True +redshift,Redshift Serverless,144,144,2026-08-13T16:44:11Z,85714934329,2,Watchlist summary,0.466843,runner result (end-to-end),True +redshift,Redshift Serverless,145,145,2026-08-13T16:54:11Z,86376876842,2,Watchlist summary,0.397067,runner result (end-to-end),True +redshift,Redshift Serverless,146,146,2026-08-13T17:04:00Z,86919366179,2,Watchlist summary,0.098816,runner result (end-to-end),True +redshift,Redshift Serverless,147,147,2026-08-13T17:14:13Z,87518660143,2,Watchlist summary,0.398738,runner result (end-to-end),True +redshift,Redshift Serverless,148,148,2026-08-13T17:24:11Z,88119922644,2,Watchlist summary,0.428977,runner result (end-to-end),True +redshift,Redshift Serverless,149,149,2026-08-13T17:34:10Z,88721373784,2,Watchlist summary,0.47398,runner result (end-to-end),True +redshift,Redshift Serverless,150,150,2026-08-13T17:44:11Z,89317816940,2,Watchlist summary,0.364652,runner result (end-to-end),True +redshift,Redshift Serverless,151,151,2026-08-13T17:54:10Z,89920330616,2,Watchlist summary,0.376445,runner result (end-to-end),True +redshift,Redshift Serverless,152,152,2026-08-13T18:03:59Z,90519198255,2,Watchlist summary,0.097688,runner result (end-to-end),True +redshift,Redshift Serverless,153,153,2026-08-13T18:14:11Z,91116929731,2,Watchlist summary,0.413864,runner result (end-to-end),True +redshift,Redshift Serverless,154,154,2026-08-13T18:24:11Z,91721103362,2,Watchlist summary,0.403391,runner result (end-to-end),True +redshift,Redshift Serverless,155,155,2026-08-13T18:34:10Z,92316878209,2,Watchlist summary,0.450381,runner result (end-to-end),True +redshift,Redshift Serverless,156,156,2026-08-13T18:44:11Z,92920798733,2,Watchlist summary,0.395665,runner result (end-to-end),True +redshift,Redshift Serverless,157,157,2026-08-13T18:54:11Z,93578343844,2,Watchlist summary,0.380387,runner result (end-to-end),True +redshift,Redshift Serverless,158,158,2026-08-13T19:03:59Z,94121949722,2,Watchlist summary,0.094989,runner result (end-to-end),True +redshift,Redshift Serverless,159,159,2026-08-13T19:14:12Z,94720021119,2,Watchlist summary,0.531114,runner result (end-to-end),True +redshift,Redshift Serverless,160,160,2026-08-13T19:24:11Z,95321520836,2,Watchlist summary,0.428629,runner result (end-to-end),True +redshift,Redshift Serverless,161,161,2026-08-13T19:34:11Z,95919083638,2,Watchlist summary,0.421619,runner result (end-to-end),True +redshift,Redshift Serverless,162,162,2026-08-13T19:44:12Z,96521000095,2,Watchlist summary,0.427415,runner result (end-to-end),True +redshift,Redshift Serverless,163,163,2026-08-13T19:54:11Z,97179016064,2,Watchlist summary,0.407537,runner result (end-to-end),True +redshift,Redshift Serverless,164,164,2026-08-13T20:03:59Z,97780054204,2,Watchlist summary,0.090973,runner result (end-to-end),True +redshift,Redshift Serverless,165,165,2026-08-13T20:14:11Z,98322015057,2,Watchlist summary,0.486602,runner result (end-to-end),True +redshift,Redshift Serverless,166,166,2026-08-13T20:24:11Z,98921587131,2,Watchlist summary,0.41132,runner result (end-to-end),True +redshift,Redshift Serverless,167,167,2026-08-13T20:34:11Z,99517455047,2,Watchlist summary,0.42422,runner result (end-to-end),True +databricks,Databricks Serverless SQL,1,1,2026-09-18T17:07:31.664Z,48991024,2,Watchlist summary,0.843,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,2,2,2026-09-18T17:17:31.665Z,649003190,2,Watchlist summary,0.375,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,3,3,2026-09-18T17:27:31.665Z,1249020088,2,Watchlist summary,0.387,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,4,4,2026-09-18T17:37:31.665Z,1848994361,2,Watchlist summary,0.345,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,5,5,2026-09-18T17:47:31.665Z,2448987056,2,Watchlist summary,0.354,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,6,6,2026-09-18T17:57:31.665Z,3049016351,2,Watchlist summary,0.373,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,7,7,2026-09-18T18:07:31.665Z,3648905245,2,Watchlist summary,0.354,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,8,8,2026-09-18T18:17:31.665Z,4248886900,2,Watchlist summary,1.119,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,9,9,2026-09-18T18:27:31.665Z,4848983718,2,Watchlist summary,0.44,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,10,10,2026-09-18T18:37:31.665Z,5448871065,2,Watchlist summary,0.378,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,11,11,2026-09-18T18:47:31.665Z,6048972873,2,Watchlist summary,0.402,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,12,12,2026-09-18T18:57:31.665Z,6649003205,2,Watchlist summary,0.401,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,13,13,2026-09-18T19:07:31.665Z,7248988928,2,Watchlist summary,0.461,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,14,14,2026-09-18T19:17:31.665Z,7849051094,2,Watchlist summary,0.401,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,15,15,2026-09-18T19:27:31.665Z,8448855794,2,Watchlist summary,0.783,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,16,16,2026-09-18T19:37:31.665Z,9048929201,2,Watchlist summary,0.462,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,17,17,2026-09-18T19:47:31.665Z,9648968625,2,Watchlist summary,0.393,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,18,18,2026-09-18T19:57:31.665Z,10248903114,2,Watchlist summary,0.396,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,19,19,2026-09-18T20:07:31.665Z,10848950992,2,Watchlist summary,0.566,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,20,20,2026-09-18T20:17:31.665Z,11448893976,2,Watchlist summary,0.735,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,21,21,2026-09-18T20:27:31.665Z,12048592301,2,Watchlist summary,0.788,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,22,22,2026-09-18T20:37:31.665Z,12649009868,2,Watchlist summary,0.436,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,23,23,2026-09-18T20:47:31.665Z,13249019508,2,Watchlist summary,0.684,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,24,24,2026-09-18T20:57:31.665Z,13848898093,2,Watchlist summary,0.386,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,25,25,2026-09-18T21:07:31.665Z,14448885812,2,Watchlist summary,0.769,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,26,26,2026-09-18T21:17:31.665Z,15048867160,2,Watchlist summary,0.443,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,27,27,2026-09-18T21:27:31.665Z,15648997618,2,Watchlist summary,0.456,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,28,28,2026-09-18T21:37:31.665Z,16249004090,2,Watchlist summary,0.475,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,29,29,2026-09-18T21:47:31.665Z,16849004649,2,Watchlist summary,0.418,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,30,30,2026-09-18T21:57:31.665Z,17448992007,2,Watchlist summary,0.414,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,31,31,2026-09-18T22:07:31.665Z,18048883403,2,Watchlist summary,0.46,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,32,32,2026-09-18T22:17:31.665Z,18648733933,2,Watchlist summary,0.413,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,33,33,2026-09-18T22:27:31.665Z,19248986594,2,Watchlist summary,0.443,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,34,34,2026-09-18T22:37:31.665Z,19848956047,2,Watchlist summary,0.412,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,35,35,2026-09-18T22:47:31.665Z,20448891140,2,Watchlist summary,0.627,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,36,36,2026-09-18T22:57:31.665Z,21048956022,2,Watchlist summary,0.656,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,37,37,2026-09-18T23:07:31.665Z,21648927817,2,Watchlist summary,0.608,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,38,38,2026-09-18T23:17:31.665Z,22249043246,2,Watchlist summary,0.467,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,39,39,2026-09-18T23:27:31.665Z,22848929920,2,Watchlist summary,0.682,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,40,40,2026-09-18T23:37:31.665Z,23448953518,2,Watchlist summary,0.652,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,41,41,2026-09-18T23:47:31.665Z,24048909415,2,Watchlist summary,0.654,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,42,42,2026-09-18T23:57:31.665Z,24648973497,2,Watchlist summary,0.392,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,43,43,2026-09-19T00:07:31.665Z,25248924027,2,Watchlist summary,0.705,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,44,44,2026-09-19T00:17:31.665Z,25848959896,2,Watchlist summary,0.643,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,45,45,2026-09-19T00:27:31.665Z,26448943724,2,Watchlist summary,1.037,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,46,46,2026-09-19T00:37:31.665Z,27048899731,2,Watchlist summary,0.428,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,47,47,2026-09-19T00:47:31.665Z,27648937048,2,Watchlist summary,0.471,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,48,48,2026-09-19T00:57:31.665Z,28248919345,2,Watchlist summary,0.68,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,49,49,2026-09-19T01:07:31.665Z,28848912329,2,Watchlist summary,0.669,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,50,50,2026-09-19T01:17:31.665Z,29448915472,2,Watchlist summary,0.412,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,51,51,2026-09-19T01:27:31.665Z,30048967566,2,Watchlist summary,0.429,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,52,52,2026-09-19T01:37:31.665Z,30648879647,2,Watchlist summary,0.467,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,53,53,2026-09-19T01:47:31.665Z,31248858731,2,Watchlist summary,0.434,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,54,54,2026-09-19T01:57:31.665Z,31849001715,2,Watchlist summary,0.419,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,55,55,2026-09-19T02:07:31.665Z,32448900387,2,Watchlist summary,0.542,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,56,56,2026-09-19T02:17:31.665Z,33049038056,2,Watchlist summary,0.419,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,57,57,2026-09-19T02:27:31.665Z,33649000287,2,Watchlist summary,0.456,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,58,58,2026-09-19T02:37:31.665Z,34248943675,2,Watchlist summary,0.479,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,59,59,2026-09-19T02:47:31.665Z,34848935288,2,Watchlist summary,0.44,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,60,60,2026-09-19T02:57:31.665Z,35448936836,2,Watchlist summary,0.42,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,61,61,2026-09-19T03:07:31.665Z,36049010227,2,Watchlist summary,0.83,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,62,62,2026-09-19T03:17:31.665Z,36648957386,2,Watchlist summary,0.892,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,63,63,2026-09-19T03:27:31.665Z,37249049007,2,Watchlist summary,0.47,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,64,64,2026-09-19T03:37:31.665Z,37848989380,2,Watchlist summary,0.697,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,65,65,2026-09-19T03:47:31.665Z,38448981241,2,Watchlist summary,0.72,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,66,66,2026-09-19T03:57:31.665Z,39048929732,2,Watchlist summary,0.67,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,67,67,2026-09-19T04:07:31.665Z,39648991503,2,Watchlist summary,0.88,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,68,68,2026-09-19T04:17:31.665Z,40248892033,2,Watchlist summary,0.48,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,69,69,2026-09-19T04:27:31.665Z,40848840757,2,Watchlist summary,0.727,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,70,70,2026-09-19T04:37:31.665Z,41448952314,2,Watchlist summary,0.733,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,71,71,2026-09-19T04:47:31.665Z,42048902844,2,Watchlist summary,0.728,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,72,72,2026-09-19T04:57:31.665Z,42649050693,2,Watchlist summary,0.683,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,73,73,2026-09-19T05:07:31.665Z,43248955264,2,Watchlist summary,0.5,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,74,74,2026-09-19T05:17:31.665Z,43849004793,2,Watchlist summary,0.693,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,75,75,2026-09-19T05:27:31.665Z,44448870942,2,Watchlist summary,0.43,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,76,76,2026-09-19T05:37:31.665Z,45048902478,2,Watchlist summary,0.681,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,77,77,2026-09-19T05:47:31.665Z,45648983692,2,Watchlist summary,0.402,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,78,78,2026-09-19T05:57:31.665Z,46248965040,2,Watchlist summary,0.686,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,79,79,2026-09-19T06:07:31.665Z,46848958026,2,Watchlist summary,0.506,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,80,80,2026-09-19T06:17:31.665Z,47448953256,2,Watchlist summary,0.728,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,81,81,2026-09-19T06:27:31.665Z,48048969904,2,Watchlist summary,0.445,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,82,82,2026-09-19T06:37:31.665Z,48648841029,2,Watchlist summary,0.743,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,83,83,2026-09-19T06:47:31.665Z,49249000673,2,Watchlist summary,0.482,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,84,84,2026-09-19T06:57:31.665Z,49848932021,2,Watchlist summary,0.765,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,85,85,2026-09-19T07:07:31.665Z,50448920743,2,Watchlist summary,0.484,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,86,86,2026-09-19T07:17:31.665Z,51048965322,2,Watchlist summary,0.705,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,87,87,2026-09-19T07:27:31.665Z,51648867376,2,Watchlist summary,0.762,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,88,88,2026-09-19T07:37:31.665Z,52248886297,2,Watchlist summary,0.807,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,89,89,2026-09-19T07:47:31.665Z,52848929281,2,Watchlist summary,0.637,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,90,90,2026-09-19T07:57:31.665Z,53448968592,2,Watchlist summary,0.691,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,91,91,2026-09-19T08:07:31.665Z,54048999698,2,Watchlist summary,0.877,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,92,92,2026-09-19T08:17:31.665Z,54648912657,2,Watchlist summary,0.736,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,93,93,2026-09-19T08:27:31.665Z,55248932131,2,Watchlist summary,0.764,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,94,94,2026-09-19T08:37:31.665Z,55849013665,2,Watchlist summary,0.688,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,95,95,2026-09-19T08:47:31.665Z,56448925831,2,Watchlist summary,0.686,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,96,96,2026-09-19T08:57:31.665Z,57048862217,2,Watchlist summary,0.784,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,97,97,2026-09-19T09:07:31.665Z,57648963051,2,Watchlist summary,0.773,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,98,98,2026-09-19T09:17:31.665Z,58249004920,2,Watchlist summary,0.763,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,99,99,2026-09-19T09:27:31.665Z,58848886186,2,Watchlist summary,0.412,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,100,100,2026-09-19T09:37:31.665Z,59449032571,2,Watchlist summary,0.722,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,101,101,2026-09-19T09:47:31.665Z,60048974387,2,Watchlist summary,0.73,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,102,102,2026-09-19T09:57:31.665Z,60649047005,2,Watchlist summary,0.411,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,103,103,2026-09-19T10:07:31.665Z,61248997535,2,Watchlist summary,0.866,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,104,104,2026-09-19T10:17:31.665Z,61848979545,2,Watchlist summary,0.414,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,105,105,2026-09-19T10:27:31.665Z,62448827582,2,Watchlist summary,0.701,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,106,106,2026-09-19T10:37:31.665Z,63048951008,2,Watchlist summary,0.442,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,107,107,2026-09-19T10:47:31.665Z,63648915373,2,Watchlist summary,0.757,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,108,108,2026-09-19T10:57:31.665Z,64248934893,2,Watchlist summary,0.549,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,109,109,2026-09-19T11:07:31.665Z,64848931181,2,Watchlist summary,0.49,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,110,110,2026-09-19T11:17:31.665Z,65448990060,2,Watchlist summary,0.69,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,111,111,2026-09-19T11:27:31.665Z,66048942260,2,Watchlist summary,0.417,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,112,112,2026-09-19T11:37:31.665Z,66648970121,2,Watchlist summary,0.725,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,113,113,2026-09-19T11:47:31.665Z,67248947921,2,Watchlist summary,0.451,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,114,114,2026-09-19T11:57:31.665Z,67848865391,2,Watchlist summary,0.766,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,115,115,2026-09-19T12:07:31.665Z,68448901225,2,Watchlist summary,0.897,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,116,116,2026-09-19T12:17:31.665Z,69049033856,2,Watchlist summary,0.735,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,117,117,2026-09-19T12:27:31.665Z,69648898887,2,Watchlist summary,0.725,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,118,118,2026-09-19T12:37:31.665Z,70248972689,2,Watchlist summary,0.802,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,119,119,2026-09-19T12:47:31.665Z,70848944994,2,Watchlist summary,1.138,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,120,120,2026-09-19T12:57:31.665Z,71448876924,2,Watchlist summary,0.785,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,121,121,2026-09-19T13:07:31.665Z,72048872763,2,Watchlist summary,0.792,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,122,122,2026-09-19T13:17:31.665Z,72648823293,2,Watchlist summary,0.767,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,123,123,2026-09-19T13:27:31.665Z,73248951843,2,Watchlist summary,0.739,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,124,124,2026-09-19T13:37:31.665Z,73848850795,2,Watchlist summary,0.743,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,125,125,2026-09-19T13:47:31.665Z,74448988124,2,Watchlist summary,0.736,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,126,126,2026-09-19T13:57:31.665Z,75048980211,2,Watchlist summary,0.72,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,127,127,2026-09-19T14:07:31.665Z,75648919105,2,Watchlist summary,0.805,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,128,128,2026-09-19T14:17:31.665Z,76248881396,2,Watchlist summary,0.795,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,129,129,2026-09-19T14:27:31.665Z,76848823691,2,Watchlist summary,0.75,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,130,130,2026-09-19T14:37:31.665Z,77448864325,2,Watchlist summary,0.718,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,131,131,2026-09-19T14:47:31.665Z,78048857309,2,Watchlist summary,0.712,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,132,132,2026-09-19T14:57:31.665Z,78648963825,2,Watchlist summary,0.749,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,133,133,2026-09-19T15:07:31.665Z,79248916498,2,Watchlist summary,0.849,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,134,134,2026-09-19T15:17:31.665Z,79848963748,2,Watchlist summary,0.426,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,135,135,2026-09-19T15:27:31.665Z,80448989098,2,Watchlist summary,0.682,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,136,136,2026-09-19T15:37:31.665Z,81048989103,2,Watchlist summary,0.411,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,137,137,2026-09-19T15:47:31.665Z,81648805878,2,Watchlist summary,0.726,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,138,138,2026-09-19T15:57:31.665Z,82248892830,2,Watchlist summary,0.696,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,139,139,2026-09-19T16:07:31.665Z,82848947450,2,Watchlist summary,0.498,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,140,140,2026-09-19T16:17:31.665Z,83448864291,2,Watchlist summary,0.739,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,141,141,2026-09-19T16:27:31.665Z,84048946267,2,Watchlist summary,0.493,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,142,142,2026-09-19T16:37:31.665Z,84648911334,2,Watchlist summary,1.07,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,143,143,2026-09-19T16:47:31.665Z,85248832558,2,Watchlist summary,0.551,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,144,144,2026-09-19T16:57:31.665Z,85848983088,2,Watchlist summary,0.812,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,145,145,2026-09-19T17:07:31.665Z,86448998070,2,Watchlist summary,0.577,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,146,146,2026-09-19T17:17:31.665Z,87048970508,2,Watchlist summary,0.834,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,147,147,2026-09-19T17:27:31.665Z,87648993949,2,Watchlist summary,0.757,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,148,148,2026-09-19T17:37:31.665Z,88248973865,2,Watchlist summary,1.094,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,149,149,2026-09-19T17:47:31.665Z,88848942984,2,Watchlist summary,0.853,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,150,150,2026-09-19T17:57:31.665Z,89448824332,2,Watchlist summary,1.071,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,151,151,2026-09-19T18:07:31.665Z,90048962182,2,Watchlist summary,0.807,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,152,152,2026-09-19T18:17:31.665Z,90648973338,2,Watchlist summary,0.813,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,153,153,2026-09-19T18:27:31.665Z,91248923008,2,Watchlist summary,0.639,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,154,154,2026-09-19T18:37:31.665Z,91848815062,2,Watchlist summary,0.808,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,155,155,2026-09-19T18:47:31.665Z,92448977228,2,Watchlist summary,0.819,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,156,156,2026-09-19T18:57:31.665Z,93048998642,2,Watchlist summary,0.446,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,157,157,2026-09-19T19:07:31.665Z,93648850827,2,Watchlist summary,0.793,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,158,158,2026-09-19T19:17:31.665Z,94248956784,2,Watchlist summary,0.803,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,159,159,2026-09-19T19:27:31.665Z,94848829249,2,Watchlist summary,0.763,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,160,160,2026-09-19T19:37:31.665Z,95448942204,2,Watchlist summary,0.772,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,161,161,2026-09-19T19:47:31.665Z,96048966006,2,Watchlist summary,0.811,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,162,162,2026-09-19T19:57:31.665Z,96648893321,2,Watchlist summary,0.729,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,163,163,2026-09-19T20:07:31.665Z,97248931018,2,Watchlist summary,0.774,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,164,164,2026-09-19T20:17:31.665Z,97848875579,2,Watchlist summary,0.451,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,165,165,2026-09-19T20:27:31.665Z,98448826106,2,Watchlist summary,0.857,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,166,166,2026-09-19T20:37:31.665Z,99048919090,2,Watchlist summary,0.828,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,167,167,2026-09-19T20:47:31.665Z,99648972815,2,Watchlist summary,0.474,provider Query History total duration; includes compilation; excludes fetch,True clickhouse,ClickHouse Cloud,2,2,2026-08-08T07:05:59Z,724786266,3,Top movers,0.006,clickhouse-client --time,True clickhouse,ClickHouse Cloud,3,3,2026-08-08T07:15:59Z,1370669828,3,Top movers,0.009,clickhouse-client --time,True clickhouse,ClickHouse Cloud,4,4,2026-08-08T07:25:59Z,1975682003,3,Top movers,0.045,clickhouse-client --time,True @@ -1957,172 +2291,339 @@ bigquery,BigQuery,164,164,2026-08-11T18:34:39.579Z,97751631895,3,Top movers,3.14 bigquery,BigQuery,165,165,2026-08-11T18:44:39.579Z,98347800336,3,Top movers,3.833,statistics.finalExecutionDurationMs,True bigquery,BigQuery,166,166,2026-08-11T18:54:39.579Z,98954665038,3,Top movers,3.324,statistics.finalExecutionDurationMs,True bigquery,BigQuery,167,167,2026-08-11T19:04:39.579Z,99551267495,3,Top movers,3.769,statistics.finalExecutionDurationMs,True -redshift,Redshift Serverless,2,2,2026-08-12T17:03:57Z,539118925,3,Top movers,0.178368,clickhouse-client --time,True -redshift,Redshift Serverless,3,3,2026-08-12T17:14:09Z,1140532594,3,Top movers,0.155069,clickhouse-client --time,True -redshift,Redshift Serverless,4,4,2026-08-12T17:24:09Z,1740468180,3,Top movers,0.176195,clickhouse-client --time,True -redshift,Redshift Serverless,5,5,2026-08-12T17:34:09Z,2341513280,3,Top movers,0.204242,clickhouse-client --time,True -redshift,Redshift Serverless,6,6,2026-08-12T17:44:10Z,2939871289,3,Top movers,0.153018,clickhouse-client --time,True -redshift,Redshift Serverless,7,7,2026-08-12T17:54:09Z,3539132196,3,Top movers,0.309352,clickhouse-client --time,True -redshift,Redshift Serverless,8,8,2026-08-12T18:04:10Z,4143068739,3,Top movers,0.093633,clickhouse-client --time,True -redshift,Redshift Serverless,9,9,2026-08-12T18:13:59Z,4741930895,3,Top movers,0.151623,clickhouse-client --time,True -redshift,Redshift Serverless,10,10,2026-08-12T18:24:10Z,5339083784,3,Top movers,0.151371,clickhouse-client --time,True -redshift,Redshift Serverless,11,11,2026-08-12T18:34:10Z,5938849921,3,Top movers,0.093887,clickhouse-client --time,True -redshift,Redshift Serverless,12,12,2026-08-12T18:44:09Z,6538854893,3,Top movers,0.094817,clickhouse-client --time,True -redshift,Redshift Serverless,13,13,2026-08-12T18:54:09Z,7142932703,3,Top movers,0.31755,clickhouse-client --time,True -redshift,Redshift Serverless,14,14,2026-08-12T19:04:10Z,7739391998,3,Top movers,0.089725,clickhouse-client --time,True -redshift,Redshift Serverless,15,15,2026-08-12T19:14:10Z,8397564229,3,Top movers,0.101261,clickhouse-client --time,True -redshift,Redshift Serverless,16,16,2026-08-12T19:24:10Z,8937866655,3,Top movers,0.089364,clickhouse-client --time,True -redshift,Redshift Serverless,17,17,2026-08-12T19:34:10Z,9542609644,3,Top movers,0.091795,clickhouse-client --time,True -redshift,Redshift Serverless,18,18,2026-08-12T19:44:10Z,10140144267,3,Top movers,0.091603,clickhouse-client --time,True -redshift,Redshift Serverless,19,19,2026-08-12T19:54:10Z,10739646237,3,Top movers,0.101108,clickhouse-client --time,True -redshift,Redshift Serverless,20,20,2026-08-12T20:03:59Z,11339027808,3,Top movers,0.090449,clickhouse-client --time,True -redshift,Redshift Serverless,21,21,2026-08-12T20:14:09Z,11941589977,3,Top movers,0.11329,clickhouse-client --time,True -redshift,Redshift Serverless,22,22,2026-08-12T20:24:10Z,12534774797,3,Top movers,0.105914,clickhouse-client --time,True -redshift,Redshift Serverless,23,23,2026-08-12T20:34:10Z,13143146482,3,Top movers,0.09173,clickhouse-client --time,True -redshift,Redshift Serverless,24,24,2026-08-12T20:44:10Z,13741229534,3,Top movers,0.098271,clickhouse-client --time,True -redshift,Redshift Serverless,25,25,2026-08-12T20:54:09Z,14346887362,3,Top movers,0.123148,clickhouse-client --time,True -redshift,Redshift Serverless,26,26,2026-08-12T21:03:59Z,14942522975,3,Top movers,0.095294,clickhouse-client --time,True -redshift,Redshift Serverless,27,27,2026-08-12T21:14:09Z,15539438649,3,Top movers,0.097717,clickhouse-client --time,True -redshift,Redshift Serverless,28,28,2026-08-12T21:24:09Z,16138130017,3,Top movers,0.09671,clickhouse-client --time,True -redshift,Redshift Serverless,29,29,2026-08-12T21:34:09Z,16739010996,3,Top movers,0.092775,clickhouse-client --time,True -redshift,Redshift Serverless,30,30,2026-08-12T21:44:09Z,17338005403,3,Top movers,0.09246,clickhouse-client --time,True -redshift,Redshift Serverless,31,31,2026-08-12T21:54:10Z,17944900380,3,Top movers,0.109469,clickhouse-client --time,True -redshift,Redshift Serverless,32,32,2026-08-12T22:03:58Z,18545538648,3,Top movers,0.07918,clickhouse-client --time,True -redshift,Redshift Serverless,33,33,2026-08-12T22:13:59Z,19141064210,3,Top movers,0.09506,clickhouse-client --time,True -redshift,Redshift Serverless,34,34,2026-08-12T22:24:10Z,19742262546,3,Top movers,0.099412,clickhouse-client --time,True -redshift,Redshift Serverless,35,35,2026-08-12T22:34:09Z,20336924476,3,Top movers,0.093167,clickhouse-client --time,True -redshift,Redshift Serverless,36,36,2026-08-12T22:44:08Z,20936890438,3,Top movers,0.097019,clickhouse-client --time,True -redshift,Redshift Serverless,37,37,2026-08-12T22:54:09Z,21541024360,3,Top movers,0.103301,clickhouse-client --time,True -redshift,Redshift Serverless,38,38,2026-08-12T23:03:59Z,22141942247,3,Top movers,0.079807,clickhouse-client --time,True -redshift,Redshift Serverless,39,39,2026-08-12T23:14:09Z,22758184357,3,Top movers,0.088521,clickhouse-client --time,True -redshift,Redshift Serverless,40,40,2026-08-12T23:24:10Z,23357488818,3,Top movers,0.099385,clickhouse-client --time,True -redshift,Redshift Serverless,41,41,2026-08-12T23:34:10Z,23959033974,3,Top movers,0.094054,clickhouse-client --time,True -redshift,Redshift Serverless,42,42,2026-08-12T23:44:10Z,24560889162,3,Top movers,0.103354,clickhouse-client --time,True -redshift,Redshift Serverless,43,43,2026-08-12T23:54:09Z,25158046681,3,Top movers,0.13372,clickhouse-client --time,True -redshift,Redshift Serverless,44,44,2026-08-13T00:04:00Z,25757709650,3,Top movers,0.088154,clickhouse-client --time,True -redshift,Redshift Serverless,45,45,2026-08-13T00:14:09Z,26360830738,3,Top movers,0.095842,clickhouse-client --time,True -redshift,Redshift Serverless,46,46,2026-08-13T00:24:10Z,26959822278,3,Top movers,0.093461,clickhouse-client --time,True -redshift,Redshift Serverless,47,47,2026-08-13T00:34:09Z,27560204587,3,Top movers,0.100095,clickhouse-client --time,True -redshift,Redshift Serverless,48,48,2026-08-13T00:44:10Z,28157928300,3,Top movers,0.101062,clickhouse-client --time,True -redshift,Redshift Serverless,49,49,2026-08-13T00:54:10Z,28758932048,3,Top movers,0.238331,clickhouse-client --time,True -redshift,Redshift Serverless,50,50,2026-08-13T01:03:57Z,29358572401,3,Top movers,0.090074,clickhouse-client --time,True -redshift,Redshift Serverless,51,51,2026-08-13T01:14:10Z,29960296771,3,Top movers,0.104969,clickhouse-client --time,True -redshift,Redshift Serverless,52,52,2026-08-13T01:24:10Z,30565269536,3,Top movers,0.094064,clickhouse-client --time,True -redshift,Redshift Serverless,53,53,2026-08-13T01:34:10Z,31160331272,3,Top movers,0.100734,clickhouse-client --time,True -redshift,Redshift Serverless,54,54,2026-08-13T01:44:10Z,31757290992,3,Top movers,0.107585,clickhouse-client --time,True -redshift,Redshift Serverless,55,55,2026-08-13T01:54:10Z,32358986128,3,Top movers,0.166878,clickhouse-client --time,True -redshift,Redshift Serverless,56,56,2026-08-13T02:03:59Z,32960605673,3,Top movers,0.270945,clickhouse-client --time,True -redshift,Redshift Serverless,57,57,2026-08-13T02:14:10Z,33563974195,3,Top movers,0.120038,clickhouse-client --time,True -redshift,Redshift Serverless,58,58,2026-08-13T02:24:10Z,34158960136,3,Top movers,0.097236,clickhouse-client --time,True -redshift,Redshift Serverless,59,59,2026-08-13T02:34:09Z,34760301912,3,Top movers,0.097245,clickhouse-client --time,True -redshift,Redshift Serverless,60,60,2026-08-13T02:44:10Z,35362314543,3,Top movers,0.089707,clickhouse-client --time,True -redshift,Redshift Serverless,61,61,2026-08-13T02:54:08Z,35960573077,3,Top movers,0.133789,clickhouse-client --time,True -redshift,Redshift Serverless,62,62,2026-08-13T03:04:00Z,36560901115,3,Top movers,0.119422,clickhouse-client --time,True -redshift,Redshift Serverless,63,63,2026-08-13T03:14:00Z,37099726907,3,Top movers,0.091268,clickhouse-client --time,True -redshift,Redshift Serverless,64,64,2026-08-13T03:24:11Z,37759210155,3,Top movers,0.211005,clickhouse-client --time,True -redshift,Redshift Serverless,65,65,2026-08-13T03:34:12Z,38369452934,3,Top movers,0.104534,clickhouse-client --time,True -redshift,Redshift Serverless,66,66,2026-08-13T03:44:11Z,38970108594,3,Top movers,0.09521,clickhouse-client --time,True -redshift,Redshift Serverless,67,67,2026-08-13T03:54:10Z,39507372773,3,Top movers,0.108331,clickhouse-client --time,True -redshift,Redshift Serverless,68,68,2026-08-13T04:03:59Z,40110348668,3,Top movers,0.083696,clickhouse-client --time,True -redshift,Redshift Serverless,69,69,2026-08-13T04:14:11Z,40708457686,3,Top movers,0.10803,clickhouse-client --time,True -redshift,Redshift Serverless,70,70,2026-08-13T04:24:11Z,41311191300,3,Top movers,2.143913,clickhouse-client --time,True -redshift,Redshift Serverless,71,71,2026-08-13T04:34:12Z,41969213855,3,Top movers,0.096895,clickhouse-client --time,True -redshift,Redshift Serverless,72,72,2026-08-13T04:44:10Z,42510673827,3,Top movers,0.099661,clickhouse-client --time,True -redshift,Redshift Serverless,73,73,2026-08-13T04:54:10Z,43113715625,3,Top movers,0.11029,clickhouse-client --time,True -redshift,Redshift Serverless,74,74,2026-08-13T05:03:59Z,43708992758,3,Top movers,0.098783,clickhouse-client --time,True -redshift,Redshift Serverless,75,75,2026-08-13T05:14:12Z,44306002093,3,Top movers,0.10983,clickhouse-client --time,True -redshift,Redshift Serverless,76,76,2026-08-13T05:24:13Z,44972171093,3,Top movers,0.108237,clickhouse-client --time,True -redshift,Redshift Serverless,77,77,2026-08-13T05:34:10Z,45569434778,3,Top movers,0.084811,clickhouse-client --time,True -redshift,Redshift Serverless,78,78,2026-08-13T05:44:11Z,46170593122,3,Top movers,0.115707,clickhouse-client --time,True -redshift,Redshift Serverless,79,79,2026-08-13T05:54:12Z,46769882264,3,Top movers,0.362439,clickhouse-client --time,True -redshift,Redshift Serverless,80,80,2026-08-13T06:03:59Z,47307695739,3,Top movers,0.098308,clickhouse-client --time,True -redshift,Redshift Serverless,81,81,2026-08-13T06:14:10Z,47908162093,3,Top movers,0.224471,clickhouse-client --time,True -redshift,Redshift Serverless,82,82,2026-08-13T06:24:09Z,48569875455,3,Top movers,0.092623,clickhouse-client --time,True -redshift,Redshift Serverless,83,83,2026-08-13T06:34:12Z,49170649113,3,Top movers,0.089525,clickhouse-client --time,True -redshift,Redshift Serverless,84,84,2026-08-13T06:44:11Z,49769405745,3,Top movers,0.09351,clickhouse-client --time,True -redshift,Redshift Serverless,85,85,2026-08-13T06:54:10Z,50311961071,3,Top movers,0.114362,clickhouse-client --time,True -redshift,Redshift Serverless,86,86,2026-08-13T07:03:59Z,50902916441,3,Top movers,0.089984,clickhouse-client --time,True -redshift,Redshift Serverless,87,87,2026-08-13T07:14:11Z,51569862364,3,Top movers,0.10218,clickhouse-client --time,True -redshift,Redshift Serverless,88,88,2026-08-13T07:24:11Z,52111833800,3,Top movers,0.107818,clickhouse-client --time,True -redshift,Redshift Serverless,89,89,2026-08-13T07:34:10Z,52797800664,3,Top movers,0.082596,clickhouse-client --time,True -redshift,Redshift Serverless,90,90,2026-08-13T07:44:10Z,53339137987,3,Top movers,0.089703,clickhouse-client --time,True -redshift,Redshift Serverless,91,91,2026-08-13T07:54:11Z,53928907694,3,Top movers,0.520085,clickhouse-client --time,True -redshift,Redshift Serverless,92,92,2026-08-13T08:03:59Z,54532055276,3,Top movers,0.088564,clickhouse-client --time,True -redshift,Redshift Serverless,93,93,2026-08-13T08:14:11Z,55128344953,3,Top movers,0.105369,clickhouse-client --time,True -redshift,Redshift Serverless,94,94,2026-08-13T08:24:10Z,55729088882,3,Top movers,0.108873,clickhouse-client --time,True -redshift,Redshift Serverless,95,95,2026-08-13T08:34:10Z,56328131726,3,Top movers,0.109923,clickhouse-client --time,True -redshift,Redshift Serverless,96,96,2026-08-13T08:44:10Z,56929528891,3,Top movers,0.107508,clickhouse-client --time,True -redshift,Redshift Serverless,97,97,2026-08-13T08:54:10Z,57534735475,3,Top movers,0.114614,clickhouse-client --time,True -redshift,Redshift Serverless,98,98,2026-08-13T09:03:58Z,58132621215,3,Top movers,0.093774,clickhouse-client --time,True -redshift,Redshift Serverless,99,99,2026-08-13T09:14:10Z,58728900353,3,Top movers,0.105431,clickhouse-client --time,True -redshift,Redshift Serverless,100,100,2026-08-13T09:24:09Z,59328863090,3,Top movers,0.102504,clickhouse-client --time,True -redshift,Redshift Serverless,101,101,2026-08-13T09:34:11Z,59932424550,3,Top movers,0.091914,clickhouse-client --time,True -redshift,Redshift Serverless,102,102,2026-08-13T09:44:11Z,60528538925,3,Top movers,0.099674,clickhouse-client --time,True -redshift,Redshift Serverless,103,103,2026-08-13T09:54:12Z,61127219937,3,Top movers,0.348424,clickhouse-client --time,True -redshift,Redshift Serverless,104,104,2026-08-13T10:03:58Z,61728943805,3,Top movers,0.097547,clickhouse-client --time,True -redshift,Redshift Serverless,105,105,2026-08-13T10:14:11Z,62331267479,3,Top movers,0.092889,clickhouse-client --time,True -redshift,Redshift Serverless,106,106,2026-08-13T10:24:10Z,62931770608,3,Top movers,0.108485,clickhouse-client --time,True -redshift,Redshift Serverless,107,107,2026-08-13T10:34:11Z,63530017412,3,Top movers,0.108749,clickhouse-client --time,True -redshift,Redshift Serverless,108,108,2026-08-13T10:44:11Z,64131258918,3,Top movers,0.097492,clickhouse-client --time,True -redshift,Redshift Serverless,109,109,2026-08-13T10:54:10Z,64726881755,3,Top movers,0.115748,clickhouse-client --time,True -redshift,Redshift Serverless,110,110,2026-08-13T11:03:59Z,65328955508,3,Top movers,0.111022,clickhouse-client --time,True -redshift,Redshift Serverless,111,111,2026-08-13T11:14:10Z,65926809029,3,Top movers,0.102624,clickhouse-client --time,True -redshift,Redshift Serverless,112,112,2026-08-13T11:24:12Z,66527854638,3,Top movers,0.10027,clickhouse-client --time,True -redshift,Redshift Serverless,113,113,2026-08-13T11:34:11Z,67128664727,3,Top movers,0.093963,clickhouse-client --time,True -redshift,Redshift Serverless,114,114,2026-08-13T11:44:10Z,67790387128,3,Top movers,0.096851,clickhouse-client --time,True -redshift,Redshift Serverless,115,115,2026-08-13T11:54:10Z,68330088073,3,Top movers,0.103739,clickhouse-client --time,True -redshift,Redshift Serverless,116,116,2026-08-13T12:03:59Z,68929344858,3,Top movers,0.112877,clickhouse-client --time,True -redshift,Redshift Serverless,117,117,2026-08-13T12:14:11Z,69529528941,3,Top movers,0.106342,clickhouse-client --time,True -redshift,Redshift Serverless,118,118,2026-08-13T12:24:11Z,70132993820,3,Top movers,0.099983,clickhouse-client --time,True -redshift,Redshift Serverless,119,119,2026-08-13T12:34:11Z,70742571187,3,Top movers,0.100727,clickhouse-client --time,True -redshift,Redshift Serverless,120,120,2026-08-13T12:44:10Z,71342431867,3,Top movers,0.105958,clickhouse-client --time,True -redshift,Redshift Serverless,121,121,2026-08-13T12:54:09Z,71946007841,3,Top movers,0.107836,clickhouse-client --time,True -redshift,Redshift Serverless,122,122,2026-08-13T13:04:00Z,72546298660,3,Top movers,0.10929,clickhouse-client --time,True -redshift,Redshift Serverless,123,123,2026-08-13T13:14:12Z,73143825074,3,Top movers,2.087811,clickhouse-client --time,True -redshift,Redshift Serverless,124,124,2026-08-13T13:24:10Z,73740624098,3,Top movers,0.092523,clickhouse-client --time,True -redshift,Redshift Serverless,125,125,2026-08-13T13:34:11Z,74341621634,3,Top movers,0.096322,clickhouse-client --time,True -redshift,Redshift Serverless,126,126,2026-08-13T13:44:10Z,74941549148,3,Top movers,0.111932,clickhouse-client --time,True -redshift,Redshift Serverless,127,127,2026-08-13T13:54:11Z,75540057221,3,Top movers,0.105272,clickhouse-client --time,True -redshift,Redshift Serverless,128,128,2026-08-13T14:03:59Z,76141857339,3,Top movers,0.24971,clickhouse-client --time,True -redshift,Redshift Serverless,129,129,2026-08-13T14:14:10Z,76744332234,3,Top movers,0.101671,clickhouse-client --time,True -redshift,Redshift Serverless,130,130,2026-08-13T14:24:11Z,77343838333,3,Top movers,0.101419,clickhouse-client --time,True -redshift,Redshift Serverless,131,131,2026-08-13T14:34:12Z,77945716216,3,Top movers,0.094194,clickhouse-client --time,True -redshift,Redshift Serverless,132,132,2026-08-13T14:44:11Z,78542454275,3,Top movers,0.103153,clickhouse-client --time,True -redshift,Redshift Serverless,133,133,2026-08-13T14:54:11Z,79146527318,3,Top movers,0.117942,clickhouse-client --time,True -redshift,Redshift Serverless,134,134,2026-08-13T15:03:59Z,79742012314,3,Top movers,0.09224,clickhouse-client --time,True -redshift,Redshift Serverless,135,135,2026-08-13T15:14:00Z,80344363553,3,Top movers,0.097984,clickhouse-client --time,True -redshift,Redshift Serverless,136,136,2026-08-13T15:24:12Z,80945919301,3,Top movers,0.286083,clickhouse-client --time,True -redshift,Redshift Serverless,137,137,2026-08-13T15:34:11Z,81551276073,3,Top movers,0.108312,clickhouse-client --time,True -redshift,Redshift Serverless,138,138,2026-08-13T15:44:12Z,82098085629,3,Top movers,0.114115,clickhouse-client --time,True -redshift,Redshift Serverless,139,139,2026-08-13T15:54:11Z,82760697798,3,Top movers,0.103986,clickhouse-client --time,True -redshift,Redshift Serverless,140,140,2026-08-13T16:03:58Z,83304277333,3,Top movers,0.101495,clickhouse-client --time,True -redshift,Redshift Serverless,141,141,2026-08-13T16:14:11Z,83915861762,3,Top movers,0.096767,clickhouse-client --time,True -redshift,Redshift Serverless,142,142,2026-08-13T16:24:10Z,84516022757,3,Top movers,0.114338,clickhouse-client --time,True -redshift,Redshift Serverless,143,143,2026-08-13T16:34:11Z,85116310321,3,Top movers,0.115818,clickhouse-client --time,True -redshift,Redshift Serverless,144,144,2026-08-13T16:44:11Z,85714934329,3,Top movers,0.097997,clickhouse-client --time,True -redshift,Redshift Serverless,145,145,2026-08-13T16:54:11Z,86376876842,3,Top movers,0.10578,clickhouse-client --time,True -redshift,Redshift Serverless,146,146,2026-08-13T17:04:00Z,86919366179,3,Top movers,0.092246,clickhouse-client --time,True -redshift,Redshift Serverless,147,147,2026-08-13T17:14:13Z,87518660143,3,Top movers,0.090741,clickhouse-client --time,True -redshift,Redshift Serverless,148,148,2026-08-13T17:24:11Z,88119922644,3,Top movers,0.093664,clickhouse-client --time,True -redshift,Redshift Serverless,149,149,2026-08-13T17:34:10Z,88721373784,3,Top movers,0.110946,clickhouse-client --time,True -redshift,Redshift Serverless,150,150,2026-08-13T17:44:11Z,89317816940,3,Top movers,0.105099,clickhouse-client --time,True -redshift,Redshift Serverless,151,151,2026-08-13T17:54:10Z,89920330616,3,Top movers,0.113192,clickhouse-client --time,True -redshift,Redshift Serverless,152,152,2026-08-13T18:03:59Z,90519198255,3,Top movers,0.091936,clickhouse-client --time,True -redshift,Redshift Serverless,153,153,2026-08-13T18:14:11Z,91116929731,3,Top movers,0.085909,clickhouse-client --time,True -redshift,Redshift Serverless,154,154,2026-08-13T18:24:11Z,91721103362,3,Top movers,0.095753,clickhouse-client --time,True -redshift,Redshift Serverless,155,155,2026-08-13T18:34:10Z,92316878209,3,Top movers,0.096538,clickhouse-client --time,True -redshift,Redshift Serverless,156,156,2026-08-13T18:44:11Z,92920798733,3,Top movers,0.094671,clickhouse-client --time,True -redshift,Redshift Serverless,157,157,2026-08-13T18:54:11Z,93578343844,3,Top movers,0.11613,clickhouse-client --time,True -redshift,Redshift Serverless,158,158,2026-08-13T19:03:59Z,94121949722,3,Top movers,0.089794,clickhouse-client --time,True -redshift,Redshift Serverless,159,159,2026-08-13T19:14:12Z,94720021119,3,Top movers,0.096549,clickhouse-client --time,True -redshift,Redshift Serverless,160,160,2026-08-13T19:24:11Z,95321520836,3,Top movers,0.098292,clickhouse-client --time,True -redshift,Redshift Serverless,161,161,2026-08-13T19:34:11Z,95919083638,3,Top movers,0.097153,clickhouse-client --time,True -redshift,Redshift Serverless,162,162,2026-08-13T19:44:12Z,96521000095,3,Top movers,0.097545,clickhouse-client --time,True -redshift,Redshift Serverless,163,163,2026-08-13T19:54:11Z,97179016064,3,Top movers,0.106931,clickhouse-client --time,True -redshift,Redshift Serverless,164,164,2026-08-13T20:03:59Z,97780054204,3,Top movers,0.088142,clickhouse-client --time,True -redshift,Redshift Serverless,165,165,2026-08-13T20:14:11Z,98322015057,3,Top movers,0.100573,clickhouse-client --time,True -redshift,Redshift Serverless,166,166,2026-08-13T20:24:11Z,98921587131,3,Top movers,0.100717,clickhouse-client --time,True -redshift,Redshift Serverless,167,167,2026-08-13T20:34:11Z,99517455047,3,Top movers,0.107601,clickhouse-client --time,True +redshift,Redshift Serverless,2,2,2026-08-12T17:03:57Z,539118925,3,Top movers,0.178368,runner result (end-to-end),True +redshift,Redshift Serverless,3,3,2026-08-12T17:14:09Z,1140532594,3,Top movers,0.155069,runner result (end-to-end),True +redshift,Redshift Serverless,4,4,2026-08-12T17:24:09Z,1740468180,3,Top movers,0.176195,runner result (end-to-end),True +redshift,Redshift Serverless,5,5,2026-08-12T17:34:09Z,2341513280,3,Top movers,0.204242,runner result (end-to-end),True +redshift,Redshift Serverless,6,6,2026-08-12T17:44:10Z,2939871289,3,Top movers,0.153018,runner result (end-to-end),True +redshift,Redshift Serverless,7,7,2026-08-12T17:54:09Z,3539132196,3,Top movers,0.309352,runner result (end-to-end),True +redshift,Redshift Serverless,8,8,2026-08-12T18:04:10Z,4143068739,3,Top movers,0.093633,runner result (end-to-end),True +redshift,Redshift Serverless,9,9,2026-08-12T18:13:59Z,4741930895,3,Top movers,0.151623,runner result (end-to-end),True +redshift,Redshift Serverless,10,10,2026-08-12T18:24:10Z,5339083784,3,Top movers,0.151371,runner result (end-to-end),True +redshift,Redshift Serverless,11,11,2026-08-12T18:34:10Z,5938849921,3,Top movers,0.093887,runner result (end-to-end),True +redshift,Redshift Serverless,12,12,2026-08-12T18:44:09Z,6538854893,3,Top movers,0.094817,runner result (end-to-end),True +redshift,Redshift Serverless,13,13,2026-08-12T18:54:09Z,7142932703,3,Top movers,0.31755,runner result (end-to-end),True +redshift,Redshift Serverless,14,14,2026-08-12T19:04:10Z,7739391998,3,Top movers,0.089725,runner result (end-to-end),True +redshift,Redshift Serverless,15,15,2026-08-12T19:14:10Z,8397564229,3,Top movers,0.101261,runner result (end-to-end),True +redshift,Redshift Serverless,16,16,2026-08-12T19:24:10Z,8937866655,3,Top movers,0.089364,runner result (end-to-end),True +redshift,Redshift Serverless,17,17,2026-08-12T19:34:10Z,9542609644,3,Top movers,0.091795,runner result (end-to-end),True +redshift,Redshift Serverless,18,18,2026-08-12T19:44:10Z,10140144267,3,Top movers,0.091603,runner result (end-to-end),True +redshift,Redshift Serverless,19,19,2026-08-12T19:54:10Z,10739646237,3,Top movers,0.101108,runner result (end-to-end),True +redshift,Redshift Serverless,20,20,2026-08-12T20:03:59Z,11339027808,3,Top movers,0.090449,runner result (end-to-end),True +redshift,Redshift Serverless,21,21,2026-08-12T20:14:09Z,11941589977,3,Top movers,0.11329,runner result (end-to-end),True +redshift,Redshift Serverless,22,22,2026-08-12T20:24:10Z,12534774797,3,Top movers,0.105914,runner result (end-to-end),True +redshift,Redshift Serverless,23,23,2026-08-12T20:34:10Z,13143146482,3,Top movers,0.09173,runner result (end-to-end),True +redshift,Redshift Serverless,24,24,2026-08-12T20:44:10Z,13741229534,3,Top movers,0.098271,runner result (end-to-end),True +redshift,Redshift Serverless,25,25,2026-08-12T20:54:09Z,14346887362,3,Top movers,0.123148,runner result (end-to-end),True +redshift,Redshift Serverless,26,26,2026-08-12T21:03:59Z,14942522975,3,Top movers,0.095294,runner result (end-to-end),True +redshift,Redshift Serverless,27,27,2026-08-12T21:14:09Z,15539438649,3,Top movers,0.097717,runner result (end-to-end),True +redshift,Redshift Serverless,28,28,2026-08-12T21:24:09Z,16138130017,3,Top movers,0.09671,runner result (end-to-end),True +redshift,Redshift Serverless,29,29,2026-08-12T21:34:09Z,16739010996,3,Top movers,0.092775,runner result (end-to-end),True +redshift,Redshift Serverless,30,30,2026-08-12T21:44:09Z,17338005403,3,Top movers,0.09246,runner result (end-to-end),True +redshift,Redshift Serverless,31,31,2026-08-12T21:54:10Z,17944900380,3,Top movers,0.109469,runner result (end-to-end),True +redshift,Redshift Serverless,32,32,2026-08-12T22:03:58Z,18545538648,3,Top movers,0.07918,runner result (end-to-end),True +redshift,Redshift Serverless,33,33,2026-08-12T22:13:59Z,19141064210,3,Top movers,0.09506,runner result (end-to-end),True +redshift,Redshift Serverless,34,34,2026-08-12T22:24:10Z,19742262546,3,Top movers,0.099412,runner result (end-to-end),True +redshift,Redshift Serverless,35,35,2026-08-12T22:34:09Z,20336924476,3,Top movers,0.093167,runner result (end-to-end),True +redshift,Redshift Serverless,36,36,2026-08-12T22:44:08Z,20936890438,3,Top movers,0.097019,runner result (end-to-end),True +redshift,Redshift Serverless,37,37,2026-08-12T22:54:09Z,21541024360,3,Top movers,0.103301,runner result (end-to-end),True +redshift,Redshift Serverless,38,38,2026-08-12T23:03:59Z,22141942247,3,Top movers,0.079807,runner result (end-to-end),True +redshift,Redshift Serverless,39,39,2026-08-12T23:14:09Z,22758184357,3,Top movers,0.088521,runner result (end-to-end),True +redshift,Redshift Serverless,40,40,2026-08-12T23:24:10Z,23357488818,3,Top movers,0.099385,runner result (end-to-end),True +redshift,Redshift Serverless,41,41,2026-08-12T23:34:10Z,23959033974,3,Top movers,0.094054,runner result (end-to-end),True +redshift,Redshift Serverless,42,42,2026-08-12T23:44:10Z,24560889162,3,Top movers,0.103354,runner result (end-to-end),True +redshift,Redshift Serverless,43,43,2026-08-12T23:54:09Z,25158046681,3,Top movers,0.13372,runner result (end-to-end),True +redshift,Redshift Serverless,44,44,2026-08-13T00:04:00Z,25757709650,3,Top movers,0.088154,runner result (end-to-end),True +redshift,Redshift Serverless,45,45,2026-08-13T00:14:09Z,26360830738,3,Top movers,0.095842,runner result (end-to-end),True +redshift,Redshift Serverless,46,46,2026-08-13T00:24:10Z,26959822278,3,Top movers,0.093461,runner result (end-to-end),True +redshift,Redshift Serverless,47,47,2026-08-13T00:34:09Z,27560204587,3,Top movers,0.100095,runner result (end-to-end),True +redshift,Redshift Serverless,48,48,2026-08-13T00:44:10Z,28157928300,3,Top movers,0.101062,runner result (end-to-end),True +redshift,Redshift Serverless,49,49,2026-08-13T00:54:10Z,28758932048,3,Top movers,0.238331,runner result (end-to-end),True +redshift,Redshift Serverless,50,50,2026-08-13T01:03:57Z,29358572401,3,Top movers,0.090074,runner result (end-to-end),True +redshift,Redshift Serverless,51,51,2026-08-13T01:14:10Z,29960296771,3,Top movers,0.104969,runner result (end-to-end),True +redshift,Redshift Serverless,52,52,2026-08-13T01:24:10Z,30565269536,3,Top movers,0.094064,runner result (end-to-end),True +redshift,Redshift Serverless,53,53,2026-08-13T01:34:10Z,31160331272,3,Top movers,0.100734,runner result (end-to-end),True +redshift,Redshift Serverless,54,54,2026-08-13T01:44:10Z,31757290992,3,Top movers,0.107585,runner result (end-to-end),True +redshift,Redshift Serverless,55,55,2026-08-13T01:54:10Z,32358986128,3,Top movers,0.166878,runner result (end-to-end),True +redshift,Redshift Serverless,56,56,2026-08-13T02:03:59Z,32960605673,3,Top movers,0.270945,runner result (end-to-end),True +redshift,Redshift Serverless,57,57,2026-08-13T02:14:10Z,33563974195,3,Top movers,0.120038,runner result (end-to-end),True +redshift,Redshift Serverless,58,58,2026-08-13T02:24:10Z,34158960136,3,Top movers,0.097236,runner result (end-to-end),True +redshift,Redshift Serverless,59,59,2026-08-13T02:34:09Z,34760301912,3,Top movers,0.097245,runner result (end-to-end),True +redshift,Redshift Serverless,60,60,2026-08-13T02:44:10Z,35362314543,3,Top movers,0.089707,runner result (end-to-end),True +redshift,Redshift Serverless,61,61,2026-08-13T02:54:08Z,35960573077,3,Top movers,0.133789,runner result (end-to-end),True +redshift,Redshift Serverless,62,62,2026-08-13T03:04:00Z,36560901115,3,Top movers,0.119422,runner result (end-to-end),True +redshift,Redshift Serverless,63,63,2026-08-13T03:14:00Z,37099726907,3,Top movers,0.091268,runner result (end-to-end),True +redshift,Redshift Serverless,64,64,2026-08-13T03:24:11Z,37759210155,3,Top movers,0.211005,runner result (end-to-end),True +redshift,Redshift Serverless,65,65,2026-08-13T03:34:12Z,38369452934,3,Top movers,0.104534,runner result (end-to-end),True +redshift,Redshift Serverless,66,66,2026-08-13T03:44:11Z,38970108594,3,Top movers,0.09521,runner result (end-to-end),True +redshift,Redshift Serverless,67,67,2026-08-13T03:54:10Z,39507372773,3,Top movers,0.108331,runner result (end-to-end),True +redshift,Redshift Serverless,68,68,2026-08-13T04:03:59Z,40110348668,3,Top movers,0.083696,runner result (end-to-end),True +redshift,Redshift Serverless,69,69,2026-08-13T04:14:11Z,40708457686,3,Top movers,0.10803,runner result (end-to-end),True +redshift,Redshift Serverless,70,70,2026-08-13T04:24:11Z,41311191300,3,Top movers,2.143913,runner result (end-to-end),True +redshift,Redshift Serverless,71,71,2026-08-13T04:34:12Z,41969213855,3,Top movers,0.096895,runner result (end-to-end),True +redshift,Redshift Serverless,72,72,2026-08-13T04:44:10Z,42510673827,3,Top movers,0.099661,runner result (end-to-end),True +redshift,Redshift Serverless,73,73,2026-08-13T04:54:10Z,43113715625,3,Top movers,0.11029,runner result (end-to-end),True +redshift,Redshift Serverless,74,74,2026-08-13T05:03:59Z,43708992758,3,Top movers,0.098783,runner result (end-to-end),True +redshift,Redshift Serverless,75,75,2026-08-13T05:14:12Z,44306002093,3,Top movers,0.10983,runner result (end-to-end),True +redshift,Redshift Serverless,76,76,2026-08-13T05:24:13Z,44972171093,3,Top movers,0.108237,runner result (end-to-end),True +redshift,Redshift Serverless,77,77,2026-08-13T05:34:10Z,45569434778,3,Top movers,0.084811,runner result (end-to-end),True +redshift,Redshift Serverless,78,78,2026-08-13T05:44:11Z,46170593122,3,Top movers,0.115707,runner result (end-to-end),True +redshift,Redshift Serverless,79,79,2026-08-13T05:54:12Z,46769882264,3,Top movers,0.362439,runner result (end-to-end),True +redshift,Redshift Serverless,80,80,2026-08-13T06:03:59Z,47307695739,3,Top movers,0.098308,runner result (end-to-end),True +redshift,Redshift Serverless,81,81,2026-08-13T06:14:10Z,47908162093,3,Top movers,0.224471,runner result (end-to-end),True +redshift,Redshift Serverless,82,82,2026-08-13T06:24:09Z,48569875455,3,Top movers,0.092623,runner result (end-to-end),True +redshift,Redshift Serverless,83,83,2026-08-13T06:34:12Z,49170649113,3,Top movers,0.089525,runner result (end-to-end),True +redshift,Redshift Serverless,84,84,2026-08-13T06:44:11Z,49769405745,3,Top movers,0.09351,runner result (end-to-end),True +redshift,Redshift Serverless,85,85,2026-08-13T06:54:10Z,50311961071,3,Top movers,0.114362,runner result (end-to-end),True +redshift,Redshift Serverless,86,86,2026-08-13T07:03:59Z,50902916441,3,Top movers,0.089984,runner result (end-to-end),True +redshift,Redshift Serverless,87,87,2026-08-13T07:14:11Z,51569862364,3,Top movers,0.10218,runner result (end-to-end),True +redshift,Redshift Serverless,88,88,2026-08-13T07:24:11Z,52111833800,3,Top movers,0.107818,runner result (end-to-end),True +redshift,Redshift Serverless,89,89,2026-08-13T07:34:10Z,52797800664,3,Top movers,0.082596,runner result (end-to-end),True +redshift,Redshift Serverless,90,90,2026-08-13T07:44:10Z,53339137987,3,Top movers,0.089703,runner result (end-to-end),True +redshift,Redshift Serverless,91,91,2026-08-13T07:54:11Z,53928907694,3,Top movers,0.520085,runner result (end-to-end),True +redshift,Redshift Serverless,92,92,2026-08-13T08:03:59Z,54532055276,3,Top movers,0.088564,runner result (end-to-end),True +redshift,Redshift Serverless,93,93,2026-08-13T08:14:11Z,55128344953,3,Top movers,0.105369,runner result (end-to-end),True +redshift,Redshift Serverless,94,94,2026-08-13T08:24:10Z,55729088882,3,Top movers,0.108873,runner result (end-to-end),True +redshift,Redshift Serverless,95,95,2026-08-13T08:34:10Z,56328131726,3,Top movers,0.109923,runner result (end-to-end),True +redshift,Redshift Serverless,96,96,2026-08-13T08:44:10Z,56929528891,3,Top movers,0.107508,runner result (end-to-end),True +redshift,Redshift Serverless,97,97,2026-08-13T08:54:10Z,57534735475,3,Top movers,0.114614,runner result (end-to-end),True +redshift,Redshift Serverless,98,98,2026-08-13T09:03:58Z,58132621215,3,Top movers,0.093774,runner result (end-to-end),True +redshift,Redshift Serverless,99,99,2026-08-13T09:14:10Z,58728900353,3,Top movers,0.105431,runner result (end-to-end),True +redshift,Redshift Serverless,100,100,2026-08-13T09:24:09Z,59328863090,3,Top movers,0.102504,runner result (end-to-end),True +redshift,Redshift Serverless,101,101,2026-08-13T09:34:11Z,59932424550,3,Top movers,0.091914,runner result (end-to-end),True +redshift,Redshift Serverless,102,102,2026-08-13T09:44:11Z,60528538925,3,Top movers,0.099674,runner result (end-to-end),True +redshift,Redshift Serverless,103,103,2026-08-13T09:54:12Z,61127219937,3,Top movers,0.348424,runner result (end-to-end),True +redshift,Redshift Serverless,104,104,2026-08-13T10:03:58Z,61728943805,3,Top movers,0.097547,runner result (end-to-end),True +redshift,Redshift Serverless,105,105,2026-08-13T10:14:11Z,62331267479,3,Top movers,0.092889,runner result (end-to-end),True +redshift,Redshift Serverless,106,106,2026-08-13T10:24:10Z,62931770608,3,Top movers,0.108485,runner result (end-to-end),True +redshift,Redshift Serverless,107,107,2026-08-13T10:34:11Z,63530017412,3,Top movers,0.108749,runner result (end-to-end),True +redshift,Redshift Serverless,108,108,2026-08-13T10:44:11Z,64131258918,3,Top movers,0.097492,runner result (end-to-end),True +redshift,Redshift Serverless,109,109,2026-08-13T10:54:10Z,64726881755,3,Top movers,0.115748,runner result (end-to-end),True +redshift,Redshift Serverless,110,110,2026-08-13T11:03:59Z,65328955508,3,Top movers,0.111022,runner result (end-to-end),True +redshift,Redshift Serverless,111,111,2026-08-13T11:14:10Z,65926809029,3,Top movers,0.102624,runner result (end-to-end),True +redshift,Redshift Serverless,112,112,2026-08-13T11:24:12Z,66527854638,3,Top movers,0.10027,runner result (end-to-end),True +redshift,Redshift Serverless,113,113,2026-08-13T11:34:11Z,67128664727,3,Top movers,0.093963,runner result (end-to-end),True +redshift,Redshift Serverless,114,114,2026-08-13T11:44:10Z,67790387128,3,Top movers,0.096851,runner result (end-to-end),True +redshift,Redshift Serverless,115,115,2026-08-13T11:54:10Z,68330088073,3,Top movers,0.103739,runner result (end-to-end),True +redshift,Redshift Serverless,116,116,2026-08-13T12:03:59Z,68929344858,3,Top movers,0.112877,runner result (end-to-end),True +redshift,Redshift Serverless,117,117,2026-08-13T12:14:11Z,69529528941,3,Top movers,0.106342,runner result (end-to-end),True +redshift,Redshift Serverless,118,118,2026-08-13T12:24:11Z,70132993820,3,Top movers,0.099983,runner result (end-to-end),True +redshift,Redshift Serverless,119,119,2026-08-13T12:34:11Z,70742571187,3,Top movers,0.100727,runner result (end-to-end),True +redshift,Redshift Serverless,120,120,2026-08-13T12:44:10Z,71342431867,3,Top movers,0.105958,runner result (end-to-end),True +redshift,Redshift Serverless,121,121,2026-08-13T12:54:09Z,71946007841,3,Top movers,0.107836,runner result (end-to-end),True +redshift,Redshift Serverless,122,122,2026-08-13T13:04:00Z,72546298660,3,Top movers,0.10929,runner result (end-to-end),True +redshift,Redshift Serverless,123,123,2026-08-13T13:14:12Z,73143825074,3,Top movers,2.087811,runner result (end-to-end),True +redshift,Redshift Serverless,124,124,2026-08-13T13:24:10Z,73740624098,3,Top movers,0.092523,runner result (end-to-end),True +redshift,Redshift Serverless,125,125,2026-08-13T13:34:11Z,74341621634,3,Top movers,0.096322,runner result (end-to-end),True +redshift,Redshift Serverless,126,126,2026-08-13T13:44:10Z,74941549148,3,Top movers,0.111932,runner result (end-to-end),True +redshift,Redshift Serverless,127,127,2026-08-13T13:54:11Z,75540057221,3,Top movers,0.105272,runner result (end-to-end),True +redshift,Redshift Serverless,128,128,2026-08-13T14:03:59Z,76141857339,3,Top movers,0.24971,runner result (end-to-end),True +redshift,Redshift Serverless,129,129,2026-08-13T14:14:10Z,76744332234,3,Top movers,0.101671,runner result (end-to-end),True +redshift,Redshift Serverless,130,130,2026-08-13T14:24:11Z,77343838333,3,Top movers,0.101419,runner result (end-to-end),True +redshift,Redshift Serverless,131,131,2026-08-13T14:34:12Z,77945716216,3,Top movers,0.094194,runner result (end-to-end),True +redshift,Redshift Serverless,132,132,2026-08-13T14:44:11Z,78542454275,3,Top movers,0.103153,runner result (end-to-end),True +redshift,Redshift Serverless,133,133,2026-08-13T14:54:11Z,79146527318,3,Top movers,0.117942,runner result (end-to-end),True +redshift,Redshift Serverless,134,134,2026-08-13T15:03:59Z,79742012314,3,Top movers,0.09224,runner result (end-to-end),True +redshift,Redshift Serverless,135,135,2026-08-13T15:14:00Z,80344363553,3,Top movers,0.097984,runner result (end-to-end),True +redshift,Redshift Serverless,136,136,2026-08-13T15:24:12Z,80945919301,3,Top movers,0.286083,runner result (end-to-end),True +redshift,Redshift Serverless,137,137,2026-08-13T15:34:11Z,81551276073,3,Top movers,0.108312,runner result (end-to-end),True +redshift,Redshift Serverless,138,138,2026-08-13T15:44:12Z,82098085629,3,Top movers,0.114115,runner result (end-to-end),True +redshift,Redshift Serverless,139,139,2026-08-13T15:54:11Z,82760697798,3,Top movers,0.103986,runner result (end-to-end),True +redshift,Redshift Serverless,140,140,2026-08-13T16:03:58Z,83304277333,3,Top movers,0.101495,runner result (end-to-end),True +redshift,Redshift Serverless,141,141,2026-08-13T16:14:11Z,83915861762,3,Top movers,0.096767,runner result (end-to-end),True +redshift,Redshift Serverless,142,142,2026-08-13T16:24:10Z,84516022757,3,Top movers,0.114338,runner result (end-to-end),True +redshift,Redshift Serverless,143,143,2026-08-13T16:34:11Z,85116310321,3,Top movers,0.115818,runner result (end-to-end),True +redshift,Redshift Serverless,144,144,2026-08-13T16:44:11Z,85714934329,3,Top movers,0.097997,runner result (end-to-end),True +redshift,Redshift Serverless,145,145,2026-08-13T16:54:11Z,86376876842,3,Top movers,0.10578,runner result (end-to-end),True +redshift,Redshift Serverless,146,146,2026-08-13T17:04:00Z,86919366179,3,Top movers,0.092246,runner result (end-to-end),True +redshift,Redshift Serverless,147,147,2026-08-13T17:14:13Z,87518660143,3,Top movers,0.090741,runner result (end-to-end),True +redshift,Redshift Serverless,148,148,2026-08-13T17:24:11Z,88119922644,3,Top movers,0.093664,runner result (end-to-end),True +redshift,Redshift Serverless,149,149,2026-08-13T17:34:10Z,88721373784,3,Top movers,0.110946,runner result (end-to-end),True +redshift,Redshift Serverless,150,150,2026-08-13T17:44:11Z,89317816940,3,Top movers,0.105099,runner result (end-to-end),True +redshift,Redshift Serverless,151,151,2026-08-13T17:54:10Z,89920330616,3,Top movers,0.113192,runner result (end-to-end),True +redshift,Redshift Serverless,152,152,2026-08-13T18:03:59Z,90519198255,3,Top movers,0.091936,runner result (end-to-end),True +redshift,Redshift Serverless,153,153,2026-08-13T18:14:11Z,91116929731,3,Top movers,0.085909,runner result (end-to-end),True +redshift,Redshift Serverless,154,154,2026-08-13T18:24:11Z,91721103362,3,Top movers,0.095753,runner result (end-to-end),True +redshift,Redshift Serverless,155,155,2026-08-13T18:34:10Z,92316878209,3,Top movers,0.096538,runner result (end-to-end),True +redshift,Redshift Serverless,156,156,2026-08-13T18:44:11Z,92920798733,3,Top movers,0.094671,runner result (end-to-end),True +redshift,Redshift Serverless,157,157,2026-08-13T18:54:11Z,93578343844,3,Top movers,0.11613,runner result (end-to-end),True +redshift,Redshift Serverless,158,158,2026-08-13T19:03:59Z,94121949722,3,Top movers,0.089794,runner result (end-to-end),True +redshift,Redshift Serverless,159,159,2026-08-13T19:14:12Z,94720021119,3,Top movers,0.096549,runner result (end-to-end),True +redshift,Redshift Serverless,160,160,2026-08-13T19:24:11Z,95321520836,3,Top movers,0.098292,runner result (end-to-end),True +redshift,Redshift Serverless,161,161,2026-08-13T19:34:11Z,95919083638,3,Top movers,0.097153,runner result (end-to-end),True +redshift,Redshift Serverless,162,162,2026-08-13T19:44:12Z,96521000095,3,Top movers,0.097545,runner result (end-to-end),True +redshift,Redshift Serverless,163,163,2026-08-13T19:54:11Z,97179016064,3,Top movers,0.106931,runner result (end-to-end),True +redshift,Redshift Serverless,164,164,2026-08-13T20:03:59Z,97780054204,3,Top movers,0.088142,runner result (end-to-end),True +redshift,Redshift Serverless,165,165,2026-08-13T20:14:11Z,98322015057,3,Top movers,0.100573,runner result (end-to-end),True +redshift,Redshift Serverless,166,166,2026-08-13T20:24:11Z,98921587131,3,Top movers,0.100717,runner result (end-to-end),True +redshift,Redshift Serverless,167,167,2026-08-13T20:34:11Z,99517455047,3,Top movers,0.107601,runner result (end-to-end),True +databricks,Databricks Serverless SQL,1,1,2026-09-18T17:07:31.664Z,48991024,3,Top movers,0.445,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,2,2,2026-09-18T17:17:31.665Z,649003190,3,Top movers,0.531,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,3,3,2026-09-18T17:27:31.665Z,1249020088,3,Top movers,0.356,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,4,4,2026-09-18T17:37:31.665Z,1848994361,3,Top movers,0.322,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,5,5,2026-09-18T17:47:31.665Z,2448987056,3,Top movers,0.568,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,6,6,2026-09-18T17:57:31.665Z,3049016351,3,Top movers,0.346,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,7,7,2026-09-18T18:07:31.665Z,3648905245,3,Top movers,0.335,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,8,8,2026-09-18T18:17:31.665Z,4248886900,3,Top movers,0.677,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,9,9,2026-09-18T18:27:31.665Z,4848983718,3,Top movers,0.359,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,10,10,2026-09-18T18:37:31.665Z,5448871065,3,Top movers,0.481,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,11,11,2026-09-18T18:47:31.665Z,6048972873,3,Top movers,0.375,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,12,12,2026-09-18T18:57:31.665Z,6649003205,3,Top movers,0.424,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,13,13,2026-09-18T19:07:31.665Z,7248988928,3,Top movers,0.479,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,14,14,2026-09-18T19:17:31.665Z,7849051094,3,Top movers,0.39,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,15,15,2026-09-18T19:27:31.665Z,8448855794,3,Top movers,0.8,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,16,16,2026-09-18T19:37:31.665Z,9048929201,3,Top movers,0.385,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,17,17,2026-09-18T19:47:31.665Z,9648968625,3,Top movers,0.415,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,18,18,2026-09-18T19:57:31.665Z,10248903114,3,Top movers,0.379,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,19,19,2026-09-18T20:07:31.665Z,10848950992,3,Top movers,0.466,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,20,20,2026-09-18T20:17:31.665Z,11448893976,3,Top movers,0.742,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,21,21,2026-09-18T20:27:31.665Z,12048592301,3,Top movers,0.373,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,22,22,2026-09-18T20:37:31.665Z,12649009868,3,Top movers,0.398,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,23,23,2026-09-18T20:47:31.665Z,13249019508,3,Top movers,0.671,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,24,24,2026-09-18T20:57:31.665Z,13848898093,3,Top movers,0.393,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,25,25,2026-09-18T21:07:31.665Z,14448885812,3,Top movers,0.806,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,26,26,2026-09-18T21:17:31.665Z,15048867160,3,Top movers,0.42,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,27,27,2026-09-18T21:27:31.665Z,15648997618,3,Top movers,0.422,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,28,28,2026-09-18T21:37:31.665Z,16249004090,3,Top movers,0.395,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,29,29,2026-09-18T21:47:31.665Z,16849004649,3,Top movers,0.393,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,30,30,2026-09-18T21:57:31.665Z,17448992007,3,Top movers,0.479,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,31,31,2026-09-18T22:07:31.665Z,18048883403,3,Top movers,0.427,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,32,32,2026-09-18T22:17:31.665Z,18648733933,3,Top movers,0.434,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,33,33,2026-09-18T22:27:31.665Z,19248986594,3,Top movers,0.399,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,34,34,2026-09-18T22:37:31.665Z,19848956047,3,Top movers,0.395,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,35,35,2026-09-18T22:47:31.665Z,20448891140,3,Top movers,0.382,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,36,36,2026-09-18T22:57:31.665Z,21048956022,3,Top movers,0.65,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,37,37,2026-09-18T23:07:31.665Z,21648927817,3,Top movers,0.747,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,38,38,2026-09-18T23:17:31.665Z,22249043246,3,Top movers,0.733,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,39,39,2026-09-18T23:27:31.665Z,22848929920,3,Top movers,0.494,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,40,40,2026-09-18T23:37:31.665Z,23448953518,3,Top movers,0.854,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,41,41,2026-09-18T23:47:31.665Z,24048909415,3,Top movers,0.669,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,42,42,2026-09-18T23:57:31.665Z,24648973497,3,Top movers,0.38,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,43,43,2026-09-19T00:07:31.665Z,25248924027,3,Top movers,0.84,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,44,44,2026-09-19T00:17:31.665Z,25848959896,3,Top movers,0.728,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,45,45,2026-09-19T00:27:31.665Z,26448943724,3,Top movers,0.73,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,46,46,2026-09-19T00:37:31.665Z,27048899731,3,Top movers,0.411,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,47,47,2026-09-19T00:47:31.665Z,27648937048,3,Top movers,0.436,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,48,48,2026-09-19T00:57:31.665Z,28248919345,3,Top movers,0.798,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,49,49,2026-09-19T01:07:31.665Z,28848912329,3,Top movers,0.555,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,50,50,2026-09-19T01:17:31.665Z,29448915472,3,Top movers,0.514,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,51,51,2026-09-19T01:27:31.665Z,30048967566,3,Top movers,0.391,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,52,52,2026-09-19T01:37:31.665Z,30648879647,3,Top movers,0.385,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,53,53,2026-09-19T01:47:31.665Z,31248858731,3,Top movers,0.414,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,54,54,2026-09-19T01:57:31.665Z,31849001715,3,Top movers,0.448,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,55,55,2026-09-19T02:07:31.665Z,32448900387,3,Top movers,0.531,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,56,56,2026-09-19T02:17:31.665Z,33049038056,3,Top movers,0.413,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,57,57,2026-09-19T02:27:31.665Z,33649000287,3,Top movers,0.406,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,58,58,2026-09-19T02:37:31.665Z,34248943675,3,Top movers,0.413,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,59,59,2026-09-19T02:47:31.665Z,34848935288,3,Top movers,0.44,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,60,60,2026-09-19T02:57:31.665Z,35448936836,3,Top movers,0.425,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,61,61,2026-09-19T03:07:31.665Z,36049010227,3,Top movers,0.976,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,62,62,2026-09-19T03:17:31.665Z,36648957386,3,Top movers,0.394,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,63,63,2026-09-19T03:27:31.665Z,37249049007,3,Top movers,0.391,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,64,64,2026-09-19T03:37:31.665Z,37848989380,3,Top movers,0.788,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,65,65,2026-09-19T03:47:31.665Z,38448981241,3,Top movers,0.78,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,66,66,2026-09-19T03:57:31.665Z,39048929732,3,Top movers,0.751,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,67,67,2026-09-19T04:07:31.665Z,39648991503,3,Top movers,0.897,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,68,68,2026-09-19T04:17:31.665Z,40248892033,3,Top movers,0.414,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,69,69,2026-09-19T04:27:31.665Z,40848840757,3,Top movers,0.778,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,70,70,2026-09-19T04:37:31.665Z,41448952314,3,Top movers,0.872,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,71,71,2026-09-19T04:47:31.665Z,42048902844,3,Top movers,0.82,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,72,72,2026-09-19T04:57:31.665Z,42649050693,3,Top movers,0.762,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,73,73,2026-09-19T05:07:31.665Z,43248955264,3,Top movers,0.497,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,74,74,2026-09-19T05:17:31.665Z,43849004793,3,Top movers,0.809,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,75,75,2026-09-19T05:27:31.665Z,44448870942,3,Top movers,0.418,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,76,76,2026-09-19T05:37:31.665Z,45048902478,3,Top movers,0.775,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,77,77,2026-09-19T05:47:31.665Z,45648983692,3,Top movers,0.394,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,78,78,2026-09-19T05:57:31.665Z,46248965040,3,Top movers,0.807,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,79,79,2026-09-19T06:07:31.665Z,46848958026,3,Top movers,0.558,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,80,80,2026-09-19T06:17:31.665Z,47448953256,3,Top movers,0.848,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,81,81,2026-09-19T06:27:31.665Z,48048969904,3,Top movers,0.458,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,82,82,2026-09-19T06:37:31.665Z,48648841029,3,Top movers,0.782,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,83,83,2026-09-19T06:47:31.665Z,49249000673,3,Top movers,0.414,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,84,84,2026-09-19T06:57:31.665Z,49848932021,3,Top movers,0.789,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,85,85,2026-09-19T07:07:31.665Z,50448920743,3,Top movers,0.482,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,86,86,2026-09-19T07:17:31.665Z,51048965322,3,Top movers,0.782,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,87,87,2026-09-19T07:27:31.665Z,51648867376,3,Top movers,0.785,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,88,88,2026-09-19T07:37:31.665Z,52248886297,3,Top movers,0.818,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,89,89,2026-09-19T07:47:31.665Z,52848929281,3,Top movers,0.769,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,90,90,2026-09-19T07:57:31.665Z,53448968592,3,Top movers,0.797,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,91,91,2026-09-19T08:07:31.665Z,54048999698,3,Top movers,0.903,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,92,92,2026-09-19T08:17:31.665Z,54648912657,3,Top movers,0.859,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,93,93,2026-09-19T08:27:31.665Z,55248932131,3,Top movers,0.807,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,94,94,2026-09-19T08:37:31.665Z,55849013665,3,Top movers,0.786,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,95,95,2026-09-19T08:47:31.665Z,56448925831,3,Top movers,0.825,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,96,96,2026-09-19T08:57:31.665Z,57048862217,3,Top movers,0.797,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,97,97,2026-09-19T09:07:31.665Z,57648963051,3,Top movers,0.872,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,98,98,2026-09-19T09:17:31.665Z,58249004920,3,Top movers,0.881,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,99,99,2026-09-19T09:27:31.665Z,58848886186,3,Top movers,0.391,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,100,100,2026-09-19T09:37:31.665Z,59449032571,3,Top movers,0.799,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,101,101,2026-09-19T09:47:31.665Z,60048974387,3,Top movers,0.762,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,102,102,2026-09-19T09:57:31.665Z,60649047005,3,Top movers,0.366,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,103,103,2026-09-19T10:07:31.665Z,61248997535,3,Top movers,1.155,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,104,104,2026-09-19T10:17:31.665Z,61848979545,3,Top movers,0.389,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,105,105,2026-09-19T10:27:31.665Z,62448827582,3,Top movers,0.78,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,106,106,2026-09-19T10:37:31.665Z,63048951008,3,Top movers,0.414,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,107,107,2026-09-19T10:47:31.665Z,63648915373,3,Top movers,0.817,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,108,108,2026-09-19T10:57:31.665Z,64248934893,3,Top movers,0.427,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,109,109,2026-09-19T11:07:31.665Z,64848931181,3,Top movers,0.448,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,110,110,2026-09-19T11:17:31.665Z,65448990060,3,Top movers,0.775,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,111,111,2026-09-19T11:27:31.665Z,66048942260,3,Top movers,0.403,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,112,112,2026-09-19T11:37:31.665Z,66648970121,3,Top movers,0.702,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,113,113,2026-09-19T11:47:31.665Z,67248947921,3,Top movers,0.419,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,114,114,2026-09-19T11:57:31.665Z,67848865391,3,Top movers,0.846,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,115,115,2026-09-19T12:07:31.665Z,68448901225,3,Top movers,1.002,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,116,116,2026-09-19T12:17:31.665Z,69049033856,3,Top movers,0.827,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,117,117,2026-09-19T12:27:31.665Z,69648898887,3,Top movers,0.836,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,118,118,2026-09-19T12:37:31.665Z,70248972689,3,Top movers,0.854,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,119,119,2026-09-19T12:47:31.665Z,70848944994,3,Top movers,0.869,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,120,120,2026-09-19T12:57:31.665Z,71448876924,3,Top movers,0.882,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,121,121,2026-09-19T13:07:31.665Z,72048872763,3,Top movers,1.005,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,122,122,2026-09-19T13:17:31.665Z,72648823293,3,Top movers,0.853,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,123,123,2026-09-19T13:27:31.665Z,73248951843,3,Top movers,0.823,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,124,124,2026-09-19T13:37:31.665Z,73848850795,3,Top movers,0.806,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,125,125,2026-09-19T13:47:31.665Z,74448988124,3,Top movers,0.749,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,126,126,2026-09-19T13:57:31.665Z,75048980211,3,Top movers,0.841,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,127,127,2026-09-19T14:07:31.665Z,75648919105,3,Top movers,0.894,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,128,128,2026-09-19T14:17:31.665Z,76248881396,3,Top movers,0.822,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,129,129,2026-09-19T14:27:31.665Z,76848823691,3,Top movers,0.799,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,130,130,2026-09-19T14:37:31.665Z,77448864325,3,Top movers,0.839,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,131,131,2026-09-19T14:47:31.665Z,78048857309,3,Top movers,0.742,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,132,132,2026-09-19T14:57:31.665Z,78648963825,3,Top movers,0.824,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,133,133,2026-09-19T15:07:31.665Z,79248916498,3,Top movers,0.907,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,134,134,2026-09-19T15:17:31.665Z,79848963748,3,Top movers,0.433,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,135,135,2026-09-19T15:27:31.665Z,80448989098,3,Top movers,0.747,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,136,136,2026-09-19T15:37:31.665Z,81048989103,3,Top movers,0.427,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,137,137,2026-09-19T15:47:31.665Z,81648805878,3,Top movers,0.768,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,138,138,2026-09-19T15:57:31.665Z,82248892830,3,Top movers,1.289,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,139,139,2026-09-19T16:07:31.665Z,82848947450,3,Top movers,0.974,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,140,140,2026-09-19T16:17:31.665Z,83448864291,3,Top movers,0.792,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,141,141,2026-09-19T16:27:31.665Z,84048946267,3,Top movers,0.449,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,142,142,2026-09-19T16:37:31.665Z,84648911334,3,Top movers,1.078,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,143,143,2026-09-19T16:47:31.665Z,85248832558,3,Top movers,0.477,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,144,144,2026-09-19T16:57:31.665Z,85848983088,3,Top movers,1.259,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,145,145,2026-09-19T17:07:31.665Z,86448998070,3,Top movers,0.53,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,146,146,2026-09-19T17:17:31.665Z,87048970508,3,Top movers,1.442,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,147,147,2026-09-19T17:27:31.665Z,87648993949,3,Top movers,0.797,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,148,148,2026-09-19T17:37:31.665Z,88248973865,3,Top movers,1.054,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,149,149,2026-09-19T17:47:31.665Z,88848942984,3,Top movers,0.861,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,150,150,2026-09-19T17:57:31.665Z,89448824332,3,Top movers,0.829,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,151,151,2026-09-19T18:07:31.665Z,90048962182,3,Top movers,1.032,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,152,152,2026-09-19T18:17:31.665Z,90648973338,3,Top movers,0.833,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,153,153,2026-09-19T18:27:31.665Z,91248923008,3,Top movers,0.461,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,154,154,2026-09-19T18:37:31.665Z,91848815062,3,Top movers,0.908,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,155,155,2026-09-19T18:47:31.665Z,92448977228,3,Top movers,0.857,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,156,156,2026-09-19T18:57:31.665Z,93048998642,3,Top movers,0.529,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,157,157,2026-09-19T19:07:31.665Z,93648850827,3,Top movers,0.954,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,158,158,2026-09-19T19:17:31.665Z,94248956784,3,Top movers,0.884,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,159,159,2026-09-19T19:27:31.665Z,94848829249,3,Top movers,0.916,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,160,160,2026-09-19T19:37:31.665Z,95448942204,3,Top movers,0.828,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,161,161,2026-09-19T19:47:31.665Z,96048966006,3,Top movers,0.845,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,162,162,2026-09-19T19:57:31.665Z,96648893321,3,Top movers,0.812,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,163,163,2026-09-19T20:07:31.665Z,97248931018,3,Top movers,0.924,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,164,164,2026-09-19T20:17:31.665Z,97848875579,3,Top movers,0.578,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,165,165,2026-09-19T20:27:31.665Z,98448826106,3,Top movers,0.941,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,166,166,2026-09-19T20:37:31.665Z,99048919090,3,Top movers,0.824,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,167,167,2026-09-19T20:47:31.665Z,99648972815,3,Top movers,0.458,provider Query History total duration; includes compilation; excludes fetch,True clickhouse,ClickHouse Cloud,2,2,2026-08-08T07:05:59Z,724786266,4,Daily activity,0.006,clickhouse-client --time,True clickhouse,ClickHouse Cloud,3,3,2026-08-08T07:15:59Z,1370669828,4,Daily activity,0.006,clickhouse-client --time,True clickhouse,ClickHouse Cloud,4,4,2026-08-08T07:25:59Z,1975682003,4,Daily activity,0.025,clickhouse-client --time,True @@ -2665,169 +3166,336 @@ bigquery,BigQuery,164,164,2026-08-11T18:34:39.579Z,97751631895,4,Daily activity, bigquery,BigQuery,165,165,2026-08-11T18:44:39.579Z,98347800336,4,Daily activity,5.064,statistics.finalExecutionDurationMs,True bigquery,BigQuery,166,166,2026-08-11T18:54:39.579Z,98954665038,4,Daily activity,5.426,statistics.finalExecutionDurationMs,True bigquery,BigQuery,167,167,2026-08-11T19:04:39.579Z,99551267495,4,Daily activity,4.51,statistics.finalExecutionDurationMs,True -redshift,Redshift Serverless,2,2,2026-08-12T17:03:57Z,539118925,4,Daily activity,0.528943,clickhouse-client --time,True -redshift,Redshift Serverless,3,3,2026-08-12T17:14:09Z,1140532594,4,Daily activity,0.480258,clickhouse-client --time,True -redshift,Redshift Serverless,4,4,2026-08-12T17:24:09Z,1740468180,4,Daily activity,0.584155,clickhouse-client --time,True -redshift,Redshift Serverless,5,5,2026-08-12T17:34:09Z,2341513280,4,Daily activity,0.513274,clickhouse-client --time,True -redshift,Redshift Serverless,6,6,2026-08-12T17:44:10Z,2939871289,4,Daily activity,0.596863,clickhouse-client --time,True -redshift,Redshift Serverless,7,7,2026-08-12T17:54:09Z,3539132196,4,Daily activity,0.692736,clickhouse-client --time,True -redshift,Redshift Serverless,8,8,2026-08-12T18:04:10Z,4143068739,4,Daily activity,1.019494,clickhouse-client --time,True -redshift,Redshift Serverless,9,9,2026-08-12T18:13:59Z,4741930895,4,Daily activity,0.525943,clickhouse-client --time,True -redshift,Redshift Serverless,10,10,2026-08-12T18:24:10Z,5339083784,4,Daily activity,0.645461,clickhouse-client --time,True -redshift,Redshift Serverless,11,11,2026-08-12T18:34:10Z,5938849921,4,Daily activity,0.463962,clickhouse-client --time,True -redshift,Redshift Serverless,12,12,2026-08-12T18:44:09Z,6538854893,4,Daily activity,0.37079,clickhouse-client --time,True -redshift,Redshift Serverless,13,13,2026-08-12T18:54:09Z,7142932703,4,Daily activity,0.57512,clickhouse-client --time,True -redshift,Redshift Serverless,14,14,2026-08-12T19:04:10Z,7739391998,4,Daily activity,0.554676,clickhouse-client --time,True -redshift,Redshift Serverless,15,15,2026-08-12T19:14:10Z,8397564229,4,Daily activity,0.450517,clickhouse-client --time,True -redshift,Redshift Serverless,16,16,2026-08-12T19:24:10Z,8937866655,4,Daily activity,0.486575,clickhouse-client --time,True -redshift,Redshift Serverless,17,17,2026-08-12T19:34:10Z,9542609644,4,Daily activity,0.418052,clickhouse-client --time,True -redshift,Redshift Serverless,18,18,2026-08-12T19:44:10Z,10140144267,4,Daily activity,0.387764,clickhouse-client --time,True -redshift,Redshift Serverless,19,19,2026-08-12T19:54:10Z,10739646237,4,Daily activity,0.668281,clickhouse-client --time,True -redshift,Redshift Serverless,20,20,2026-08-12T20:03:59Z,11339027808,4,Daily activity,0.45755,clickhouse-client --time,True -redshift,Redshift Serverless,21,21,2026-08-12T20:14:09Z,11941589977,4,Daily activity,0.632569,clickhouse-client --time,True -redshift,Redshift Serverless,22,22,2026-08-12T20:24:10Z,12534774797,4,Daily activity,0.498112,clickhouse-client --time,True -redshift,Redshift Serverless,23,23,2026-08-12T20:34:10Z,13143146482,4,Daily activity,0.433638,clickhouse-client --time,True -redshift,Redshift Serverless,24,24,2026-08-12T20:44:10Z,13741229534,4,Daily activity,0.453543,clickhouse-client --time,True -redshift,Redshift Serverless,25,25,2026-08-12T20:54:09Z,14346887362,4,Daily activity,0.975291,clickhouse-client --time,True -redshift,Redshift Serverless,26,26,2026-08-12T21:03:59Z,14942522975,4,Daily activity,0.398691,clickhouse-client --time,True -redshift,Redshift Serverless,27,27,2026-08-12T21:14:09Z,15539438649,4,Daily activity,0.880288,clickhouse-client --time,True -redshift,Redshift Serverless,28,28,2026-08-12T21:24:09Z,16138130017,4,Daily activity,0.579415,clickhouse-client --time,True -redshift,Redshift Serverless,29,29,2026-08-12T21:34:09Z,16739010996,4,Daily activity,0.39549,clickhouse-client --time,True -redshift,Redshift Serverless,30,30,2026-08-12T21:44:09Z,17338005403,4,Daily activity,0.423948,clickhouse-client --time,True -redshift,Redshift Serverless,31,31,2026-08-12T21:54:10Z,17944900380,4,Daily activity,0.500949,clickhouse-client --time,True -redshift,Redshift Serverless,32,32,2026-08-12T22:03:58Z,18545538648,4,Daily activity,0.299042,clickhouse-client --time,True -redshift,Redshift Serverless,33,33,2026-08-12T22:13:59Z,19141064210,4,Daily activity,0.413932,clickhouse-client --time,True -redshift,Redshift Serverless,34,34,2026-08-12T22:24:10Z,19742262546,4,Daily activity,0.400949,clickhouse-client --time,True -redshift,Redshift Serverless,35,35,2026-08-12T22:34:09Z,20336924476,4,Daily activity,0.518956,clickhouse-client --time,True -redshift,Redshift Serverless,36,36,2026-08-12T22:44:08Z,20936890438,4,Daily activity,0.425338,clickhouse-client --time,True -redshift,Redshift Serverless,37,37,2026-08-12T22:54:09Z,21541024360,4,Daily activity,0.553562,clickhouse-client --time,True -redshift,Redshift Serverless,38,38,2026-08-12T23:03:59Z,22141942247,4,Daily activity,0.355875,clickhouse-client --time,True -redshift,Redshift Serverless,39,39,2026-08-12T23:14:09Z,22758184357,4,Daily activity,0.395088,clickhouse-client --time,True -redshift,Redshift Serverless,40,40,2026-08-12T23:24:10Z,23357488818,4,Daily activity,0.363823,clickhouse-client --time,True -redshift,Redshift Serverless,41,41,2026-08-12T23:34:10Z,23959033974,4,Daily activity,0.378986,clickhouse-client --time,True -redshift,Redshift Serverless,42,42,2026-08-12T23:44:10Z,24560889162,4,Daily activity,0.467823,clickhouse-client --time,True -redshift,Redshift Serverless,43,43,2026-08-12T23:54:09Z,25158046681,4,Daily activity,0.385782,clickhouse-client --time,True -redshift,Redshift Serverless,44,44,2026-08-13T00:04:00Z,25757709650,4,Daily activity,0.270337,clickhouse-client --time,True -redshift,Redshift Serverless,45,45,2026-08-13T00:14:09Z,26360830738,4,Daily activity,0.442383,clickhouse-client --time,True -redshift,Redshift Serverless,46,46,2026-08-13T00:24:10Z,26959822278,4,Daily activity,0.380667,clickhouse-client --time,True -redshift,Redshift Serverless,47,47,2026-08-13T00:34:09Z,27560204587,4,Daily activity,0.422948,clickhouse-client --time,True -redshift,Redshift Serverless,48,48,2026-08-13T00:44:10Z,28157928300,4,Daily activity,0.419455,clickhouse-client --time,True -redshift,Redshift Serverless,49,49,2026-08-13T00:54:10Z,28758932048,4,Daily activity,0.488425,clickhouse-client --time,True -redshift,Redshift Serverless,50,50,2026-08-13T01:03:57Z,29358572401,4,Daily activity,0.291456,clickhouse-client --time,True -redshift,Redshift Serverless,51,51,2026-08-13T01:14:10Z,29960296771,4,Daily activity,0.47424,clickhouse-client --time,True -redshift,Redshift Serverless,52,52,2026-08-13T01:24:10Z,30565269536,4,Daily activity,0.407218,clickhouse-client --time,True -redshift,Redshift Serverless,53,53,2026-08-13T01:34:10Z,31160331272,4,Daily activity,0.451744,clickhouse-client --time,True -redshift,Redshift Serverless,54,54,2026-08-13T01:44:10Z,31757290992,4,Daily activity,0.430703,clickhouse-client --time,True -redshift,Redshift Serverless,55,55,2026-08-13T01:54:10Z,32358986128,4,Daily activity,0.427334,clickhouse-client --time,True -redshift,Redshift Serverless,56,56,2026-08-13T02:03:59Z,32960605673,4,Daily activity,0.392932,clickhouse-client --time,True -redshift,Redshift Serverless,57,57,2026-08-13T02:14:10Z,33563974195,4,Daily activity,0.489089,clickhouse-client --time,True -redshift,Redshift Serverless,58,58,2026-08-13T02:24:10Z,34158960136,4,Daily activity,0.385277,clickhouse-client --time,True -redshift,Redshift Serverless,59,59,2026-08-13T02:34:09Z,34760301912,4,Daily activity,0.367553,clickhouse-client --time,True -redshift,Redshift Serverless,60,60,2026-08-13T02:44:10Z,35362314543,4,Daily activity,0.387965,clickhouse-client --time,True -redshift,Redshift Serverless,61,61,2026-08-13T02:54:08Z,35960573077,4,Daily activity,0.507214,clickhouse-client --time,True -redshift,Redshift Serverless,62,62,2026-08-13T03:04:00Z,36560901115,4,Daily activity,0.347559,clickhouse-client --time,True -redshift,Redshift Serverless,63,63,2026-08-13T03:14:00Z,37099726907,4,Daily activity,0.272984,clickhouse-client --time,True -redshift,Redshift Serverless,64,64,2026-08-13T03:24:11Z,37759210155,4,Daily activity,0.648086,clickhouse-client --time,True -redshift,Redshift Serverless,65,65,2026-08-13T03:34:12Z,38369452934,4,Daily activity,0.526192,clickhouse-client --time,True -redshift,Redshift Serverless,66,66,2026-08-13T03:44:11Z,38970108594,4,Daily activity,0.496186,clickhouse-client --time,True -redshift,Redshift Serverless,67,67,2026-08-13T03:54:10Z,39507372773,4,Daily activity,0.561056,clickhouse-client --time,True -redshift,Redshift Serverless,68,68,2026-08-13T04:03:59Z,40110348668,4,Daily activity,0.463372,clickhouse-client --time,True -redshift,Redshift Serverless,69,69,2026-08-13T04:14:11Z,40708457686,4,Daily activity,0.604567,clickhouse-client --time,True -redshift,Redshift Serverless,70,70,2026-08-13T04:24:11Z,41311191300,4,Daily activity,0.815929,clickhouse-client --time,True -redshift,Redshift Serverless,71,71,2026-08-13T04:34:12Z,41969213855,4,Daily activity,0.467739,clickhouse-client --time,True -redshift,Redshift Serverless,72,72,2026-08-13T04:44:10Z,42510673827,4,Daily activity,0.609263,clickhouse-client --time,True -redshift,Redshift Serverless,73,73,2026-08-13T04:54:10Z,43113715625,4,Daily activity,0.920782,clickhouse-client --time,True -redshift,Redshift Serverless,74,74,2026-08-13T05:03:59Z,43708992758,4,Daily activity,0.371675,clickhouse-client --time,True -redshift,Redshift Serverless,75,75,2026-08-13T05:14:12Z,44306002093,4,Daily activity,0.436492,clickhouse-client --time,True -redshift,Redshift Serverless,76,76,2026-08-13T05:24:13Z,44972171093,4,Daily activity,0.417224,clickhouse-client --time,True -redshift,Redshift Serverless,77,77,2026-08-13T05:34:10Z,45569434778,4,Daily activity,0.441438,clickhouse-client --time,True -redshift,Redshift Serverless,78,78,2026-08-13T05:44:11Z,46170593122,4,Daily activity,0.477204,clickhouse-client --time,True -redshift,Redshift Serverless,79,79,2026-08-13T05:54:12Z,46769882264,4,Daily activity,0.472325,clickhouse-client --time,True -redshift,Redshift Serverless,80,80,2026-08-13T06:03:59Z,47307695739,4,Daily activity,0.523389,clickhouse-client --time,True -redshift,Redshift Serverless,81,81,2026-08-13T06:14:10Z,47908162093,4,Daily activity,1.915645,clickhouse-client --time,True -redshift,Redshift Serverless,82,82,2026-08-13T06:24:09Z,48569875455,4,Daily activity,0.442739,clickhouse-client --time,True -redshift,Redshift Serverless,83,83,2026-08-13T06:34:12Z,49170649113,4,Daily activity,0.425334,clickhouse-client --time,True -redshift,Redshift Serverless,84,84,2026-08-13T06:44:11Z,49769405745,4,Daily activity,0.439295,clickhouse-client --time,True -redshift,Redshift Serverless,85,85,2026-08-13T06:54:10Z,50311961071,4,Daily activity,0.578408,clickhouse-client --time,True -redshift,Redshift Serverless,86,86,2026-08-13T07:03:59Z,50902916441,4,Daily activity,0.437715,clickhouse-client --time,True -redshift,Redshift Serverless,87,87,2026-08-13T07:14:11Z,51569862364,4,Daily activity,0.470253,clickhouse-client --time,True -redshift,Redshift Serverless,88,88,2026-08-13T07:24:11Z,52111833800,4,Daily activity,0.528565,clickhouse-client --time,True -redshift,Redshift Serverless,89,89,2026-08-13T07:34:10Z,52797800664,4,Daily activity,0.083179,clickhouse-client --time,True -redshift,Redshift Serverless,90,90,2026-08-13T07:44:10Z,53339137987,4,Daily activity,0.437422,clickhouse-client --time,True -redshift,Redshift Serverless,91,91,2026-08-13T07:54:11Z,53928907694,4,Daily activity,0.548449,clickhouse-client --time,True -redshift,Redshift Serverless,92,92,2026-08-13T08:03:59Z,54532055276,4,Daily activity,0.441211,clickhouse-client --time,True -redshift,Redshift Serverless,93,93,2026-08-13T08:14:11Z,55128344953,4,Daily activity,0.480939,clickhouse-client --time,True -redshift,Redshift Serverless,94,94,2026-08-13T08:24:10Z,55729088882,4,Daily activity,0.418614,clickhouse-client --time,True -redshift,Redshift Serverless,95,95,2026-08-13T08:34:10Z,56328131726,4,Daily activity,0.503472,clickhouse-client --time,True -redshift,Redshift Serverless,96,96,2026-08-13T08:44:10Z,56929528891,4,Daily activity,0.124849,clickhouse-client --time,True -redshift,Redshift Serverless,97,97,2026-08-13T08:54:10Z,57534735475,4,Daily activity,0.563246,clickhouse-client --time,True -redshift,Redshift Serverless,98,98,2026-08-13T09:03:58Z,58132621215,4,Daily activity,0.479223,clickhouse-client --time,True -redshift,Redshift Serverless,99,99,2026-08-13T09:14:10Z,58728900353,4,Daily activity,0.401306,clickhouse-client --time,True -redshift,Redshift Serverless,100,100,2026-08-13T09:24:09Z,59328863090,4,Daily activity,0.454617,clickhouse-client --time,True -redshift,Redshift Serverless,101,101,2026-08-13T09:34:11Z,59932424550,4,Daily activity,0.57716,clickhouse-client --time,True -redshift,Redshift Serverless,102,102,2026-08-13T09:44:11Z,60528538925,4,Daily activity,0.452311,clickhouse-client --time,True -redshift,Redshift Serverless,103,103,2026-08-13T09:54:12Z,61127219937,4,Daily activity,0.594779,clickhouse-client --time,True -redshift,Redshift Serverless,104,104,2026-08-13T10:03:58Z,61728943805,4,Daily activity,0.47147,clickhouse-client --time,True -redshift,Redshift Serverless,105,105,2026-08-13T10:14:11Z,62331267479,4,Daily activity,0.49469,clickhouse-client --time,True -redshift,Redshift Serverless,106,106,2026-08-13T10:24:10Z,62931770608,4,Daily activity,0.594037,clickhouse-client --time,True -redshift,Redshift Serverless,107,107,2026-08-13T10:34:11Z,63530017412,4,Daily activity,0.488309,clickhouse-client --time,True -redshift,Redshift Serverless,108,108,2026-08-13T10:44:11Z,64131258918,4,Daily activity,0.39476,clickhouse-client --time,True -redshift,Redshift Serverless,109,109,2026-08-13T10:54:10Z,64726881755,4,Daily activity,0.456655,clickhouse-client --time,True -redshift,Redshift Serverless,110,110,2026-08-13T11:03:59Z,65328955508,4,Daily activity,0.417043,clickhouse-client --time,True -redshift,Redshift Serverless,111,111,2026-08-13T11:14:10Z,65926809029,4,Daily activity,0.444379,clickhouse-client --time,True -redshift,Redshift Serverless,112,112,2026-08-13T11:24:12Z,66527854638,4,Daily activity,0.507562,clickhouse-client --time,True -redshift,Redshift Serverless,113,113,2026-08-13T11:34:11Z,67128664727,4,Daily activity,0.464605,clickhouse-client --time,True -redshift,Redshift Serverless,114,114,2026-08-13T11:44:10Z,67790387128,4,Daily activity,0.412628,clickhouse-client --time,True -redshift,Redshift Serverless,115,115,2026-08-13T11:54:10Z,68330088073,4,Daily activity,0.485713,clickhouse-client --time,True -redshift,Redshift Serverless,116,116,2026-08-13T12:03:59Z,68929344858,4,Daily activity,0.453265,clickhouse-client --time,True -redshift,Redshift Serverless,117,117,2026-08-13T12:14:11Z,69529528941,4,Daily activity,0.482183,clickhouse-client --time,True -redshift,Redshift Serverless,118,118,2026-08-13T12:24:11Z,70132993820,4,Daily activity,0.494919,clickhouse-client --time,True -redshift,Redshift Serverless,119,119,2026-08-13T12:34:11Z,70742571187,4,Daily activity,0.575257,clickhouse-client --time,True -redshift,Redshift Serverless,120,120,2026-08-13T12:44:10Z,71342431867,4,Daily activity,0.505434,clickhouse-client --time,True -redshift,Redshift Serverless,121,121,2026-08-13T12:54:09Z,71946007841,4,Daily activity,0.488922,clickhouse-client --time,True -redshift,Redshift Serverless,122,122,2026-08-13T13:04:00Z,72546298660,4,Daily activity,0.560323,clickhouse-client --time,True -redshift,Redshift Serverless,123,123,2026-08-13T13:14:12Z,73143825074,4,Daily activity,1.03503,clickhouse-client --time,True -redshift,Redshift Serverless,124,124,2026-08-13T13:24:10Z,73740624098,4,Daily activity,0.462266,clickhouse-client --time,True -redshift,Redshift Serverless,125,125,2026-08-13T13:34:11Z,74341621634,4,Daily activity,0.433114,clickhouse-client --time,True -redshift,Redshift Serverless,126,126,2026-08-13T13:44:10Z,74941549148,4,Daily activity,0.526556,clickhouse-client --time,True -redshift,Redshift Serverless,127,127,2026-08-13T13:54:11Z,75540057221,4,Daily activity,0.530872,clickhouse-client --time,True -redshift,Redshift Serverless,128,128,2026-08-13T14:03:59Z,76141857339,4,Daily activity,0.466348,clickhouse-client --time,True -redshift,Redshift Serverless,129,129,2026-08-13T14:14:10Z,76744332234,4,Daily activity,0.475679,clickhouse-client --time,True -redshift,Redshift Serverless,130,130,2026-08-13T14:24:11Z,77343838333,4,Daily activity,0.457798,clickhouse-client --time,True -redshift,Redshift Serverless,131,131,2026-08-13T14:34:12Z,77945716216,4,Daily activity,0.472516,clickhouse-client --time,True -redshift,Redshift Serverless,132,132,2026-08-13T14:44:11Z,78542454275,4,Daily activity,0.555596,clickhouse-client --time,True -redshift,Redshift Serverless,133,133,2026-08-13T14:54:11Z,79146527318,4,Daily activity,0.828955,clickhouse-client --time,True -redshift,Redshift Serverless,134,134,2026-08-13T15:03:59Z,79742012314,4,Daily activity,0.387129,clickhouse-client --time,True -redshift,Redshift Serverless,135,135,2026-08-13T15:14:00Z,80344363553,4,Daily activity,0.551059,clickhouse-client --time,True -redshift,Redshift Serverless,136,136,2026-08-13T15:24:12Z,80945919301,4,Daily activity,0.58475,clickhouse-client --time,True -redshift,Redshift Serverless,137,137,2026-08-13T15:34:11Z,81551276073,4,Daily activity,0.861329,clickhouse-client --time,True -redshift,Redshift Serverless,138,138,2026-08-13T15:44:12Z,82098085629,4,Daily activity,0.428524,clickhouse-client --time,True -redshift,Redshift Serverless,139,139,2026-08-13T15:54:11Z,82760697798,4,Daily activity,0.463373,clickhouse-client --time,True -redshift,Redshift Serverless,140,140,2026-08-13T16:03:58Z,83304277333,4,Daily activity,0.509249,clickhouse-client --time,True -redshift,Redshift Serverless,141,141,2026-08-13T16:14:11Z,83915861762,4,Daily activity,0.545581,clickhouse-client --time,True -redshift,Redshift Serverless,142,142,2026-08-13T16:24:10Z,84516022757,4,Daily activity,0.477818,clickhouse-client --time,True -redshift,Redshift Serverless,143,143,2026-08-13T16:34:11Z,85116310321,4,Daily activity,0.547897,clickhouse-client --time,True -redshift,Redshift Serverless,144,144,2026-08-13T16:44:11Z,85714934329,4,Daily activity,0.667861,clickhouse-client --time,True -redshift,Redshift Serverless,145,145,2026-08-13T16:54:11Z,86376876842,4,Daily activity,0.45786,clickhouse-client --time,True -redshift,Redshift Serverless,146,146,2026-08-13T17:04:00Z,86919366179,4,Daily activity,0.399805,clickhouse-client --time,True -redshift,Redshift Serverless,147,147,2026-08-13T17:14:13Z,87518660143,4,Daily activity,0.665602,clickhouse-client --time,True -redshift,Redshift Serverless,148,148,2026-08-13T17:24:11Z,88119922644,4,Daily activity,0.528979,clickhouse-client --time,True -redshift,Redshift Serverless,149,149,2026-08-13T17:34:10Z,88721373784,4,Daily activity,0.558133,clickhouse-client --time,True -redshift,Redshift Serverless,150,150,2026-08-13T17:44:11Z,89317816940,4,Daily activity,0.448789,clickhouse-client --time,True -redshift,Redshift Serverless,151,151,2026-08-13T17:54:10Z,89920330616,4,Daily activity,0.506835,clickhouse-client --time,True -redshift,Redshift Serverless,152,152,2026-08-13T18:03:59Z,90519198255,4,Daily activity,0.499613,clickhouse-client --time,True -redshift,Redshift Serverless,153,153,2026-08-13T18:14:11Z,91116929731,4,Daily activity,0.476121,clickhouse-client --time,True -redshift,Redshift Serverless,154,154,2026-08-13T18:24:11Z,91721103362,4,Daily activity,0.422593,clickhouse-client --time,True -redshift,Redshift Serverless,155,155,2026-08-13T18:34:10Z,92316878209,4,Daily activity,0.704705,clickhouse-client --time,True -redshift,Redshift Serverless,156,156,2026-08-13T18:44:11Z,92920798733,4,Daily activity,0.492951,clickhouse-client --time,True -redshift,Redshift Serverless,157,157,2026-08-13T18:54:11Z,93578343844,4,Daily activity,0.724767,clickhouse-client --time,True -redshift,Redshift Serverless,158,158,2026-08-13T19:03:59Z,94121949722,4,Daily activity,0.439077,clickhouse-client --time,True -redshift,Redshift Serverless,159,159,2026-08-13T19:14:12Z,94720021119,4,Daily activity,0.471049,clickhouse-client --time,True -redshift,Redshift Serverless,160,160,2026-08-13T19:24:11Z,95321520836,4,Daily activity,0.502574,clickhouse-client --time,True -redshift,Redshift Serverless,161,161,2026-08-13T19:34:11Z,95919083638,4,Daily activity,0.562096,clickhouse-client --time,True -redshift,Redshift Serverless,162,162,2026-08-13T19:44:12Z,96521000095,4,Daily activity,0.483347,clickhouse-client --time,True -redshift,Redshift Serverless,163,163,2026-08-13T19:54:11Z,97179016064,4,Daily activity,0.510732,clickhouse-client --time,True -redshift,Redshift Serverless,164,164,2026-08-13T20:03:59Z,97780054204,4,Daily activity,0.331939,clickhouse-client --time,True -redshift,Redshift Serverless,165,165,2026-08-13T20:14:11Z,98322015057,4,Daily activity,0.56384,clickhouse-client --time,True -redshift,Redshift Serverless,166,166,2026-08-13T20:24:11Z,98921587131,4,Daily activity,0.53703,clickhouse-client --time,True -redshift,Redshift Serverless,167,167,2026-08-13T20:34:11Z,99517455047,4,Daily activity,0.452569,clickhouse-client --time,True +redshift,Redshift Serverless,2,2,2026-08-12T17:03:57Z,539118925,4,Daily activity,0.528943,runner result (end-to-end),True +redshift,Redshift Serverless,3,3,2026-08-12T17:14:09Z,1140532594,4,Daily activity,0.480258,runner result (end-to-end),True +redshift,Redshift Serverless,4,4,2026-08-12T17:24:09Z,1740468180,4,Daily activity,0.584155,runner result (end-to-end),True +redshift,Redshift Serverless,5,5,2026-08-12T17:34:09Z,2341513280,4,Daily activity,0.513274,runner result (end-to-end),True +redshift,Redshift Serverless,6,6,2026-08-12T17:44:10Z,2939871289,4,Daily activity,0.596863,runner result (end-to-end),True +redshift,Redshift Serverless,7,7,2026-08-12T17:54:09Z,3539132196,4,Daily activity,0.692736,runner result (end-to-end),True +redshift,Redshift Serverless,8,8,2026-08-12T18:04:10Z,4143068739,4,Daily activity,1.019494,runner result (end-to-end),True +redshift,Redshift Serverless,9,9,2026-08-12T18:13:59Z,4741930895,4,Daily activity,0.525943,runner result (end-to-end),True +redshift,Redshift Serverless,10,10,2026-08-12T18:24:10Z,5339083784,4,Daily activity,0.645461,runner result (end-to-end),True +redshift,Redshift Serverless,11,11,2026-08-12T18:34:10Z,5938849921,4,Daily activity,0.463962,runner result (end-to-end),True +redshift,Redshift Serverless,12,12,2026-08-12T18:44:09Z,6538854893,4,Daily activity,0.37079,runner result (end-to-end),True +redshift,Redshift Serverless,13,13,2026-08-12T18:54:09Z,7142932703,4,Daily activity,0.57512,runner result (end-to-end),True +redshift,Redshift Serverless,14,14,2026-08-12T19:04:10Z,7739391998,4,Daily activity,0.554676,runner result (end-to-end),True +redshift,Redshift Serverless,15,15,2026-08-12T19:14:10Z,8397564229,4,Daily activity,0.450517,runner result (end-to-end),True +redshift,Redshift Serverless,16,16,2026-08-12T19:24:10Z,8937866655,4,Daily activity,0.486575,runner result (end-to-end),True +redshift,Redshift Serverless,17,17,2026-08-12T19:34:10Z,9542609644,4,Daily activity,0.418052,runner result (end-to-end),True +redshift,Redshift Serverless,18,18,2026-08-12T19:44:10Z,10140144267,4,Daily activity,0.387764,runner result (end-to-end),True +redshift,Redshift Serverless,19,19,2026-08-12T19:54:10Z,10739646237,4,Daily activity,0.668281,runner result (end-to-end),True +redshift,Redshift Serverless,20,20,2026-08-12T20:03:59Z,11339027808,4,Daily activity,0.45755,runner result (end-to-end),True +redshift,Redshift Serverless,21,21,2026-08-12T20:14:09Z,11941589977,4,Daily activity,0.632569,runner result (end-to-end),True +redshift,Redshift Serverless,22,22,2026-08-12T20:24:10Z,12534774797,4,Daily activity,0.498112,runner result (end-to-end),True +redshift,Redshift Serverless,23,23,2026-08-12T20:34:10Z,13143146482,4,Daily activity,0.433638,runner result (end-to-end),True +redshift,Redshift Serverless,24,24,2026-08-12T20:44:10Z,13741229534,4,Daily activity,0.453543,runner result (end-to-end),True +redshift,Redshift Serverless,25,25,2026-08-12T20:54:09Z,14346887362,4,Daily activity,0.975291,runner result (end-to-end),True +redshift,Redshift Serverless,26,26,2026-08-12T21:03:59Z,14942522975,4,Daily activity,0.398691,runner result (end-to-end),True +redshift,Redshift Serverless,27,27,2026-08-12T21:14:09Z,15539438649,4,Daily activity,0.880288,runner result (end-to-end),True +redshift,Redshift Serverless,28,28,2026-08-12T21:24:09Z,16138130017,4,Daily activity,0.579415,runner result (end-to-end),True +redshift,Redshift Serverless,29,29,2026-08-12T21:34:09Z,16739010996,4,Daily activity,0.39549,runner result (end-to-end),True +redshift,Redshift Serverless,30,30,2026-08-12T21:44:09Z,17338005403,4,Daily activity,0.423948,runner result (end-to-end),True +redshift,Redshift Serverless,31,31,2026-08-12T21:54:10Z,17944900380,4,Daily activity,0.500949,runner result (end-to-end),True +redshift,Redshift Serverless,32,32,2026-08-12T22:03:58Z,18545538648,4,Daily activity,0.299042,runner result (end-to-end),True +redshift,Redshift Serverless,33,33,2026-08-12T22:13:59Z,19141064210,4,Daily activity,0.413932,runner result (end-to-end),True +redshift,Redshift Serverless,34,34,2026-08-12T22:24:10Z,19742262546,4,Daily activity,0.400949,runner result (end-to-end),True +redshift,Redshift Serverless,35,35,2026-08-12T22:34:09Z,20336924476,4,Daily activity,0.518956,runner result (end-to-end),True +redshift,Redshift Serverless,36,36,2026-08-12T22:44:08Z,20936890438,4,Daily activity,0.425338,runner result (end-to-end),True +redshift,Redshift Serverless,37,37,2026-08-12T22:54:09Z,21541024360,4,Daily activity,0.553562,runner result (end-to-end),True +redshift,Redshift Serverless,38,38,2026-08-12T23:03:59Z,22141942247,4,Daily activity,0.355875,runner result (end-to-end),True +redshift,Redshift Serverless,39,39,2026-08-12T23:14:09Z,22758184357,4,Daily activity,0.395088,runner result (end-to-end),True +redshift,Redshift Serverless,40,40,2026-08-12T23:24:10Z,23357488818,4,Daily activity,0.363823,runner result (end-to-end),True +redshift,Redshift Serverless,41,41,2026-08-12T23:34:10Z,23959033974,4,Daily activity,0.378986,runner result (end-to-end),True +redshift,Redshift Serverless,42,42,2026-08-12T23:44:10Z,24560889162,4,Daily activity,0.467823,runner result (end-to-end),True +redshift,Redshift Serverless,43,43,2026-08-12T23:54:09Z,25158046681,4,Daily activity,0.385782,runner result (end-to-end),True +redshift,Redshift Serverless,44,44,2026-08-13T00:04:00Z,25757709650,4,Daily activity,0.270337,runner result (end-to-end),True +redshift,Redshift Serverless,45,45,2026-08-13T00:14:09Z,26360830738,4,Daily activity,0.442383,runner result (end-to-end),True +redshift,Redshift Serverless,46,46,2026-08-13T00:24:10Z,26959822278,4,Daily activity,0.380667,runner result (end-to-end),True +redshift,Redshift Serverless,47,47,2026-08-13T00:34:09Z,27560204587,4,Daily activity,0.422948,runner result (end-to-end),True +redshift,Redshift Serverless,48,48,2026-08-13T00:44:10Z,28157928300,4,Daily activity,0.419455,runner result (end-to-end),True +redshift,Redshift Serverless,49,49,2026-08-13T00:54:10Z,28758932048,4,Daily activity,0.488425,runner result (end-to-end),True +redshift,Redshift Serverless,50,50,2026-08-13T01:03:57Z,29358572401,4,Daily activity,0.291456,runner result (end-to-end),True +redshift,Redshift Serverless,51,51,2026-08-13T01:14:10Z,29960296771,4,Daily activity,0.47424,runner result (end-to-end),True +redshift,Redshift Serverless,52,52,2026-08-13T01:24:10Z,30565269536,4,Daily activity,0.407218,runner result (end-to-end),True +redshift,Redshift Serverless,53,53,2026-08-13T01:34:10Z,31160331272,4,Daily activity,0.451744,runner result (end-to-end),True +redshift,Redshift Serverless,54,54,2026-08-13T01:44:10Z,31757290992,4,Daily activity,0.430703,runner result (end-to-end),True +redshift,Redshift Serverless,55,55,2026-08-13T01:54:10Z,32358986128,4,Daily activity,0.427334,runner result (end-to-end),True +redshift,Redshift Serverless,56,56,2026-08-13T02:03:59Z,32960605673,4,Daily activity,0.392932,runner result (end-to-end),True +redshift,Redshift Serverless,57,57,2026-08-13T02:14:10Z,33563974195,4,Daily activity,0.489089,runner result (end-to-end),True +redshift,Redshift Serverless,58,58,2026-08-13T02:24:10Z,34158960136,4,Daily activity,0.385277,runner result (end-to-end),True +redshift,Redshift Serverless,59,59,2026-08-13T02:34:09Z,34760301912,4,Daily activity,0.367553,runner result (end-to-end),True +redshift,Redshift Serverless,60,60,2026-08-13T02:44:10Z,35362314543,4,Daily activity,0.387965,runner result (end-to-end),True +redshift,Redshift Serverless,61,61,2026-08-13T02:54:08Z,35960573077,4,Daily activity,0.507214,runner result (end-to-end),True +redshift,Redshift Serverless,62,62,2026-08-13T03:04:00Z,36560901115,4,Daily activity,0.347559,runner result (end-to-end),True +redshift,Redshift Serverless,63,63,2026-08-13T03:14:00Z,37099726907,4,Daily activity,0.272984,runner result (end-to-end),True +redshift,Redshift Serverless,64,64,2026-08-13T03:24:11Z,37759210155,4,Daily activity,0.648086,runner result (end-to-end),True +redshift,Redshift Serverless,65,65,2026-08-13T03:34:12Z,38369452934,4,Daily activity,0.526192,runner result (end-to-end),True +redshift,Redshift Serverless,66,66,2026-08-13T03:44:11Z,38970108594,4,Daily activity,0.496186,runner result (end-to-end),True +redshift,Redshift Serverless,67,67,2026-08-13T03:54:10Z,39507372773,4,Daily activity,0.561056,runner result (end-to-end),True +redshift,Redshift Serverless,68,68,2026-08-13T04:03:59Z,40110348668,4,Daily activity,0.463372,runner result (end-to-end),True +redshift,Redshift Serverless,69,69,2026-08-13T04:14:11Z,40708457686,4,Daily activity,0.604567,runner result (end-to-end),True +redshift,Redshift Serverless,70,70,2026-08-13T04:24:11Z,41311191300,4,Daily activity,0.815929,runner result (end-to-end),True +redshift,Redshift Serverless,71,71,2026-08-13T04:34:12Z,41969213855,4,Daily activity,0.467739,runner result (end-to-end),True +redshift,Redshift Serverless,72,72,2026-08-13T04:44:10Z,42510673827,4,Daily activity,0.609263,runner result (end-to-end),True +redshift,Redshift Serverless,73,73,2026-08-13T04:54:10Z,43113715625,4,Daily activity,0.920782,runner result (end-to-end),True +redshift,Redshift Serverless,74,74,2026-08-13T05:03:59Z,43708992758,4,Daily activity,0.371675,runner result (end-to-end),True +redshift,Redshift Serverless,75,75,2026-08-13T05:14:12Z,44306002093,4,Daily activity,0.436492,runner result (end-to-end),True +redshift,Redshift Serverless,76,76,2026-08-13T05:24:13Z,44972171093,4,Daily activity,0.417224,runner result (end-to-end),True +redshift,Redshift Serverless,77,77,2026-08-13T05:34:10Z,45569434778,4,Daily activity,0.441438,runner result (end-to-end),True +redshift,Redshift Serverless,78,78,2026-08-13T05:44:11Z,46170593122,4,Daily activity,0.477204,runner result (end-to-end),True +redshift,Redshift Serverless,79,79,2026-08-13T05:54:12Z,46769882264,4,Daily activity,0.472325,runner result (end-to-end),True +redshift,Redshift Serverless,80,80,2026-08-13T06:03:59Z,47307695739,4,Daily activity,0.523389,runner result (end-to-end),True +redshift,Redshift Serverless,81,81,2026-08-13T06:14:10Z,47908162093,4,Daily activity,1.915645,runner result (end-to-end),True +redshift,Redshift Serverless,82,82,2026-08-13T06:24:09Z,48569875455,4,Daily activity,0.442739,runner result (end-to-end),True +redshift,Redshift Serverless,83,83,2026-08-13T06:34:12Z,49170649113,4,Daily activity,0.425334,runner result (end-to-end),True +redshift,Redshift Serverless,84,84,2026-08-13T06:44:11Z,49769405745,4,Daily activity,0.439295,runner result (end-to-end),True +redshift,Redshift Serverless,85,85,2026-08-13T06:54:10Z,50311961071,4,Daily activity,0.578408,runner result (end-to-end),True +redshift,Redshift Serverless,86,86,2026-08-13T07:03:59Z,50902916441,4,Daily activity,0.437715,runner result (end-to-end),True +redshift,Redshift Serverless,87,87,2026-08-13T07:14:11Z,51569862364,4,Daily activity,0.470253,runner result (end-to-end),True +redshift,Redshift Serverless,88,88,2026-08-13T07:24:11Z,52111833800,4,Daily activity,0.528565,runner result (end-to-end),True +redshift,Redshift Serverless,89,89,2026-08-13T07:34:10Z,52797800664,4,Daily activity,0.083179,runner result (end-to-end),True +redshift,Redshift Serverless,90,90,2026-08-13T07:44:10Z,53339137987,4,Daily activity,0.437422,runner result (end-to-end),True +redshift,Redshift Serverless,91,91,2026-08-13T07:54:11Z,53928907694,4,Daily activity,0.548449,runner result (end-to-end),True +redshift,Redshift Serverless,92,92,2026-08-13T08:03:59Z,54532055276,4,Daily activity,0.441211,runner result (end-to-end),True +redshift,Redshift Serverless,93,93,2026-08-13T08:14:11Z,55128344953,4,Daily activity,0.480939,runner result (end-to-end),True +redshift,Redshift Serverless,94,94,2026-08-13T08:24:10Z,55729088882,4,Daily activity,0.418614,runner result (end-to-end),True +redshift,Redshift Serverless,95,95,2026-08-13T08:34:10Z,56328131726,4,Daily activity,0.503472,runner result (end-to-end),True +redshift,Redshift Serverless,96,96,2026-08-13T08:44:10Z,56929528891,4,Daily activity,0.124849,runner result (end-to-end),True +redshift,Redshift Serverless,97,97,2026-08-13T08:54:10Z,57534735475,4,Daily activity,0.563246,runner result (end-to-end),True +redshift,Redshift Serverless,98,98,2026-08-13T09:03:58Z,58132621215,4,Daily activity,0.479223,runner result (end-to-end),True +redshift,Redshift Serverless,99,99,2026-08-13T09:14:10Z,58728900353,4,Daily activity,0.401306,runner result (end-to-end),True +redshift,Redshift Serverless,100,100,2026-08-13T09:24:09Z,59328863090,4,Daily activity,0.454617,runner result (end-to-end),True +redshift,Redshift Serverless,101,101,2026-08-13T09:34:11Z,59932424550,4,Daily activity,0.57716,runner result (end-to-end),True +redshift,Redshift Serverless,102,102,2026-08-13T09:44:11Z,60528538925,4,Daily activity,0.452311,runner result (end-to-end),True +redshift,Redshift Serverless,103,103,2026-08-13T09:54:12Z,61127219937,4,Daily activity,0.594779,runner result (end-to-end),True +redshift,Redshift Serverless,104,104,2026-08-13T10:03:58Z,61728943805,4,Daily activity,0.47147,runner result (end-to-end),True +redshift,Redshift Serverless,105,105,2026-08-13T10:14:11Z,62331267479,4,Daily activity,0.49469,runner result (end-to-end),True +redshift,Redshift Serverless,106,106,2026-08-13T10:24:10Z,62931770608,4,Daily activity,0.594037,runner result (end-to-end),True +redshift,Redshift Serverless,107,107,2026-08-13T10:34:11Z,63530017412,4,Daily activity,0.488309,runner result (end-to-end),True +redshift,Redshift Serverless,108,108,2026-08-13T10:44:11Z,64131258918,4,Daily activity,0.39476,runner result (end-to-end),True +redshift,Redshift Serverless,109,109,2026-08-13T10:54:10Z,64726881755,4,Daily activity,0.456655,runner result (end-to-end),True +redshift,Redshift Serverless,110,110,2026-08-13T11:03:59Z,65328955508,4,Daily activity,0.417043,runner result (end-to-end),True +redshift,Redshift Serverless,111,111,2026-08-13T11:14:10Z,65926809029,4,Daily activity,0.444379,runner result (end-to-end),True +redshift,Redshift Serverless,112,112,2026-08-13T11:24:12Z,66527854638,4,Daily activity,0.507562,runner result (end-to-end),True +redshift,Redshift Serverless,113,113,2026-08-13T11:34:11Z,67128664727,4,Daily activity,0.464605,runner result (end-to-end),True +redshift,Redshift Serverless,114,114,2026-08-13T11:44:10Z,67790387128,4,Daily activity,0.412628,runner result (end-to-end),True +redshift,Redshift Serverless,115,115,2026-08-13T11:54:10Z,68330088073,4,Daily activity,0.485713,runner result (end-to-end),True +redshift,Redshift Serverless,116,116,2026-08-13T12:03:59Z,68929344858,4,Daily activity,0.453265,runner result (end-to-end),True +redshift,Redshift Serverless,117,117,2026-08-13T12:14:11Z,69529528941,4,Daily activity,0.482183,runner result (end-to-end),True +redshift,Redshift Serverless,118,118,2026-08-13T12:24:11Z,70132993820,4,Daily activity,0.494919,runner result (end-to-end),True +redshift,Redshift Serverless,119,119,2026-08-13T12:34:11Z,70742571187,4,Daily activity,0.575257,runner result (end-to-end),True +redshift,Redshift Serverless,120,120,2026-08-13T12:44:10Z,71342431867,4,Daily activity,0.505434,runner result (end-to-end),True +redshift,Redshift Serverless,121,121,2026-08-13T12:54:09Z,71946007841,4,Daily activity,0.488922,runner result (end-to-end),True +redshift,Redshift Serverless,122,122,2026-08-13T13:04:00Z,72546298660,4,Daily activity,0.560323,runner result (end-to-end),True +redshift,Redshift Serverless,123,123,2026-08-13T13:14:12Z,73143825074,4,Daily activity,1.03503,runner result (end-to-end),True +redshift,Redshift Serverless,124,124,2026-08-13T13:24:10Z,73740624098,4,Daily activity,0.462266,runner result (end-to-end),True +redshift,Redshift Serverless,125,125,2026-08-13T13:34:11Z,74341621634,4,Daily activity,0.433114,runner result (end-to-end),True +redshift,Redshift Serverless,126,126,2026-08-13T13:44:10Z,74941549148,4,Daily activity,0.526556,runner result (end-to-end),True +redshift,Redshift Serverless,127,127,2026-08-13T13:54:11Z,75540057221,4,Daily activity,0.530872,runner result (end-to-end),True +redshift,Redshift Serverless,128,128,2026-08-13T14:03:59Z,76141857339,4,Daily activity,0.466348,runner result (end-to-end),True +redshift,Redshift Serverless,129,129,2026-08-13T14:14:10Z,76744332234,4,Daily activity,0.475679,runner result (end-to-end),True +redshift,Redshift Serverless,130,130,2026-08-13T14:24:11Z,77343838333,4,Daily activity,0.457798,runner result (end-to-end),True +redshift,Redshift Serverless,131,131,2026-08-13T14:34:12Z,77945716216,4,Daily activity,0.472516,runner result (end-to-end),True +redshift,Redshift Serverless,132,132,2026-08-13T14:44:11Z,78542454275,4,Daily activity,0.555596,runner result (end-to-end),True +redshift,Redshift Serverless,133,133,2026-08-13T14:54:11Z,79146527318,4,Daily activity,0.828955,runner result (end-to-end),True +redshift,Redshift Serverless,134,134,2026-08-13T15:03:59Z,79742012314,4,Daily activity,0.387129,runner result (end-to-end),True +redshift,Redshift Serverless,135,135,2026-08-13T15:14:00Z,80344363553,4,Daily activity,0.551059,runner result (end-to-end),True +redshift,Redshift Serverless,136,136,2026-08-13T15:24:12Z,80945919301,4,Daily activity,0.58475,runner result (end-to-end),True +redshift,Redshift Serverless,137,137,2026-08-13T15:34:11Z,81551276073,4,Daily activity,0.861329,runner result (end-to-end),True +redshift,Redshift Serverless,138,138,2026-08-13T15:44:12Z,82098085629,4,Daily activity,0.428524,runner result (end-to-end),True +redshift,Redshift Serverless,139,139,2026-08-13T15:54:11Z,82760697798,4,Daily activity,0.463373,runner result (end-to-end),True +redshift,Redshift Serverless,140,140,2026-08-13T16:03:58Z,83304277333,4,Daily activity,0.509249,runner result (end-to-end),True +redshift,Redshift Serverless,141,141,2026-08-13T16:14:11Z,83915861762,4,Daily activity,0.545581,runner result (end-to-end),True +redshift,Redshift Serverless,142,142,2026-08-13T16:24:10Z,84516022757,4,Daily activity,0.477818,runner result (end-to-end),True +redshift,Redshift Serverless,143,143,2026-08-13T16:34:11Z,85116310321,4,Daily activity,0.547897,runner result (end-to-end),True +redshift,Redshift Serverless,144,144,2026-08-13T16:44:11Z,85714934329,4,Daily activity,0.667861,runner result (end-to-end),True +redshift,Redshift Serverless,145,145,2026-08-13T16:54:11Z,86376876842,4,Daily activity,0.45786,runner result (end-to-end),True +redshift,Redshift Serverless,146,146,2026-08-13T17:04:00Z,86919366179,4,Daily activity,0.399805,runner result (end-to-end),True +redshift,Redshift Serverless,147,147,2026-08-13T17:14:13Z,87518660143,4,Daily activity,0.665602,runner result (end-to-end),True +redshift,Redshift Serverless,148,148,2026-08-13T17:24:11Z,88119922644,4,Daily activity,0.528979,runner result (end-to-end),True +redshift,Redshift Serverless,149,149,2026-08-13T17:34:10Z,88721373784,4,Daily activity,0.558133,runner result (end-to-end),True +redshift,Redshift Serverless,150,150,2026-08-13T17:44:11Z,89317816940,4,Daily activity,0.448789,runner result (end-to-end),True +redshift,Redshift Serverless,151,151,2026-08-13T17:54:10Z,89920330616,4,Daily activity,0.506835,runner result (end-to-end),True +redshift,Redshift Serverless,152,152,2026-08-13T18:03:59Z,90519198255,4,Daily activity,0.499613,runner result (end-to-end),True +redshift,Redshift Serverless,153,153,2026-08-13T18:14:11Z,91116929731,4,Daily activity,0.476121,runner result (end-to-end),True +redshift,Redshift Serverless,154,154,2026-08-13T18:24:11Z,91721103362,4,Daily activity,0.422593,runner result (end-to-end),True +redshift,Redshift Serverless,155,155,2026-08-13T18:34:10Z,92316878209,4,Daily activity,0.704705,runner result (end-to-end),True +redshift,Redshift Serverless,156,156,2026-08-13T18:44:11Z,92920798733,4,Daily activity,0.492951,runner result (end-to-end),True +redshift,Redshift Serverless,157,157,2026-08-13T18:54:11Z,93578343844,4,Daily activity,0.724767,runner result (end-to-end),True +redshift,Redshift Serverless,158,158,2026-08-13T19:03:59Z,94121949722,4,Daily activity,0.439077,runner result (end-to-end),True +redshift,Redshift Serverless,159,159,2026-08-13T19:14:12Z,94720021119,4,Daily activity,0.471049,runner result (end-to-end),True +redshift,Redshift Serverless,160,160,2026-08-13T19:24:11Z,95321520836,4,Daily activity,0.502574,runner result (end-to-end),True +redshift,Redshift Serverless,161,161,2026-08-13T19:34:11Z,95919083638,4,Daily activity,0.562096,runner result (end-to-end),True +redshift,Redshift Serverless,162,162,2026-08-13T19:44:12Z,96521000095,4,Daily activity,0.483347,runner result (end-to-end),True +redshift,Redshift Serverless,163,163,2026-08-13T19:54:11Z,97179016064,4,Daily activity,0.510732,runner result (end-to-end),True +redshift,Redshift Serverless,164,164,2026-08-13T20:03:59Z,97780054204,4,Daily activity,0.331939,runner result (end-to-end),True +redshift,Redshift Serverless,165,165,2026-08-13T20:14:11Z,98322015057,4,Daily activity,0.56384,runner result (end-to-end),True +redshift,Redshift Serverless,166,166,2026-08-13T20:24:11Z,98921587131,4,Daily activity,0.53703,runner result (end-to-end),True +redshift,Redshift Serverless,167,167,2026-08-13T20:34:11Z,99517455047,4,Daily activity,0.452569,runner result (end-to-end),True +databricks,Databricks Serverless SQL,1,1,2026-09-18T17:07:31.664Z,48991024,4,Daily activity,0.441,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,2,2,2026-09-18T17:17:31.665Z,649003190,4,Daily activity,1.414,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,3,3,2026-09-18T17:27:31.665Z,1249020088,4,Daily activity,0.372,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,4,4,2026-09-18T17:37:31.665Z,1848994361,4,Daily activity,0.79,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,5,5,2026-09-18T17:47:31.665Z,2448987056,4,Daily activity,0.833,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,6,6,2026-09-18T17:57:31.665Z,3049016351,4,Daily activity,1.131,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,7,7,2026-09-18T18:07:31.665Z,3648905245,4,Daily activity,0.62,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,8,8,2026-09-18T18:17:31.665Z,4248886900,4,Daily activity,0.494,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,9,9,2026-09-18T18:27:31.665Z,4848983718,4,Daily activity,0.852,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,10,10,2026-09-18T18:37:31.665Z,5448871065,4,Daily activity,0.388,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,11,11,2026-09-18T18:47:31.665Z,6048972873,4,Daily activity,0.424,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,12,12,2026-09-18T18:57:31.665Z,6649003205,4,Daily activity,0.439,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,13,13,2026-09-18T19:07:31.665Z,7248988928,4,Daily activity,0.476,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,14,14,2026-09-18T19:17:31.665Z,7849051094,4,Daily activity,0.46,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,15,15,2026-09-18T19:27:31.665Z,8448855794,4,Daily activity,1.06,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,16,16,2026-09-18T19:37:31.665Z,9048929201,4,Daily activity,0.525,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,17,17,2026-09-18T19:47:31.665Z,9648968625,4,Daily activity,0.433,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,18,18,2026-09-18T19:57:31.665Z,10248903114,4,Daily activity,0.967,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,19,19,2026-09-18T20:07:31.665Z,10848950992,4,Daily activity,0.878,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,20,20,2026-09-18T20:17:31.665Z,11448893976,4,Daily activity,1.331,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,21,21,2026-09-18T20:27:31.665Z,12048592301,4,Daily activity,0.416,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,22,22,2026-09-18T20:37:31.665Z,12649009868,4,Daily activity,0.445,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,23,23,2026-09-18T20:47:31.665Z,13249019508,4,Daily activity,0.725,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,24,24,2026-09-18T20:57:31.665Z,13848898093,4,Daily activity,0.411,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,25,25,2026-09-18T21:07:31.665Z,14448885812,4,Daily activity,0.823,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,26,26,2026-09-18T21:17:31.665Z,15048867160,4,Daily activity,0.442,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,27,27,2026-09-18T21:27:31.665Z,15648997618,4,Daily activity,0.732,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,28,28,2026-09-18T21:37:31.665Z,16249004090,4,Daily activity,0.432,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,29,29,2026-09-18T21:47:31.665Z,16849004649,4,Daily activity,0.423,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,30,30,2026-09-18T21:57:31.665Z,17448992007,4,Daily activity,0.455,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,31,31,2026-09-18T22:07:31.665Z,18048883403,4,Daily activity,0.509,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,32,32,2026-09-18T22:17:31.665Z,18648733933,4,Daily activity,0.443,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,33,33,2026-09-18T22:27:31.665Z,19248986594,4,Daily activity,0.411,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,34,34,2026-09-18T22:37:31.665Z,19848956047,4,Daily activity,0.468,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,35,35,2026-09-18T22:47:31.665Z,20448891140,4,Daily activity,0.452,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,36,36,2026-09-18T22:57:31.665Z,21048956022,4,Daily activity,0.471,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,37,37,2026-09-18T23:07:31.665Z,21648927817,4,Daily activity,0.7,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,38,38,2026-09-18T23:17:31.665Z,22249043246,4,Daily activity,0.447,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,39,39,2026-09-18T23:27:31.665Z,22848929920,4,Daily activity,0.481,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,40,40,2026-09-18T23:37:31.665Z,23448953518,4,Daily activity,0.926,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,41,41,2026-09-18T23:47:31.665Z,24048909415,4,Daily activity,0.762,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,42,42,2026-09-18T23:57:31.665Z,24648973497,4,Daily activity,0.434,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,43,43,2026-09-19T00:07:31.665Z,25248924027,4,Daily activity,0.797,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,44,44,2026-09-19T00:17:31.665Z,25848959896,4,Daily activity,0.704,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,45,45,2026-09-19T00:27:31.665Z,26448943724,4,Daily activity,0.796,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,46,46,2026-09-19T00:37:31.665Z,27048899731,4,Daily activity,0.446,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,47,47,2026-09-19T00:47:31.665Z,27648937048,4,Daily activity,0.469,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,48,48,2026-09-19T00:57:31.665Z,28248919345,4,Daily activity,0.824,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,49,49,2026-09-19T01:07:31.665Z,28848912329,4,Daily activity,0.585,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,50,50,2026-09-19T01:17:31.665Z,29448915472,4,Daily activity,0.456,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,51,51,2026-09-19T01:27:31.665Z,30048967566,4,Daily activity,0.451,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,52,52,2026-09-19T01:37:31.665Z,30648879647,4,Daily activity,0.449,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,53,53,2026-09-19T01:47:31.665Z,31248858731,4,Daily activity,0.836,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,54,54,2026-09-19T01:57:31.665Z,31849001715,4,Daily activity,0.492,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,55,55,2026-09-19T02:07:31.665Z,32448900387,4,Daily activity,0.472,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,56,56,2026-09-19T02:17:31.665Z,33049038056,4,Daily activity,0.474,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,57,57,2026-09-19T02:27:31.665Z,33649000287,4,Daily activity,0.444,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,58,58,2026-09-19T02:37:31.665Z,34248943675,4,Daily activity,0.418,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,59,59,2026-09-19T02:47:31.665Z,34848935288,4,Daily activity,0.456,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,60,60,2026-09-19T02:57:31.665Z,35448936836,4,Daily activity,0.601,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,61,61,2026-09-19T03:07:31.665Z,36049010227,4,Daily activity,1.968,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,62,62,2026-09-19T03:17:31.665Z,36648957386,4,Daily activity,0.534,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,63,63,2026-09-19T03:27:31.665Z,37249049007,4,Daily activity,0.47,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,64,64,2026-09-19T03:37:31.665Z,37848989380,4,Daily activity,0.789,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,65,65,2026-09-19T03:47:31.665Z,38448981241,4,Daily activity,0.828,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,66,66,2026-09-19T03:57:31.665Z,39048929732,4,Daily activity,0.734,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,67,67,2026-09-19T04:07:31.665Z,39648991503,4,Daily activity,0.786,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,68,68,2026-09-19T04:17:31.665Z,40248892033,4,Daily activity,0.429,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,69,69,2026-09-19T04:27:31.665Z,40848840757,4,Daily activity,0.824,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,70,70,2026-09-19T04:37:31.665Z,41448952314,4,Daily activity,0.79,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,71,71,2026-09-19T04:47:31.665Z,42048902844,4,Daily activity,0.787,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,72,72,2026-09-19T04:57:31.665Z,42649050693,4,Daily activity,0.803,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,73,73,2026-09-19T05:07:31.665Z,43248955264,4,Daily activity,0.502,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,74,74,2026-09-19T05:17:31.665Z,43849004793,4,Daily activity,0.805,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,75,75,2026-09-19T05:27:31.665Z,44448870942,4,Daily activity,0.449,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,76,76,2026-09-19T05:37:31.665Z,45048902478,4,Daily activity,0.815,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,77,77,2026-09-19T05:47:31.665Z,45648983692,4,Daily activity,0.414,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,78,78,2026-09-19T05:57:31.665Z,46248965040,4,Daily activity,0.837,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,79,79,2026-09-19T06:07:31.665Z,46848958026,4,Daily activity,0.664,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,80,80,2026-09-19T06:17:31.665Z,47448953256,4,Daily activity,0.885,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,81,81,2026-09-19T06:27:31.665Z,48048969904,4,Daily activity,0.492,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,82,82,2026-09-19T06:37:31.665Z,48648841029,4,Daily activity,0.853,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,83,83,2026-09-19T06:47:31.665Z,49249000673,4,Daily activity,0.445,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,84,84,2026-09-19T06:57:31.665Z,49848932021,4,Daily activity,0.832,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,85,85,2026-09-19T07:07:31.665Z,50448920743,4,Daily activity,0.599,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,86,86,2026-09-19T07:17:31.665Z,51048965322,4,Daily activity,0.81,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,87,87,2026-09-19T07:27:31.665Z,51648867376,4,Daily activity,0.867,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,88,88,2026-09-19T07:37:31.665Z,52248886297,4,Daily activity,0.852,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,89,89,2026-09-19T07:47:31.665Z,52848929281,4,Daily activity,0.794,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,90,90,2026-09-19T07:57:31.665Z,53448968592,4,Daily activity,0.939,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,91,91,2026-09-19T08:07:31.665Z,54048999698,4,Daily activity,0.987,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,92,92,2026-09-19T08:17:31.665Z,54648912657,4,Daily activity,0.877,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,93,93,2026-09-19T08:27:31.665Z,55248932131,4,Daily activity,1.611,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,94,94,2026-09-19T08:37:31.665Z,55849013665,4,Daily activity,0.818,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,95,95,2026-09-19T08:47:31.665Z,56448925831,4,Daily activity,0.877,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,96,96,2026-09-19T08:57:31.665Z,57048862217,4,Daily activity,0.869,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,97,97,2026-09-19T09:07:31.665Z,57648963051,4,Daily activity,0.894,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,98,98,2026-09-19T09:17:31.665Z,58249004920,4,Daily activity,0.823,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,99,99,2026-09-19T09:27:31.665Z,58848886186,4,Daily activity,0.416,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,100,100,2026-09-19T09:37:31.665Z,59449032571,4,Daily activity,0.831,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,101,101,2026-09-19T09:47:31.665Z,60048974387,4,Daily activity,0.731,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,102,102,2026-09-19T09:57:31.665Z,60649047005,4,Daily activity,0.402,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,103,103,2026-09-19T10:07:31.665Z,61248997535,4,Daily activity,0.906,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,104,104,2026-09-19T10:17:31.665Z,61848979545,4,Daily activity,0.455,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,105,105,2026-09-19T10:27:31.665Z,62448827582,4,Daily activity,0.839,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,106,106,2026-09-19T10:37:31.665Z,63048951008,4,Daily activity,0.419,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,107,107,2026-09-19T10:47:31.665Z,63648915373,4,Daily activity,0.787,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,108,108,2026-09-19T10:57:31.665Z,64248934893,4,Daily activity,0.468,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,109,109,2026-09-19T11:07:31.665Z,64848931181,4,Daily activity,0.887,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,110,110,2026-09-19T11:17:31.665Z,65448990060,4,Daily activity,0.836,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,111,111,2026-09-19T11:27:31.665Z,66048942260,4,Daily activity,0.58,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,112,112,2026-09-19T11:37:31.665Z,66648970121,4,Daily activity,1.108,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,113,113,2026-09-19T11:47:31.665Z,67248947921,4,Daily activity,0.424,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,114,114,2026-09-19T11:57:31.665Z,67848865391,4,Daily activity,0.844,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,115,115,2026-09-19T12:07:31.665Z,68448901225,4,Daily activity,1.43,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,116,116,2026-09-19T12:17:31.665Z,69049033856,4,Daily activity,0.872,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,117,117,2026-09-19T12:27:31.665Z,69648898887,4,Daily activity,0.876,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,118,118,2026-09-19T12:37:31.665Z,70248972689,4,Daily activity,0.857,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,119,119,2026-09-19T12:47:31.665Z,70848944994,4,Daily activity,1.774,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,120,120,2026-09-19T12:57:31.665Z,71448876924,4,Daily activity,0.856,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,121,121,2026-09-19T13:07:31.665Z,72048872763,4,Daily activity,1.094,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,122,122,2026-09-19T13:17:31.665Z,72648823293,4,Daily activity,0.914,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,123,123,2026-09-19T13:27:31.665Z,73248951843,4,Daily activity,0.903,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,124,124,2026-09-19T13:37:31.665Z,73848850795,4,Daily activity,0.844,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,125,125,2026-09-19T13:47:31.665Z,74448988124,4,Daily activity,0.831,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,126,126,2026-09-19T13:57:31.665Z,75048980211,4,Daily activity,0.753,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,127,127,2026-09-19T14:07:31.665Z,75648919105,4,Daily activity,0.907,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,128,128,2026-09-19T14:17:31.665Z,76248881396,4,Daily activity,0.837,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,129,129,2026-09-19T14:27:31.665Z,76848823691,4,Daily activity,0.841,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,130,130,2026-09-19T14:37:31.665Z,77448864325,4,Daily activity,0.8,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,131,131,2026-09-19T14:47:31.665Z,78048857309,4,Daily activity,0.822,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,132,132,2026-09-19T14:57:31.665Z,78648963825,4,Daily activity,0.877,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,133,133,2026-09-19T15:07:31.665Z,79248916498,4,Daily activity,0.867,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,134,134,2026-09-19T15:17:31.665Z,79848963748,4,Daily activity,0.481,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,135,135,2026-09-19T15:27:31.665Z,80448989098,4,Daily activity,0.807,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,136,136,2026-09-19T15:37:31.665Z,81048989103,4,Daily activity,0.425,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,137,137,2026-09-19T15:47:31.665Z,81648805878,4,Daily activity,0.802,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,138,138,2026-09-19T15:57:31.665Z,82248892830,4,Daily activity,0.491,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,139,139,2026-09-19T16:07:31.665Z,82848947450,4,Daily activity,0.954,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,140,140,2026-09-19T16:17:31.665Z,83448864291,4,Daily activity,0.949,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,141,141,2026-09-19T16:27:31.665Z,84048946267,4,Daily activity,0.468,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,142,142,2026-09-19T16:37:31.665Z,84648911334,4,Daily activity,1.051,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,143,143,2026-09-19T16:47:31.665Z,85248832558,4,Daily activity,0.486,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,144,144,2026-09-19T16:57:31.665Z,85848983088,4,Daily activity,1.318,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,145,145,2026-09-19T17:07:31.665Z,86448998070,4,Daily activity,0.794,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,146,146,2026-09-19T17:17:31.665Z,87048970508,4,Daily activity,0.865,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,147,147,2026-09-19T17:27:31.665Z,87648993949,4,Daily activity,0.992,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,148,148,2026-09-19T17:37:31.665Z,88248973865,4,Daily activity,1.144,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,149,149,2026-09-19T17:47:31.665Z,88848942984,4,Daily activity,1.275,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,150,150,2026-09-19T17:57:31.665Z,89448824332,4,Daily activity,1.319,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,151,151,2026-09-19T18:07:31.665Z,90048962182,4,Daily activity,1.01,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,152,152,2026-09-19T18:17:31.665Z,90648973338,4,Daily activity,0.853,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,153,153,2026-09-19T18:27:31.665Z,91248923008,4,Daily activity,0.476,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,154,154,2026-09-19T18:37:31.665Z,91848815062,4,Daily activity,0.914,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,155,155,2026-09-19T18:47:31.665Z,92448977228,4,Daily activity,0.975,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,156,156,2026-09-19T18:57:31.665Z,93048998642,4,Daily activity,0.537,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,157,157,2026-09-19T19:07:31.665Z,93648850827,4,Daily activity,0.987,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,158,158,2026-09-19T19:17:31.665Z,94248956784,4,Daily activity,1.397,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,159,159,2026-09-19T19:27:31.665Z,94848829249,4,Daily activity,1.187,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,160,160,2026-09-19T19:37:31.665Z,95448942204,4,Daily activity,0.845,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,161,161,2026-09-19T19:47:31.665Z,96048966006,4,Daily activity,0.908,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,162,162,2026-09-19T19:57:31.665Z,96648893321,4,Daily activity,1.651,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,163,163,2026-09-19T20:07:31.665Z,97248931018,4,Daily activity,0.876,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,164,164,2026-09-19T20:17:31.665Z,97848875579,4,Daily activity,0.447,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,165,165,2026-09-19T20:27:31.665Z,98448826106,4,Daily activity,0.988,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,166,166,2026-09-19T20:37:31.665Z,99048919090,4,Daily activity,1.01,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,167,167,2026-09-19T20:47:31.665Z,99648972815,4,Daily activity,0.451,provider Query History total duration; includes compilation; excludes fetch,True diff --git a/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems_wide_summary.json b/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems_wide_summary.json index c487c4a..ccc4caf 100644 --- a/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems_wide_summary.json +++ b/full-path-realtime/quotes/global/results/charts/aggregate_query_latency_all_systems_wide_summary.json @@ -28,12 +28,13 @@ "ClickHouse Cloud", "Snowflake", "BigQuery", - "Redshift Serverless" + "Redshift Serverless", + "Databricks Serverless SQL" ] }, "manifest": { "path": "quotes/global/visualizations/manifest.json", - "sha256": "f0132c4fe23eb045fd8b5a291db1bd54b80a7a4e769a4d6dd4309b17ce079c8b" + "sha256": "7f746e45b6348669c2fc241e310f368293b168d10732f94bef6ed41d7c0f1acb" }, "sources": { "clickhouse": { @@ -107,6 +108,24 @@ "Redshift Serverless w128r32" ] } + }, + "databricks": { + "runner_jsonl": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/dashboard_accepted.jsonl", + "runner_sha256": "0e77c75163eefa53823426b40127933f266f2b20f27e707432b0b6a85362d281", + "queries": "quotes/databricks/queries_mv.sql", + "queries_sha256": "37f7e0180b1e5335dc6d888f5216dd6964a567a5fcdac3e05e22f4d9047d70ea", + "load": { + "records_read": 189, + "records_selected": 167, + "zero_row_records_excluded": 0, + "records_above_cap_excluded": 22, + "systems": [ + "Databricks (AWS)" + ], + "machines": [ + "Databricks SQL warehouse" + ] + } } }, "reports": { @@ -199,6 +218,27 @@ "excluded": 0 } }, + "databricks_q1": { + "raw_stats": { + "observations": 167, + "average_sec": 1.152808383233533, + "median_sec": 1.016, + "p95_sec": 1.944, + "maximum_sec": 5.299 + }, + "plotted_stats_before_display_smoothing": { + "observations": 167, + "average_sec": 1.152808383233533, + "median_sec": 1.016, + "p95_sec": 1.944, + "maximum_sec": 5.299 + }, + "outlier_policy": { + "applied": false, + "reason": "no configured filter", + "excluded": 0 + } + }, "clickhouse_q2": { "raw_stats": { "observations": 192, @@ -288,6 +328,27 @@ "excluded": 0 } }, + "databricks_q2": { + "raw_stats": { + "observations": 167, + "average_sec": 0.6356766467065869, + "median_sec": 0.684, + "p95_sec": 0.88, + "maximum_sec": 1.138 + }, + "plotted_stats_before_display_smoothing": { + "observations": 167, + "average_sec": 0.6356766467065869, + "median_sec": 0.684, + "p95_sec": 0.88, + "maximum_sec": 1.138 + }, + "outlier_policy": { + "applied": false, + "reason": "no configured filter", + "excluded": 0 + } + }, "clickhouse_q3": { "raw_stats": { "observations": 192, @@ -377,6 +438,27 @@ "excluded": 0 } }, + "databricks_q3": { + "raw_stats": { + "observations": 167, + "average_sec": 0.6650239520958083, + "median_sec": 0.747, + "p95_sec": 1.002, + "maximum_sec": 1.442 + }, + "plotted_stats_before_display_smoothing": { + "observations": 167, + "average_sec": 0.6650239520958083, + "median_sec": 0.747, + "p95_sec": 1.002, + "maximum_sec": 1.442 + }, + "outlier_policy": { + "applied": false, + "reason": "no configured filter", + "excluded": 0 + } + }, "clickhouse_q4": { "raw_stats": { "observations": 192, @@ -465,6 +547,27 @@ "reason": "no configured filter", "excluded": 0 } + }, + "databricks_q4": { + "raw_stats": { + "observations": 167, + "average_sec": 0.7525688622754492, + "median_sec": 0.797, + "p95_sec": 1.319, + "maximum_sec": 1.968 + }, + "plotted_stats_before_display_smoothing": { + "observations": 167, + "average_sec": 0.7525688622754492, + "median_sec": 0.797, + "p95_sec": 1.319, + "maximum_sec": 1.968 + }, + "outlier_policy": { + "applied": false, + "reason": "no configured filter", + "excluded": 0 + } } }, "outputs": { diff --git a/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems.png b/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems.png index a9e5527..be3202f 100644 Binary files a/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems.png and b/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems.png differ diff --git a/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems.svg b/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems.svg index f55ae6a..2db9d6b 100644 --- a/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems.svg +++ b/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems.svg @@ -6,7 +6,7 @@ - 2026-08-17T07:31:01.728980 + 2026-09-22T07:48:40.623002 image/svg+xml @@ -32,8 +32,8 @@ z @@ -41,17 +41,17 @@ z +L 53.166406 73.148 +" clip-path="url(#p86e649fd30)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - - + @@ -79,12 +79,12 @@ z +L 126.043906 73.148 +" clip-path="url(#p86e649fd30)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -143,12 +143,12 @@ z +L 198.921406 73.148 +" clip-path="url(#p86e649fd30)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -186,12 +186,12 @@ z +L 271.798906 73.148 +" clip-path="url(#p86e649fd30)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -227,12 +227,12 @@ z +L 344.676406 73.148 +" clip-path="url(#p86e649fd30)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -274,12 +274,12 @@ z +L 417.553906 73.148 +" clip-path="url(#p86e649fd30)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -544,16 +544,16 @@ z +" clip-path="url(#p86e649fd30)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - - + @@ -566,18 +566,18 @@ L -3.5 0 - + - + - + - + - + - + @@ -628,18 +628,18 @@ L 417.553906 173.99972 - + - + - + @@ -649,18 +649,18 @@ L 417.553906 127.64558 - + - + - + @@ -670,7 +670,7 @@ L 417.553906 81.291439 - + - + @@ -837,167 +837,198 @@ L 417.553906 266.708 " style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> - + - + - + - + - + + + + - + - + +L 467.776406 73.148 +" clip-path="url(#p757be116be)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1327,14 +1358,14 @@ L 467.776406 48.38 - + +L 540.653906 73.148 +" clip-path="url(#p757be116be)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1347,14 +1378,14 @@ L 540.653906 48.38 - + +L 613.531406 73.148 +" clip-path="url(#p757be116be)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1367,14 +1398,14 @@ L 613.531406 48.38 - + +L 686.408906 73.148 +" clip-path="url(#p757be116be)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1387,14 +1418,14 @@ L 686.408906 48.38 - + +L 759.286406 73.148 +" clip-path="url(#p757be116be)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1407,14 +1438,14 @@ L 759.286406 48.38 - + +L 832.163906 73.148 +" clip-path="url(#p757be116be)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1455,14 +1486,14 @@ L 832.163906 48.38 - + +" clip-path="url(#p757be116be)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1474,19 +1505,19 @@ L 832.163906 266.708 - - - + + + - + - + @@ -1494,19 +1525,19 @@ L 832.163906 240.560934 - - - + + + - + - + @@ -1515,19 +1546,19 @@ L 832.163906 214.413868 - - - + + + - + - + @@ -1536,19 +1567,19 @@ L 832.163906 188.266802 - - - + + + - + - + @@ -1557,19 +1588,19 @@ L 832.163906 162.119737 - - - + + + - + - + @@ -1578,19 +1609,19 @@ L 832.163906 135.972671 - - - + + + - + - + - - - + + + - + - + @@ -1643,19 +1674,19 @@ L 832.163906 83.678539 - - - + + + - + - + @@ -1666,176 +1697,207 @@ L 832.163906 57.531473 - - - - + - + - + - + + + + + + + - + - - - + - + - - + - + - - + - + - - + - + - - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + diff --git a/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems_data.csv b/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems_data.csv index f29484f..7ecd7a0 100644 --- a/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems_data.csv +++ b/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems_data.csv @@ -89,60 +89,88 @@ bigquery,BigQuery,25,25,2026-08-11T15:24:41.101Z,86354594018,1,Hourly OHLCV bars bigquery,BigQuery,26,26,2026-08-11T16:24:41.101Z,89952672588,1,Hourly OHLCV bars,2.914,statistics.finalExecutionDurationMs,True bigquery,BigQuery,27,27,2026-08-11T17:24:41.101Z,93548598329,1,Hourly OHLCV bars,3.604,statistics.finalExecutionDurationMs,True bigquery,BigQuery,28,28,2026-08-11T18:24:41.101Z,97155331056,1,Hourly OHLCV bars,4.112,statistics.finalExecutionDurationMs,True -redshift_super,Redshift · SUPER,2,2,2026-08-12T17:54:28Z,3539132196,1,Hourly OHLCV bars,15.611969,clickhouse-client --time,True -redshift_super,Redshift · SUPER,3,3,2026-08-12T18:54:48Z,7142932703,1,Hourly OHLCV bars,29.389882,clickhouse-client --time,True -redshift_super,Redshift · SUPER,4,4,2026-08-12T19:55:14Z,10739646237,1,Hourly OHLCV bars,213.845328,clickhouse-client --time,True -redshift_super,Redshift · SUPER,5,5,2026-08-12T20:57:49Z,14346887362,1,Hourly OHLCV bars,64.131728,clickhouse-client --time,True -redshift_super,Redshift · SUPER,6,6,2026-08-12T21:58:44Z,17944900380,1,Hourly OHLCV bars,71.840974,clickhouse-client --time,True -redshift_super,Redshift · SUPER,7,7,2026-08-12T22:59:43Z,21541024360,1,Hourly OHLCV bars,87.85855,clickhouse-client --time,True -redshift_super,Redshift · SUPER,8,8,2026-08-13T00:00:35Z,25158046681,1,Hourly OHLCV bars,105.930057,clickhouse-client --time,True -redshift_super,Redshift · SUPER,9,9,2026-08-13T01:01:39Z,28758932048,1,Hourly OHLCV bars,120.504405,clickhouse-client --time,True -redshift_super,Redshift · SUPER,10,10,2026-08-13T02:02:16Z,32358986128,1,Hourly OHLCV bars,136.53611,clickhouse-client --time,True -redshift_super,Redshift · SUPER,11,11,2026-08-13T03:02:14Z,35960573077,1,Hourly OHLCV bars,149.744311,clickhouse-client --time,True -redshift_super,Redshift · SUPER,12,12,2026-08-13T03:54:52Z,39507372773,1,Hourly OHLCV bars,446.004491,clickhouse-client --time,True -redshift_super,Redshift · SUPER,13,13,2026-08-13T04:55:11Z,43113715625,1,Hourly OHLCV bars,56.021824,clickhouse-client --time,True -redshift_super,Redshift · SUPER,14,14,2026-08-13T06:01:34Z,46769882264,1,Hourly OHLCV bars,45.065908,clickhouse-client --time,True -redshift_super,Redshift · SUPER,15,15,2026-08-13T07:01:56Z,50311961071,1,Hourly OHLCV bars,61.11634,clickhouse-client --time,True -redshift_super,Redshift · SUPER,16,16,2026-08-13T08:02:01Z,53928907694,1,Hourly OHLCV bars,70.692557,clickhouse-client --time,True -redshift_super,Redshift · SUPER,17,17,2026-08-13T09:02:00Z,57534735475,1,Hourly OHLCV bars,84.077744,clickhouse-client --time,True -redshift_super,Redshift · SUPER,18,18,2026-08-13T10:02:06Z,61127219937,1,Hourly OHLCV bars,102.551223,clickhouse-client --time,True -redshift_super,Redshift · SUPER,19,19,2026-08-13T11:02:28Z,64726881755,1,Hourly OHLCV bars,120.270434,clickhouse-client --time,True -redshift_super,Redshift · SUPER,20,20,2026-08-13T12:02:29Z,68330088073,1,Hourly OHLCV bars,136.699789,clickhouse-client --time,True -redshift_super,Redshift · SUPER,21,21,2026-08-13T13:02:33Z,71946007841,1,Hourly OHLCV bars,150.259941,clickhouse-client --time,True -redshift_super,Redshift · SUPER,22,22,2026-08-13T14:02:53Z,75540057221,1,Hourly OHLCV bars,178.054849,clickhouse-client --time,True -redshift_super,Redshift · SUPER,23,23,2026-08-13T15:02:51Z,79146527318,1,Hourly OHLCV bars,199.828932,clickhouse-client --time,True -redshift_super,Redshift · SUPER,24,24,2026-08-13T16:02:36Z,82760697798,1,Hourly OHLCV bars,52.144207,clickhouse-client --time,True -redshift_super,Redshift · SUPER,25,25,2026-08-13T16:57:56Z,86376876842,1,Hourly OHLCV bars,63.592342,clickhouse-client --time,True -redshift_super,Redshift · SUPER,26,26,2026-08-13T18:00:01Z,89920330616,1,Hourly OHLCV bars,82.4392,clickhouse-client --time,True -redshift_super,Redshift · SUPER,27,27,2026-08-13T19:00:20Z,93578343844,1,Hourly OHLCV bars,95.675033,clickhouse-client --time,True -redshift_super,Redshift · SUPER,28,28,2026-08-13T20:00:16Z,97179016064,1,Hourly OHLCV bars,110.796395,clickhouse-client --time,True -redshift_typed,Redshift · Typed,2,2,2026-08-12T17:54:09Z,3539132196,1,Hourly OHLCV bars,15.920081,clickhouse-client --time,True -redshift_typed,Redshift · Typed,3,3,2026-08-12T18:54:09Z,7142932703,1,Hourly OHLCV bars,31.239792,clickhouse-client --time,True -redshift_typed,Redshift · Typed,4,4,2026-08-12T19:54:10Z,10739646237,1,Hourly OHLCV bars,46.703796,clickhouse-client --time,True -redshift_typed,Redshift · Typed,5,5,2026-08-12T20:54:09Z,14346887362,1,Hourly OHLCV bars,63.46344,clickhouse-client --time,True -redshift_typed,Redshift · Typed,6,6,2026-08-12T21:54:10Z,17944900380,1,Hourly OHLCV bars,77.17451,clickhouse-client --time,True -redshift_typed,Redshift · Typed,7,7,2026-08-12T22:54:09Z,21541024360,1,Hourly OHLCV bars,92.652014,clickhouse-client --time,True -redshift_typed,Redshift · Typed,8,8,2026-08-12T23:54:09Z,25158046681,1,Hourly OHLCV bars,108.211803,clickhouse-client --time,True -redshift_typed,Redshift · Typed,9,9,2026-08-13T00:54:10Z,28758932048,1,Hourly OHLCV bars,129.005022,clickhouse-client --time,True -redshift_typed,Redshift · Typed,10,10,2026-08-13T01:54:10Z,32358986128,1,Hourly OHLCV bars,144.999259,clickhouse-client --time,True -redshift_typed,Redshift · Typed,11,11,2026-08-13T02:54:08Z,35960573077,1,Hourly OHLCV bars,159.313652,clickhouse-client --time,True -redshift_typed,Redshift · Typed,12,12,2026-08-13T03:54:10Z,39507372773,1,Hourly OHLCV bars,34.857398,clickhouse-client --time,True -redshift_typed,Redshift · Typed,13,13,2026-08-13T04:54:10Z,43113715625,1,Hourly OHLCV bars,51.198841,clickhouse-client --time,True -redshift_typed,Redshift · Typed,14,14,2026-08-13T05:54:12Z,46769882264,1,Hourly OHLCV bars,67.427364,clickhouse-client --time,True -redshift_typed,Redshift · Typed,15,15,2026-08-13T06:54:10Z,50311961071,1,Hourly OHLCV bars,81.900148,clickhouse-client --time,True -redshift_typed,Redshift · Typed,16,16,2026-08-13T07:54:11Z,53928907694,1,Hourly OHLCV bars,96.422819,clickhouse-client --time,True -redshift_typed,Redshift · Typed,17,17,2026-08-13T08:54:10Z,57534735475,1,Hourly OHLCV bars,110.071634,clickhouse-client --time,True -redshift_typed,Redshift · Typed,18,18,2026-08-13T09:54:12Z,61127219937,1,Hourly OHLCV bars,130.18071,clickhouse-client --time,True -redshift_typed,Redshift · Typed,19,19,2026-08-13T10:54:10Z,64726881755,1,Hourly OHLCV bars,156.440168,clickhouse-client --time,True -redshift_typed,Redshift · Typed,20,20,2026-08-13T11:54:10Z,68330088073,1,Hourly OHLCV bars,170.877919,clickhouse-client --time,True -redshift_typed,Redshift · Typed,21,21,2026-08-13T12:54:09Z,71946007841,1,Hourly OHLCV bars,192.42891,clickhouse-client --time,True -redshift_typed,Redshift · Typed,22,22,2026-08-13T13:54:11Z,75540057221,1,Hourly OHLCV bars,210.127509,clickhouse-client --time,True -redshift_typed,Redshift · Typed,23,23,2026-08-13T14:54:11Z,79146527318,1,Hourly OHLCV bars,215.844457,clickhouse-client --time,True -redshift_typed,Redshift · Typed,24,24,2026-08-13T15:54:11Z,82760697798,1,Hourly OHLCV bars,234.741752,clickhouse-client --time,True -redshift_typed,Redshift · Typed,25,25,2026-08-13T16:54:11Z,86376876842,1,Hourly OHLCV bars,64.849824,clickhouse-client --time,True -redshift_typed,Redshift · Typed,26,26,2026-08-13T17:54:10Z,89920330616,1,Hourly OHLCV bars,79.47847,clickhouse-client --time,True -redshift_typed,Redshift · Typed,27,27,2026-08-13T18:54:11Z,93578343844,1,Hourly OHLCV bars,93.599052,clickhouse-client --time,True -redshift_typed,Redshift · Typed,28,28,2026-08-13T19:54:11Z,97179016064,1,Hourly OHLCV bars,111.850088,clickhouse-client --time,True +redshift_super,Redshift · SUPER,2,2,2026-08-12T17:54:28Z,3539132196,1,Hourly OHLCV bars,15.611969,runner result (end-to-end),True +redshift_super,Redshift · SUPER,3,3,2026-08-12T18:54:48Z,7142932703,1,Hourly OHLCV bars,29.389882,runner result (end-to-end),True +redshift_super,Redshift · SUPER,4,4,2026-08-12T19:55:14Z,10739646237,1,Hourly OHLCV bars,213.845328,runner result (end-to-end),True +redshift_super,Redshift · SUPER,5,5,2026-08-12T20:57:49Z,14346887362,1,Hourly OHLCV bars,64.131728,runner result (end-to-end),True +redshift_super,Redshift · SUPER,6,6,2026-08-12T21:58:44Z,17944900380,1,Hourly OHLCV bars,71.840974,runner result (end-to-end),True +redshift_super,Redshift · SUPER,7,7,2026-08-12T22:59:43Z,21541024360,1,Hourly OHLCV bars,87.85855,runner result (end-to-end),True +redshift_super,Redshift · SUPER,8,8,2026-08-13T00:00:35Z,25158046681,1,Hourly OHLCV bars,105.930057,runner result (end-to-end),True +redshift_super,Redshift · SUPER,9,9,2026-08-13T01:01:39Z,28758932048,1,Hourly OHLCV bars,120.504405,runner result (end-to-end),True +redshift_super,Redshift · SUPER,10,10,2026-08-13T02:02:16Z,32358986128,1,Hourly OHLCV bars,136.53611,runner result (end-to-end),True +redshift_super,Redshift · SUPER,11,11,2026-08-13T03:02:14Z,35960573077,1,Hourly OHLCV bars,149.744311,runner result (end-to-end),True +redshift_super,Redshift · SUPER,12,12,2026-08-13T03:54:52Z,39507372773,1,Hourly OHLCV bars,446.004491,runner result (end-to-end),True +redshift_super,Redshift · SUPER,13,13,2026-08-13T04:55:11Z,43113715625,1,Hourly OHLCV bars,56.021824,runner result (end-to-end),True +redshift_super,Redshift · SUPER,14,14,2026-08-13T06:01:34Z,46769882264,1,Hourly OHLCV bars,45.065908,runner result (end-to-end),True +redshift_super,Redshift · SUPER,15,15,2026-08-13T07:01:56Z,50311961071,1,Hourly OHLCV bars,61.11634,runner result (end-to-end),True +redshift_super,Redshift · SUPER,16,16,2026-08-13T08:02:01Z,53928907694,1,Hourly OHLCV bars,70.692557,runner result (end-to-end),True +redshift_super,Redshift · SUPER,17,17,2026-08-13T09:02:00Z,57534735475,1,Hourly OHLCV bars,84.077744,runner result (end-to-end),True +redshift_super,Redshift · SUPER,18,18,2026-08-13T10:02:06Z,61127219937,1,Hourly OHLCV bars,102.551223,runner result (end-to-end),True +redshift_super,Redshift · SUPER,19,19,2026-08-13T11:02:28Z,64726881755,1,Hourly OHLCV bars,120.270434,runner result (end-to-end),True +redshift_super,Redshift · SUPER,20,20,2026-08-13T12:02:29Z,68330088073,1,Hourly OHLCV bars,136.699789,runner result (end-to-end),True +redshift_super,Redshift · SUPER,21,21,2026-08-13T13:02:33Z,71946007841,1,Hourly OHLCV bars,150.259941,runner result (end-to-end),True +redshift_super,Redshift · SUPER,22,22,2026-08-13T14:02:53Z,75540057221,1,Hourly OHLCV bars,178.054849,runner result (end-to-end),True +redshift_super,Redshift · SUPER,23,23,2026-08-13T15:02:51Z,79146527318,1,Hourly OHLCV bars,199.828932,runner result (end-to-end),True +redshift_super,Redshift · SUPER,24,24,2026-08-13T16:02:36Z,82760697798,1,Hourly OHLCV bars,52.144207,runner result (end-to-end),True +redshift_super,Redshift · SUPER,25,25,2026-08-13T16:57:56Z,86376876842,1,Hourly OHLCV bars,63.592342,runner result (end-to-end),True +redshift_super,Redshift · SUPER,26,26,2026-08-13T18:00:01Z,89920330616,1,Hourly OHLCV bars,82.4392,runner result (end-to-end),True +redshift_super,Redshift · SUPER,27,27,2026-08-13T19:00:20Z,93578343844,1,Hourly OHLCV bars,95.675033,runner result (end-to-end),True +redshift_super,Redshift · SUPER,28,28,2026-08-13T20:00:16Z,97179016064,1,Hourly OHLCV bars,110.796395,runner result (end-to-end),True +redshift_typed,Redshift · Typed,2,2,2026-08-12T17:54:09Z,3539132196,1,Hourly OHLCV bars,15.920081,runner result (end-to-end),True +redshift_typed,Redshift · Typed,3,3,2026-08-12T18:54:09Z,7142932703,1,Hourly OHLCV bars,31.239792,runner result (end-to-end),True +redshift_typed,Redshift · Typed,4,4,2026-08-12T19:54:10Z,10739646237,1,Hourly OHLCV bars,46.703796,runner result (end-to-end),True +redshift_typed,Redshift · Typed,5,5,2026-08-12T20:54:09Z,14346887362,1,Hourly OHLCV bars,63.46344,runner result (end-to-end),True +redshift_typed,Redshift · Typed,6,6,2026-08-12T21:54:10Z,17944900380,1,Hourly OHLCV bars,77.17451,runner result (end-to-end),True +redshift_typed,Redshift · Typed,7,7,2026-08-12T22:54:09Z,21541024360,1,Hourly OHLCV bars,92.652014,runner result (end-to-end),True +redshift_typed,Redshift · Typed,8,8,2026-08-12T23:54:09Z,25158046681,1,Hourly OHLCV bars,108.211803,runner result (end-to-end),True +redshift_typed,Redshift · Typed,9,9,2026-08-13T00:54:10Z,28758932048,1,Hourly OHLCV bars,129.005022,runner result (end-to-end),True +redshift_typed,Redshift · Typed,10,10,2026-08-13T01:54:10Z,32358986128,1,Hourly OHLCV bars,144.999259,runner result (end-to-end),True +redshift_typed,Redshift · Typed,11,11,2026-08-13T02:54:08Z,35960573077,1,Hourly OHLCV bars,159.313652,runner result (end-to-end),True +redshift_typed,Redshift · Typed,12,12,2026-08-13T03:54:10Z,39507372773,1,Hourly OHLCV bars,34.857398,runner result (end-to-end),True +redshift_typed,Redshift · Typed,13,13,2026-08-13T04:54:10Z,43113715625,1,Hourly OHLCV bars,51.198841,runner result (end-to-end),True +redshift_typed,Redshift · Typed,14,14,2026-08-13T05:54:12Z,46769882264,1,Hourly OHLCV bars,67.427364,runner result (end-to-end),True +redshift_typed,Redshift · Typed,15,15,2026-08-13T06:54:10Z,50311961071,1,Hourly OHLCV bars,81.900148,runner result (end-to-end),True +redshift_typed,Redshift · Typed,16,16,2026-08-13T07:54:11Z,53928907694,1,Hourly OHLCV bars,96.422819,runner result (end-to-end),True +redshift_typed,Redshift · Typed,17,17,2026-08-13T08:54:10Z,57534735475,1,Hourly OHLCV bars,110.071634,runner result (end-to-end),True +redshift_typed,Redshift · Typed,18,18,2026-08-13T09:54:12Z,61127219937,1,Hourly OHLCV bars,130.18071,runner result (end-to-end),True +redshift_typed,Redshift · Typed,19,19,2026-08-13T10:54:10Z,64726881755,1,Hourly OHLCV bars,156.440168,runner result (end-to-end),True +redshift_typed,Redshift · Typed,20,20,2026-08-13T11:54:10Z,68330088073,1,Hourly OHLCV bars,170.877919,runner result (end-to-end),True +redshift_typed,Redshift · Typed,21,21,2026-08-13T12:54:09Z,71946007841,1,Hourly OHLCV bars,192.42891,runner result (end-to-end),True +redshift_typed,Redshift · Typed,22,22,2026-08-13T13:54:11Z,75540057221,1,Hourly OHLCV bars,210.127509,runner result (end-to-end),True +redshift_typed,Redshift · Typed,23,23,2026-08-13T14:54:11Z,79146527318,1,Hourly OHLCV bars,215.844457,runner result (end-to-end),True +redshift_typed,Redshift · Typed,24,24,2026-08-13T15:54:11Z,82760697798,1,Hourly OHLCV bars,234.741752,runner result (end-to-end),True +redshift_typed,Redshift · Typed,25,25,2026-08-13T16:54:11Z,86376876842,1,Hourly OHLCV bars,64.849824,runner result (end-to-end),True +redshift_typed,Redshift · Typed,26,26,2026-08-13T17:54:10Z,89920330616,1,Hourly OHLCV bars,79.47847,runner result (end-to-end),True +redshift_typed,Redshift · Typed,27,27,2026-08-13T18:54:11Z,93578343844,1,Hourly OHLCV bars,93.599052,runner result (end-to-end),True +redshift_typed,Redshift · Typed,28,28,2026-08-13T19:54:11Z,97179016064,1,Hourly OHLCV bars,111.850088,runner result (end-to-end),True +databricks,Databricks Serverless SQL,1,1,2026-09-18T17:07:31.592Z,48779388,1,Hourly OHLCV bars,2.829,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,2,2,2026-09-18T18:07:31.592Z,3648905245,1,Hourly OHLCV bars,18.889,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,3,3,2026-09-18T19:07:31.592Z,7248888928,1,Hourly OHLCV bars,10.34,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,4,4,2026-09-18T20:07:31.592Z,10848950992,1,Hourly OHLCV bars,11.498,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,5,5,2026-09-18T21:07:31.592Z,14448885812,1,Hourly OHLCV bars,22.492,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,6,6,2026-09-18T22:07:31.592Z,18048883403,1,Hourly OHLCV bars,27.32,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,7,7,2026-09-18T23:07:31.592Z,21648927817,1,Hourly OHLCV bars,3.187,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,8,8,2026-09-19T00:07:31.592Z,25248924027,1,Hourly OHLCV bars,12.971,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,9,9,2026-09-19T01:07:31.592Z,28848912329,1,Hourly OHLCV bars,16.939,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,10,10,2026-09-19T02:07:31.592Z,32448900387,1,Hourly OHLCV bars,21.737,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,11,11,2026-09-19T03:07:31.592Z,36048779409,1,Hourly OHLCV bars,31.688,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,12,12,2026-09-19T04:07:31.592Z,39648841503,1,Hourly OHLCV bars,4.144,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,13,13,2026-09-19T05:07:31.592Z,43248955264,1,Hourly OHLCV bars,14.769,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,14,14,2026-09-19T06:07:31.592Z,46848958026,1,Hourly OHLCV bars,17.455,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,15,15,2026-09-19T07:07:31.592Z,50448920743,1,Hourly OHLCV bars,20.88,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,16,16,2026-09-19T08:07:31.592Z,54048818880,1,Hourly OHLCV bars,28.953,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,17,17,2026-09-19T09:07:31.592Z,57648913051,1,Hourly OHLCV bars,10.2,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,18,18,2026-09-19T10:07:31.592Z,61248785899,1,Hourly OHLCV bars,14.047,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,19,19,2026-09-19T11:07:31.592Z,64848931181,1,Hourly OHLCV bars,21.807,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,20,20,2026-09-19T12:07:31.592Z,68448901225,1,Hourly OHLCV bars,23.502,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,21,21,2026-09-19T13:07:31.592Z,72048872763,1,Hourly OHLCV bars,30.792,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,22,22,2026-09-19T14:07:31.592Z,75648919105,1,Hourly OHLCV bars,9.083,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,23,23,2026-09-19T15:07:31.592Z,79248916498,1,Hourly OHLCV bars,15.552,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,24,24,2026-09-19T16:07:31.592Z,82848735814,1,Hourly OHLCV bars,19.303,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,25,25,2026-09-19T17:07:31.592Z,86448786434,1,Hourly OHLCV bars,56.901,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,26,26,2026-09-19T18:07:31.592Z,90048750546,1,Hourly OHLCV bars,33.798,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,27,27,2026-09-19T19:07:31.592Z,93648850827,1,Hourly OHLCV bars,12.764,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,28,28,2026-09-19T20:07:31.592Z,97248769382,1,Hourly OHLCV bars,16.425,provider Query History total duration; includes compilation; excludes fetch,True clickhouse,ClickHouse Cloud,2,2,2026-08-08T07:56:02Z,3742528876,2,Risk & liquidity (B7),0.421,clickhouse-client --time,True clickhouse,ClickHouse Cloud,3,3,2026-08-08T08:56:02Z,7149139248,2,Risk & liquidity (B7),0.307,clickhouse-client --time,True clickhouse,ClickHouse Cloud,4,4,2026-08-08T09:56:02Z,10451300014,2,Risk & liquidity (B7),0.322,clickhouse-client --time,True @@ -233,57 +261,85 @@ bigquery,BigQuery,25,25,2026-08-11T15:24:41.101Z,86354594018,2,Risk & liquidity bigquery,BigQuery,26,26,2026-08-11T16:24:41.101Z,89952672588,2,Risk & liquidity (B7),2.907,statistics.finalExecutionDurationMs,True bigquery,BigQuery,27,27,2026-08-11T17:24:41.101Z,93548598329,2,Risk & liquidity (B7),3.319,statistics.finalExecutionDurationMs,True bigquery,BigQuery,28,28,2026-08-11T18:24:41.101Z,97155331056,2,Risk & liquidity (B7),4.775,statistics.finalExecutionDurationMs,True -redshift_super,Redshift · SUPER,2,2,2026-08-12T17:54:28Z,3539132196,2,Risk & liquidity (B7),3.507338,clickhouse-client --time,True -redshift_super,Redshift · SUPER,3,3,2026-08-12T18:54:48Z,7142932703,2,Risk & liquidity (B7),118.541744,clickhouse-client --time,True -redshift_super,Redshift · SUPER,4,4,2026-08-12T19:55:14Z,10739646237,2,Risk & liquidity (B7),13.8427,clickhouse-client --time,True -redshift_super,Redshift · SUPER,5,5,2026-08-12T20:57:49Z,14346887362,2,Risk & liquidity (B7),27.784737,clickhouse-client --time,True -redshift_super,Redshift · SUPER,6,6,2026-08-12T21:58:44Z,17944900380,2,Risk & liquidity (B7),32.334565,clickhouse-client --time,True -redshift_super,Redshift · SUPER,7,7,2026-08-12T22:59:43Z,21541024360,2,Risk & liquidity (B7),40.388706,clickhouse-client --time,True -redshift_super,Redshift · SUPER,8,8,2026-08-13T00:00:35Z,25158046681,2,Risk & liquidity (B7),48.927087,clickhouse-client --time,True -redshift_super,Redshift · SUPER,9,9,2026-08-13T01:01:39Z,28758932048,2,Risk & liquidity (B7),55.083924,clickhouse-client --time,True -redshift_super,Redshift · SUPER,10,10,2026-08-13T02:02:16Z,32358986128,2,Risk & liquidity (B7),81.998594,clickhouse-client --time,True -redshift_super,Redshift · SUPER,11,11,2026-08-13T03:02:14Z,35960573077,2,Risk & liquidity (B7),87.142236,clickhouse-client --time,True -redshift_super,Redshift · SUPER,12,12,2026-08-13T03:54:52Z,39507372773,2,Risk & liquidity (B7),92.671605,clickhouse-client --time,True -redshift_super,Redshift · SUPER,13,13,2026-08-13T04:55:11Z,43113715625,2,Risk & liquidity (B7),11.970578,clickhouse-client --time,True -redshift_super,Redshift · SUPER,14,14,2026-08-13T06:01:34Z,46769882264,2,Risk & liquidity (B7),7.822572,clickhouse-client --time,True -redshift_super,Redshift · SUPER,15,15,2026-08-13T07:01:56Z,50311961071,2,Risk & liquidity (B7),23.057097,clickhouse-client --time,True -redshift_super,Redshift · SUPER,16,16,2026-08-13T08:02:01Z,53928907694,2,Risk & liquidity (B7),31.326022,clickhouse-client --time,True -redshift_super,Redshift · SUPER,17,17,2026-08-13T09:02:00Z,57534735475,2,Risk & liquidity (B7),37.670715,clickhouse-client --time,True -redshift_super,Redshift · SUPER,18,18,2026-08-13T10:02:06Z,61127219937,2,Risk & liquidity (B7),51.347266,clickhouse-client --time,True -redshift_super,Redshift · SUPER,19,19,2026-08-13T11:02:28Z,64726881755,2,Risk & liquidity (B7),80.775735,clickhouse-client --time,True -redshift_super,Redshift · SUPER,20,20,2026-08-13T12:02:29Z,68330088073,2,Risk & liquidity (B7),96.14147,clickhouse-client --time,True -redshift_super,Redshift · SUPER,21,21,2026-08-13T13:02:33Z,71946007841,2,Risk & liquidity (B7),83.008091,clickhouse-client --time,True -redshift_super,Redshift · SUPER,22,22,2026-08-13T14:02:53Z,75540057221,2,Risk & liquidity (B7),92.35688,clickhouse-client --time,True -redshift_super,Redshift · SUPER,23,23,2026-08-13T15:02:51Z,79146527318,2,Risk & liquidity (B7),128.659521,clickhouse-client --time,True -redshift_super,Redshift · SUPER,24,24,2026-08-13T16:02:36Z,82760697798,2,Risk & liquidity (B7),11.695733,clickhouse-client --time,True -redshift_super,Redshift · SUPER,25,25,2026-08-13T16:57:56Z,86376876842,2,Risk & liquidity (B7),32.651546,clickhouse-client --time,True -redshift_super,Redshift · SUPER,26,26,2026-08-13T18:00:01Z,89920330616,2,Risk & liquidity (B7),37.732231,clickhouse-client --time,True -redshift_super,Redshift · SUPER,27,27,2026-08-13T19:00:20Z,93578343844,2,Risk & liquidity (B7),49.470311,clickhouse-client --time,True -redshift_super,Redshift · SUPER,28,28,2026-08-13T20:00:16Z,97179016064,2,Risk & liquidity (B7),54.73654,clickhouse-client --time,True -redshift_typed,Redshift · Typed,2,2,2026-08-12T17:54:09Z,3539132196,2,Risk & liquidity (B7),1.746814,clickhouse-client --time,True -redshift_typed,Redshift · Typed,3,3,2026-08-12T18:54:09Z,7142932703,2,Risk & liquidity (B7),5.951837,clickhouse-client --time,True -redshift_typed,Redshift · Typed,4,4,2026-08-12T19:54:10Z,10739646237,2,Risk & liquidity (B7),15.575967,clickhouse-client --time,True -redshift_typed,Redshift · Typed,5,5,2026-08-12T20:54:09Z,14346887362,2,Risk & liquidity (B7),155.388243,clickhouse-client --time,True -redshift_typed,Redshift · Typed,6,6,2026-08-12T21:54:10Z,17944900380,2,Risk & liquidity (B7),196.627533,clickhouse-client --time,True -redshift_typed,Redshift · Typed,7,7,2026-08-12T22:54:09Z,21541024360,2,Risk & liquidity (B7),241.124583,clickhouse-client --time,True -redshift_typed,Redshift · Typed,8,8,2026-08-12T23:54:09Z,25158046681,2,Risk & liquidity (B7),276.683712,clickhouse-client --time,True -redshift_typed,Redshift · Typed,9,9,2026-08-13T00:54:10Z,28758932048,2,Risk & liquidity (B7),317.677939,clickhouse-client --time,True -redshift_typed,Redshift · Typed,10,10,2026-08-13T01:54:10Z,32358986128,2,Risk & liquidity (B7),338.236294,clickhouse-client --time,True -redshift_typed,Redshift · Typed,11,11,2026-08-13T02:54:08Z,35960573077,2,Risk & liquidity (B7),324.540367,clickhouse-client --time,True -redshift_typed,Redshift · Typed,12,12,2026-08-13T03:54:10Z,39507372773,2,Risk & liquidity (B7),5.986836,clickhouse-client --time,True -redshift_typed,Redshift · Typed,13,13,2026-08-13T04:54:10Z,43113715625,2,Risk & liquidity (B7),9.29629,clickhouse-client --time,True -redshift_typed,Redshift · Typed,14,14,2026-08-13T05:54:12Z,46769882264,2,Risk & liquidity (B7),373.736032,clickhouse-client --time,True -redshift_typed,Redshift · Typed,15,15,2026-08-13T06:54:10Z,50311961071,2,Risk & liquidity (B7),383.183353,clickhouse-client --time,True -redshift_typed,Redshift · Typed,16,16,2026-08-13T07:54:11Z,53928907694,2,Risk & liquidity (B7),372.57452,clickhouse-client --time,True -redshift_typed,Redshift · Typed,17,17,2026-08-13T08:54:10Z,57534735475,2,Risk & liquidity (B7),359.024648,clickhouse-client --time,True -redshift_typed,Redshift · Typed,18,18,2026-08-13T09:54:12Z,61127219937,2,Risk & liquidity (B7),342.45943,clickhouse-client --time,True -redshift_typed,Redshift · Typed,19,19,2026-08-13T10:54:10Z,64726881755,2,Risk & liquidity (B7),339.519636,clickhouse-client --time,True -redshift_typed,Redshift · Typed,20,20,2026-08-13T11:54:10Z,68330088073,2,Risk & liquidity (B7),326.595559,clickhouse-client --time,True -redshift_typed,Redshift · Typed,21,21,2026-08-13T12:54:09Z,71946007841,2,Risk & liquidity (B7),309.670279,clickhouse-client --time,True -redshift_typed,Redshift · Typed,22,22,2026-08-13T13:54:11Z,75540057221,2,Risk & liquidity (B7),310.6047,clickhouse-client --time,True -redshift_typed,Redshift · Typed,23,23,2026-08-13T14:54:11Z,79146527318,2,Risk & liquidity (B7),303.055248,clickhouse-client --time,True -redshift_typed,Redshift · Typed,24,24,2026-08-13T15:54:11Z,82760697798,2,Risk & liquidity (B7),269.26161,clickhouse-client --time,True -redshift_typed,Redshift · Typed,25,25,2026-08-13T16:54:11Z,86376876842,2,Risk & liquidity (B7),158.734885,clickhouse-client --time,True -redshift_typed,Redshift · Typed,26,26,2026-08-13T17:54:10Z,89920330616,2,Risk & liquidity (B7),270.424794,clickhouse-client --time,True -redshift_typed,Redshift · Typed,27,27,2026-08-13T18:54:11Z,93578343844,2,Risk & liquidity (B7),274.01232,clickhouse-client --time,True -redshift_typed,Redshift · Typed,28,28,2026-08-13T19:54:11Z,97179016064,2,Risk & liquidity (B7),250.06518,clickhouse-client --time,True +redshift_super,Redshift · SUPER,2,2,2026-08-12T17:54:28Z,3539132196,2,Risk & liquidity (B7),3.507338,runner result (end-to-end),True +redshift_super,Redshift · SUPER,3,3,2026-08-12T18:54:48Z,7142932703,2,Risk & liquidity (B7),118.541744,runner result (end-to-end),True +redshift_super,Redshift · SUPER,4,4,2026-08-12T19:55:14Z,10739646237,2,Risk & liquidity (B7),13.8427,runner result (end-to-end),True +redshift_super,Redshift · SUPER,5,5,2026-08-12T20:57:49Z,14346887362,2,Risk & liquidity (B7),27.784737,runner result (end-to-end),True +redshift_super,Redshift · SUPER,6,6,2026-08-12T21:58:44Z,17944900380,2,Risk & liquidity (B7),32.334565,runner result (end-to-end),True +redshift_super,Redshift · SUPER,7,7,2026-08-12T22:59:43Z,21541024360,2,Risk & liquidity (B7),40.388706,runner result (end-to-end),True +redshift_super,Redshift · SUPER,8,8,2026-08-13T00:00:35Z,25158046681,2,Risk & liquidity (B7),48.927087,runner result (end-to-end),True +redshift_super,Redshift · SUPER,9,9,2026-08-13T01:01:39Z,28758932048,2,Risk & liquidity (B7),55.083924,runner result (end-to-end),True +redshift_super,Redshift · SUPER,10,10,2026-08-13T02:02:16Z,32358986128,2,Risk & liquidity (B7),81.998594,runner result (end-to-end),True +redshift_super,Redshift · SUPER,11,11,2026-08-13T03:02:14Z,35960573077,2,Risk & liquidity (B7),87.142236,runner result (end-to-end),True +redshift_super,Redshift · SUPER,12,12,2026-08-13T03:54:52Z,39507372773,2,Risk & liquidity (B7),92.671605,runner result (end-to-end),True +redshift_super,Redshift · SUPER,13,13,2026-08-13T04:55:11Z,43113715625,2,Risk & liquidity (B7),11.970578,runner result (end-to-end),True +redshift_super,Redshift · SUPER,14,14,2026-08-13T06:01:34Z,46769882264,2,Risk & liquidity (B7),7.822572,runner result (end-to-end),True +redshift_super,Redshift · SUPER,15,15,2026-08-13T07:01:56Z,50311961071,2,Risk & liquidity (B7),23.057097,runner result (end-to-end),True +redshift_super,Redshift · SUPER,16,16,2026-08-13T08:02:01Z,53928907694,2,Risk & liquidity (B7),31.326022,runner result (end-to-end),True +redshift_super,Redshift · SUPER,17,17,2026-08-13T09:02:00Z,57534735475,2,Risk & liquidity (B7),37.670715,runner result (end-to-end),True +redshift_super,Redshift · SUPER,18,18,2026-08-13T10:02:06Z,61127219937,2,Risk & liquidity (B7),51.347266,runner result (end-to-end),True +redshift_super,Redshift · SUPER,19,19,2026-08-13T11:02:28Z,64726881755,2,Risk & liquidity (B7),80.775735,runner result (end-to-end),True +redshift_super,Redshift · SUPER,20,20,2026-08-13T12:02:29Z,68330088073,2,Risk & liquidity (B7),96.14147,runner result (end-to-end),True +redshift_super,Redshift · SUPER,21,21,2026-08-13T13:02:33Z,71946007841,2,Risk & liquidity (B7),83.008091,runner result (end-to-end),True +redshift_super,Redshift · SUPER,22,22,2026-08-13T14:02:53Z,75540057221,2,Risk & liquidity (B7),92.35688,runner result (end-to-end),True +redshift_super,Redshift · SUPER,23,23,2026-08-13T15:02:51Z,79146527318,2,Risk & liquidity (B7),128.659521,runner result (end-to-end),True +redshift_super,Redshift · SUPER,24,24,2026-08-13T16:02:36Z,82760697798,2,Risk & liquidity (B7),11.695733,runner result (end-to-end),True +redshift_super,Redshift · SUPER,25,25,2026-08-13T16:57:56Z,86376876842,2,Risk & liquidity (B7),32.651546,runner result (end-to-end),True +redshift_super,Redshift · SUPER,26,26,2026-08-13T18:00:01Z,89920330616,2,Risk & liquidity (B7),37.732231,runner result (end-to-end),True +redshift_super,Redshift · SUPER,27,27,2026-08-13T19:00:20Z,93578343844,2,Risk & liquidity (B7),49.470311,runner result (end-to-end),True +redshift_super,Redshift · SUPER,28,28,2026-08-13T20:00:16Z,97179016064,2,Risk & liquidity (B7),54.73654,runner result (end-to-end),True +redshift_typed,Redshift · Typed,2,2,2026-08-12T17:54:09Z,3539132196,2,Risk & liquidity (B7),1.746814,runner result (end-to-end),True +redshift_typed,Redshift · Typed,3,3,2026-08-12T18:54:09Z,7142932703,2,Risk & liquidity (B7),5.951837,runner result (end-to-end),True +redshift_typed,Redshift · Typed,4,4,2026-08-12T19:54:10Z,10739646237,2,Risk & liquidity (B7),15.575967,runner result (end-to-end),True +redshift_typed,Redshift · Typed,5,5,2026-08-12T20:54:09Z,14346887362,2,Risk & liquidity (B7),155.388243,runner result (end-to-end),True +redshift_typed,Redshift · Typed,6,6,2026-08-12T21:54:10Z,17944900380,2,Risk & liquidity (B7),196.627533,runner result (end-to-end),True +redshift_typed,Redshift · Typed,7,7,2026-08-12T22:54:09Z,21541024360,2,Risk & liquidity (B7),241.124583,runner result (end-to-end),True +redshift_typed,Redshift · Typed,8,8,2026-08-12T23:54:09Z,25158046681,2,Risk & liquidity (B7),276.683712,runner result (end-to-end),True +redshift_typed,Redshift · Typed,9,9,2026-08-13T00:54:10Z,28758932048,2,Risk & liquidity (B7),317.677939,runner result (end-to-end),True +redshift_typed,Redshift · Typed,10,10,2026-08-13T01:54:10Z,32358986128,2,Risk & liquidity (B7),338.236294,runner result (end-to-end),True +redshift_typed,Redshift · Typed,11,11,2026-08-13T02:54:08Z,35960573077,2,Risk & liquidity (B7),324.540367,runner result (end-to-end),True +redshift_typed,Redshift · Typed,12,12,2026-08-13T03:54:10Z,39507372773,2,Risk & liquidity (B7),5.986836,runner result (end-to-end),True +redshift_typed,Redshift · Typed,13,13,2026-08-13T04:54:10Z,43113715625,2,Risk & liquidity (B7),9.29629,runner result (end-to-end),True +redshift_typed,Redshift · Typed,14,14,2026-08-13T05:54:12Z,46769882264,2,Risk & liquidity (B7),373.736032,runner result (end-to-end),True +redshift_typed,Redshift · Typed,15,15,2026-08-13T06:54:10Z,50311961071,2,Risk & liquidity (B7),383.183353,runner result (end-to-end),True +redshift_typed,Redshift · Typed,16,16,2026-08-13T07:54:11Z,53928907694,2,Risk & liquidity (B7),372.57452,runner result (end-to-end),True +redshift_typed,Redshift · Typed,17,17,2026-08-13T08:54:10Z,57534735475,2,Risk & liquidity (B7),359.024648,runner result (end-to-end),True +redshift_typed,Redshift · Typed,18,18,2026-08-13T09:54:12Z,61127219937,2,Risk & liquidity (B7),342.45943,runner result (end-to-end),True +redshift_typed,Redshift · Typed,19,19,2026-08-13T10:54:10Z,64726881755,2,Risk & liquidity (B7),339.519636,runner result (end-to-end),True +redshift_typed,Redshift · Typed,20,20,2026-08-13T11:54:10Z,68330088073,2,Risk & liquidity (B7),326.595559,runner result (end-to-end),True +redshift_typed,Redshift · Typed,21,21,2026-08-13T12:54:09Z,71946007841,2,Risk & liquidity (B7),309.670279,runner result (end-to-end),True +redshift_typed,Redshift · Typed,22,22,2026-08-13T13:54:11Z,75540057221,2,Risk & liquidity (B7),310.6047,runner result (end-to-end),True +redshift_typed,Redshift · Typed,23,23,2026-08-13T14:54:11Z,79146527318,2,Risk & liquidity (B7),303.055248,runner result (end-to-end),True +redshift_typed,Redshift · Typed,24,24,2026-08-13T15:54:11Z,82760697798,2,Risk & liquidity (B7),269.26161,runner result (end-to-end),True +redshift_typed,Redshift · Typed,25,25,2026-08-13T16:54:11Z,86376876842,2,Risk & liquidity (B7),158.734885,runner result (end-to-end),True +redshift_typed,Redshift · Typed,26,26,2026-08-13T17:54:10Z,89920330616,2,Risk & liquidity (B7),270.424794,runner result (end-to-end),True +redshift_typed,Redshift · Typed,27,27,2026-08-13T18:54:11Z,93578343844,2,Risk & liquidity (B7),274.01232,runner result (end-to-end),True +redshift_typed,Redshift · Typed,28,28,2026-08-13T19:54:11Z,97179016064,2,Risk & liquidity (B7),250.06518,runner result (end-to-end),True +databricks,Databricks Serverless SQL,1,1,2026-09-18T17:07:31.592Z,48779388,2,Risk & liquidity (B7),0.876,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,2,2,2026-09-18T18:07:31.592Z,3648905245,2,Risk & liquidity (B7),10.555,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,3,3,2026-09-18T19:07:31.592Z,7248888928,2,Risk & liquidity (B7),7.677,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,4,4,2026-09-18T20:07:31.592Z,10848950992,2,Risk & liquidity (B7),13.534,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,5,5,2026-09-18T21:07:31.592Z,14448885812,2,Risk & liquidity (B7),20.5,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,6,6,2026-09-18T22:07:31.592Z,18048883403,2,Risk & liquidity (B7),25.24,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,7,7,2026-09-18T23:07:31.592Z,21648927817,2,Risk & liquidity (B7),1.728,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,8,8,2026-09-19T00:07:31.592Z,25248924027,2,Risk & liquidity (B7),7.408,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,9,9,2026-09-19T01:07:31.592Z,28848912329,2,Risk & liquidity (B7),12.934,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,10,10,2026-09-19T02:07:31.592Z,32448900387,2,Risk & liquidity (B7),24.717,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,11,11,2026-09-19T03:07:31.592Z,36048779409,2,Risk & liquidity (B7),27.149,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,12,12,2026-09-19T04:07:31.592Z,39648841503,2,Risk & liquidity (B7),2.686,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,13,13,2026-09-19T05:07:31.592Z,43248955264,2,Risk & liquidity (B7),8.684,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,14,14,2026-09-19T06:07:31.592Z,46848958026,2,Risk & liquidity (B7),13.109,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,15,15,2026-09-19T07:07:31.592Z,50448920743,2,Risk & liquidity (B7),24.32,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,16,16,2026-09-19T08:07:31.592Z,54048818880,2,Risk & liquidity (B7),27.825,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,17,17,2026-09-19T09:07:31.592Z,57648913051,2,Risk & liquidity (B7),4.505,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,18,18,2026-09-19T10:07:31.592Z,61248785899,2,Risk & liquidity (B7),11.465,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,19,19,2026-09-19T11:07:31.592Z,64848931181,2,Risk & liquidity (B7),18.677,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,20,20,2026-09-19T12:07:31.592Z,68448901225,2,Risk & liquidity (B7),32.269,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,21,21,2026-09-19T13:07:31.592Z,72048872763,2,Risk & liquidity (B7),29.624,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,22,22,2026-09-19T14:07:31.592Z,75648919105,2,Risk & liquidity (B7),4.703,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,23,23,2026-09-19T15:07:31.592Z,79248916498,2,Risk & liquidity (B7),11.798,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,24,24,2026-09-19T16:07:31.592Z,82848735814,2,Risk & liquidity (B7),18.438,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,25,25,2026-09-19T17:07:31.592Z,86448786434,2,Risk & liquidity (B7),39.814,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,26,26,2026-09-19T18:07:31.592Z,90048750546,2,Risk & liquidity (B7),42.73,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,27,27,2026-09-19T19:07:31.592Z,93648850827,2,Risk & liquidity (B7),7.898,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,28,28,2026-09-19T20:07:31.592Z,97248769382,2,Risk & liquidity (B7),12.731,provider Query History total duration; includes compilation; excludes fetch,True diff --git a/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems_summary.json b/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems_summary.json index 5948f4e..b189542 100644 --- a/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems_summary.json +++ b/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems_summary.json @@ -20,12 +20,13 @@ "Snowflake", "BigQuery", "Redshift \u00b7 SUPER", - "Redshift \u00b7 Typed" + "Redshift \u00b7 Typed", + "Databricks Serverless SQL" ] }, "manifest": { "path": "quotes/global/visualizations/manifest.json", - "sha256": "f0132c4fe23eb045fd8b5a291db1bd54b80a7a4e769a4d6dd4309b17ce079c8b" + "sha256": "7f746e45b6348669c2fc241e310f368293b168d10732f94bef6ed41d7c0f1acb" }, "sources": { "clickhouse": { @@ -117,6 +118,24 @@ "Redshift Serverless w128r32" ] } + }, + "databricks": { + "runner_jsonl": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/drilldown_accepted.jsonl", + "runner_sha256": "46b628624ba4b6a6bf3f9a92d53374bf2d96756594379e2007be5b943597ce75", + "queries": "quotes/databricks/queries_raw.sql", + "queries_sha256": "8cb5436e468da55473e28d447fdaeac68731fb43cb69af4f56040bfc723bfa23", + "load": { + "records_read": 32, + "records_selected": 28, + "zero_row_records_excluded": 0, + "records_above_cap_excluded": 4, + "systems": [ + "Databricks (AWS)" + ], + "machines": [ + "Databricks SQL warehouse" + ] + } } }, "reports": { @@ -225,6 +244,27 @@ "excluded": 0 } }, + "databricks_q1": { + "raw_stats": { + "observations": 28, + "average_sec": 18.938035714285714, + "median_sec": 17.197, + "p95_sec": 33.798, + "maximum_sec": 56.901 + }, + "plotted_stats_before_display_smoothing": { + "observations": 28, + "average_sec": 18.938035714285714, + "median_sec": 17.197, + "p95_sec": 33.798, + "maximum_sec": 56.901 + }, + "outlier_policy": { + "applied": false, + "reason": "no configured filter", + "excluded": 0 + } + }, "clickhouse_q2": { "raw_stats": { "observations": 32, @@ -329,6 +369,27 @@ "reason": "no configured filter", "excluded": 0 } + }, + "databricks_q2": { + "raw_stats": { + "observations": 28, + "average_sec": 16.55692857142857, + "median_sec": 13.0215, + "p95_sec": 39.814, + "maximum_sec": 42.73 + }, + "plotted_stats_before_display_smoothing": { + "observations": 28, + "average_sec": 16.55692857142857, + "median_sec": 13.0215, + "p95_sec": 39.814, + "maximum_sec": 42.73 + }, + "outlier_policy": { + "applied": false, + "reason": "no configured filter", + "excluded": 0 + } } }, "outputs": { diff --git a/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems_wide.png b/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems_wide.png index 0987f5e..9649490 100644 Binary files a/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems_wide.png and b/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems_wide.png differ diff --git a/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems_wide.svg b/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems_wide.svg index 9226248..1926f7d 100644 --- a/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems_wide.svg +++ b/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems_wide.svg @@ -6,7 +6,7 @@ - 2026-08-17T07:31:02.291939 + 2026-09-22T07:48:41.199730 image/svg+xml @@ -46,8 +46,8 @@ z @@ -55,17 +55,17 @@ z +L 111.3696 243.6 +" clip-path="url(#pe9935ade56)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - - + @@ -93,12 +93,12 @@ z +L 214.244659 243.6 +" clip-path="url(#pe9935ade56)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -157,12 +157,12 @@ z +L 317.119719 243.6 +" clip-path="url(#pe9935ade56)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -200,12 +200,12 @@ z +L 419.994778 243.6 +" clip-path="url(#pe9935ade56)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -241,12 +241,12 @@ z +L 522.869838 243.6 +" clip-path="url(#pe9935ade56)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -288,12 +288,12 @@ z +L 625.744897 243.6 +" clip-path="url(#pe9935ade56)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -558,16 +558,16 @@ z +" clip-path="url(#pe9935ade56)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - - + @@ -580,18 +580,18 @@ L -3.5 0 - + - + - + - + - + - + @@ -642,18 +642,18 @@ L 625.744897 454.032866 - + - + - + @@ -663,18 +663,18 @@ L 625.744897 366.109299 - + - + - + @@ -684,7 +684,7 @@ L 625.744897 278.185732 - + - + @@ -851,167 +851,198 @@ L 625.744897 629.88 " style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> - + - + - + - + - + + + + - + - + +L 679.754303 243.6 +" clip-path="url(#pedc42d8ca0)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1341,14 +1372,14 @@ L 679.754303 215.76 - + +L 782.629362 243.6 +" clip-path="url(#pedc42d8ca0)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1361,14 +1392,14 @@ L 782.629362 215.76 - + +L 885.504422 243.6 +" clip-path="url(#pedc42d8ca0)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1381,14 +1412,14 @@ L 885.504422 215.76 - + +L 988.379481 243.6 +" clip-path="url(#pedc42d8ca0)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1401,14 +1432,14 @@ L 988.379481 215.76 - + +L 1091.254541 243.6 +" clip-path="url(#pedc42d8ca0)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1421,14 +1452,14 @@ L 1091.254541 215.76 - + +L 1194.1296 243.6 +" clip-path="url(#pedc42d8ca0)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1469,14 +1500,14 @@ L 1194.1296 215.76 - + +" clip-path="url(#pedc42d8ca0)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + @@ -1488,19 +1519,19 @@ L 1194.1296 629.88 - - - + + + - + - + @@ -1508,19 +1539,19 @@ L 1194.1296 580.28479 - - - + + + - + - + @@ -1529,19 +1560,19 @@ L 1194.1296 530.689581 - - - + + + - + - + @@ -1550,19 +1581,19 @@ L 1194.1296 481.094371 - - - + + + - + - + @@ -1571,19 +1602,19 @@ L 1194.1296 431.499162 - - - + + + - + - + @@ -1592,19 +1623,19 @@ L 1194.1296 381.903952 - - - + + + - + - + - - - + + + - + - + @@ -1657,19 +1688,19 @@ L 1194.1296 282.713533 - - - + + + - + - + @@ -1680,176 +1711,207 @@ L 1194.1296 233.118323 - - - - + - + - + - + + + + + + + - + - - - + - + - - + - + - - + - + - - + - + - - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + diff --git a/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems_wide_data.csv b/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems_wide_data.csv index f29484f..7ecd7a0 100644 --- a/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems_wide_data.csv +++ b/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems_wide_data.csv @@ -89,60 +89,88 @@ bigquery,BigQuery,25,25,2026-08-11T15:24:41.101Z,86354594018,1,Hourly OHLCV bars bigquery,BigQuery,26,26,2026-08-11T16:24:41.101Z,89952672588,1,Hourly OHLCV bars,2.914,statistics.finalExecutionDurationMs,True bigquery,BigQuery,27,27,2026-08-11T17:24:41.101Z,93548598329,1,Hourly OHLCV bars,3.604,statistics.finalExecutionDurationMs,True bigquery,BigQuery,28,28,2026-08-11T18:24:41.101Z,97155331056,1,Hourly OHLCV bars,4.112,statistics.finalExecutionDurationMs,True -redshift_super,Redshift · SUPER,2,2,2026-08-12T17:54:28Z,3539132196,1,Hourly OHLCV bars,15.611969,clickhouse-client --time,True -redshift_super,Redshift · SUPER,3,3,2026-08-12T18:54:48Z,7142932703,1,Hourly OHLCV bars,29.389882,clickhouse-client --time,True -redshift_super,Redshift · SUPER,4,4,2026-08-12T19:55:14Z,10739646237,1,Hourly OHLCV bars,213.845328,clickhouse-client --time,True -redshift_super,Redshift · SUPER,5,5,2026-08-12T20:57:49Z,14346887362,1,Hourly OHLCV bars,64.131728,clickhouse-client --time,True -redshift_super,Redshift · SUPER,6,6,2026-08-12T21:58:44Z,17944900380,1,Hourly OHLCV bars,71.840974,clickhouse-client --time,True -redshift_super,Redshift · SUPER,7,7,2026-08-12T22:59:43Z,21541024360,1,Hourly OHLCV bars,87.85855,clickhouse-client --time,True -redshift_super,Redshift · SUPER,8,8,2026-08-13T00:00:35Z,25158046681,1,Hourly OHLCV bars,105.930057,clickhouse-client --time,True -redshift_super,Redshift · SUPER,9,9,2026-08-13T01:01:39Z,28758932048,1,Hourly OHLCV bars,120.504405,clickhouse-client --time,True -redshift_super,Redshift · SUPER,10,10,2026-08-13T02:02:16Z,32358986128,1,Hourly OHLCV bars,136.53611,clickhouse-client --time,True -redshift_super,Redshift · SUPER,11,11,2026-08-13T03:02:14Z,35960573077,1,Hourly OHLCV bars,149.744311,clickhouse-client --time,True -redshift_super,Redshift · SUPER,12,12,2026-08-13T03:54:52Z,39507372773,1,Hourly OHLCV bars,446.004491,clickhouse-client --time,True -redshift_super,Redshift · SUPER,13,13,2026-08-13T04:55:11Z,43113715625,1,Hourly OHLCV bars,56.021824,clickhouse-client --time,True -redshift_super,Redshift · SUPER,14,14,2026-08-13T06:01:34Z,46769882264,1,Hourly OHLCV bars,45.065908,clickhouse-client --time,True -redshift_super,Redshift · SUPER,15,15,2026-08-13T07:01:56Z,50311961071,1,Hourly OHLCV bars,61.11634,clickhouse-client --time,True -redshift_super,Redshift · SUPER,16,16,2026-08-13T08:02:01Z,53928907694,1,Hourly OHLCV bars,70.692557,clickhouse-client --time,True -redshift_super,Redshift · SUPER,17,17,2026-08-13T09:02:00Z,57534735475,1,Hourly OHLCV bars,84.077744,clickhouse-client --time,True -redshift_super,Redshift · SUPER,18,18,2026-08-13T10:02:06Z,61127219937,1,Hourly OHLCV bars,102.551223,clickhouse-client --time,True -redshift_super,Redshift · SUPER,19,19,2026-08-13T11:02:28Z,64726881755,1,Hourly OHLCV bars,120.270434,clickhouse-client --time,True -redshift_super,Redshift · SUPER,20,20,2026-08-13T12:02:29Z,68330088073,1,Hourly OHLCV bars,136.699789,clickhouse-client --time,True -redshift_super,Redshift · SUPER,21,21,2026-08-13T13:02:33Z,71946007841,1,Hourly OHLCV bars,150.259941,clickhouse-client --time,True -redshift_super,Redshift · SUPER,22,22,2026-08-13T14:02:53Z,75540057221,1,Hourly OHLCV bars,178.054849,clickhouse-client --time,True -redshift_super,Redshift · SUPER,23,23,2026-08-13T15:02:51Z,79146527318,1,Hourly OHLCV bars,199.828932,clickhouse-client --time,True -redshift_super,Redshift · SUPER,24,24,2026-08-13T16:02:36Z,82760697798,1,Hourly OHLCV bars,52.144207,clickhouse-client --time,True -redshift_super,Redshift · SUPER,25,25,2026-08-13T16:57:56Z,86376876842,1,Hourly OHLCV bars,63.592342,clickhouse-client --time,True -redshift_super,Redshift · SUPER,26,26,2026-08-13T18:00:01Z,89920330616,1,Hourly OHLCV bars,82.4392,clickhouse-client --time,True -redshift_super,Redshift · SUPER,27,27,2026-08-13T19:00:20Z,93578343844,1,Hourly OHLCV bars,95.675033,clickhouse-client --time,True -redshift_super,Redshift · SUPER,28,28,2026-08-13T20:00:16Z,97179016064,1,Hourly OHLCV bars,110.796395,clickhouse-client --time,True -redshift_typed,Redshift · Typed,2,2,2026-08-12T17:54:09Z,3539132196,1,Hourly OHLCV bars,15.920081,clickhouse-client --time,True -redshift_typed,Redshift · Typed,3,3,2026-08-12T18:54:09Z,7142932703,1,Hourly OHLCV bars,31.239792,clickhouse-client --time,True -redshift_typed,Redshift · Typed,4,4,2026-08-12T19:54:10Z,10739646237,1,Hourly OHLCV bars,46.703796,clickhouse-client --time,True -redshift_typed,Redshift · Typed,5,5,2026-08-12T20:54:09Z,14346887362,1,Hourly OHLCV bars,63.46344,clickhouse-client --time,True -redshift_typed,Redshift · Typed,6,6,2026-08-12T21:54:10Z,17944900380,1,Hourly OHLCV bars,77.17451,clickhouse-client --time,True -redshift_typed,Redshift · Typed,7,7,2026-08-12T22:54:09Z,21541024360,1,Hourly OHLCV bars,92.652014,clickhouse-client --time,True -redshift_typed,Redshift · Typed,8,8,2026-08-12T23:54:09Z,25158046681,1,Hourly OHLCV bars,108.211803,clickhouse-client --time,True -redshift_typed,Redshift · Typed,9,9,2026-08-13T00:54:10Z,28758932048,1,Hourly OHLCV bars,129.005022,clickhouse-client --time,True -redshift_typed,Redshift · Typed,10,10,2026-08-13T01:54:10Z,32358986128,1,Hourly OHLCV bars,144.999259,clickhouse-client --time,True -redshift_typed,Redshift · Typed,11,11,2026-08-13T02:54:08Z,35960573077,1,Hourly OHLCV bars,159.313652,clickhouse-client --time,True -redshift_typed,Redshift · Typed,12,12,2026-08-13T03:54:10Z,39507372773,1,Hourly OHLCV bars,34.857398,clickhouse-client --time,True -redshift_typed,Redshift · Typed,13,13,2026-08-13T04:54:10Z,43113715625,1,Hourly OHLCV bars,51.198841,clickhouse-client --time,True -redshift_typed,Redshift · Typed,14,14,2026-08-13T05:54:12Z,46769882264,1,Hourly OHLCV bars,67.427364,clickhouse-client --time,True -redshift_typed,Redshift · Typed,15,15,2026-08-13T06:54:10Z,50311961071,1,Hourly OHLCV bars,81.900148,clickhouse-client --time,True -redshift_typed,Redshift · Typed,16,16,2026-08-13T07:54:11Z,53928907694,1,Hourly OHLCV bars,96.422819,clickhouse-client --time,True -redshift_typed,Redshift · Typed,17,17,2026-08-13T08:54:10Z,57534735475,1,Hourly OHLCV bars,110.071634,clickhouse-client --time,True -redshift_typed,Redshift · Typed,18,18,2026-08-13T09:54:12Z,61127219937,1,Hourly OHLCV bars,130.18071,clickhouse-client --time,True -redshift_typed,Redshift · Typed,19,19,2026-08-13T10:54:10Z,64726881755,1,Hourly OHLCV bars,156.440168,clickhouse-client --time,True -redshift_typed,Redshift · Typed,20,20,2026-08-13T11:54:10Z,68330088073,1,Hourly OHLCV bars,170.877919,clickhouse-client --time,True -redshift_typed,Redshift · Typed,21,21,2026-08-13T12:54:09Z,71946007841,1,Hourly OHLCV bars,192.42891,clickhouse-client --time,True -redshift_typed,Redshift · Typed,22,22,2026-08-13T13:54:11Z,75540057221,1,Hourly OHLCV bars,210.127509,clickhouse-client --time,True -redshift_typed,Redshift · Typed,23,23,2026-08-13T14:54:11Z,79146527318,1,Hourly OHLCV bars,215.844457,clickhouse-client --time,True -redshift_typed,Redshift · Typed,24,24,2026-08-13T15:54:11Z,82760697798,1,Hourly OHLCV bars,234.741752,clickhouse-client --time,True -redshift_typed,Redshift · Typed,25,25,2026-08-13T16:54:11Z,86376876842,1,Hourly OHLCV bars,64.849824,clickhouse-client --time,True -redshift_typed,Redshift · Typed,26,26,2026-08-13T17:54:10Z,89920330616,1,Hourly OHLCV bars,79.47847,clickhouse-client --time,True -redshift_typed,Redshift · Typed,27,27,2026-08-13T18:54:11Z,93578343844,1,Hourly OHLCV bars,93.599052,clickhouse-client --time,True -redshift_typed,Redshift · Typed,28,28,2026-08-13T19:54:11Z,97179016064,1,Hourly OHLCV bars,111.850088,clickhouse-client --time,True +redshift_super,Redshift · SUPER,2,2,2026-08-12T17:54:28Z,3539132196,1,Hourly OHLCV bars,15.611969,runner result (end-to-end),True +redshift_super,Redshift · SUPER,3,3,2026-08-12T18:54:48Z,7142932703,1,Hourly OHLCV bars,29.389882,runner result (end-to-end),True +redshift_super,Redshift · SUPER,4,4,2026-08-12T19:55:14Z,10739646237,1,Hourly OHLCV bars,213.845328,runner result (end-to-end),True +redshift_super,Redshift · SUPER,5,5,2026-08-12T20:57:49Z,14346887362,1,Hourly OHLCV bars,64.131728,runner result (end-to-end),True +redshift_super,Redshift · SUPER,6,6,2026-08-12T21:58:44Z,17944900380,1,Hourly OHLCV bars,71.840974,runner result (end-to-end),True +redshift_super,Redshift · SUPER,7,7,2026-08-12T22:59:43Z,21541024360,1,Hourly OHLCV bars,87.85855,runner result (end-to-end),True +redshift_super,Redshift · SUPER,8,8,2026-08-13T00:00:35Z,25158046681,1,Hourly OHLCV bars,105.930057,runner result (end-to-end),True +redshift_super,Redshift · SUPER,9,9,2026-08-13T01:01:39Z,28758932048,1,Hourly OHLCV bars,120.504405,runner result (end-to-end),True +redshift_super,Redshift · SUPER,10,10,2026-08-13T02:02:16Z,32358986128,1,Hourly OHLCV bars,136.53611,runner result (end-to-end),True +redshift_super,Redshift · SUPER,11,11,2026-08-13T03:02:14Z,35960573077,1,Hourly OHLCV bars,149.744311,runner result (end-to-end),True +redshift_super,Redshift · SUPER,12,12,2026-08-13T03:54:52Z,39507372773,1,Hourly OHLCV bars,446.004491,runner result (end-to-end),True +redshift_super,Redshift · SUPER,13,13,2026-08-13T04:55:11Z,43113715625,1,Hourly OHLCV bars,56.021824,runner result (end-to-end),True +redshift_super,Redshift · SUPER,14,14,2026-08-13T06:01:34Z,46769882264,1,Hourly OHLCV bars,45.065908,runner result (end-to-end),True +redshift_super,Redshift · SUPER,15,15,2026-08-13T07:01:56Z,50311961071,1,Hourly OHLCV bars,61.11634,runner result (end-to-end),True +redshift_super,Redshift · SUPER,16,16,2026-08-13T08:02:01Z,53928907694,1,Hourly OHLCV bars,70.692557,runner result (end-to-end),True +redshift_super,Redshift · SUPER,17,17,2026-08-13T09:02:00Z,57534735475,1,Hourly OHLCV bars,84.077744,runner result (end-to-end),True +redshift_super,Redshift · SUPER,18,18,2026-08-13T10:02:06Z,61127219937,1,Hourly OHLCV bars,102.551223,runner result (end-to-end),True +redshift_super,Redshift · SUPER,19,19,2026-08-13T11:02:28Z,64726881755,1,Hourly OHLCV bars,120.270434,runner result (end-to-end),True +redshift_super,Redshift · SUPER,20,20,2026-08-13T12:02:29Z,68330088073,1,Hourly OHLCV bars,136.699789,runner result (end-to-end),True +redshift_super,Redshift · SUPER,21,21,2026-08-13T13:02:33Z,71946007841,1,Hourly OHLCV bars,150.259941,runner result (end-to-end),True +redshift_super,Redshift · SUPER,22,22,2026-08-13T14:02:53Z,75540057221,1,Hourly OHLCV bars,178.054849,runner result (end-to-end),True +redshift_super,Redshift · SUPER,23,23,2026-08-13T15:02:51Z,79146527318,1,Hourly OHLCV bars,199.828932,runner result (end-to-end),True +redshift_super,Redshift · SUPER,24,24,2026-08-13T16:02:36Z,82760697798,1,Hourly OHLCV bars,52.144207,runner result (end-to-end),True +redshift_super,Redshift · SUPER,25,25,2026-08-13T16:57:56Z,86376876842,1,Hourly OHLCV bars,63.592342,runner result (end-to-end),True +redshift_super,Redshift · SUPER,26,26,2026-08-13T18:00:01Z,89920330616,1,Hourly OHLCV bars,82.4392,runner result (end-to-end),True +redshift_super,Redshift · SUPER,27,27,2026-08-13T19:00:20Z,93578343844,1,Hourly OHLCV bars,95.675033,runner result (end-to-end),True +redshift_super,Redshift · SUPER,28,28,2026-08-13T20:00:16Z,97179016064,1,Hourly OHLCV bars,110.796395,runner result (end-to-end),True +redshift_typed,Redshift · Typed,2,2,2026-08-12T17:54:09Z,3539132196,1,Hourly OHLCV bars,15.920081,runner result (end-to-end),True +redshift_typed,Redshift · Typed,3,3,2026-08-12T18:54:09Z,7142932703,1,Hourly OHLCV bars,31.239792,runner result (end-to-end),True +redshift_typed,Redshift · Typed,4,4,2026-08-12T19:54:10Z,10739646237,1,Hourly OHLCV bars,46.703796,runner result (end-to-end),True +redshift_typed,Redshift · Typed,5,5,2026-08-12T20:54:09Z,14346887362,1,Hourly OHLCV bars,63.46344,runner result (end-to-end),True +redshift_typed,Redshift · Typed,6,6,2026-08-12T21:54:10Z,17944900380,1,Hourly OHLCV bars,77.17451,runner result (end-to-end),True +redshift_typed,Redshift · Typed,7,7,2026-08-12T22:54:09Z,21541024360,1,Hourly OHLCV bars,92.652014,runner result (end-to-end),True +redshift_typed,Redshift · Typed,8,8,2026-08-12T23:54:09Z,25158046681,1,Hourly OHLCV bars,108.211803,runner result (end-to-end),True +redshift_typed,Redshift · Typed,9,9,2026-08-13T00:54:10Z,28758932048,1,Hourly OHLCV bars,129.005022,runner result (end-to-end),True +redshift_typed,Redshift · Typed,10,10,2026-08-13T01:54:10Z,32358986128,1,Hourly OHLCV bars,144.999259,runner result (end-to-end),True +redshift_typed,Redshift · Typed,11,11,2026-08-13T02:54:08Z,35960573077,1,Hourly OHLCV bars,159.313652,runner result (end-to-end),True +redshift_typed,Redshift · Typed,12,12,2026-08-13T03:54:10Z,39507372773,1,Hourly OHLCV bars,34.857398,runner result (end-to-end),True +redshift_typed,Redshift · Typed,13,13,2026-08-13T04:54:10Z,43113715625,1,Hourly OHLCV bars,51.198841,runner result (end-to-end),True +redshift_typed,Redshift · Typed,14,14,2026-08-13T05:54:12Z,46769882264,1,Hourly OHLCV bars,67.427364,runner result (end-to-end),True +redshift_typed,Redshift · Typed,15,15,2026-08-13T06:54:10Z,50311961071,1,Hourly OHLCV bars,81.900148,runner result (end-to-end),True +redshift_typed,Redshift · Typed,16,16,2026-08-13T07:54:11Z,53928907694,1,Hourly OHLCV bars,96.422819,runner result (end-to-end),True +redshift_typed,Redshift · Typed,17,17,2026-08-13T08:54:10Z,57534735475,1,Hourly OHLCV bars,110.071634,runner result (end-to-end),True +redshift_typed,Redshift · Typed,18,18,2026-08-13T09:54:12Z,61127219937,1,Hourly OHLCV bars,130.18071,runner result (end-to-end),True +redshift_typed,Redshift · Typed,19,19,2026-08-13T10:54:10Z,64726881755,1,Hourly OHLCV bars,156.440168,runner result (end-to-end),True +redshift_typed,Redshift · Typed,20,20,2026-08-13T11:54:10Z,68330088073,1,Hourly OHLCV bars,170.877919,runner result (end-to-end),True +redshift_typed,Redshift · Typed,21,21,2026-08-13T12:54:09Z,71946007841,1,Hourly OHLCV bars,192.42891,runner result (end-to-end),True +redshift_typed,Redshift · Typed,22,22,2026-08-13T13:54:11Z,75540057221,1,Hourly OHLCV bars,210.127509,runner result (end-to-end),True +redshift_typed,Redshift · Typed,23,23,2026-08-13T14:54:11Z,79146527318,1,Hourly OHLCV bars,215.844457,runner result (end-to-end),True +redshift_typed,Redshift · Typed,24,24,2026-08-13T15:54:11Z,82760697798,1,Hourly OHLCV bars,234.741752,runner result (end-to-end),True +redshift_typed,Redshift · Typed,25,25,2026-08-13T16:54:11Z,86376876842,1,Hourly OHLCV bars,64.849824,runner result (end-to-end),True +redshift_typed,Redshift · Typed,26,26,2026-08-13T17:54:10Z,89920330616,1,Hourly OHLCV bars,79.47847,runner result (end-to-end),True +redshift_typed,Redshift · Typed,27,27,2026-08-13T18:54:11Z,93578343844,1,Hourly OHLCV bars,93.599052,runner result (end-to-end),True +redshift_typed,Redshift · Typed,28,28,2026-08-13T19:54:11Z,97179016064,1,Hourly OHLCV bars,111.850088,runner result (end-to-end),True +databricks,Databricks Serverless SQL,1,1,2026-09-18T17:07:31.592Z,48779388,1,Hourly OHLCV bars,2.829,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,2,2,2026-09-18T18:07:31.592Z,3648905245,1,Hourly OHLCV bars,18.889,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,3,3,2026-09-18T19:07:31.592Z,7248888928,1,Hourly OHLCV bars,10.34,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,4,4,2026-09-18T20:07:31.592Z,10848950992,1,Hourly OHLCV bars,11.498,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,5,5,2026-09-18T21:07:31.592Z,14448885812,1,Hourly OHLCV bars,22.492,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,6,6,2026-09-18T22:07:31.592Z,18048883403,1,Hourly OHLCV bars,27.32,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,7,7,2026-09-18T23:07:31.592Z,21648927817,1,Hourly OHLCV bars,3.187,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,8,8,2026-09-19T00:07:31.592Z,25248924027,1,Hourly OHLCV bars,12.971,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,9,9,2026-09-19T01:07:31.592Z,28848912329,1,Hourly OHLCV bars,16.939,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,10,10,2026-09-19T02:07:31.592Z,32448900387,1,Hourly OHLCV bars,21.737,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,11,11,2026-09-19T03:07:31.592Z,36048779409,1,Hourly OHLCV bars,31.688,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,12,12,2026-09-19T04:07:31.592Z,39648841503,1,Hourly OHLCV bars,4.144,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,13,13,2026-09-19T05:07:31.592Z,43248955264,1,Hourly OHLCV bars,14.769,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,14,14,2026-09-19T06:07:31.592Z,46848958026,1,Hourly OHLCV bars,17.455,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,15,15,2026-09-19T07:07:31.592Z,50448920743,1,Hourly OHLCV bars,20.88,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,16,16,2026-09-19T08:07:31.592Z,54048818880,1,Hourly OHLCV bars,28.953,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,17,17,2026-09-19T09:07:31.592Z,57648913051,1,Hourly OHLCV bars,10.2,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,18,18,2026-09-19T10:07:31.592Z,61248785899,1,Hourly OHLCV bars,14.047,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,19,19,2026-09-19T11:07:31.592Z,64848931181,1,Hourly OHLCV bars,21.807,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,20,20,2026-09-19T12:07:31.592Z,68448901225,1,Hourly OHLCV bars,23.502,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,21,21,2026-09-19T13:07:31.592Z,72048872763,1,Hourly OHLCV bars,30.792,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,22,22,2026-09-19T14:07:31.592Z,75648919105,1,Hourly OHLCV bars,9.083,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,23,23,2026-09-19T15:07:31.592Z,79248916498,1,Hourly OHLCV bars,15.552,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,24,24,2026-09-19T16:07:31.592Z,82848735814,1,Hourly OHLCV bars,19.303,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,25,25,2026-09-19T17:07:31.592Z,86448786434,1,Hourly OHLCV bars,56.901,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,26,26,2026-09-19T18:07:31.592Z,90048750546,1,Hourly OHLCV bars,33.798,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,27,27,2026-09-19T19:07:31.592Z,93648850827,1,Hourly OHLCV bars,12.764,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,28,28,2026-09-19T20:07:31.592Z,97248769382,1,Hourly OHLCV bars,16.425,provider Query History total duration; includes compilation; excludes fetch,True clickhouse,ClickHouse Cloud,2,2,2026-08-08T07:56:02Z,3742528876,2,Risk & liquidity (B7),0.421,clickhouse-client --time,True clickhouse,ClickHouse Cloud,3,3,2026-08-08T08:56:02Z,7149139248,2,Risk & liquidity (B7),0.307,clickhouse-client --time,True clickhouse,ClickHouse Cloud,4,4,2026-08-08T09:56:02Z,10451300014,2,Risk & liquidity (B7),0.322,clickhouse-client --time,True @@ -233,57 +261,85 @@ bigquery,BigQuery,25,25,2026-08-11T15:24:41.101Z,86354594018,2,Risk & liquidity bigquery,BigQuery,26,26,2026-08-11T16:24:41.101Z,89952672588,2,Risk & liquidity (B7),2.907,statistics.finalExecutionDurationMs,True bigquery,BigQuery,27,27,2026-08-11T17:24:41.101Z,93548598329,2,Risk & liquidity (B7),3.319,statistics.finalExecutionDurationMs,True bigquery,BigQuery,28,28,2026-08-11T18:24:41.101Z,97155331056,2,Risk & liquidity (B7),4.775,statistics.finalExecutionDurationMs,True -redshift_super,Redshift · SUPER,2,2,2026-08-12T17:54:28Z,3539132196,2,Risk & liquidity (B7),3.507338,clickhouse-client --time,True -redshift_super,Redshift · SUPER,3,3,2026-08-12T18:54:48Z,7142932703,2,Risk & liquidity (B7),118.541744,clickhouse-client --time,True -redshift_super,Redshift · SUPER,4,4,2026-08-12T19:55:14Z,10739646237,2,Risk & liquidity (B7),13.8427,clickhouse-client --time,True -redshift_super,Redshift · SUPER,5,5,2026-08-12T20:57:49Z,14346887362,2,Risk & liquidity (B7),27.784737,clickhouse-client --time,True -redshift_super,Redshift · SUPER,6,6,2026-08-12T21:58:44Z,17944900380,2,Risk & liquidity (B7),32.334565,clickhouse-client --time,True -redshift_super,Redshift · SUPER,7,7,2026-08-12T22:59:43Z,21541024360,2,Risk & liquidity (B7),40.388706,clickhouse-client --time,True -redshift_super,Redshift · SUPER,8,8,2026-08-13T00:00:35Z,25158046681,2,Risk & liquidity (B7),48.927087,clickhouse-client --time,True -redshift_super,Redshift · SUPER,9,9,2026-08-13T01:01:39Z,28758932048,2,Risk & liquidity (B7),55.083924,clickhouse-client --time,True -redshift_super,Redshift · SUPER,10,10,2026-08-13T02:02:16Z,32358986128,2,Risk & liquidity (B7),81.998594,clickhouse-client --time,True -redshift_super,Redshift · SUPER,11,11,2026-08-13T03:02:14Z,35960573077,2,Risk & liquidity (B7),87.142236,clickhouse-client --time,True -redshift_super,Redshift · SUPER,12,12,2026-08-13T03:54:52Z,39507372773,2,Risk & liquidity (B7),92.671605,clickhouse-client --time,True -redshift_super,Redshift · SUPER,13,13,2026-08-13T04:55:11Z,43113715625,2,Risk & liquidity (B7),11.970578,clickhouse-client --time,True -redshift_super,Redshift · SUPER,14,14,2026-08-13T06:01:34Z,46769882264,2,Risk & liquidity (B7),7.822572,clickhouse-client --time,True -redshift_super,Redshift · SUPER,15,15,2026-08-13T07:01:56Z,50311961071,2,Risk & liquidity (B7),23.057097,clickhouse-client --time,True -redshift_super,Redshift · SUPER,16,16,2026-08-13T08:02:01Z,53928907694,2,Risk & liquidity (B7),31.326022,clickhouse-client --time,True -redshift_super,Redshift · SUPER,17,17,2026-08-13T09:02:00Z,57534735475,2,Risk & liquidity (B7),37.670715,clickhouse-client --time,True -redshift_super,Redshift · SUPER,18,18,2026-08-13T10:02:06Z,61127219937,2,Risk & liquidity (B7),51.347266,clickhouse-client --time,True -redshift_super,Redshift · SUPER,19,19,2026-08-13T11:02:28Z,64726881755,2,Risk & liquidity (B7),80.775735,clickhouse-client --time,True -redshift_super,Redshift · SUPER,20,20,2026-08-13T12:02:29Z,68330088073,2,Risk & liquidity (B7),96.14147,clickhouse-client --time,True -redshift_super,Redshift · SUPER,21,21,2026-08-13T13:02:33Z,71946007841,2,Risk & liquidity (B7),83.008091,clickhouse-client --time,True -redshift_super,Redshift · SUPER,22,22,2026-08-13T14:02:53Z,75540057221,2,Risk & liquidity (B7),92.35688,clickhouse-client --time,True -redshift_super,Redshift · SUPER,23,23,2026-08-13T15:02:51Z,79146527318,2,Risk & liquidity (B7),128.659521,clickhouse-client --time,True -redshift_super,Redshift · SUPER,24,24,2026-08-13T16:02:36Z,82760697798,2,Risk & liquidity (B7),11.695733,clickhouse-client --time,True -redshift_super,Redshift · SUPER,25,25,2026-08-13T16:57:56Z,86376876842,2,Risk & liquidity (B7),32.651546,clickhouse-client --time,True -redshift_super,Redshift · SUPER,26,26,2026-08-13T18:00:01Z,89920330616,2,Risk & liquidity (B7),37.732231,clickhouse-client --time,True -redshift_super,Redshift · SUPER,27,27,2026-08-13T19:00:20Z,93578343844,2,Risk & liquidity (B7),49.470311,clickhouse-client --time,True -redshift_super,Redshift · SUPER,28,28,2026-08-13T20:00:16Z,97179016064,2,Risk & liquidity (B7),54.73654,clickhouse-client --time,True -redshift_typed,Redshift · Typed,2,2,2026-08-12T17:54:09Z,3539132196,2,Risk & liquidity (B7),1.746814,clickhouse-client --time,True -redshift_typed,Redshift · Typed,3,3,2026-08-12T18:54:09Z,7142932703,2,Risk & liquidity (B7),5.951837,clickhouse-client --time,True -redshift_typed,Redshift · Typed,4,4,2026-08-12T19:54:10Z,10739646237,2,Risk & liquidity (B7),15.575967,clickhouse-client --time,True -redshift_typed,Redshift · Typed,5,5,2026-08-12T20:54:09Z,14346887362,2,Risk & liquidity (B7),155.388243,clickhouse-client --time,True -redshift_typed,Redshift · Typed,6,6,2026-08-12T21:54:10Z,17944900380,2,Risk & liquidity (B7),196.627533,clickhouse-client --time,True -redshift_typed,Redshift · Typed,7,7,2026-08-12T22:54:09Z,21541024360,2,Risk & liquidity (B7),241.124583,clickhouse-client --time,True -redshift_typed,Redshift · Typed,8,8,2026-08-12T23:54:09Z,25158046681,2,Risk & liquidity (B7),276.683712,clickhouse-client --time,True -redshift_typed,Redshift · Typed,9,9,2026-08-13T00:54:10Z,28758932048,2,Risk & liquidity (B7),317.677939,clickhouse-client --time,True -redshift_typed,Redshift · Typed,10,10,2026-08-13T01:54:10Z,32358986128,2,Risk & liquidity (B7),338.236294,clickhouse-client --time,True -redshift_typed,Redshift · Typed,11,11,2026-08-13T02:54:08Z,35960573077,2,Risk & liquidity (B7),324.540367,clickhouse-client --time,True -redshift_typed,Redshift · Typed,12,12,2026-08-13T03:54:10Z,39507372773,2,Risk & liquidity (B7),5.986836,clickhouse-client --time,True -redshift_typed,Redshift · Typed,13,13,2026-08-13T04:54:10Z,43113715625,2,Risk & liquidity (B7),9.29629,clickhouse-client --time,True -redshift_typed,Redshift · Typed,14,14,2026-08-13T05:54:12Z,46769882264,2,Risk & liquidity (B7),373.736032,clickhouse-client --time,True -redshift_typed,Redshift · Typed,15,15,2026-08-13T06:54:10Z,50311961071,2,Risk & liquidity (B7),383.183353,clickhouse-client --time,True -redshift_typed,Redshift · Typed,16,16,2026-08-13T07:54:11Z,53928907694,2,Risk & liquidity (B7),372.57452,clickhouse-client --time,True -redshift_typed,Redshift · Typed,17,17,2026-08-13T08:54:10Z,57534735475,2,Risk & liquidity (B7),359.024648,clickhouse-client --time,True -redshift_typed,Redshift · Typed,18,18,2026-08-13T09:54:12Z,61127219937,2,Risk & liquidity (B7),342.45943,clickhouse-client --time,True -redshift_typed,Redshift · Typed,19,19,2026-08-13T10:54:10Z,64726881755,2,Risk & liquidity (B7),339.519636,clickhouse-client --time,True -redshift_typed,Redshift · Typed,20,20,2026-08-13T11:54:10Z,68330088073,2,Risk & liquidity (B7),326.595559,clickhouse-client --time,True -redshift_typed,Redshift · Typed,21,21,2026-08-13T12:54:09Z,71946007841,2,Risk & liquidity (B7),309.670279,clickhouse-client --time,True -redshift_typed,Redshift · Typed,22,22,2026-08-13T13:54:11Z,75540057221,2,Risk & liquidity (B7),310.6047,clickhouse-client --time,True -redshift_typed,Redshift · Typed,23,23,2026-08-13T14:54:11Z,79146527318,2,Risk & liquidity (B7),303.055248,clickhouse-client --time,True -redshift_typed,Redshift · Typed,24,24,2026-08-13T15:54:11Z,82760697798,2,Risk & liquidity (B7),269.26161,clickhouse-client --time,True -redshift_typed,Redshift · Typed,25,25,2026-08-13T16:54:11Z,86376876842,2,Risk & liquidity (B7),158.734885,clickhouse-client --time,True -redshift_typed,Redshift · Typed,26,26,2026-08-13T17:54:10Z,89920330616,2,Risk & liquidity (B7),270.424794,clickhouse-client --time,True -redshift_typed,Redshift · Typed,27,27,2026-08-13T18:54:11Z,93578343844,2,Risk & liquidity (B7),274.01232,clickhouse-client --time,True -redshift_typed,Redshift · Typed,28,28,2026-08-13T19:54:11Z,97179016064,2,Risk & liquidity (B7),250.06518,clickhouse-client --time,True +redshift_super,Redshift · SUPER,2,2,2026-08-12T17:54:28Z,3539132196,2,Risk & liquidity (B7),3.507338,runner result (end-to-end),True +redshift_super,Redshift · SUPER,3,3,2026-08-12T18:54:48Z,7142932703,2,Risk & liquidity (B7),118.541744,runner result (end-to-end),True +redshift_super,Redshift · SUPER,4,4,2026-08-12T19:55:14Z,10739646237,2,Risk & liquidity (B7),13.8427,runner result (end-to-end),True +redshift_super,Redshift · SUPER,5,5,2026-08-12T20:57:49Z,14346887362,2,Risk & liquidity (B7),27.784737,runner result (end-to-end),True +redshift_super,Redshift · SUPER,6,6,2026-08-12T21:58:44Z,17944900380,2,Risk & liquidity (B7),32.334565,runner result (end-to-end),True +redshift_super,Redshift · SUPER,7,7,2026-08-12T22:59:43Z,21541024360,2,Risk & liquidity (B7),40.388706,runner result (end-to-end),True +redshift_super,Redshift · SUPER,8,8,2026-08-13T00:00:35Z,25158046681,2,Risk & liquidity (B7),48.927087,runner result (end-to-end),True +redshift_super,Redshift · SUPER,9,9,2026-08-13T01:01:39Z,28758932048,2,Risk & liquidity (B7),55.083924,runner result (end-to-end),True +redshift_super,Redshift · SUPER,10,10,2026-08-13T02:02:16Z,32358986128,2,Risk & liquidity (B7),81.998594,runner result (end-to-end),True +redshift_super,Redshift · SUPER,11,11,2026-08-13T03:02:14Z,35960573077,2,Risk & liquidity (B7),87.142236,runner result (end-to-end),True +redshift_super,Redshift · SUPER,12,12,2026-08-13T03:54:52Z,39507372773,2,Risk & liquidity (B7),92.671605,runner result (end-to-end),True +redshift_super,Redshift · SUPER,13,13,2026-08-13T04:55:11Z,43113715625,2,Risk & liquidity (B7),11.970578,runner result (end-to-end),True +redshift_super,Redshift · SUPER,14,14,2026-08-13T06:01:34Z,46769882264,2,Risk & liquidity (B7),7.822572,runner result (end-to-end),True +redshift_super,Redshift · SUPER,15,15,2026-08-13T07:01:56Z,50311961071,2,Risk & liquidity (B7),23.057097,runner result (end-to-end),True +redshift_super,Redshift · SUPER,16,16,2026-08-13T08:02:01Z,53928907694,2,Risk & liquidity (B7),31.326022,runner result (end-to-end),True +redshift_super,Redshift · SUPER,17,17,2026-08-13T09:02:00Z,57534735475,2,Risk & liquidity (B7),37.670715,runner result (end-to-end),True +redshift_super,Redshift · SUPER,18,18,2026-08-13T10:02:06Z,61127219937,2,Risk & liquidity (B7),51.347266,runner result (end-to-end),True +redshift_super,Redshift · SUPER,19,19,2026-08-13T11:02:28Z,64726881755,2,Risk & liquidity (B7),80.775735,runner result (end-to-end),True +redshift_super,Redshift · SUPER,20,20,2026-08-13T12:02:29Z,68330088073,2,Risk & liquidity (B7),96.14147,runner result (end-to-end),True +redshift_super,Redshift · SUPER,21,21,2026-08-13T13:02:33Z,71946007841,2,Risk & liquidity (B7),83.008091,runner result (end-to-end),True +redshift_super,Redshift · SUPER,22,22,2026-08-13T14:02:53Z,75540057221,2,Risk & liquidity (B7),92.35688,runner result (end-to-end),True +redshift_super,Redshift · SUPER,23,23,2026-08-13T15:02:51Z,79146527318,2,Risk & liquidity (B7),128.659521,runner result (end-to-end),True +redshift_super,Redshift · SUPER,24,24,2026-08-13T16:02:36Z,82760697798,2,Risk & liquidity (B7),11.695733,runner result (end-to-end),True +redshift_super,Redshift · SUPER,25,25,2026-08-13T16:57:56Z,86376876842,2,Risk & liquidity (B7),32.651546,runner result (end-to-end),True +redshift_super,Redshift · SUPER,26,26,2026-08-13T18:00:01Z,89920330616,2,Risk & liquidity (B7),37.732231,runner result (end-to-end),True +redshift_super,Redshift · SUPER,27,27,2026-08-13T19:00:20Z,93578343844,2,Risk & liquidity (B7),49.470311,runner result (end-to-end),True +redshift_super,Redshift · SUPER,28,28,2026-08-13T20:00:16Z,97179016064,2,Risk & liquidity (B7),54.73654,runner result (end-to-end),True +redshift_typed,Redshift · Typed,2,2,2026-08-12T17:54:09Z,3539132196,2,Risk & liquidity (B7),1.746814,runner result (end-to-end),True +redshift_typed,Redshift · Typed,3,3,2026-08-12T18:54:09Z,7142932703,2,Risk & liquidity (B7),5.951837,runner result (end-to-end),True +redshift_typed,Redshift · Typed,4,4,2026-08-12T19:54:10Z,10739646237,2,Risk & liquidity (B7),15.575967,runner result (end-to-end),True +redshift_typed,Redshift · Typed,5,5,2026-08-12T20:54:09Z,14346887362,2,Risk & liquidity (B7),155.388243,runner result (end-to-end),True +redshift_typed,Redshift · Typed,6,6,2026-08-12T21:54:10Z,17944900380,2,Risk & liquidity (B7),196.627533,runner result (end-to-end),True +redshift_typed,Redshift · Typed,7,7,2026-08-12T22:54:09Z,21541024360,2,Risk & liquidity (B7),241.124583,runner result (end-to-end),True +redshift_typed,Redshift · Typed,8,8,2026-08-12T23:54:09Z,25158046681,2,Risk & liquidity (B7),276.683712,runner result (end-to-end),True +redshift_typed,Redshift · Typed,9,9,2026-08-13T00:54:10Z,28758932048,2,Risk & liquidity (B7),317.677939,runner result (end-to-end),True +redshift_typed,Redshift · Typed,10,10,2026-08-13T01:54:10Z,32358986128,2,Risk & liquidity (B7),338.236294,runner result (end-to-end),True +redshift_typed,Redshift · Typed,11,11,2026-08-13T02:54:08Z,35960573077,2,Risk & liquidity (B7),324.540367,runner result (end-to-end),True +redshift_typed,Redshift · Typed,12,12,2026-08-13T03:54:10Z,39507372773,2,Risk & liquidity (B7),5.986836,runner result (end-to-end),True +redshift_typed,Redshift · Typed,13,13,2026-08-13T04:54:10Z,43113715625,2,Risk & liquidity (B7),9.29629,runner result (end-to-end),True +redshift_typed,Redshift · Typed,14,14,2026-08-13T05:54:12Z,46769882264,2,Risk & liquidity (B7),373.736032,runner result (end-to-end),True +redshift_typed,Redshift · Typed,15,15,2026-08-13T06:54:10Z,50311961071,2,Risk & liquidity (B7),383.183353,runner result (end-to-end),True +redshift_typed,Redshift · Typed,16,16,2026-08-13T07:54:11Z,53928907694,2,Risk & liquidity (B7),372.57452,runner result (end-to-end),True +redshift_typed,Redshift · Typed,17,17,2026-08-13T08:54:10Z,57534735475,2,Risk & liquidity (B7),359.024648,runner result (end-to-end),True +redshift_typed,Redshift · Typed,18,18,2026-08-13T09:54:12Z,61127219937,2,Risk & liquidity (B7),342.45943,runner result (end-to-end),True +redshift_typed,Redshift · Typed,19,19,2026-08-13T10:54:10Z,64726881755,2,Risk & liquidity (B7),339.519636,runner result (end-to-end),True +redshift_typed,Redshift · Typed,20,20,2026-08-13T11:54:10Z,68330088073,2,Risk & liquidity (B7),326.595559,runner result (end-to-end),True +redshift_typed,Redshift · Typed,21,21,2026-08-13T12:54:09Z,71946007841,2,Risk & liquidity (B7),309.670279,runner result (end-to-end),True +redshift_typed,Redshift · Typed,22,22,2026-08-13T13:54:11Z,75540057221,2,Risk & liquidity (B7),310.6047,runner result (end-to-end),True +redshift_typed,Redshift · Typed,23,23,2026-08-13T14:54:11Z,79146527318,2,Risk & liquidity (B7),303.055248,runner result (end-to-end),True +redshift_typed,Redshift · Typed,24,24,2026-08-13T15:54:11Z,82760697798,2,Risk & liquidity (B7),269.26161,runner result (end-to-end),True +redshift_typed,Redshift · Typed,25,25,2026-08-13T16:54:11Z,86376876842,2,Risk & liquidity (B7),158.734885,runner result (end-to-end),True +redshift_typed,Redshift · Typed,26,26,2026-08-13T17:54:10Z,89920330616,2,Risk & liquidity (B7),270.424794,runner result (end-to-end),True +redshift_typed,Redshift · Typed,27,27,2026-08-13T18:54:11Z,93578343844,2,Risk & liquidity (B7),274.01232,runner result (end-to-end),True +redshift_typed,Redshift · Typed,28,28,2026-08-13T19:54:11Z,97179016064,2,Risk & liquidity (B7),250.06518,runner result (end-to-end),True +databricks,Databricks Serverless SQL,1,1,2026-09-18T17:07:31.592Z,48779388,2,Risk & liquidity (B7),0.876,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,2,2,2026-09-18T18:07:31.592Z,3648905245,2,Risk & liquidity (B7),10.555,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,3,3,2026-09-18T19:07:31.592Z,7248888928,2,Risk & liquidity (B7),7.677,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,4,4,2026-09-18T20:07:31.592Z,10848950992,2,Risk & liquidity (B7),13.534,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,5,5,2026-09-18T21:07:31.592Z,14448885812,2,Risk & liquidity (B7),20.5,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,6,6,2026-09-18T22:07:31.592Z,18048883403,2,Risk & liquidity (B7),25.24,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,7,7,2026-09-18T23:07:31.592Z,21648927817,2,Risk & liquidity (B7),1.728,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,8,8,2026-09-19T00:07:31.592Z,25248924027,2,Risk & liquidity (B7),7.408,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,9,9,2026-09-19T01:07:31.592Z,28848912329,2,Risk & liquidity (B7),12.934,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,10,10,2026-09-19T02:07:31.592Z,32448900387,2,Risk & liquidity (B7),24.717,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,11,11,2026-09-19T03:07:31.592Z,36048779409,2,Risk & liquidity (B7),27.149,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,12,12,2026-09-19T04:07:31.592Z,39648841503,2,Risk & liquidity (B7),2.686,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,13,13,2026-09-19T05:07:31.592Z,43248955264,2,Risk & liquidity (B7),8.684,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,14,14,2026-09-19T06:07:31.592Z,46848958026,2,Risk & liquidity (B7),13.109,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,15,15,2026-09-19T07:07:31.592Z,50448920743,2,Risk & liquidity (B7),24.32,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,16,16,2026-09-19T08:07:31.592Z,54048818880,2,Risk & liquidity (B7),27.825,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,17,17,2026-09-19T09:07:31.592Z,57648913051,2,Risk & liquidity (B7),4.505,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,18,18,2026-09-19T10:07:31.592Z,61248785899,2,Risk & liquidity (B7),11.465,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,19,19,2026-09-19T11:07:31.592Z,64848931181,2,Risk & liquidity (B7),18.677,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,20,20,2026-09-19T12:07:31.592Z,68448901225,2,Risk & liquidity (B7),32.269,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,21,21,2026-09-19T13:07:31.592Z,72048872763,2,Risk & liquidity (B7),29.624,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,22,22,2026-09-19T14:07:31.592Z,75648919105,2,Risk & liquidity (B7),4.703,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,23,23,2026-09-19T15:07:31.592Z,79248916498,2,Risk & liquidity (B7),11.798,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,24,24,2026-09-19T16:07:31.592Z,82848735814,2,Risk & liquidity (B7),18.438,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,25,25,2026-09-19T17:07:31.592Z,86448786434,2,Risk & liquidity (B7),39.814,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,26,26,2026-09-19T18:07:31.592Z,90048750546,2,Risk & liquidity (B7),42.73,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,27,27,2026-09-19T19:07:31.592Z,93648850827,2,Risk & liquidity (B7),7.898,provider Query History total duration; includes compilation; excludes fetch,True +databricks,Databricks Serverless SQL,28,28,2026-09-19T20:07:31.592Z,97248769382,2,Risk & liquidity (B7),12.731,provider Query History total duration; includes compilation; excludes fetch,True diff --git a/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems_wide_summary.json b/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems_wide_summary.json index 0755ead..62c3a6f 100644 --- a/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems_wide_summary.json +++ b/full-path-realtime/quotes/global/results/charts/drilldown_query_latency_all_systems_wide_summary.json @@ -29,12 +29,13 @@ "Snowflake", "BigQuery", "Redshift \u00b7 SUPER", - "Redshift \u00b7 Typed" + "Redshift \u00b7 Typed", + "Databricks Serverless SQL" ] }, "manifest": { "path": "quotes/global/visualizations/manifest.json", - "sha256": "f0132c4fe23eb045fd8b5a291db1bd54b80a7a4e769a4d6dd4309b17ce079c8b" + "sha256": "7f746e45b6348669c2fc241e310f368293b168d10732f94bef6ed41d7c0f1acb" }, "sources": { "clickhouse": { @@ -126,6 +127,24 @@ "Redshift Serverless w128r32" ] } + }, + "databricks": { + "runner_jsonl": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/drilldown_accepted.jsonl", + "runner_sha256": "46b628624ba4b6a6bf3f9a92d53374bf2d96756594379e2007be5b943597ce75", + "queries": "quotes/databricks/queries_raw.sql", + "queries_sha256": "8cb5436e468da55473e28d447fdaeac68731fb43cb69af4f56040bfc723bfa23", + "load": { + "records_read": 32, + "records_selected": 28, + "zero_row_records_excluded": 0, + "records_above_cap_excluded": 4, + "systems": [ + "Databricks (AWS)" + ], + "machines": [ + "Databricks SQL warehouse" + ] + } } }, "reports": { @@ -234,6 +253,27 @@ "excluded": 0 } }, + "databricks_q1": { + "raw_stats": { + "observations": 28, + "average_sec": 18.938035714285714, + "median_sec": 17.197, + "p95_sec": 33.798, + "maximum_sec": 56.901 + }, + "plotted_stats_before_display_smoothing": { + "observations": 28, + "average_sec": 18.938035714285714, + "median_sec": 17.197, + "p95_sec": 33.798, + "maximum_sec": 56.901 + }, + "outlier_policy": { + "applied": false, + "reason": "no configured filter", + "excluded": 0 + } + }, "clickhouse_q2": { "raw_stats": { "observations": 32, @@ -338,6 +378,27 @@ "reason": "no configured filter", "excluded": 0 } + }, + "databricks_q2": { + "raw_stats": { + "observations": 28, + "average_sec": 16.55692857142857, + "median_sec": 13.0215, + "p95_sec": 39.814, + "maximum_sec": 42.73 + }, + "plotted_stats_before_display_smoothing": { + "observations": 28, + "average_sec": 16.55692857142857, + "median_sec": 13.0215, + "p95_sec": 39.814, + "maximum_sec": 42.73 + }, + "outlier_policy": { + "applied": false, + "reason": "no configured filter", + "excluded": 0 + } } }, "outputs": { diff --git a/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems.png b/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems.png index 81728c3..abefbe7 100644 Binary files a/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems.png and b/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems.png differ diff --git a/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems.svg b/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems.svg index ccb7c13..e0680d6 100644 --- a/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems.svg +++ b/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems.svg @@ -1,12 +1,12 @@ - + - 2026-08-17T07:31:05.093932 + 2026-09-22T16:26:40.727040 image/svg+xml @@ -21,19 +21,19 @@ - - @@ -43,7 +43,7 @@ z - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + @@ -1295,9 +1385,131 @@ z - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - + - + - + - - - - + + - - + + diff --git a/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_data.csv b/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_data.csv index ce82c6c..d5c3006 100644 --- a/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_data.csv +++ b/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_data.csv @@ -3,5 +3,6 @@ ClickHouse,1.0,pairwise baselines BigQuery · Capacity,438.17226989390656,ClickHouse vs BigQuery matched window BigQuery · On-demand,511.6460383064147,ClickHouse vs BigQuery matched window Snowflake,412.1032631656578,ClickHouse vs Snowflake matched window -Redshift · SUPER,7139.739408749949,ClickHouse vs Redshift SUPER matched window -Redshift · Typed,14284.24474471564,ClickHouse vs Redshift typed matched window +Redshift · SUPER,1995.5554751250984,ClickHouse vs Redshift SUPER matched window +Redshift · Typed,4113.070610764922,ClickHouse vs Redshift typed matched window +Databricks Serverless SQL,752.4914249129466,ClickHouse vs Databricks September matched window diff --git a/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_summary.json b/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_summary.json index af8203e..d5b6999 100644 --- a/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_summary.json +++ b/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_summary.json @@ -10,6 +10,105 @@ "background_color": "#161614", "data_and_math_unchanged": true }, + "databricks": { + "payload": { + "schema_version": 2, + "status": "complete", + "missing_components": [], + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "scope_source": { + "path": "quotes/databricks/costs/scopes/serverless_20260918.json", + "sha256": "fcb45742354d21a3801cb7ac8cc1c5c8ab1eca92168d0b5e529e96e2147c9394" + }, + "allocated_window_plus_matched_queries_usd": 698.2531022010216, + "rows": [ + { + "label": "ClickHouse", + "runtime_sec": 56.385999999999996, + "query_cost": 0.0489, + "fresh_path_cost": 28.68705, + "total_cost": 28.73595, + "cost_runtime_product": 1620.3052767, + "relative_to_clickhouse": 1.0 + }, + { + "label": "Databricks Serverless SQL", + "runtime_sec": 1746.166, + "query_cost": 2.6483517666666665, + "fresh_path_cost": 695.604750434355, + "total_cost": 698.2531022010216, + "cost_runtime_product": 1219265.8264579491, + "relative_to_clickhouse": 752.4914249129466 + } + ], + "sources": { + "ClickHouse_dashboard": { + "path": "quotes/clickhouse-cloud/costs/out_t2/matched/databricks_serverless_20260918/dashboard.json", + "sha256": "ea8e835c58c9d7e99ab0f83d4b3ffa02bec292bb1edb004ae61c2bf4053c6387" + }, + "ClickHouse_drilldown": { + "path": "quotes/clickhouse-cloud/costs/out_t2/matched/databricks_serverless_20260918/drilldown.json", + "sha256": "68a5251de2a7b6eb10159e1f8ae3c408fe85688f0aaeb426fc26f89744b92b59" + }, + "ClickHouse_fresh_path": { + "path": "quotes/clickhouse-cloud/costs/out_t2/ingest.json", + "sha256": "6273b75ad99251d297e696dce3a7ce5aeca6d22beb715c41a67f3b1d6bf810b1" + }, + "Databricks Serverless SQL_dashboard": { + "path": "quotes/databricks/costs/out/serverless_20260918/dashboard.json", + "sha256": "106aef7bcdcd275bd850e5171bcb18bff91670e59e670137020fe4079d5f1308" + }, + "Databricks Serverless SQL_drilldown": { + "path": "quotes/databricks/costs/out/serverless_20260918/drilldown.json", + "sha256": "5e4fc9486014073da6609effbf4eb0081fb1e4347d226379397a28bfe58d2484" + }, + "Databricks Serverless SQL_fresh_path": { + "path": "quotes/databricks/costs/out/serverless_20260918/fresh_data_path.json", + "sha256": "f0ce663e9eeda1b2b12f81ffd8d178d75049a38eac26d1b5ecb316e3b9625de1" + } + }, + "matching_manifest": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/manifest.json", + "sha256": "52378066bfbdc46285569a4f0a08aabcdafd077e9281ff5e5777a067e5ca3ded" + }, + "formula": "(real-time fresh-data-path USD + matched query USD) * matched query runtime seconds", + "cost_model": "normalized queries + allocated DBUs and estimated maintenance at public list rates", + "scope_exclusions": [ + "producer VM", + "object storage capacity/requests", + "network", + "control SQL", + "query warehouse idle/minimum billing", + "warm-window reads" + ] + }, + "available": true, + "path": "quotes/databricks/costs/out/serverless_20260918/full_path.json", + "sha256": "b62e33021a8a15aedeee53a714db561b227f7ff07db5f782213b95033c962b1f", + "label": "Databricks Serverless SQL" + }, "presentation": { "query_cost_display": "total", "cost_attribution_visible_on_chart": false @@ -77,14 +176,15 @@ "BigQuery \u00b7 Capacity", "BigQuery \u00b7 On-demand", "Redshift \u00b7 SUPER", - "Redshift \u00b7 Typed" + "Redshift \u00b7 Typed", + "Databricks Serverless SQL" ], "score_scale": "log10 relative to ClickHouse", "baseline_bar_width": 0 }, "manifest": { "path": "quotes/global/visualizations/manifest.json", - "sha256": "f0132c4fe23eb045fd8b5a291db1bd54b80a7a4e769a4d6dd4309b17ce079c8b" + "sha256": "7f746e45b6348669c2fc241e310f368293b168d10732f94bef6ed41d7c0f1acb" }, "sources": { "snowflake_pairwise_summary": { @@ -97,11 +197,11 @@ }, "redshift_super_summary": { "path": "quotes/redshift-serverless/costs/out/t2/full_path_super.json", - "sha256": "8186d1bf6f01f0634c0e643db3c0029bb627df1709ff9680587c822f7fb0372f" + "sha256": "6cbed6cfe15deb709257aaa630189eb7878670f5e834316eec3563def7b7af85" }, "redshift_typed_summary": { "path": "quotes/redshift-serverless/costs/out/t2/full_path_typed.json", - "sha256": "45c7ae0e0a8742f4e52cf574fbc99487bef0aaa40478ed6b7f496b5ee224ca4a" + "sha256": "282c4807474ce16ea89bc698b59e399e1fdeb2070c63a67d850c0bafb06b726d" } }, "rows": [ @@ -178,32 +278,47 @@ }, { "label": "Redshift \u00b7 SUPER", - "relative": 7139.739408749949, + "relative": 1995.5554751250984, "color": "#FF9900", "source_pair": "ClickHouse vs Redshift SUPER matched window", "accepted_values": { "label": "Redshift \u00b7 SUPER", "runtime_sec": 6093.541947, - "fresh_data_path_cost": 1932.0805603262938, + "fresh_data_path_cost": 522.0269869929605, "query_cost": 24.967476034, - "total_cost": 1957.0480363602937, - "score": 11925354.30185543, - "relative_to_clickhouse": 7139.739408749949 + "total_cost": 546.9944630269605, + "score": 3333133.705231524, + "relative_to_clickhouse": 1995.5554751250984 } }, { "label": "Redshift \u00b7 Typed", - "relative": 14284.24474471564, + "relative": 4113.070610764922, "color": "#E76F00", "source_pair": "ClickHouse vs Redshift typed matched window", "accepted_values": { "label": "Redshift \u00b7 Typed", "runtime_sec": 12048.262083, - "fresh_data_path_cost": 1932.0805603262938, + "fresh_data_path_cost": 522.0269869929605, "query_cost": 48.177576974000004, - "total_cost": 1980.2581373002938, - "score": 23858669.03018734, - "relative_to_clickhouse": 14284.24474471564 + "total_cost": 570.2045639669604, + "score": 6869974.027596678, + "relative_to_clickhouse": 4113.070610764922 + } + }, + { + "label": "Databricks Serverless SQL", + "relative": 752.4914249129466, + "color": "#FF3621", + "source_pair": "ClickHouse vs Databricks September matched window", + "accepted_values": { + "label": "Databricks Serverless SQL", + "runtime_sec": 1746.166, + "query_cost": 2.6483517666666665, + "fresh_path_cost": 695.604750434355, + "total_cost": 698.2531022010216, + "cost_runtime_product": 1219265.8264579491, + "relative_to_clickhouse": 752.4914249129466 } } ], diff --git a/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_wide.png b/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_wide.png index c73770f..2d3bb88 100644 Binary files a/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_wide.png and b/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_wide.png differ diff --git a/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_wide.svg b/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_wide.svg index 59d5b3f..e600bae 100644 --- a/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_wide.svg +++ b/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_wide.svg @@ -6,7 +6,7 @@ - 2026-08-17T07:31:05.578458 + 2026-09-22T16:26:41.207844 image/svg+xml @@ -57,7 +57,7 @@ z - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + @@ -1309,9 +1399,131 @@ z - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - + @@ -1591,15 +1755,6 @@ z - - - - + + - + diff --git a/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_wide_data.csv b/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_wide_data.csv index ce82c6c..d5c3006 100644 --- a/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_wide_data.csv +++ b/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_wide_data.csv @@ -3,5 +3,6 @@ ClickHouse,1.0,pairwise baselines BigQuery · Capacity,438.17226989390656,ClickHouse vs BigQuery matched window BigQuery · On-demand,511.6460383064147,ClickHouse vs BigQuery matched window Snowflake,412.1032631656578,ClickHouse vs Snowflake matched window -Redshift · SUPER,7139.739408749949,ClickHouse vs Redshift SUPER matched window -Redshift · Typed,14284.24474471564,ClickHouse vs Redshift typed matched window +Redshift · SUPER,1995.5554751250984,ClickHouse vs Redshift SUPER matched window +Redshift · Typed,4113.070610764922,ClickHouse vs Redshift typed matched window +Databricks Serverless SQL,752.4914249129466,ClickHouse vs Databricks September matched window diff --git a/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_wide_summary.json b/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_wide_summary.json index 47369eb..b6d5598 100644 --- a/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_wide_summary.json +++ b/full-path-realtime/quotes/global/results/charts/full_path_cost_performance_all_systems_wide_summary.json @@ -19,6 +19,105 @@ "chart_stage_color": "#1C1C1A", "chart_stage_border_color": "#343431" }, + "databricks": { + "payload": { + "schema_version": 2, + "status": "complete", + "missing_components": [], + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "scope_source": { + "path": "quotes/databricks/costs/scopes/serverless_20260918.json", + "sha256": "fcb45742354d21a3801cb7ac8cc1c5c8ab1eca92168d0b5e529e96e2147c9394" + }, + "allocated_window_plus_matched_queries_usd": 698.2531022010216, + "rows": [ + { + "label": "ClickHouse", + "runtime_sec": 56.385999999999996, + "query_cost": 0.0489, + "fresh_path_cost": 28.68705, + "total_cost": 28.73595, + "cost_runtime_product": 1620.3052767, + "relative_to_clickhouse": 1.0 + }, + { + "label": "Databricks Serverless SQL", + "runtime_sec": 1746.166, + "query_cost": 2.6483517666666665, + "fresh_path_cost": 695.604750434355, + "total_cost": 698.2531022010216, + "cost_runtime_product": 1219265.8264579491, + "relative_to_clickhouse": 752.4914249129466 + } + ], + "sources": { + "ClickHouse_dashboard": { + "path": "quotes/clickhouse-cloud/costs/out_t2/matched/databricks_serverless_20260918/dashboard.json", + "sha256": "ea8e835c58c9d7e99ab0f83d4b3ffa02bec292bb1edb004ae61c2bf4053c6387" + }, + "ClickHouse_drilldown": { + "path": "quotes/clickhouse-cloud/costs/out_t2/matched/databricks_serverless_20260918/drilldown.json", + "sha256": "68a5251de2a7b6eb10159e1f8ae3c408fe85688f0aaeb426fc26f89744b92b59" + }, + "ClickHouse_fresh_path": { + "path": "quotes/clickhouse-cloud/costs/out_t2/ingest.json", + "sha256": "6273b75ad99251d297e696dce3a7ce5aeca6d22beb715c41a67f3b1d6bf810b1" + }, + "Databricks Serverless SQL_dashboard": { + "path": "quotes/databricks/costs/out/serverless_20260918/dashboard.json", + "sha256": "106aef7bcdcd275bd850e5171bcb18bff91670e59e670137020fe4079d5f1308" + }, + "Databricks Serverless SQL_drilldown": { + "path": "quotes/databricks/costs/out/serverless_20260918/drilldown.json", + "sha256": "5e4fc9486014073da6609effbf4eb0081fb1e4347d226379397a28bfe58d2484" + }, + "Databricks Serverless SQL_fresh_path": { + "path": "quotes/databricks/costs/out/serverless_20260918/fresh_data_path.json", + "sha256": "f0ce663e9eeda1b2b12f81ffd8d178d75049a38eac26d1b5ecb316e3b9625de1" + } + }, + "matching_manifest": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/manifest.json", + "sha256": "52378066bfbdc46285569a4f0a08aabcdafd077e9281ff5e5777a067e5ca3ded" + }, + "formula": "(real-time fresh-data-path USD + matched query USD) * matched query runtime seconds", + "cost_model": "normalized queries + allocated DBUs and estimated maintenance at public list rates", + "scope_exclusions": [ + "producer VM", + "object storage capacity/requests", + "network", + "control SQL", + "query warehouse idle/minimum billing", + "warm-window reads" + ] + }, + "available": true, + "path": "quotes/databricks/costs/out/serverless_20260918/full_path.json", + "sha256": "b62e33021a8a15aedeee53a714db561b227f7ff07db5f782213b95033c962b1f", + "label": "Databricks Serverless SQL" + }, "presentation": { "query_cost_display": "total", "cost_attribution_visible_on_chart": false @@ -86,14 +185,15 @@ "BigQuery \u00b7 Capacity", "BigQuery \u00b7 On-demand", "Redshift \u00b7 SUPER", - "Redshift \u00b7 Typed" + "Redshift \u00b7 Typed", + "Databricks Serverless SQL" ], "score_scale": "log10 relative to ClickHouse", "baseline_bar_width": 0 }, "manifest": { "path": "quotes/global/visualizations/manifest.json", - "sha256": "f0132c4fe23eb045fd8b5a291db1bd54b80a7a4e769a4d6dd4309b17ce079c8b" + "sha256": "7f746e45b6348669c2fc241e310f368293b168d10732f94bef6ed41d7c0f1acb" }, "sources": { "snowflake_pairwise_summary": { @@ -106,11 +206,11 @@ }, "redshift_super_summary": { "path": "quotes/redshift-serverless/costs/out/t2/full_path_super.json", - "sha256": "8186d1bf6f01f0634c0e643db3c0029bb627df1709ff9680587c822f7fb0372f" + "sha256": "6cbed6cfe15deb709257aaa630189eb7878670f5e834316eec3563def7b7af85" }, "redshift_typed_summary": { "path": "quotes/redshift-serverless/costs/out/t2/full_path_typed.json", - "sha256": "45c7ae0e0a8742f4e52cf574fbc99487bef0aaa40478ed6b7f496b5ee224ca4a" + "sha256": "282c4807474ce16ea89bc698b59e399e1fdeb2070c63a67d850c0bafb06b726d" } }, "rows": [ @@ -187,32 +287,47 @@ }, { "label": "Redshift \u00b7 SUPER", - "relative": 7139.739408749949, + "relative": 1995.5554751250984, "color": "#FF9900", "source_pair": "ClickHouse vs Redshift SUPER matched window", "accepted_values": { "label": "Redshift \u00b7 SUPER", "runtime_sec": 6093.541947, - "fresh_data_path_cost": 1932.0805603262938, + "fresh_data_path_cost": 522.0269869929605, "query_cost": 24.967476034, - "total_cost": 1957.0480363602937, - "score": 11925354.30185543, - "relative_to_clickhouse": 7139.739408749949 + "total_cost": 546.9944630269605, + "score": 3333133.705231524, + "relative_to_clickhouse": 1995.5554751250984 } }, { "label": "Redshift \u00b7 Typed", - "relative": 14284.24474471564, + "relative": 4113.070610764922, "color": "#E76F00", "source_pair": "ClickHouse vs Redshift typed matched window", "accepted_values": { "label": "Redshift \u00b7 Typed", "runtime_sec": 12048.262083, - "fresh_data_path_cost": 1932.0805603262938, + "fresh_data_path_cost": 522.0269869929605, "query_cost": 48.177576974000004, - "total_cost": 1980.2581373002938, - "score": 23858669.03018734, - "relative_to_clickhouse": 14284.24474471564 + "total_cost": 570.2045639669604, + "score": 6869974.027596678, + "relative_to_clickhouse": 4113.070610764922 + } + }, + { + "label": "Databricks Serverless SQL", + "relative": 752.4914249129466, + "color": "#FF3621", + "source_pair": "ClickHouse vs Databricks September matched window", + "accepted_values": { + "label": "Databricks Serverless SQL", + "runtime_sec": 1746.166, + "query_cost": 2.6483517666666665, + "fresh_path_cost": 695.604750434355, + "total_cost": 698.2531022010216, + "cost_runtime_product": 1219265.8264579491, + "relative_to_clickhouse": 752.4914249129466 } } ], diff --git a/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems.png b/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems.png index cb3c9df..6905e19 100644 Binary files a/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems.png and b/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems.png differ diff --git a/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems.svg b/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems.svg index a0aec00..2738366 100644 --- a/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems.svg +++ b/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems.svg @@ -1,12 +1,12 @@ - + - 2026-08-17T07:31:06.133879 + 2026-09-22T16:26:41.821258 image/svg+xml @@ -21,17 +21,17 @@ - - - +" clip-path="url(#p2fdc38521a)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.75; stroke-width: 0.8; stroke-linecap: square"/> - - + - + - +" clip-path="url(#p2fdc38521a)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.75; stroke-width: 0.8; stroke-linecap: square"/> - + - + - +" clip-path="url(#p2fdc38521a)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.75; stroke-width: 0.8; stroke-linecap: square"/> - + - + - +" clip-path="url(#p2fdc38521a)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - - + - +" clip-path="url(#p2fdc38521a)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + - +" clip-path="url(#p2fdc38521a)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + - +" clip-path="url(#p2fdc38521a)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + - +" clip-path="url(#p2fdc38521a)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + - +" clip-path="url(#p2fdc38521a)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + - +" clip-path="url(#p2fdc38521a)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + - +" clip-path="url(#p2fdc38521a)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + - +" clip-path="url(#p2fdc38521a)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + - +" clip-path="url(#p2fdc38521a)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + - +" clip-path="url(#p2fdc38521a)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + - +" clip-path="url(#p2fdc38521a)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + - +" clip-path="url(#p2fdc38521a)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + - +" clip-path="url(#p2fdc38521a)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + - +" clip-path="url(#p2fdc38521a)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + - +" clip-path="url(#p2fdc38521a)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + - +" clip-path="url(#p2fdc38521a)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + - +" clip-path="url(#p2fdc38521a)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + - +" clip-path="url(#p2fdc38521a)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + - +" clip-path="url(#p2fdc38521a)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + - +" clip-path="url(#p2fdc38521a)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + - +" clip-path="url(#p2fdc38521a)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + - + - + - - + - + - + - + - + - + - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - + - + - + - - - @@ -1404,7 +1380,7 @@ L 662.501875 -0 - - - + + - - - + + - - - + + - - + + - - - + + - + + + + + + + + - - + + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + diff --git a/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_data.csv b/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_data.csv index 426b86b..1ca8b92 100644 --- a/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_data.csv +++ b/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_data.csv @@ -3,5 +3,6 @@ ClickHouse,61.827,28.740669999999998,ClickHouse vs Snowflake matched window Snowflake,7674.9839999999995,95.41214000000001,ClickHouse vs Snowflake matched window BigQuery · Capacity,2961.386000000003,247.83612947,ClickHouse vs BigQuery matched window BigQuery · On-demand,2961.386000000003,289.39388113999996,ClickHouse vs BigQuery matched window -Redshift · SUPER,6093.541947,1957.0480363602937,ClickHouse vs Redshift SUPER matched window -Redshift · Typed,12048.262083,1980.2581373002938,ClickHouse vs Redshift typed matched window +Redshift · SUPER,6093.541947,546.9944630269605,ClickHouse vs Redshift SUPER matched window +Redshift · Typed,12048.262083,570.2045639669604,ClickHouse vs Redshift typed matched window +Databricks Serverless SQL,1746.166,698.2531022010216,ClickHouse vs Databricks September matched window diff --git a/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_summary.json b/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_summary.json index d78bc34..03ec072 100644 --- a/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_summary.json +++ b/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_summary.json @@ -10,6 +10,105 @@ "background_color": "#161614", "data_and_math_unchanged": true }, + "databricks": { + "payload": { + "schema_version": 2, + "status": "complete", + "missing_components": [], + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "scope_source": { + "path": "quotes/databricks/costs/scopes/serverless_20260918.json", + "sha256": "fcb45742354d21a3801cb7ac8cc1c5c8ab1eca92168d0b5e529e96e2147c9394" + }, + "allocated_window_plus_matched_queries_usd": 698.2531022010216, + "rows": [ + { + "label": "ClickHouse", + "runtime_sec": 56.385999999999996, + "query_cost": 0.0489, + "fresh_path_cost": 28.68705, + "total_cost": 28.73595, + "cost_runtime_product": 1620.3052767, + "relative_to_clickhouse": 1.0 + }, + { + "label": "Databricks Serverless SQL", + "runtime_sec": 1746.166, + "query_cost": 2.6483517666666665, + "fresh_path_cost": 695.604750434355, + "total_cost": 698.2531022010216, + "cost_runtime_product": 1219265.8264579491, + "relative_to_clickhouse": 752.4914249129466 + } + ], + "sources": { + "ClickHouse_dashboard": { + "path": "quotes/clickhouse-cloud/costs/out_t2/matched/databricks_serverless_20260918/dashboard.json", + "sha256": "ea8e835c58c9d7e99ab0f83d4b3ffa02bec292bb1edb004ae61c2bf4053c6387" + }, + "ClickHouse_drilldown": { + "path": "quotes/clickhouse-cloud/costs/out_t2/matched/databricks_serverless_20260918/drilldown.json", + "sha256": "68a5251de2a7b6eb10159e1f8ae3c408fe85688f0aaeb426fc26f89744b92b59" + }, + "ClickHouse_fresh_path": { + "path": "quotes/clickhouse-cloud/costs/out_t2/ingest.json", + "sha256": "6273b75ad99251d297e696dce3a7ce5aeca6d22beb715c41a67f3b1d6bf810b1" + }, + "Databricks Serverless SQL_dashboard": { + "path": "quotes/databricks/costs/out/serverless_20260918/dashboard.json", + "sha256": "106aef7bcdcd275bd850e5171bcb18bff91670e59e670137020fe4079d5f1308" + }, + "Databricks Serverless SQL_drilldown": { + "path": "quotes/databricks/costs/out/serverless_20260918/drilldown.json", + "sha256": "5e4fc9486014073da6609effbf4eb0081fb1e4347d226379397a28bfe58d2484" + }, + "Databricks Serverless SQL_fresh_path": { + "path": "quotes/databricks/costs/out/serverless_20260918/fresh_data_path.json", + "sha256": "f0ce663e9eeda1b2b12f81ffd8d178d75049a38eac26d1b5ecb316e3b9625de1" + } + }, + "matching_manifest": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/manifest.json", + "sha256": "52378066bfbdc46285569a4f0a08aabcdafd077e9281ff5e5777a067e5ca3ded" + }, + "formula": "(real-time fresh-data-path USD + matched query USD) * matched query runtime seconds", + "cost_model": "normalized queries + allocated DBUs and estimated maintenance at public list rates", + "scope_exclusions": [ + "producer VM", + "object storage capacity/requests", + "network", + "control SQL", + "query warehouse idle/minimum billing", + "warm-window reads" + ] + }, + "available": true, + "path": "quotes/databricks/costs/out/serverless_20260918/full_path.json", + "sha256": "b62e33021a8a15aedeee53a714db561b227f7ff07db5f782213b95033c962b1f", + "label": "Databricks Serverless SQL" + }, "presentation": { "query_cost_display": "total", "cost_attribution_visible_on_chart": false @@ -78,12 +177,13 @@ "BigQuery \u00b7 Capacity", "BigQuery \u00b7 On-demand", "Redshift \u00b7 SUPER", - "Redshift \u00b7 Typed" + "Redshift \u00b7 Typed", + "Databricks Serverless SQL" ] }, "manifest": { "path": "quotes/global/visualizations/manifest.json", - "sha256": "f0132c4fe23eb045fd8b5a291db1bd54b80a7a4e769a4d6dd4309b17ce079c8b" + "sha256": "7f746e45b6348669c2fc241e310f368293b168d10732f94bef6ed41d7c0f1acb" }, "sources": { "snowflake_pairwise_summary": { @@ -96,11 +196,11 @@ }, "redshift_super_summary": { "path": "quotes/redshift-serverless/costs/out/t2/full_path_super.json", - "sha256": "8186d1bf6f01f0634c0e643db3c0029bb627df1709ff9680587c822f7fb0372f" + "sha256": "6cbed6cfe15deb709257aaa630189eb7878670f5e834316eec3563def7b7af85" }, "redshift_typed_summary": { "path": "quotes/redshift-serverless/costs/out/t2/full_path_typed.json", - "sha256": "45c7ae0e0a8742f4e52cf574fbc99487bef0aaa40478ed6b7f496b5ee224ca4a" + "sha256": "282c4807474ce16ea89bc698b59e399e1fdeb2070c63a67d850c0bafb06b726d" } }, "rows": [ @@ -135,16 +235,23 @@ { "label": "Redshift \u00b7 SUPER", "runtime_sec": 6093.541947, - "full_path_cost_usd": 1957.0480363602937, + "full_path_cost_usd": 546.9944630269605, "color": "#FF9900", "source_pair": "ClickHouse vs Redshift SUPER matched window" }, { "label": "Redshift \u00b7 Typed", "runtime_sec": 12048.262083, - "full_path_cost_usd": 1980.2581373002938, + "full_path_cost_usd": 570.2045639669604, "color": "#E76F00", "source_pair": "ClickHouse vs Redshift typed matched window" + }, + { + "label": "Databricks Serverless SQL", + "runtime_sec": 1746.166, + "full_path_cost_usd": 698.2531022010216, + "color": "#FF3621", + "source_pair": "ClickHouse vs Databricks September matched window" } ], "outputs": { diff --git a/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_wide.png b/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_wide.png index ae6a8fe..ba2842a 100644 Binary files a/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_wide.png and b/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_wide.png differ diff --git a/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_wide.svg b/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_wide.svg index 4f35099..ba181e8 100644 --- a/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_wide.svg +++ b/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_wide.svg @@ -6,7 +6,7 @@ - 2026-08-17T07:31:06.701451 + 2026-09-22T16:26:42.367481 image/svg+xml @@ -56,16 +56,16 @@ z +" clip-path="url(#p603b558e6d)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.75; stroke-width: 0.8; stroke-linecap: square"/> - - + @@ -135,11 +135,11 @@ z +" clip-path="url(#p603b558e6d)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.75; stroke-width: 0.8; stroke-linecap: square"/> - + @@ -178,11 +178,11 @@ z +" clip-path="url(#p603b558e6d)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.75; stroke-width: 0.8; stroke-linecap: square"/> - + @@ -258,16 +258,16 @@ z +" clip-path="url(#p603b558e6d)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - - + @@ -275,11 +275,11 @@ L 0 2 +" clip-path="url(#p603b558e6d)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + @@ -287,11 +287,11 @@ L 1123.392794 184.44 +" clip-path="url(#p603b558e6d)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + @@ -299,11 +299,11 @@ L 1093.50799 184.44 +" clip-path="url(#p603b558e6d)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + @@ -311,11 +311,11 @@ L 1068.240747 184.44 +" clip-path="url(#p603b558e6d)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + @@ -323,11 +323,11 @@ L 1046.353267 184.44 +" clip-path="url(#p603b558e6d)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + @@ -335,11 +335,11 @@ L 1027.047141 184.44 +" clip-path="url(#p603b558e6d)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + @@ -347,11 +347,11 @@ L 896.161651 184.44 +" clip-path="url(#p603b558e6d)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + @@ -359,11 +359,11 @@ L 829.700802 184.44 +" clip-path="url(#p603b558e6d)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + @@ -371,11 +371,11 @@ L 782.546079 184.44 +" clip-path="url(#p603b558e6d)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + @@ -383,11 +383,11 @@ L 745.970034 184.44 +" clip-path="url(#p603b558e6d)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + @@ -395,11 +395,11 @@ L 716.08523 184.44 +" clip-path="url(#p603b558e6d)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + @@ -407,11 +407,11 @@ L 690.817988 184.44 +" clip-path="url(#p603b558e6d)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + @@ -419,11 +419,11 @@ L 668.930507 184.44 +" clip-path="url(#p603b558e6d)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + @@ -431,11 +431,11 @@ L 649.624381 184.44 +" clip-path="url(#p603b558e6d)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + @@ -443,11 +443,11 @@ L 518.738891 184.44 +" clip-path="url(#p603b558e6d)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + @@ -455,11 +455,11 @@ L 452.278042 184.44 +" clip-path="url(#p603b558e6d)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + @@ -467,11 +467,11 @@ L 405.123319 184.44 +" clip-path="url(#p603b558e6d)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + @@ -479,11 +479,11 @@ L 368.547275 184.44 +" clip-path="url(#p603b558e6d)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + @@ -491,11 +491,11 @@ L 338.66247 184.44 +" clip-path="url(#p603b558e6d)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + @@ -503,11 +503,11 @@ L 313.395228 184.44 +" clip-path="url(#p603b558e6d)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + @@ -515,11 +515,11 @@ L 291.507748 184.44 +" clip-path="url(#p603b558e6d)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.28; stroke-width: 0.35; stroke-linecap: square"/> - + @@ -910,23 +910,23 @@ z - + - - + - + - + - + - + - + - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - + @@ -1418,7 +1394,7 @@ L 1175.568 184.44 - - - + + - - - + + - - - + + - - + + - - - + + - - - + + + + + + + + + + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + diff --git a/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_wide_data.csv b/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_wide_data.csv index 426b86b..1ca8b92 100644 --- a/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_wide_data.csv +++ b/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_wide_data.csv @@ -3,5 +3,6 @@ ClickHouse,61.827,28.740669999999998,ClickHouse vs Snowflake matched window Snowflake,7674.9839999999995,95.41214000000001,ClickHouse vs Snowflake matched window BigQuery · Capacity,2961.386000000003,247.83612947,ClickHouse vs BigQuery matched window BigQuery · On-demand,2961.386000000003,289.39388113999996,ClickHouse vs BigQuery matched window -Redshift · SUPER,6093.541947,1957.0480363602937,ClickHouse vs Redshift SUPER matched window -Redshift · Typed,12048.262083,1980.2581373002938,ClickHouse vs Redshift typed matched window +Redshift · SUPER,6093.541947,546.9944630269605,ClickHouse vs Redshift SUPER matched window +Redshift · Typed,12048.262083,570.2045639669604,ClickHouse vs Redshift typed matched window +Databricks Serverless SQL,1746.166,698.2531022010216,ClickHouse vs Databricks September matched window diff --git a/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_wide_summary.json b/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_wide_summary.json index 0d8f91c..881d424 100644 --- a/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_wide_summary.json +++ b/full-path-realtime/quotes/global/results/charts/full_path_cost_vs_query_runtime_all_systems_wide_summary.json @@ -19,6 +19,105 @@ "chart_stage_color": "#1C1C1A", "chart_stage_border_color": "#343431" }, + "databricks": { + "payload": { + "schema_version": 2, + "status": "complete", + "missing_components": [], + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "scope_source": { + "path": "quotes/databricks/costs/scopes/serverless_20260918.json", + "sha256": "fcb45742354d21a3801cb7ac8cc1c5c8ab1eca92168d0b5e529e96e2147c9394" + }, + "allocated_window_plus_matched_queries_usd": 698.2531022010216, + "rows": [ + { + "label": "ClickHouse", + "runtime_sec": 56.385999999999996, + "query_cost": 0.0489, + "fresh_path_cost": 28.68705, + "total_cost": 28.73595, + "cost_runtime_product": 1620.3052767, + "relative_to_clickhouse": 1.0 + }, + { + "label": "Databricks Serverless SQL", + "runtime_sec": 1746.166, + "query_cost": 2.6483517666666665, + "fresh_path_cost": 695.604750434355, + "total_cost": 698.2531022010216, + "cost_runtime_product": 1219265.8264579491, + "relative_to_clickhouse": 752.4914249129466 + } + ], + "sources": { + "ClickHouse_dashboard": { + "path": "quotes/clickhouse-cloud/costs/out_t2/matched/databricks_serverless_20260918/dashboard.json", + "sha256": "ea8e835c58c9d7e99ab0f83d4b3ffa02bec292bb1edb004ae61c2bf4053c6387" + }, + "ClickHouse_drilldown": { + "path": "quotes/clickhouse-cloud/costs/out_t2/matched/databricks_serverless_20260918/drilldown.json", + "sha256": "68a5251de2a7b6eb10159e1f8ae3c408fe85688f0aaeb426fc26f89744b92b59" + }, + "ClickHouse_fresh_path": { + "path": "quotes/clickhouse-cloud/costs/out_t2/ingest.json", + "sha256": "6273b75ad99251d297e696dce3a7ce5aeca6d22beb715c41a67f3b1d6bf810b1" + }, + "Databricks Serverless SQL_dashboard": { + "path": "quotes/databricks/costs/out/serverless_20260918/dashboard.json", + "sha256": "106aef7bcdcd275bd850e5171bcb18bff91670e59e670137020fe4079d5f1308" + }, + "Databricks Serverless SQL_drilldown": { + "path": "quotes/databricks/costs/out/serverless_20260918/drilldown.json", + "sha256": "5e4fc9486014073da6609effbf4eb0081fb1e4347d226379397a28bfe58d2484" + }, + "Databricks Serverless SQL_fresh_path": { + "path": "quotes/databricks/costs/out/serverless_20260918/fresh_data_path.json", + "sha256": "f0ce663e9eeda1b2b12f81ffd8d178d75049a38eac26d1b5ecb316e3b9625de1" + } + }, + "matching_manifest": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/manifest.json", + "sha256": "52378066bfbdc46285569a4f0a08aabcdafd077e9281ff5e5777a067e5ca3ded" + }, + "formula": "(real-time fresh-data-path USD + matched query USD) * matched query runtime seconds", + "cost_model": "normalized queries + allocated DBUs and estimated maintenance at public list rates", + "scope_exclusions": [ + "producer VM", + "object storage capacity/requests", + "network", + "control SQL", + "query warehouse idle/minimum billing", + "warm-window reads" + ] + }, + "available": true, + "path": "quotes/databricks/costs/out/serverless_20260918/full_path.json", + "sha256": "b62e33021a8a15aedeee53a714db561b227f7ff07db5f782213b95033c962b1f", + "label": "Databricks Serverless SQL" + }, "presentation": { "query_cost_display": "total", "cost_attribution_visible_on_chart": false @@ -87,12 +186,13 @@ "BigQuery \u00b7 Capacity", "BigQuery \u00b7 On-demand", "Redshift \u00b7 SUPER", - "Redshift \u00b7 Typed" + "Redshift \u00b7 Typed", + "Databricks Serverless SQL" ] }, "manifest": { "path": "quotes/global/visualizations/manifest.json", - "sha256": "f0132c4fe23eb045fd8b5a291db1bd54b80a7a4e769a4d6dd4309b17ce079c8b" + "sha256": "7f746e45b6348669c2fc241e310f368293b168d10732f94bef6ed41d7c0f1acb" }, "sources": { "snowflake_pairwise_summary": { @@ -105,11 +205,11 @@ }, "redshift_super_summary": { "path": "quotes/redshift-serverless/costs/out/t2/full_path_super.json", - "sha256": "8186d1bf6f01f0634c0e643db3c0029bb627df1709ff9680587c822f7fb0372f" + "sha256": "6cbed6cfe15deb709257aaa630189eb7878670f5e834316eec3563def7b7af85" }, "redshift_typed_summary": { "path": "quotes/redshift-serverless/costs/out/t2/full_path_typed.json", - "sha256": "45c7ae0e0a8742f4e52cf574fbc99487bef0aaa40478ed6b7f496b5ee224ca4a" + "sha256": "282c4807474ce16ea89bc698b59e399e1fdeb2070c63a67d850c0bafb06b726d" } }, "rows": [ @@ -144,16 +244,23 @@ { "label": "Redshift \u00b7 SUPER", "runtime_sec": 6093.541947, - "full_path_cost_usd": 1957.0480363602937, + "full_path_cost_usd": 546.9944630269605, "color": "#FF9900", "source_pair": "ClickHouse vs Redshift SUPER matched window" }, { "label": "Redshift \u00b7 Typed", "runtime_sec": 12048.262083, - "full_path_cost_usd": 1980.2581373002938, + "full_path_cost_usd": 570.2045639669604, "color": "#E76F00", "source_pair": "ClickHouse vs Redshift typed matched window" + }, + { + "label": "Databricks Serverless SQL", + "runtime_sec": 1746.166, + "full_path_cost_usd": 698.2531022010216, + "color": "#FF3621", + "source_pair": "ClickHouse vs Databricks September matched window" } ], "outputs": { diff --git a/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems.png b/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems.png index a195006..6f95c2b 100644 Binary files a/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems.png and b/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems.png differ diff --git a/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems.svg b/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems.svg index 1a19514..f035e0c 100644 --- a/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems.svg +++ b/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems.svg @@ -1,12 +1,12 @@ - + - 2026-08-17T07:31:04.130936 + 2026-09-22T16:26:39.712953 image/svg+xml @@ -21,8 +21,8 @@ - - + - + - +" clip-path="url(#p6585fde977)" style="fill: #29b5e8"/> - + - + - +" clip-path="url(#pd09947e91e)" style="fill: #4285f4"/> + + + - + - + - + - + - + - + - + - + - + - - + + - - - - - - - - - - - + + + + + + - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + - - + diff --git a/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_data.csv b/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_data.csv index cf4b89a..64ebc74 100644 --- a/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_data.csv +++ b/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_data.csv @@ -1,6 +1,7 @@ -label,pricing_model,fresh_path_cost_usd,ingestion_cost_usd,mv_maintenance_cost_usd,layout_maintenance_cost_usd,bundled_write_service_cost_usd,source_pair -ClickHouse,bundled write service,28.68705,,,,28.68705,ClickHouse vs Snowflake and ClickHouse vs BigQuery -Snowflake,serverless components,79.42007000000001,53.15348,26.26659,,,ClickHouse vs Snowflake -BigQuery · Capacity,Capacity,243.08790452,241.06846172,2.0194428,0.0,,ClickHouse vs BigQuery -BigQuery · On-demand,On-demand,264.58903867,241.06846172,23.52057695,0.0,,ClickHouse vs BigQuery -Redshift Serverless,writer uptime + MSK uptime,1932.0805603262938,52.00912921518265,1880.0714311111112,,,ClickHouse vs Redshift; shared by SUPER and typed read alternatives +label,pricing_model,fresh_path_cost_usd,ingestion_cost_usd,mv_maintenance_cost_usd,layout_maintenance_cost_usd,bundled_write_service_cost_usd,source_pair,displayed_cost_usd,cost_complete +ClickHouse,bundled write service,28.68705,,,,28.68705,ClickHouse vs Snowflake and ClickHouse vs BigQuery,28.68705,True +Snowflake,serverless components,79.42007000000001,53.15348,26.26659,,,ClickHouse vs Snowflake,79.42007000000001,True +BigQuery · Capacity,Capacity,243.08790452,241.06846172,2.0194428,0.0,,ClickHouse vs BigQuery,243.08790452,True +BigQuery · On-demand,On-demand,264.58903867,241.06846172,23.52057695,0.0,,ClickHouse vs BigQuery,264.58903867,True +Redshift Serverless,writer uptime + MSK uptime,522.0269869929605,52.00912921518265,470.0178577777778,,,ClickHouse vs Redshift; shared by SUPER and typed read alternatives,522.0269869929605,True +Databricks Serverless SQL,allocated DBUs + estimated maintenance,695.604750434355,428.58118551948286,207.79765750386332,59.225907411008826,,ClickHouse vs Databricks September,695.604750434355,True diff --git a/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_summary.json b/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_summary.json index a188573..905f30d 100644 --- a/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_summary.json +++ b/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_summary.json @@ -21,13 +21,3550 @@ "Snowflake", "BigQuery \u00b7 Capacity", "BigQuery \u00b7 On-demand", - "Redshift Serverless" + "Redshift Serverless", + "Databricks Serverless SQL" ] }, "presentation": { "total_label_placement": "directly after each bar; BigQuery alternatives share one compact endpoint label", "maximum_bar_width_axis_fraction": 0.74 }, + "databricks": { + "payload": { + "schema_version": 2, + "run_id": "serverless_baseline_full_20260918T170453Z", + "status": "complete_modeled", + "components": { + "zerobus": { + "schema_version": 2, + "component": "zerobus", + "run_id": "serverless_baseline_full_20260918T170453Z", + "source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/ingest/zerobus_ingest_allocation.csv", + "sha256": "5288be110892f92feb541ceee921f60543293c5e913db0a8ebf4ec8e01886bf9" + }, + "context_source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/run_context.json", + "sha256": "0cc6fea57545442c1c95bebb01c393c6690ebf43c34091d58ff48b8acf9c8bca" + }, + "package_manifest": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/validation/manifest.json", + "sha256": "51b521ad465a0fdc635c271e87746d4fb93521dd34dfc6605c6475d0894a8fb2" + }, + "pricing_source": { + "path": "quotes/databricks/costs/pricings/zerobus_ingest.json", + "sha256": "c03d2af2360b66cd258a7e9c1ef24918c83f1de01deb6b7a66104797c3f6eab1" + }, + "pricing": { + "cloud": "aws", + "region": "eu-west-1", + "plan": "premium", + "displayed_usd_per_gb": 0.056, + "dbu_per_gb": 0.143, + "dbu_price_per_dbu": 0.39, + "usd_per_gb": 0.05577, + "bytes_per_gb": 1000000000, + "unit_status": "model_assumption_decimal_GB", + "unit_note": "Public Zerobus pricing labels GB without a byte divisor. Decimal GB is an explicit model assumption; output also includes the 2^30-byte sensitivity. The networking GB definition is not assumed to define ingestion billing.", + "quantity_basis": "Provider system.lakeflow.zerobus_ingest committed_bytes; run IPC compression NONE. Provider bytes are a volume proxy, not a billing export.", + "includes_compute": true, + "source_url": "https://www.databricks.com/product/pricing/lakeflow-connect", + "rate_calculation": "0.143 DBU/GB * 0.39 USD/DBU; pricing card rounds to $0.056/GB", + "price_basis": "Public list tariff verified 2026-09-22; not a historical invoice reconstruction", + "sku_names": [ + "PREMIUM_JOBS_SERVERLESS_COMPUTE_EUROPE_IRELAND" + ] + }, + "currency": "USD", + "allocation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "cost_model": "allocated_usage_times_checked_in_public_list_rate", + "status": "complete_allocated_window", + "full_dataset_rows": 113219565734, + "scope": "Ingestion and maintenance during the accepted real-time benchmark window", + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "scope_source": { + "path": "quotes/databricks/costs/scopes/serverless_20260918.json", + "sha256": "fcb45742354d21a3801cb7ac8cc1c5c8ab1eca92168d0b5e529e96e2147c9394" + }, + "usage_unit": "DBU", + "usage_records": 190, + "record_type_counts": { + "ORIGINAL": 190 + }, + "record_ids": [ + "zerobus-billing-record-0001", + "zerobus-billing-record-0002", + "zerobus-billing-record-0003", + "zerobus-billing-record-0004", + "zerobus-billing-record-0005", + "zerobus-billing-record-0006", + "zerobus-billing-record-0007", + "zerobus-billing-record-0008", + "zerobus-billing-record-0009", + "zerobus-billing-record-0010", + "zerobus-billing-record-0011", + "zerobus-billing-record-0012", + "zerobus-billing-record-0013", + "zerobus-billing-record-0014", + "zerobus-billing-record-0015", + "zerobus-billing-record-0016", + "zerobus-billing-record-0017", + "zerobus-billing-record-0018", + "zerobus-billing-record-0019", + "zerobus-billing-record-0020", + "zerobus-billing-record-0021", + "zerobus-billing-record-0022", + "zerobus-billing-record-0023", + "zerobus-billing-record-0024", + "zerobus-billing-record-0025", + "zerobus-billing-record-0026", + "zerobus-billing-record-0027", + "zerobus-billing-record-0028", + "zerobus-billing-record-0029", + "zerobus-billing-record-0030", + "zerobus-billing-record-0031", + "zerobus-billing-record-0032", + "zerobus-billing-record-0033", + "zerobus-billing-record-0034", + "zerobus-billing-record-0035", + "zerobus-billing-record-0036", + "zerobus-billing-record-0037", + "zerobus-billing-record-0038", + "zerobus-billing-record-0039", + "zerobus-billing-record-0040", + "zerobus-billing-record-0041", + "zerobus-billing-record-0042", + "zerobus-billing-record-0043", + "zerobus-billing-record-0044", + "zerobus-billing-record-0045", + "zerobus-billing-record-0046", + "zerobus-billing-record-0047", + "zerobus-billing-record-0048", + "zerobus-billing-record-0049", + "zerobus-billing-record-0050", + "zerobus-billing-record-0051", + "zerobus-billing-record-0052", + "zerobus-billing-record-0053", + "zerobus-billing-record-0054", + "zerobus-billing-record-0055", + "zerobus-billing-record-0056", + "zerobus-billing-record-0057", + "zerobus-billing-record-0058", + "zerobus-billing-record-0059", + "zerobus-billing-record-0060", + "zerobus-billing-record-0061", + "zerobus-billing-record-0062", + "zerobus-billing-record-0063", + "zerobus-billing-record-0064", + "zerobus-billing-record-0065", + "zerobus-billing-record-0066", + "zerobus-billing-record-0067", + "zerobus-billing-record-0068", + "zerobus-billing-record-0069", + "zerobus-billing-record-0070", + "zerobus-billing-record-0071", + "zerobus-billing-record-0072", + "zerobus-billing-record-0073", + "zerobus-billing-record-0074", + "zerobus-billing-record-0075", + "zerobus-billing-record-0076", + "zerobus-billing-record-0077", + "zerobus-billing-record-0078", + "zerobus-billing-record-0079", + "zerobus-billing-record-0080", + "zerobus-billing-record-0081", + "zerobus-billing-record-0082", + "zerobus-billing-record-0083", + "zerobus-billing-record-0084", + "zerobus-billing-record-0085", + "zerobus-billing-record-0086", + "zerobus-billing-record-0087", + "zerobus-billing-record-0088", + "zerobus-billing-record-0089", + "zerobus-billing-record-0090", + "zerobus-billing-record-0091", + "zerobus-billing-record-0092", + "zerobus-billing-record-0093", + "zerobus-billing-record-0094", + "zerobus-billing-record-0095", + "zerobus-billing-record-0096", + "zerobus-billing-record-0097", + "zerobus-billing-record-0098", + "zerobus-billing-record-0099", + "zerobus-billing-record-0100", + "zerobus-billing-record-0101", + "zerobus-billing-record-0102", + "zerobus-billing-record-0103", + "zerobus-billing-record-0104", + "zerobus-billing-record-0105", + "zerobus-billing-record-0106", + "zerobus-billing-record-0107", + "zerobus-billing-record-0108", + "zerobus-billing-record-0109", + "zerobus-billing-record-0110", + "zerobus-billing-record-0111", + "zerobus-billing-record-0112", + "zerobus-billing-record-0113", + "zerobus-billing-record-0114", + "zerobus-billing-record-0115", + "zerobus-billing-record-0116", + "zerobus-billing-record-0117", + "zerobus-billing-record-0118", + "zerobus-billing-record-0119", + "zerobus-billing-record-0120", + "zerobus-billing-record-0121", + "zerobus-billing-record-0122", + "zerobus-billing-record-0123", + "zerobus-billing-record-0124", + "zerobus-billing-record-0125", + "zerobus-billing-record-0126", + "zerobus-billing-record-0127", + "zerobus-billing-record-0128", + "zerobus-billing-record-0129", + "zerobus-billing-record-0130", + "zerobus-billing-record-0131", + "zerobus-billing-record-0132", + "zerobus-billing-record-0133", + "zerobus-billing-record-0134", + "zerobus-billing-record-0135", + "zerobus-billing-record-0136", + "zerobus-billing-record-0137", + "zerobus-billing-record-0138", + "zerobus-billing-record-0139", + "zerobus-billing-record-0140", + "zerobus-billing-record-0141", + "zerobus-billing-record-0142", + "zerobus-billing-record-0143", + "zerobus-billing-record-0144", + "zerobus-billing-record-0145", + "zerobus-billing-record-0146", + "zerobus-billing-record-0147", + "zerobus-billing-record-0148", + "zerobus-billing-record-0149", + "zerobus-billing-record-0150", + "zerobus-billing-record-0151", + "zerobus-billing-record-0152", + "zerobus-billing-record-0153", + "zerobus-billing-record-0154", + "zerobus-billing-record-0155", + "zerobus-billing-record-0156", + "zerobus-billing-record-0157", + "zerobus-billing-record-0158", + "zerobus-billing-record-0159", + "zerobus-billing-record-0160", + "zerobus-billing-record-0161", + "zerobus-billing-record-0162", + "zerobus-billing-record-0163", + "zerobus-billing-record-0164", + "zerobus-billing-record-0165", + "zerobus-billing-record-0166", + "zerobus-billing-record-0167", + "zerobus-billing-record-0168", + "zerobus-billing-record-0169", + "zerobus-billing-record-0170", + "zerobus-billing-record-0171", + "zerobus-billing-record-0172", + "zerobus-billing-record-0173", + "zerobus-billing-record-0174", + "zerobus-billing-record-0175", + "zerobus-billing-record-0176", + "zerobus-billing-record-0177", + "zerobus-billing-record-0178", + "zerobus-billing-record-0179", + "zerobus-billing-record-0180", + "zerobus-billing-record-0181", + "zerobus-billing-record-0182", + "zerobus-billing-record-0183", + "zerobus-billing-record-0184", + "zerobus-billing-record-0185", + "zerobus-billing-record-0186", + "zerobus-billing-record-0187", + "zerobus-billing-record-0188", + "zerobus-billing-record-0189", + "zerobus-billing-record-0190" + ], + "signed_adjustments_preserved": true, + "allocation_applied_once": true, + "breakdown": [ + { + "sku_name": "PREMIUM_JOBS_SERVERLESS_COMPUTE_EUROPE_IRELAND", + "dbu": 1098.9261167166228, + "cost_usd": 428.58118551948286 + } + ], + "table_ids": [ + "" + ], + "reconciliation_source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/evidence/provider_reconciliation.json", + "sha256": "a17675c0587568471df8fffd7b155c66dfc5199ea7f0140aced1aee0f37e7d9a" + }, + "meter_status": "run-scoped allocated DBUs; byte-volume proxy superseded", + "total_dbu": 1098.9261167166228, + "total_dbu_decimal": "1098.92611671662270389974502", + "total_cost_usd": 428.58118551948286, + "total_cost_usd_decimal": "428.5811855194828545209005578" + }, + "clustering": { + "schema_version": 2, + "component": "clustering", + "run_id": "serverless_baseline_full_20260918T170453Z", + "source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/ingest/predictive_optimization_allocation.csv", + "sha256": "91656e13b872fa64e0ee0b12c1a214bb52836703159330a94c283a5c1a5c0c5b" + }, + "context_source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/run_context.json", + "sha256": "0cc6fea57545442c1c95bebb01c393c6690ebf43c34091d58ff48b8acf9c8bca" + }, + "package_manifest": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/validation/manifest.json", + "sha256": "51b521ad465a0fdc635c271e87746d4fb93521dd34dfc6605c6475d0894a8fb2" + }, + "pricing_source": { + "path": "quotes/databricks/costs/pricings/serverless_maintenance.json", + "sha256": "f43f8c899ed9dce1941531168fd166ad0b2dabdbf93ed654c87c003037aef540" + }, + "pricing": { + "cloud": "aws", + "region": "eu-west-1", + "plan": "premium", + "dbu_price_per_dbu": 0.39, + "services": [ + "mv_refresh", + "predictive_optimization" + ], + "source_urls": [ + "https://www.databricks.com/product/pricing/lakeflow-pipelines", + "https://www.databricks.com/product/pricing/lakeflow-jobs" + ], + "billing_basis": "Jobs / pipelines serverless DBUs, includes infrastructure; no SQL warehouse rate", + "sku_names": [ + "PREMIUM_JOBS_SERVERLESS_COMPUTE_EUROPE_IRELAND" + ] + }, + "currency": "USD", + "allocation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "cost_model": "allocated_usage_times_checked_in_public_list_rate", + "status": "estimated", + "full_dataset_rows": 113219565734, + "scope": "Ingestion and maintenance during the accepted real-time benchmark window", + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "scope_source": { + "path": "quotes/databricks/costs/scopes/serverless_20260918.json", + "sha256": "fcb45742354d21a3801cb7ac8cc1c5c8ab1eca92168d0b5e529e96e2147c9394" + }, + "usage_unit": "ESTIMATED_DBU", + "operations": 14, + "operation_ids": [ + "predictive-operation-001", + "predictive-operation-002", + "predictive-operation-003", + "predictive-operation-004", + "predictive-operation-005", + "predictive-operation-006", + "predictive-operation-007", + "predictive-operation-008", + "predictive-operation-009", + "predictive-operation-010", + "predictive-operation-011", + "predictive-operation-012", + "predictive-operation-013", + "predictive-operation-014" + ], + "reconciliation_source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/evidence/clustering_status.json", + "sha256": "245dde29a7be89c081674fe820d61f7f0b78b83b29547e5ccc9ea7e599b03fcc" + }, + "breakdown": [ + { + "table_operation": "quotes/ANALYZE", + "dbu": 0.4231190427968253, + "cost_usd": 0.16501642669076186 + }, + { + "table_operation": "quotes/CLUSTERING", + "dbu": 150.18693224712266, + "cost_usd": 58.57290357637784 + }, + { + "table_operation": "quotes_daily/ANALYZE", + "dbu": 0.003850426071963021, + "cost_usd": 0.0015016661680655782 + }, + { + "table_operation": "quotes_daily/CLUSTERING", + "dbu": 1.247399337877344, + "cost_usd": 0.48648574177216414 + } + ], + "total_dbu": 151.8613010538688, + "total_dbu_decimal": "151.861301053868793271", + "total_cost_usd": 59.225907411008826, + "total_cost_usd_decimal": "59.22590741100882937569" + }, + "mv_refresh": { + "schema_version": 2, + "component": "mv_refresh", + "run_id": "serverless_baseline_full_20260918T170453Z", + "source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/freshness/mv_refresh_allocation.csv", + "sha256": "f2147e76bb379ebb26bd84608ee99d2fb9a187a8098a069e5bb5611c766a68db" + }, + "context_source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/run_context.json", + "sha256": "0cc6fea57545442c1c95bebb01c393c6690ebf43c34091d58ff48b8acf9c8bca" + }, + "package_manifest": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/validation/manifest.json", + "sha256": "51b521ad465a0fdc635c271e87746d4fb93521dd34dfc6605c6475d0894a8fb2" + }, + "pricing_source": { + "path": "quotes/databricks/costs/pricings/serverless_maintenance.json", + "sha256": "f43f8c899ed9dce1941531168fd166ad0b2dabdbf93ed654c87c003037aef540" + }, + "pricing": { + "cloud": "aws", + "region": "eu-west-1", + "plan": "premium", + "dbu_price_per_dbu": 0.39, + "services": [ + "mv_refresh", + "predictive_optimization" + ], + "source_urls": [ + "https://www.databricks.com/product/pricing/lakeflow-pipelines", + "https://www.databricks.com/product/pricing/lakeflow-jobs" + ], + "billing_basis": "Jobs / pipelines serverless DBUs, includes infrastructure; no SQL warehouse rate", + "sku_names": [ + "PREMIUM_JOBS_SERVERLESS_COMPUTE_EUROPE_IRELAND" + ] + }, + "currency": "USD", + "allocation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "cost_model": "allocated_usage_times_checked_in_public_list_rate", + "status": "complete_allocated_window", + "full_dataset_rows": 113219565734, + "scope": "Ingestion and maintenance during the accepted real-time benchmark window", + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "scope_source": { + "path": "quotes/databricks/costs/scopes/serverless_20260918.json", + "sha256": "fcb45742354d21a3801cb7ac8cc1c5c8ab1eca92168d0b5e529e96e2147c9394" + }, + "usage_unit": "DBU", + "usage_records": 2958, + "record_type_counts": { + "ORIGINAL": 2958 + }, + "record_ids": [ + "mv-billing-record-0001", + "mv-billing-record-0002", + "mv-billing-record-0003", + "mv-billing-record-0004", + "mv-billing-record-0005", + "mv-billing-record-0006", + "mv-billing-record-0007", + "mv-billing-record-0008", + "mv-billing-record-0009", + "mv-billing-record-0010", + "mv-billing-record-0011", + "mv-billing-record-0012", + "mv-billing-record-0013", + "mv-billing-record-0014", + "mv-billing-record-0015", + "mv-billing-record-0016", + "mv-billing-record-0017", + "mv-billing-record-0018", + "mv-billing-record-0019", + "mv-billing-record-0020", + "mv-billing-record-0021", + "mv-billing-record-0022", + "mv-billing-record-0023", + "mv-billing-record-0024", + "mv-billing-record-0025", + "mv-billing-record-0026", + "mv-billing-record-0027", + "mv-billing-record-0028", + "mv-billing-record-0029", + "mv-billing-record-0030", + "mv-billing-record-0031", + "mv-billing-record-0032", + "mv-billing-record-0033", + "mv-billing-record-0034", + "mv-billing-record-0035", + "mv-billing-record-0036", + "mv-billing-record-0037", + "mv-billing-record-0038", + "mv-billing-record-0039", + "mv-billing-record-0040", + "mv-billing-record-0041", + "mv-billing-record-0042", + "mv-billing-record-0043", + "mv-billing-record-0044", + "mv-billing-record-0045", + "mv-billing-record-0046", + "mv-billing-record-0047", + "mv-billing-record-0048", + "mv-billing-record-0049", + "mv-billing-record-0050", + "mv-billing-record-0051", + "mv-billing-record-0052", + "mv-billing-record-0053", + "mv-billing-record-0054", + "mv-billing-record-0055", + "mv-billing-record-0056", + "mv-billing-record-0057", + "mv-billing-record-0058", + "mv-billing-record-0059", + "mv-billing-record-0060", + "mv-billing-record-0061", + "mv-billing-record-0062", + "mv-billing-record-0063", + "mv-billing-record-0064", + "mv-billing-record-0065", + "mv-billing-record-0066", + "mv-billing-record-0067", + "mv-billing-record-0068", + "mv-billing-record-0069", + "mv-billing-record-0070", + "mv-billing-record-0071", + "mv-billing-record-0072", + "mv-billing-record-0073", + "mv-billing-record-0074", + "mv-billing-record-0075", + "mv-billing-record-0076", + "mv-billing-record-0077", + "mv-billing-record-0078", + "mv-billing-record-0079", + "mv-billing-record-0080", + "mv-billing-record-0081", + "mv-billing-record-0082", + "mv-billing-record-0083", + "mv-billing-record-0084", + "mv-billing-record-0085", + "mv-billing-record-0086", + "mv-billing-record-0087", + "mv-billing-record-0088", + "mv-billing-record-0089", + "mv-billing-record-0090", + "mv-billing-record-0091", + "mv-billing-record-0092", + "mv-billing-record-0093", + "mv-billing-record-0094", + "mv-billing-record-0095", + "mv-billing-record-0096", + "mv-billing-record-0097", + "mv-billing-record-0098", + "mv-billing-record-0099", + "mv-billing-record-0100", + "mv-billing-record-0101", + "mv-billing-record-0102", + "mv-billing-record-0103", + "mv-billing-record-0104", + "mv-billing-record-0105", + "mv-billing-record-0106", + "mv-billing-record-0107", + "mv-billing-record-0108", + "mv-billing-record-0109", + "mv-billing-record-0110", + "mv-billing-record-0111", + "mv-billing-record-0112", + "mv-billing-record-0113", + "mv-billing-record-0114", + "mv-billing-record-0115", + "mv-billing-record-0116", + "mv-billing-record-0117", + "mv-billing-record-0118", + "mv-billing-record-0119", + "mv-billing-record-0120", + "mv-billing-record-0121", + "mv-billing-record-0122", + "mv-billing-record-0123", + "mv-billing-record-0124", + "mv-billing-record-0125", + "mv-billing-record-0126", + "mv-billing-record-0127", + "mv-billing-record-0128", + "mv-billing-record-0129", + "mv-billing-record-0130", + "mv-billing-record-0131", + "mv-billing-record-0132", + "mv-billing-record-0133", + "mv-billing-record-0134", + "mv-billing-record-0135", + "mv-billing-record-0136", + "mv-billing-record-0137", + "mv-billing-record-0138", + "mv-billing-record-0139", + "mv-billing-record-0140", + "mv-billing-record-0141", + "mv-billing-record-0142", + "mv-billing-record-0143", + "mv-billing-record-0144", + "mv-billing-record-0145", + "mv-billing-record-0146", + "mv-billing-record-0147", + "mv-billing-record-0148", + "mv-billing-record-0149", + "mv-billing-record-0150", + "mv-billing-record-0151", + "mv-billing-record-0152", + "mv-billing-record-0153", + "mv-billing-record-0154", + "mv-billing-record-0155", + "mv-billing-record-0156", + "mv-billing-record-0157", + "mv-billing-record-0158", + "mv-billing-record-0159", + "mv-billing-record-0160", + "mv-billing-record-0161", + "mv-billing-record-0162", + "mv-billing-record-0163", + "mv-billing-record-0164", + "mv-billing-record-0165", + "mv-billing-record-0166", + "mv-billing-record-0167", + "mv-billing-record-0168", + "mv-billing-record-0169", + "mv-billing-record-0170", + "mv-billing-record-0171", + "mv-billing-record-0172", + "mv-billing-record-0173", + "mv-billing-record-0174", + "mv-billing-record-0175", + "mv-billing-record-0176", + "mv-billing-record-0177", + "mv-billing-record-0178", + "mv-billing-record-0179", + "mv-billing-record-0180", + "mv-billing-record-0181", + "mv-billing-record-0182", + "mv-billing-record-0183", + "mv-billing-record-0184", + "mv-billing-record-0185", + "mv-billing-record-0186", + "mv-billing-record-0187", + "mv-billing-record-0188", + "mv-billing-record-0189", + "mv-billing-record-0190", + "mv-billing-record-0191", + "mv-billing-record-0192", + "mv-billing-record-0193", + "mv-billing-record-0194", + "mv-billing-record-0195", + "mv-billing-record-0196", + "mv-billing-record-0197", + "mv-billing-record-0198", + "mv-billing-record-0199", + "mv-billing-record-0200", + "mv-billing-record-0201", + "mv-billing-record-0202", + "mv-billing-record-0203", + "mv-billing-record-0204", + "mv-billing-record-0205", + "mv-billing-record-0206", + "mv-billing-record-0207", + "mv-billing-record-0208", + "mv-billing-record-0209", + "mv-billing-record-0210", + "mv-billing-record-0211", + "mv-billing-record-0212", + "mv-billing-record-0213", + "mv-billing-record-0214", + "mv-billing-record-0215", + "mv-billing-record-0216", + "mv-billing-record-0217", + "mv-billing-record-0218", + "mv-billing-record-0219", + "mv-billing-record-0220", + "mv-billing-record-0221", + "mv-billing-record-0222", + "mv-billing-record-0223", + "mv-billing-record-0224", + "mv-billing-record-0225", + "mv-billing-record-0226", + "mv-billing-record-0227", + "mv-billing-record-0228", + "mv-billing-record-0229", + "mv-billing-record-0230", + "mv-billing-record-0231", + "mv-billing-record-0232", + "mv-billing-record-0233", + "mv-billing-record-0234", + "mv-billing-record-0235", + "mv-billing-record-0236", + "mv-billing-record-0237", + "mv-billing-record-0238", + "mv-billing-record-0239", + "mv-billing-record-0240", + "mv-billing-record-0241", + "mv-billing-record-0242", + "mv-billing-record-0243", + "mv-billing-record-0244", + "mv-billing-record-0245", + "mv-billing-record-0246", + "mv-billing-record-0247", + "mv-billing-record-0248", + "mv-billing-record-0249", + "mv-billing-record-0250", + "mv-billing-record-0251", + "mv-billing-record-0252", + "mv-billing-record-0253", + "mv-billing-record-0254", + "mv-billing-record-0255", + "mv-billing-record-0256", + "mv-billing-record-0257", + "mv-billing-record-0258", + "mv-billing-record-0259", + "mv-billing-record-0260", + "mv-billing-record-0261", + "mv-billing-record-0262", + "mv-billing-record-0263", + "mv-billing-record-0264", + "mv-billing-record-0265", + "mv-billing-record-0266", + "mv-billing-record-0267", + "mv-billing-record-0268", + "mv-billing-record-0269", + "mv-billing-record-0270", + "mv-billing-record-0271", + "mv-billing-record-0272", + "mv-billing-record-0273", + "mv-billing-record-0274", + "mv-billing-record-0275", + "mv-billing-record-0276", + "mv-billing-record-0277", + "mv-billing-record-0278", + "mv-billing-record-0279", + "mv-billing-record-0280", + "mv-billing-record-0281", + "mv-billing-record-0282", + "mv-billing-record-0283", + "mv-billing-record-0284", + "mv-billing-record-0285", + "mv-billing-record-0286", + "mv-billing-record-0287", + "mv-billing-record-0288", + "mv-billing-record-0289", + "mv-billing-record-0290", + "mv-billing-record-0291", + "mv-billing-record-0292", + "mv-billing-record-0293", + "mv-billing-record-0294", + "mv-billing-record-0295", + "mv-billing-record-0296", + "mv-billing-record-0297", + "mv-billing-record-0298", + "mv-billing-record-0299", + "mv-billing-record-0300", + "mv-billing-record-0301", + "mv-billing-record-0302", + "mv-billing-record-0303", + "mv-billing-record-0304", + "mv-billing-record-0305", + "mv-billing-record-0306", + "mv-billing-record-0307", + "mv-billing-record-0308", + "mv-billing-record-0309", + "mv-billing-record-0310", + "mv-billing-record-0311", + "mv-billing-record-0312", + "mv-billing-record-0313", + "mv-billing-record-0314", + "mv-billing-record-0315", + "mv-billing-record-0316", + "mv-billing-record-0317", + "mv-billing-record-0318", + "mv-billing-record-0319", + "mv-billing-record-0320", + "mv-billing-record-0321", + "mv-billing-record-0322", + "mv-billing-record-0323", + "mv-billing-record-0324", + "mv-billing-record-0325", + "mv-billing-record-0326", + "mv-billing-record-0327", + "mv-billing-record-0328", + "mv-billing-record-0329", + "mv-billing-record-0330", + "mv-billing-record-0331", + "mv-billing-record-0332", + "mv-billing-record-0333", + "mv-billing-record-0334", + "mv-billing-record-0335", + "mv-billing-record-0336", + "mv-billing-record-0337", + "mv-billing-record-0338", + "mv-billing-record-0339", + "mv-billing-record-0340", + "mv-billing-record-0341", + "mv-billing-record-0342", + "mv-billing-record-0343", + "mv-billing-record-0344", + "mv-billing-record-0345", + "mv-billing-record-0346", + "mv-billing-record-0347", + "mv-billing-record-0348", + "mv-billing-record-0349", + "mv-billing-record-0350", + "mv-billing-record-0351", + "mv-billing-record-0352", + "mv-billing-record-0353", + "mv-billing-record-0354", + "mv-billing-record-0355", + "mv-billing-record-0356", + "mv-billing-record-0357", + "mv-billing-record-0358", + "mv-billing-record-0359", + "mv-billing-record-0360", + "mv-billing-record-0361", + "mv-billing-record-0362", + "mv-billing-record-0363", + "mv-billing-record-0364", + "mv-billing-record-0365", + "mv-billing-record-0366", + "mv-billing-record-0367", + "mv-billing-record-0368", + "mv-billing-record-0369", + "mv-billing-record-0370", + "mv-billing-record-0371", + "mv-billing-record-0372", + "mv-billing-record-0373", + "mv-billing-record-0374", + "mv-billing-record-0375", + "mv-billing-record-0376", + "mv-billing-record-0377", + "mv-billing-record-0378", + "mv-billing-record-0379", + "mv-billing-record-0380", + "mv-billing-record-0381", + "mv-billing-record-0382", + "mv-billing-record-0383", + "mv-billing-record-0384", + "mv-billing-record-0385", + "mv-billing-record-0386", + "mv-billing-record-0387", + "mv-billing-record-0388", + "mv-billing-record-0389", + "mv-billing-record-0390", + "mv-billing-record-0391", + "mv-billing-record-0392", + "mv-billing-record-0393", + "mv-billing-record-0394", + "mv-billing-record-0395", + "mv-billing-record-0396", + "mv-billing-record-0397", + "mv-billing-record-0398", + "mv-billing-record-0399", + "mv-billing-record-0400", + "mv-billing-record-0401", + "mv-billing-record-0402", + "mv-billing-record-0403", + "mv-billing-record-0404", + "mv-billing-record-0405", + "mv-billing-record-0406", + "mv-billing-record-0407", + "mv-billing-record-0408", + "mv-billing-record-0409", + "mv-billing-record-0410", + "mv-billing-record-0411", + "mv-billing-record-0412", + "mv-billing-record-0413", + "mv-billing-record-0414", + "mv-billing-record-0415", + "mv-billing-record-0416", + "mv-billing-record-0417", + "mv-billing-record-0418", + "mv-billing-record-0419", + "mv-billing-record-0420", + "mv-billing-record-0421", + "mv-billing-record-0422", + "mv-billing-record-0423", + "mv-billing-record-0424", + "mv-billing-record-0425", + "mv-billing-record-0426", + "mv-billing-record-0427", + "mv-billing-record-0428", + "mv-billing-record-0429", + "mv-billing-record-0430", + "mv-billing-record-0431", + "mv-billing-record-0432", + "mv-billing-record-0433", + "mv-billing-record-0434", + "mv-billing-record-0435", + "mv-billing-record-0436", + "mv-billing-record-0437", + "mv-billing-record-0438", + "mv-billing-record-0439", + "mv-billing-record-0440", + "mv-billing-record-0441", + "mv-billing-record-0442", + "mv-billing-record-0443", + "mv-billing-record-0444", + "mv-billing-record-0445", + "mv-billing-record-0446", + "mv-billing-record-0447", + "mv-billing-record-0448", + "mv-billing-record-0449", + "mv-billing-record-0450", + "mv-billing-record-0451", + "mv-billing-record-0452", + "mv-billing-record-0453", + "mv-billing-record-0454", + "mv-billing-record-0455", + "mv-billing-record-0456", + "mv-billing-record-0457", + "mv-billing-record-0458", + "mv-billing-record-0459", + "mv-billing-record-0460", + "mv-billing-record-0461", + "mv-billing-record-0462", + "mv-billing-record-0463", + "mv-billing-record-0464", + "mv-billing-record-0465", + "mv-billing-record-0466", + "mv-billing-record-0467", + "mv-billing-record-0468", + "mv-billing-record-0469", + "mv-billing-record-0470", + "mv-billing-record-0471", + "mv-billing-record-0472", + "mv-billing-record-0473", + "mv-billing-record-0474", + "mv-billing-record-0475", + "mv-billing-record-0476", + "mv-billing-record-0477", + "mv-billing-record-0478", + "mv-billing-record-0479", + "mv-billing-record-0480", + "mv-billing-record-0481", + "mv-billing-record-0482", + "mv-billing-record-0483", + "mv-billing-record-0484", + "mv-billing-record-0485", + "mv-billing-record-0486", + "mv-billing-record-0487", + "mv-billing-record-0488", + "mv-billing-record-0489", + "mv-billing-record-0490", + "mv-billing-record-0491", + "mv-billing-record-0492", + "mv-billing-record-0493", + "mv-billing-record-0494", + "mv-billing-record-0495", + "mv-billing-record-0496", + "mv-billing-record-0497", + "mv-billing-record-0498", + "mv-billing-record-0499", + "mv-billing-record-0500", + "mv-billing-record-0501", + "mv-billing-record-0502", + "mv-billing-record-0503", + "mv-billing-record-0504", + "mv-billing-record-0505", + "mv-billing-record-0506", + "mv-billing-record-0507", + "mv-billing-record-0508", + "mv-billing-record-0509", + "mv-billing-record-0510", + "mv-billing-record-0511", + "mv-billing-record-0512", + "mv-billing-record-0513", + "mv-billing-record-0514", + "mv-billing-record-0515", + "mv-billing-record-0516", + "mv-billing-record-0517", + "mv-billing-record-0518", + "mv-billing-record-0519", + "mv-billing-record-0520", + "mv-billing-record-0521", + "mv-billing-record-0522", + "mv-billing-record-0523", + "mv-billing-record-0524", + "mv-billing-record-0525", + "mv-billing-record-0526", + "mv-billing-record-0527", + "mv-billing-record-0528", + "mv-billing-record-0529", + "mv-billing-record-0530", + "mv-billing-record-0531", + "mv-billing-record-0532", + "mv-billing-record-0533", + "mv-billing-record-0534", + "mv-billing-record-0535", + "mv-billing-record-0536", + "mv-billing-record-0537", + "mv-billing-record-0538", + "mv-billing-record-0539", + "mv-billing-record-0540", + "mv-billing-record-0541", + "mv-billing-record-0542", + "mv-billing-record-0543", + "mv-billing-record-0544", + "mv-billing-record-0545", + "mv-billing-record-0546", + "mv-billing-record-0547", + "mv-billing-record-0548", + "mv-billing-record-0549", + "mv-billing-record-0550", + "mv-billing-record-0551", + "mv-billing-record-0552", + "mv-billing-record-0553", + "mv-billing-record-0554", + "mv-billing-record-0555", + "mv-billing-record-0556", + "mv-billing-record-0557", + "mv-billing-record-0558", + "mv-billing-record-0559", + "mv-billing-record-0560", + "mv-billing-record-0561", + "mv-billing-record-0562", + "mv-billing-record-0563", + "mv-billing-record-0564", + "mv-billing-record-0565", + "mv-billing-record-0566", + "mv-billing-record-0567", + "mv-billing-record-0568", + "mv-billing-record-0569", + "mv-billing-record-0570", + "mv-billing-record-0571", + "mv-billing-record-0572", + "mv-billing-record-0573", + "mv-billing-record-0574", + "mv-billing-record-0575", + "mv-billing-record-0576", + "mv-billing-record-0577", + "mv-billing-record-0578", + "mv-billing-record-0579", + "mv-billing-record-0580", + "mv-billing-record-0581", + "mv-billing-record-0582", + "mv-billing-record-0583", + "mv-billing-record-0584", + "mv-billing-record-0585", + "mv-billing-record-0586", + "mv-billing-record-0587", + "mv-billing-record-0588", + "mv-billing-record-0589", + "mv-billing-record-0590", + "mv-billing-record-0591", + "mv-billing-record-0592", + "mv-billing-record-0593", + "mv-billing-record-0594", + "mv-billing-record-0595", + "mv-billing-record-0596", + "mv-billing-record-0597", + "mv-billing-record-0598", + "mv-billing-record-0599", + "mv-billing-record-0600", + "mv-billing-record-0601", + "mv-billing-record-0602", + "mv-billing-record-0603", + "mv-billing-record-0604", + "mv-billing-record-0605", + "mv-billing-record-0606", + "mv-billing-record-0607", + "mv-billing-record-0608", + "mv-billing-record-0609", + "mv-billing-record-0610", + "mv-billing-record-0611", + "mv-billing-record-0612", + "mv-billing-record-0613", + "mv-billing-record-0614", + "mv-billing-record-0615", + "mv-billing-record-0616", + "mv-billing-record-0617", + "mv-billing-record-0618", + "mv-billing-record-0619", + "mv-billing-record-0620", + "mv-billing-record-0621", + "mv-billing-record-0622", + "mv-billing-record-0623", + "mv-billing-record-0624", + "mv-billing-record-0625", + "mv-billing-record-0626", + "mv-billing-record-0627", + "mv-billing-record-0628", + "mv-billing-record-0629", + "mv-billing-record-0630", + "mv-billing-record-0631", + "mv-billing-record-0632", + "mv-billing-record-0633", + "mv-billing-record-0634", + "mv-billing-record-0635", + "mv-billing-record-0636", + "mv-billing-record-0637", + "mv-billing-record-0638", + "mv-billing-record-0639", + "mv-billing-record-0640", + "mv-billing-record-0641", + "mv-billing-record-0642", + "mv-billing-record-0643", + "mv-billing-record-0644", + "mv-billing-record-0645", + "mv-billing-record-0646", + "mv-billing-record-0647", + "mv-billing-record-0648", + "mv-billing-record-0649", + "mv-billing-record-0650", + "mv-billing-record-0651", + "mv-billing-record-0652", + "mv-billing-record-0653", + "mv-billing-record-0654", + "mv-billing-record-0655", + "mv-billing-record-0656", + "mv-billing-record-0657", + "mv-billing-record-0658", + "mv-billing-record-0659", + "mv-billing-record-0660", + "mv-billing-record-0661", + "mv-billing-record-0662", + "mv-billing-record-0663", + "mv-billing-record-0664", + "mv-billing-record-0665", + "mv-billing-record-0666", + "mv-billing-record-0667", + "mv-billing-record-0668", + "mv-billing-record-0669", + "mv-billing-record-0670", + "mv-billing-record-0671", + "mv-billing-record-0672", + "mv-billing-record-0673", + "mv-billing-record-0674", + "mv-billing-record-0675", + "mv-billing-record-0676", + "mv-billing-record-0677", + "mv-billing-record-0678", + "mv-billing-record-0679", + "mv-billing-record-0680", + "mv-billing-record-0681", + "mv-billing-record-0682", + "mv-billing-record-0683", + "mv-billing-record-0684", + "mv-billing-record-0685", + "mv-billing-record-0686", + "mv-billing-record-0687", + "mv-billing-record-0688", + "mv-billing-record-0689", + "mv-billing-record-0690", + "mv-billing-record-0691", + "mv-billing-record-0692", + "mv-billing-record-0693", + "mv-billing-record-0694", + "mv-billing-record-0695", + "mv-billing-record-0696", + "mv-billing-record-0697", + "mv-billing-record-0698", + "mv-billing-record-0699", + "mv-billing-record-0700", + "mv-billing-record-0701", + "mv-billing-record-0702", + "mv-billing-record-0703", + "mv-billing-record-0704", + "mv-billing-record-0705", + "mv-billing-record-0706", + "mv-billing-record-0707", + "mv-billing-record-0708", + "mv-billing-record-0709", + "mv-billing-record-0710", + "mv-billing-record-0711", + "mv-billing-record-0712", + "mv-billing-record-0713", + "mv-billing-record-0714", + "mv-billing-record-0715", + "mv-billing-record-0716", + "mv-billing-record-0717", + "mv-billing-record-0718", + "mv-billing-record-0719", + "mv-billing-record-0720", + "mv-billing-record-0721", + "mv-billing-record-0722", + "mv-billing-record-0723", + "mv-billing-record-0724", + "mv-billing-record-0725", + "mv-billing-record-0726", + "mv-billing-record-0727", + "mv-billing-record-0728", + "mv-billing-record-0729", + "mv-billing-record-0730", + "mv-billing-record-0731", + "mv-billing-record-0732", + "mv-billing-record-0733", + "mv-billing-record-0734", + "mv-billing-record-0735", + "mv-billing-record-0736", + "mv-billing-record-0737", + "mv-billing-record-0738", + "mv-billing-record-0739", + "mv-billing-record-0740", + "mv-billing-record-0741", + "mv-billing-record-0742", + "mv-billing-record-0743", + "mv-billing-record-0744", + "mv-billing-record-0745", + "mv-billing-record-0746", + "mv-billing-record-0747", + "mv-billing-record-0748", + "mv-billing-record-0749", + "mv-billing-record-0750", + "mv-billing-record-0751", + "mv-billing-record-0752", + "mv-billing-record-0753", + "mv-billing-record-0754", + "mv-billing-record-0755", + "mv-billing-record-0756", + "mv-billing-record-0757", + "mv-billing-record-0758", + "mv-billing-record-0759", + "mv-billing-record-0760", + "mv-billing-record-0761", + "mv-billing-record-0762", + "mv-billing-record-0763", + "mv-billing-record-0764", + "mv-billing-record-0765", + "mv-billing-record-0766", + "mv-billing-record-0767", + "mv-billing-record-0768", + "mv-billing-record-0769", + "mv-billing-record-0770", + "mv-billing-record-0771", + "mv-billing-record-0772", + "mv-billing-record-0773", + "mv-billing-record-0774", + "mv-billing-record-0775", + "mv-billing-record-0776", + "mv-billing-record-0777", + "mv-billing-record-0778", + "mv-billing-record-0779", + "mv-billing-record-0780", + "mv-billing-record-0781", + "mv-billing-record-0782", + "mv-billing-record-0783", + "mv-billing-record-0784", + "mv-billing-record-0785", + "mv-billing-record-0786", + "mv-billing-record-0787", + "mv-billing-record-0788", + "mv-billing-record-0789", + "mv-billing-record-0790", + "mv-billing-record-0791", + "mv-billing-record-0792", + "mv-billing-record-0793", + "mv-billing-record-0794", + "mv-billing-record-0795", + "mv-billing-record-0796", + "mv-billing-record-0797", + "mv-billing-record-0798", + "mv-billing-record-0799", + "mv-billing-record-0800", + "mv-billing-record-0801", + "mv-billing-record-0802", + "mv-billing-record-0803", + "mv-billing-record-0804", + "mv-billing-record-0805", + "mv-billing-record-0806", + "mv-billing-record-0807", + "mv-billing-record-0808", + "mv-billing-record-0809", + "mv-billing-record-0810", + "mv-billing-record-0811", + "mv-billing-record-0812", + "mv-billing-record-0813", + "mv-billing-record-0814", + "mv-billing-record-0815", + "mv-billing-record-0816", + "mv-billing-record-0817", + "mv-billing-record-0818", + "mv-billing-record-0819", + "mv-billing-record-0820", + "mv-billing-record-0821", + "mv-billing-record-0822", + "mv-billing-record-0823", + "mv-billing-record-0824", + "mv-billing-record-0825", + "mv-billing-record-0826", + "mv-billing-record-0827", + "mv-billing-record-0828", + "mv-billing-record-0829", + "mv-billing-record-0830", + "mv-billing-record-0831", + "mv-billing-record-0832", + "mv-billing-record-0833", + "mv-billing-record-0834", + "mv-billing-record-0835", + "mv-billing-record-0836", + "mv-billing-record-0837", + "mv-billing-record-0838", + "mv-billing-record-0839", + "mv-billing-record-0840", + "mv-billing-record-0841", + "mv-billing-record-0842", + "mv-billing-record-0843", + "mv-billing-record-0844", + "mv-billing-record-0845", + "mv-billing-record-0846", + "mv-billing-record-0847", + "mv-billing-record-0848", + "mv-billing-record-0849", + "mv-billing-record-0850", + "mv-billing-record-0851", + "mv-billing-record-0852", + "mv-billing-record-0853", + "mv-billing-record-0854", + "mv-billing-record-0855", + "mv-billing-record-0856", + "mv-billing-record-0857", + "mv-billing-record-0858", + "mv-billing-record-0859", + "mv-billing-record-0860", + "mv-billing-record-0861", + "mv-billing-record-0862", + "mv-billing-record-0863", + "mv-billing-record-0864", + "mv-billing-record-0865", + "mv-billing-record-0866", + "mv-billing-record-0867", + "mv-billing-record-0868", + "mv-billing-record-0869", + "mv-billing-record-0870", + "mv-billing-record-0871", + "mv-billing-record-0872", + "mv-billing-record-0873", + "mv-billing-record-0874", + "mv-billing-record-0875", + "mv-billing-record-0876", + "mv-billing-record-0877", + "mv-billing-record-0878", + "mv-billing-record-0879", + "mv-billing-record-0880", + "mv-billing-record-0881", + "mv-billing-record-0882", + "mv-billing-record-0883", + "mv-billing-record-0884", + "mv-billing-record-0885", + "mv-billing-record-0886", + "mv-billing-record-0887", + "mv-billing-record-0888", + "mv-billing-record-0889", + "mv-billing-record-0890", + "mv-billing-record-0891", + "mv-billing-record-0892", + "mv-billing-record-0893", + "mv-billing-record-0894", + "mv-billing-record-0895", + "mv-billing-record-0896", + "mv-billing-record-0897", + "mv-billing-record-0898", + "mv-billing-record-0899", + "mv-billing-record-0900", + "mv-billing-record-0901", + "mv-billing-record-0902", + "mv-billing-record-0903", + "mv-billing-record-0904", + "mv-billing-record-0905", + "mv-billing-record-0906", + "mv-billing-record-0907", + "mv-billing-record-0908", + "mv-billing-record-0909", + "mv-billing-record-0910", + "mv-billing-record-0911", + "mv-billing-record-0912", + "mv-billing-record-0913", + "mv-billing-record-0914", + "mv-billing-record-0915", + "mv-billing-record-0916", + "mv-billing-record-0917", + "mv-billing-record-0918", + "mv-billing-record-0919", + "mv-billing-record-0920", + "mv-billing-record-0921", + "mv-billing-record-0922", + "mv-billing-record-0923", + "mv-billing-record-0924", + "mv-billing-record-0925", + "mv-billing-record-0926", + "mv-billing-record-0927", + "mv-billing-record-0928", + "mv-billing-record-0929", + "mv-billing-record-0930", + "mv-billing-record-0931", + "mv-billing-record-0932", + "mv-billing-record-0933", + "mv-billing-record-0934", + "mv-billing-record-0935", + "mv-billing-record-0936", + "mv-billing-record-0937", + "mv-billing-record-0938", + "mv-billing-record-0939", + "mv-billing-record-0940", + "mv-billing-record-0941", + "mv-billing-record-0942", + "mv-billing-record-0943", + "mv-billing-record-0944", + "mv-billing-record-0945", + "mv-billing-record-0946", + "mv-billing-record-0947", + "mv-billing-record-0948", + "mv-billing-record-0949", + "mv-billing-record-0950", + "mv-billing-record-0951", + "mv-billing-record-0952", + "mv-billing-record-0953", + "mv-billing-record-0954", + "mv-billing-record-0955", + "mv-billing-record-0956", + "mv-billing-record-0957", + "mv-billing-record-0958", + "mv-billing-record-0959", + "mv-billing-record-0960", + "mv-billing-record-0961", + "mv-billing-record-0962", + "mv-billing-record-0963", + "mv-billing-record-0964", + "mv-billing-record-0965", + "mv-billing-record-0966", + "mv-billing-record-0967", + "mv-billing-record-0968", + "mv-billing-record-0969", + "mv-billing-record-0970", + "mv-billing-record-0971", + "mv-billing-record-0972", + "mv-billing-record-0973", + "mv-billing-record-0974", + "mv-billing-record-0975", + "mv-billing-record-0976", + "mv-billing-record-0977", + "mv-billing-record-0978", + "mv-billing-record-0979", + "mv-billing-record-0980", + "mv-billing-record-0981", + "mv-billing-record-0982", + "mv-billing-record-0983", + "mv-billing-record-0984", + "mv-billing-record-0985", + "mv-billing-record-0986", + "mv-billing-record-0987", + "mv-billing-record-0988", + "mv-billing-record-0989", + "mv-billing-record-0990", + "mv-billing-record-0991", + "mv-billing-record-0992", + "mv-billing-record-0993", + "mv-billing-record-0994", + "mv-billing-record-0995", + "mv-billing-record-0996", + "mv-billing-record-0997", + "mv-billing-record-0998", + "mv-billing-record-0999", + "mv-billing-record-1000", + "mv-billing-record-1001", + "mv-billing-record-1002", + "mv-billing-record-1003", + "mv-billing-record-1004", + "mv-billing-record-1005", + "mv-billing-record-1006", + "mv-billing-record-1007", + "mv-billing-record-1008", + "mv-billing-record-1009", + "mv-billing-record-1010", + "mv-billing-record-1011", + "mv-billing-record-1012", + "mv-billing-record-1013", + "mv-billing-record-1014", + "mv-billing-record-1015", + "mv-billing-record-1016", + "mv-billing-record-1017", + "mv-billing-record-1018", + "mv-billing-record-1019", + "mv-billing-record-1020", + "mv-billing-record-1021", + "mv-billing-record-1022", + "mv-billing-record-1023", + "mv-billing-record-1024", + "mv-billing-record-1025", + "mv-billing-record-1026", + "mv-billing-record-1027", + "mv-billing-record-1028", + "mv-billing-record-1029", + "mv-billing-record-1030", + "mv-billing-record-1031", + "mv-billing-record-1032", + "mv-billing-record-1033", + "mv-billing-record-1034", + "mv-billing-record-1035", + "mv-billing-record-1036", + "mv-billing-record-1037", + "mv-billing-record-1038", + "mv-billing-record-1039", + "mv-billing-record-1040", + "mv-billing-record-1041", + "mv-billing-record-1042", + "mv-billing-record-1043", + "mv-billing-record-1044", + "mv-billing-record-1045", + "mv-billing-record-1046", + "mv-billing-record-1047", + "mv-billing-record-1048", + "mv-billing-record-1049", + "mv-billing-record-1050", + "mv-billing-record-1051", + "mv-billing-record-1052", + "mv-billing-record-1053", + "mv-billing-record-1054", + "mv-billing-record-1055", + "mv-billing-record-1056", + "mv-billing-record-1057", + "mv-billing-record-1058", + "mv-billing-record-1059", + "mv-billing-record-1060", + "mv-billing-record-1061", + "mv-billing-record-1062", + "mv-billing-record-1063", + "mv-billing-record-1064", + "mv-billing-record-1065", + "mv-billing-record-1066", + "mv-billing-record-1067", + "mv-billing-record-1068", + "mv-billing-record-1069", + "mv-billing-record-1070", + "mv-billing-record-1071", + "mv-billing-record-1072", + "mv-billing-record-1073", + "mv-billing-record-1074", + "mv-billing-record-1075", + "mv-billing-record-1076", + "mv-billing-record-1077", + "mv-billing-record-1078", + "mv-billing-record-1079", + "mv-billing-record-1080", + "mv-billing-record-1081", + "mv-billing-record-1082", + "mv-billing-record-1083", + "mv-billing-record-1084", + "mv-billing-record-1085", + "mv-billing-record-1086", + "mv-billing-record-1087", + "mv-billing-record-1088", + "mv-billing-record-1089", + "mv-billing-record-1090", + "mv-billing-record-1091", + "mv-billing-record-1092", + "mv-billing-record-1093", + "mv-billing-record-1094", + "mv-billing-record-1095", + "mv-billing-record-1096", + "mv-billing-record-1097", + "mv-billing-record-1098", + "mv-billing-record-1099", + "mv-billing-record-1100", + "mv-billing-record-1101", + "mv-billing-record-1102", + "mv-billing-record-1103", + "mv-billing-record-1104", + "mv-billing-record-1105", + "mv-billing-record-1106", + "mv-billing-record-1107", + "mv-billing-record-1108", + "mv-billing-record-1109", + "mv-billing-record-1110", + "mv-billing-record-1111", + "mv-billing-record-1112", + "mv-billing-record-1113", + "mv-billing-record-1114", + "mv-billing-record-1115", + "mv-billing-record-1116", + "mv-billing-record-1117", + "mv-billing-record-1118", + "mv-billing-record-1119", + "mv-billing-record-1120", + "mv-billing-record-1121", + "mv-billing-record-1122", + "mv-billing-record-1123", + "mv-billing-record-1124", + "mv-billing-record-1125", + "mv-billing-record-1126", + "mv-billing-record-1127", + "mv-billing-record-1128", + "mv-billing-record-1129", + "mv-billing-record-1130", + "mv-billing-record-1131", + "mv-billing-record-1132", + "mv-billing-record-1133", + "mv-billing-record-1134", + "mv-billing-record-1135", + "mv-billing-record-1136", + "mv-billing-record-1137", + "mv-billing-record-1138", + "mv-billing-record-1139", + "mv-billing-record-1140", + "mv-billing-record-1141", + "mv-billing-record-1142", + "mv-billing-record-1143", + "mv-billing-record-1144", + "mv-billing-record-1145", + "mv-billing-record-1146", + "mv-billing-record-1147", + "mv-billing-record-1148", + "mv-billing-record-1149", + "mv-billing-record-1150", + "mv-billing-record-1151", + "mv-billing-record-1152", + "mv-billing-record-1153", + "mv-billing-record-1154", + "mv-billing-record-1155", + "mv-billing-record-1156", + "mv-billing-record-1157", + "mv-billing-record-1158", + "mv-billing-record-1159", + "mv-billing-record-1160", + "mv-billing-record-1161", + "mv-billing-record-1162", + "mv-billing-record-1163", + "mv-billing-record-1164", + "mv-billing-record-1165", + "mv-billing-record-1166", + "mv-billing-record-1167", + "mv-billing-record-1168", + "mv-billing-record-1169", + "mv-billing-record-1170", + "mv-billing-record-1171", + "mv-billing-record-1172", + "mv-billing-record-1173", + "mv-billing-record-1174", + "mv-billing-record-1175", + "mv-billing-record-1176", + "mv-billing-record-1177", + "mv-billing-record-1178", + "mv-billing-record-1179", + "mv-billing-record-1180", + "mv-billing-record-1181", + "mv-billing-record-1182", + "mv-billing-record-1183", + "mv-billing-record-1184", + "mv-billing-record-1185", + "mv-billing-record-1186", + "mv-billing-record-1187", + "mv-billing-record-1188", + "mv-billing-record-1189", + "mv-billing-record-1190", + "mv-billing-record-1191", + "mv-billing-record-1192", + "mv-billing-record-1193", + "mv-billing-record-1194", + "mv-billing-record-1195", + "mv-billing-record-1196", + "mv-billing-record-1197", + "mv-billing-record-1198", + "mv-billing-record-1199", + "mv-billing-record-1200", + "mv-billing-record-1201", + "mv-billing-record-1202", + "mv-billing-record-1203", + "mv-billing-record-1204", + "mv-billing-record-1205", + "mv-billing-record-1206", + "mv-billing-record-1207", + "mv-billing-record-1208", + "mv-billing-record-1209", + "mv-billing-record-1210", + "mv-billing-record-1211", + "mv-billing-record-1212", + "mv-billing-record-1213", + "mv-billing-record-1214", + "mv-billing-record-1215", + "mv-billing-record-1216", + "mv-billing-record-1217", + "mv-billing-record-1218", + "mv-billing-record-1219", + "mv-billing-record-1220", + "mv-billing-record-1221", + "mv-billing-record-1222", + "mv-billing-record-1223", + "mv-billing-record-1224", + "mv-billing-record-1225", + "mv-billing-record-1226", + "mv-billing-record-1227", + "mv-billing-record-1228", + "mv-billing-record-1229", + "mv-billing-record-1230", + "mv-billing-record-1231", + "mv-billing-record-1232", + "mv-billing-record-1233", + "mv-billing-record-1234", + "mv-billing-record-1235", + "mv-billing-record-1236", + "mv-billing-record-1237", + "mv-billing-record-1238", + "mv-billing-record-1239", + "mv-billing-record-1240", + "mv-billing-record-1241", + "mv-billing-record-1242", + "mv-billing-record-1243", + "mv-billing-record-1244", + "mv-billing-record-1245", + "mv-billing-record-1246", + "mv-billing-record-1247", + "mv-billing-record-1248", + "mv-billing-record-1249", + "mv-billing-record-1250", + "mv-billing-record-1251", + "mv-billing-record-1252", + "mv-billing-record-1253", + "mv-billing-record-1254", + "mv-billing-record-1255", + "mv-billing-record-1256", + "mv-billing-record-1257", + "mv-billing-record-1258", + "mv-billing-record-1259", + "mv-billing-record-1260", + "mv-billing-record-1261", + "mv-billing-record-1262", + "mv-billing-record-1263", + "mv-billing-record-1264", + "mv-billing-record-1265", + "mv-billing-record-1266", + "mv-billing-record-1267", + "mv-billing-record-1268", + "mv-billing-record-1269", + "mv-billing-record-1270", + "mv-billing-record-1271", + "mv-billing-record-1272", + "mv-billing-record-1273", + "mv-billing-record-1274", + "mv-billing-record-1275", + "mv-billing-record-1276", + "mv-billing-record-1277", + "mv-billing-record-1278", + "mv-billing-record-1279", + "mv-billing-record-1280", + "mv-billing-record-1281", + "mv-billing-record-1282", + "mv-billing-record-1283", + "mv-billing-record-1284", + "mv-billing-record-1285", + "mv-billing-record-1286", + "mv-billing-record-1287", + "mv-billing-record-1288", + "mv-billing-record-1289", + "mv-billing-record-1290", + "mv-billing-record-1291", + "mv-billing-record-1292", + "mv-billing-record-1293", + "mv-billing-record-1294", + "mv-billing-record-1295", + "mv-billing-record-1296", + "mv-billing-record-1297", + "mv-billing-record-1298", + "mv-billing-record-1299", + "mv-billing-record-1300", + "mv-billing-record-1301", + "mv-billing-record-1302", + "mv-billing-record-1303", + "mv-billing-record-1304", + "mv-billing-record-1305", + "mv-billing-record-1306", + "mv-billing-record-1307", + "mv-billing-record-1308", + "mv-billing-record-1309", + "mv-billing-record-1310", + "mv-billing-record-1311", + "mv-billing-record-1312", + "mv-billing-record-1313", + "mv-billing-record-1314", + "mv-billing-record-1315", + "mv-billing-record-1316", + "mv-billing-record-1317", + "mv-billing-record-1318", + "mv-billing-record-1319", + "mv-billing-record-1320", + "mv-billing-record-1321", + "mv-billing-record-1322", + "mv-billing-record-1323", + "mv-billing-record-1324", + "mv-billing-record-1325", + "mv-billing-record-1326", + "mv-billing-record-1327", + "mv-billing-record-1328", + "mv-billing-record-1329", + "mv-billing-record-1330", + "mv-billing-record-1331", + "mv-billing-record-1332", + "mv-billing-record-1333", + "mv-billing-record-1334", + "mv-billing-record-1335", + "mv-billing-record-1336", + "mv-billing-record-1337", + "mv-billing-record-1338", + "mv-billing-record-1339", + "mv-billing-record-1340", + "mv-billing-record-1341", + "mv-billing-record-1342", + "mv-billing-record-1343", + "mv-billing-record-1344", + "mv-billing-record-1345", + "mv-billing-record-1346", + "mv-billing-record-1347", + "mv-billing-record-1348", + "mv-billing-record-1349", + "mv-billing-record-1350", + "mv-billing-record-1351", + "mv-billing-record-1352", + "mv-billing-record-1353", + "mv-billing-record-1354", + "mv-billing-record-1355", + "mv-billing-record-1356", + "mv-billing-record-1357", + "mv-billing-record-1358", + "mv-billing-record-1359", + "mv-billing-record-1360", + "mv-billing-record-1361", + "mv-billing-record-1362", + "mv-billing-record-1363", + "mv-billing-record-1364", + "mv-billing-record-1365", + "mv-billing-record-1366", + "mv-billing-record-1367", + "mv-billing-record-1368", + "mv-billing-record-1369", + "mv-billing-record-1370", + "mv-billing-record-1371", + "mv-billing-record-1372", + "mv-billing-record-1373", + "mv-billing-record-1374", + "mv-billing-record-1375", + "mv-billing-record-1376", + "mv-billing-record-1377", + "mv-billing-record-1378", + "mv-billing-record-1379", + "mv-billing-record-1380", + "mv-billing-record-1381", + "mv-billing-record-1382", + "mv-billing-record-1383", + "mv-billing-record-1384", + "mv-billing-record-1385", + "mv-billing-record-1386", + "mv-billing-record-1387", + "mv-billing-record-1388", + "mv-billing-record-1389", + "mv-billing-record-1390", + "mv-billing-record-1391", + "mv-billing-record-1392", + "mv-billing-record-1393", + "mv-billing-record-1394", + "mv-billing-record-1395", + "mv-billing-record-1396", + "mv-billing-record-1397", + "mv-billing-record-1398", + "mv-billing-record-1399", + "mv-billing-record-1400", + "mv-billing-record-1401", + "mv-billing-record-1402", + "mv-billing-record-1403", + "mv-billing-record-1404", + "mv-billing-record-1405", + "mv-billing-record-1406", + "mv-billing-record-1407", + "mv-billing-record-1408", + "mv-billing-record-1409", + "mv-billing-record-1410", + "mv-billing-record-1411", + "mv-billing-record-1412", + "mv-billing-record-1413", + "mv-billing-record-1414", + "mv-billing-record-1415", + "mv-billing-record-1416", + "mv-billing-record-1417", + "mv-billing-record-1418", + "mv-billing-record-1419", + "mv-billing-record-1420", + "mv-billing-record-1421", + "mv-billing-record-1422", + "mv-billing-record-1423", + "mv-billing-record-1424", + "mv-billing-record-1425", + "mv-billing-record-1426", + "mv-billing-record-1427", + "mv-billing-record-1428", + "mv-billing-record-1429", + "mv-billing-record-1430", + "mv-billing-record-1431", + "mv-billing-record-1432", + "mv-billing-record-1433", + "mv-billing-record-1434", + "mv-billing-record-1435", + "mv-billing-record-1436", + "mv-billing-record-1437", + "mv-billing-record-1438", + "mv-billing-record-1439", + "mv-billing-record-1440", + "mv-billing-record-1441", + "mv-billing-record-1442", + "mv-billing-record-1443", + "mv-billing-record-1444", + "mv-billing-record-1445", + "mv-billing-record-1446", + "mv-billing-record-1447", + "mv-billing-record-1448", + "mv-billing-record-1449", + "mv-billing-record-1450", + "mv-billing-record-1451", + "mv-billing-record-1452", + "mv-billing-record-1453", + "mv-billing-record-1454", + "mv-billing-record-1455", + "mv-billing-record-1456", + "mv-billing-record-1457", + "mv-billing-record-1458", + "mv-billing-record-1459", + "mv-billing-record-1460", + "mv-billing-record-1461", + "mv-billing-record-1462", + "mv-billing-record-1463", + "mv-billing-record-1464", + "mv-billing-record-1465", + "mv-billing-record-1466", + "mv-billing-record-1467", + "mv-billing-record-1468", + "mv-billing-record-1469", + "mv-billing-record-1470", + "mv-billing-record-1471", + "mv-billing-record-1472", + "mv-billing-record-1473", + "mv-billing-record-1474", + "mv-billing-record-1475", + "mv-billing-record-1476", + "mv-billing-record-1477", + "mv-billing-record-1478", + "mv-billing-record-1479", + "mv-billing-record-1480", + "mv-billing-record-1481", + "mv-billing-record-1482", + "mv-billing-record-1483", + "mv-billing-record-1484", + "mv-billing-record-1485", + "mv-billing-record-1486", + "mv-billing-record-1487", + "mv-billing-record-1488", + "mv-billing-record-1489", + "mv-billing-record-1490", + "mv-billing-record-1491", + "mv-billing-record-1492", + "mv-billing-record-1493", + "mv-billing-record-1494", + "mv-billing-record-1495", + "mv-billing-record-1496", + "mv-billing-record-1497", + "mv-billing-record-1498", + "mv-billing-record-1499", + "mv-billing-record-1500", + "mv-billing-record-1501", + "mv-billing-record-1502", + "mv-billing-record-1503", + "mv-billing-record-1504", + "mv-billing-record-1505", + "mv-billing-record-1506", + "mv-billing-record-1507", + "mv-billing-record-1508", + "mv-billing-record-1509", + "mv-billing-record-1510", + "mv-billing-record-1511", + "mv-billing-record-1512", + "mv-billing-record-1513", + "mv-billing-record-1514", + "mv-billing-record-1515", + "mv-billing-record-1516", + "mv-billing-record-1517", + "mv-billing-record-1518", + "mv-billing-record-1519", + "mv-billing-record-1520", + "mv-billing-record-1521", + "mv-billing-record-1522", + "mv-billing-record-1523", + "mv-billing-record-1524", + "mv-billing-record-1525", + "mv-billing-record-1526", + "mv-billing-record-1527", + "mv-billing-record-1528", + "mv-billing-record-1529", + "mv-billing-record-1530", + "mv-billing-record-1531", + "mv-billing-record-1532", + "mv-billing-record-1533", + "mv-billing-record-1534", + "mv-billing-record-1535", + "mv-billing-record-1536", + "mv-billing-record-1537", + "mv-billing-record-1538", + "mv-billing-record-1539", + "mv-billing-record-1540", + "mv-billing-record-1541", + "mv-billing-record-1542", + "mv-billing-record-1543", + "mv-billing-record-1544", + "mv-billing-record-1545", + "mv-billing-record-1546", + "mv-billing-record-1547", + "mv-billing-record-1548", + "mv-billing-record-1549", + "mv-billing-record-1550", + "mv-billing-record-1551", + "mv-billing-record-1552", + "mv-billing-record-1553", + "mv-billing-record-1554", + "mv-billing-record-1555", + "mv-billing-record-1556", + "mv-billing-record-1557", + "mv-billing-record-1558", + "mv-billing-record-1559", + "mv-billing-record-1560", + "mv-billing-record-1561", + "mv-billing-record-1562", + "mv-billing-record-1563", + "mv-billing-record-1564", + "mv-billing-record-1565", + "mv-billing-record-1566", + "mv-billing-record-1567", + "mv-billing-record-1568", + "mv-billing-record-1569", + "mv-billing-record-1570", + "mv-billing-record-1571", + "mv-billing-record-1572", + "mv-billing-record-1573", + "mv-billing-record-1574", + "mv-billing-record-1575", + "mv-billing-record-1576", + "mv-billing-record-1577", + "mv-billing-record-1578", + "mv-billing-record-1579", + "mv-billing-record-1580", + "mv-billing-record-1581", + "mv-billing-record-1582", + "mv-billing-record-1583", + "mv-billing-record-1584", + "mv-billing-record-1585", + "mv-billing-record-1586", + "mv-billing-record-1587", + "mv-billing-record-1588", + "mv-billing-record-1589", + "mv-billing-record-1590", + "mv-billing-record-1591", + "mv-billing-record-1592", + "mv-billing-record-1593", + "mv-billing-record-1594", + "mv-billing-record-1595", + "mv-billing-record-1596", + "mv-billing-record-1597", + "mv-billing-record-1598", + "mv-billing-record-1599", + "mv-billing-record-1600", + "mv-billing-record-1601", + "mv-billing-record-1602", + "mv-billing-record-1603", + "mv-billing-record-1604", + "mv-billing-record-1605", + "mv-billing-record-1606", + "mv-billing-record-1607", + "mv-billing-record-1608", + "mv-billing-record-1609", + "mv-billing-record-1610", + "mv-billing-record-1611", + "mv-billing-record-1612", + "mv-billing-record-1613", + "mv-billing-record-1614", + "mv-billing-record-1615", + "mv-billing-record-1616", + "mv-billing-record-1617", + "mv-billing-record-1618", + "mv-billing-record-1619", + "mv-billing-record-1620", + "mv-billing-record-1621", + "mv-billing-record-1622", + "mv-billing-record-1623", + "mv-billing-record-1624", + "mv-billing-record-1625", + "mv-billing-record-1626", + "mv-billing-record-1627", + "mv-billing-record-1628", + "mv-billing-record-1629", + "mv-billing-record-1630", + "mv-billing-record-1631", + "mv-billing-record-1632", + "mv-billing-record-1633", + "mv-billing-record-1634", + "mv-billing-record-1635", + "mv-billing-record-1636", + "mv-billing-record-1637", + "mv-billing-record-1638", + "mv-billing-record-1639", + "mv-billing-record-1640", + "mv-billing-record-1641", + "mv-billing-record-1642", + "mv-billing-record-1643", + "mv-billing-record-1644", + "mv-billing-record-1645", + "mv-billing-record-1646", + "mv-billing-record-1647", + "mv-billing-record-1648", + "mv-billing-record-1649", + "mv-billing-record-1650", + "mv-billing-record-1651", + "mv-billing-record-1652", + "mv-billing-record-1653", + "mv-billing-record-1654", + "mv-billing-record-1655", + "mv-billing-record-1656", + "mv-billing-record-1657", + "mv-billing-record-1658", + "mv-billing-record-1659", + "mv-billing-record-1660", + "mv-billing-record-1661", + "mv-billing-record-1662", + "mv-billing-record-1663", + "mv-billing-record-1664", + "mv-billing-record-1665", + "mv-billing-record-1666", + "mv-billing-record-1667", + "mv-billing-record-1668", + "mv-billing-record-1669", + "mv-billing-record-1670", + "mv-billing-record-1671", + "mv-billing-record-1672", + "mv-billing-record-1673", + "mv-billing-record-1674", + "mv-billing-record-1675", + "mv-billing-record-1676", + "mv-billing-record-1677", + "mv-billing-record-1678", + "mv-billing-record-1679", + "mv-billing-record-1680", + "mv-billing-record-1681", + "mv-billing-record-1682", + "mv-billing-record-1683", + "mv-billing-record-1684", + "mv-billing-record-1685", + "mv-billing-record-1686", + "mv-billing-record-1687", + "mv-billing-record-1688", + "mv-billing-record-1689", + "mv-billing-record-1690", + "mv-billing-record-1691", + "mv-billing-record-1692", + "mv-billing-record-1693", + "mv-billing-record-1694", + "mv-billing-record-1695", + "mv-billing-record-1696", + "mv-billing-record-1697", + "mv-billing-record-1698", + "mv-billing-record-1699", + "mv-billing-record-1700", + "mv-billing-record-1701", + "mv-billing-record-1702", + "mv-billing-record-1703", + "mv-billing-record-1704", + "mv-billing-record-1705", + "mv-billing-record-1706", + "mv-billing-record-1707", + "mv-billing-record-1708", + "mv-billing-record-1709", + "mv-billing-record-1710", + "mv-billing-record-1711", + "mv-billing-record-1712", + "mv-billing-record-1713", + "mv-billing-record-1714", + "mv-billing-record-1715", + "mv-billing-record-1716", + "mv-billing-record-1717", + "mv-billing-record-1718", + "mv-billing-record-1719", + "mv-billing-record-1720", + "mv-billing-record-1721", + "mv-billing-record-1722", + "mv-billing-record-1723", + "mv-billing-record-1724", + "mv-billing-record-1725", + "mv-billing-record-1726", + "mv-billing-record-1727", + "mv-billing-record-1728", + "mv-billing-record-1729", + "mv-billing-record-1730", + "mv-billing-record-1731", + "mv-billing-record-1732", + "mv-billing-record-1733", + "mv-billing-record-1734", + "mv-billing-record-1735", + "mv-billing-record-1736", + "mv-billing-record-1737", + "mv-billing-record-1738", + "mv-billing-record-1739", + "mv-billing-record-1740", + "mv-billing-record-1741", + "mv-billing-record-1742", + "mv-billing-record-1743", + "mv-billing-record-1744", + "mv-billing-record-1745", + "mv-billing-record-1746", + "mv-billing-record-1747", + "mv-billing-record-1748", + "mv-billing-record-1749", + "mv-billing-record-1750", + "mv-billing-record-1751", + "mv-billing-record-1752", + "mv-billing-record-1753", + "mv-billing-record-1754", + "mv-billing-record-1755", + "mv-billing-record-1756", + "mv-billing-record-1757", + "mv-billing-record-1758", + "mv-billing-record-1759", + "mv-billing-record-1760", + "mv-billing-record-1761", + "mv-billing-record-1762", + "mv-billing-record-1763", + "mv-billing-record-1764", + "mv-billing-record-1765", + "mv-billing-record-1766", + "mv-billing-record-1767", + "mv-billing-record-1768", + "mv-billing-record-1769", + "mv-billing-record-1770", + "mv-billing-record-1771", + "mv-billing-record-1772", + "mv-billing-record-1773", + "mv-billing-record-1774", + "mv-billing-record-1775", + "mv-billing-record-1776", + "mv-billing-record-1777", + "mv-billing-record-1778", + "mv-billing-record-1779", + "mv-billing-record-1780", + "mv-billing-record-1781", + "mv-billing-record-1782", + "mv-billing-record-1783", + "mv-billing-record-1784", + "mv-billing-record-1785", + "mv-billing-record-1786", + "mv-billing-record-1787", + "mv-billing-record-1788", + "mv-billing-record-1789", + "mv-billing-record-1790", + "mv-billing-record-1791", + "mv-billing-record-1792", + "mv-billing-record-1793", + "mv-billing-record-1794", + "mv-billing-record-1795", + "mv-billing-record-1796", + "mv-billing-record-1797", + "mv-billing-record-1798", + "mv-billing-record-1799", + "mv-billing-record-1800", + "mv-billing-record-1801", + "mv-billing-record-1802", + "mv-billing-record-1803", + "mv-billing-record-1804", + "mv-billing-record-1805", + "mv-billing-record-1806", + "mv-billing-record-1807", + "mv-billing-record-1808", + "mv-billing-record-1809", + "mv-billing-record-1810", + "mv-billing-record-1811", + "mv-billing-record-1812", + "mv-billing-record-1813", + "mv-billing-record-1814", + "mv-billing-record-1815", + "mv-billing-record-1816", + "mv-billing-record-1817", + "mv-billing-record-1818", + "mv-billing-record-1819", + "mv-billing-record-1820", + "mv-billing-record-1821", + "mv-billing-record-1822", + "mv-billing-record-1823", + "mv-billing-record-1824", + "mv-billing-record-1825", + "mv-billing-record-1826", + "mv-billing-record-1827", + "mv-billing-record-1828", + "mv-billing-record-1829", + "mv-billing-record-1830", + "mv-billing-record-1831", + "mv-billing-record-1832", + "mv-billing-record-1833", + "mv-billing-record-1834", + "mv-billing-record-1835", + "mv-billing-record-1836", + "mv-billing-record-1837", + "mv-billing-record-1838", + "mv-billing-record-1839", + "mv-billing-record-1840", + "mv-billing-record-1841", + "mv-billing-record-1842", + "mv-billing-record-1843", + "mv-billing-record-1844", + "mv-billing-record-1845", + "mv-billing-record-1846", + "mv-billing-record-1847", + "mv-billing-record-1848", + "mv-billing-record-1849", + "mv-billing-record-1850", + "mv-billing-record-1851", + "mv-billing-record-1852", + "mv-billing-record-1853", + "mv-billing-record-1854", + "mv-billing-record-1855", + "mv-billing-record-1856", + "mv-billing-record-1857", + "mv-billing-record-1858", + "mv-billing-record-1859", + "mv-billing-record-1860", + "mv-billing-record-1861", + "mv-billing-record-1862", + "mv-billing-record-1863", + "mv-billing-record-1864", + "mv-billing-record-1865", + "mv-billing-record-1866", + "mv-billing-record-1867", + "mv-billing-record-1868", + "mv-billing-record-1869", + "mv-billing-record-1870", + "mv-billing-record-1871", + "mv-billing-record-1872", + "mv-billing-record-1873", + "mv-billing-record-1874", + "mv-billing-record-1875", + "mv-billing-record-1876", + "mv-billing-record-1877", + "mv-billing-record-1878", + "mv-billing-record-1879", + "mv-billing-record-1880", + "mv-billing-record-1881", + "mv-billing-record-1882", + "mv-billing-record-1883", + "mv-billing-record-1884", + "mv-billing-record-1885", + "mv-billing-record-1886", + "mv-billing-record-1887", + "mv-billing-record-1888", + "mv-billing-record-1889", + "mv-billing-record-1890", + "mv-billing-record-1891", + "mv-billing-record-1892", + "mv-billing-record-1893", + "mv-billing-record-1894", + "mv-billing-record-1895", + "mv-billing-record-1896", + "mv-billing-record-1897", + "mv-billing-record-1898", + "mv-billing-record-1899", + "mv-billing-record-1900", + "mv-billing-record-1901", + "mv-billing-record-1902", + "mv-billing-record-1903", + "mv-billing-record-1904", + "mv-billing-record-1905", + "mv-billing-record-1906", + "mv-billing-record-1907", + "mv-billing-record-1908", + "mv-billing-record-1909", + "mv-billing-record-1910", + "mv-billing-record-1911", + "mv-billing-record-1912", + "mv-billing-record-1913", + "mv-billing-record-1914", + "mv-billing-record-1915", + "mv-billing-record-1916", + "mv-billing-record-1917", + "mv-billing-record-1918", + "mv-billing-record-1919", + "mv-billing-record-1920", + "mv-billing-record-1921", + "mv-billing-record-1922", + "mv-billing-record-1923", + "mv-billing-record-1924", + "mv-billing-record-1925", + "mv-billing-record-1926", + "mv-billing-record-1927", + "mv-billing-record-1928", + "mv-billing-record-1929", + "mv-billing-record-1930", + "mv-billing-record-1931", + "mv-billing-record-1932", + "mv-billing-record-1933", + "mv-billing-record-1934", + "mv-billing-record-1935", + "mv-billing-record-1936", + "mv-billing-record-1937", + "mv-billing-record-1938", + "mv-billing-record-1939", + "mv-billing-record-1940", + "mv-billing-record-1941", + "mv-billing-record-1942", + "mv-billing-record-1943", + "mv-billing-record-1944", + "mv-billing-record-1945", + "mv-billing-record-1946", + "mv-billing-record-1947", + "mv-billing-record-1948", + "mv-billing-record-1949", + "mv-billing-record-1950", + "mv-billing-record-1951", + "mv-billing-record-1952", + "mv-billing-record-1953", + "mv-billing-record-1954", + "mv-billing-record-1955", + "mv-billing-record-1956", + "mv-billing-record-1957", + "mv-billing-record-1958", + "mv-billing-record-1959", + "mv-billing-record-1960", + "mv-billing-record-1961", + "mv-billing-record-1962", + "mv-billing-record-1963", + "mv-billing-record-1964", + "mv-billing-record-1965", + "mv-billing-record-1966", + "mv-billing-record-1967", + "mv-billing-record-1968", + "mv-billing-record-1969", + "mv-billing-record-1970", + "mv-billing-record-1971", + "mv-billing-record-1972", + "mv-billing-record-1973", + "mv-billing-record-1974", + "mv-billing-record-1975", + "mv-billing-record-1976", + "mv-billing-record-1977", + "mv-billing-record-1978", + "mv-billing-record-1979", + "mv-billing-record-1980", + "mv-billing-record-1981", + "mv-billing-record-1982", + "mv-billing-record-1983", + "mv-billing-record-1984", + "mv-billing-record-1985", + "mv-billing-record-1986", + "mv-billing-record-1987", + "mv-billing-record-1988", + "mv-billing-record-1989", + "mv-billing-record-1990", + "mv-billing-record-1991", + "mv-billing-record-1992", + "mv-billing-record-1993", + "mv-billing-record-1994", + "mv-billing-record-1995", + "mv-billing-record-1996", + "mv-billing-record-1997", + "mv-billing-record-1998", + "mv-billing-record-1999", + "mv-billing-record-2000", + "mv-billing-record-2001", + "mv-billing-record-2002", + "mv-billing-record-2003", + "mv-billing-record-2004", + "mv-billing-record-2005", + "mv-billing-record-2006", + "mv-billing-record-2007", + "mv-billing-record-2008", + "mv-billing-record-2009", + "mv-billing-record-2010", + "mv-billing-record-2011", + "mv-billing-record-2012", + "mv-billing-record-2013", + "mv-billing-record-2014", + "mv-billing-record-2015", + "mv-billing-record-2016", + "mv-billing-record-2017", + "mv-billing-record-2018", + "mv-billing-record-2019", + "mv-billing-record-2020", + "mv-billing-record-2021", + "mv-billing-record-2022", + "mv-billing-record-2023", + "mv-billing-record-2024", + "mv-billing-record-2025", + "mv-billing-record-2026", + "mv-billing-record-2027", + "mv-billing-record-2028", + "mv-billing-record-2029", + "mv-billing-record-2030", + "mv-billing-record-2031", + "mv-billing-record-2032", + "mv-billing-record-2033", + "mv-billing-record-2034", + "mv-billing-record-2035", + "mv-billing-record-2036", + "mv-billing-record-2037", + "mv-billing-record-2038", + "mv-billing-record-2039", + "mv-billing-record-2040", + "mv-billing-record-2041", + "mv-billing-record-2042", + "mv-billing-record-2043", + "mv-billing-record-2044", + "mv-billing-record-2045", + "mv-billing-record-2046", + "mv-billing-record-2047", + "mv-billing-record-2048", + "mv-billing-record-2049", + "mv-billing-record-2050", + "mv-billing-record-2051", + "mv-billing-record-2052", + "mv-billing-record-2053", + "mv-billing-record-2054", + "mv-billing-record-2055", + "mv-billing-record-2056", + "mv-billing-record-2057", + "mv-billing-record-2058", + "mv-billing-record-2059", + "mv-billing-record-2060", + "mv-billing-record-2061", + "mv-billing-record-2062", + "mv-billing-record-2063", + "mv-billing-record-2064", + "mv-billing-record-2065", + "mv-billing-record-2066", + "mv-billing-record-2067", + "mv-billing-record-2068", + "mv-billing-record-2069", + "mv-billing-record-2070", + "mv-billing-record-2071", + "mv-billing-record-2072", + "mv-billing-record-2073", + "mv-billing-record-2074", + "mv-billing-record-2075", + "mv-billing-record-2076", + "mv-billing-record-2077", + "mv-billing-record-2078", + "mv-billing-record-2079", + "mv-billing-record-2080", + "mv-billing-record-2081", + "mv-billing-record-2082", + "mv-billing-record-2083", + "mv-billing-record-2084", + "mv-billing-record-2085", + "mv-billing-record-2086", + "mv-billing-record-2087", + "mv-billing-record-2088", + "mv-billing-record-2089", + "mv-billing-record-2090", + "mv-billing-record-2091", + "mv-billing-record-2092", + "mv-billing-record-2093", + "mv-billing-record-2094", + "mv-billing-record-2095", + "mv-billing-record-2096", + "mv-billing-record-2097", + "mv-billing-record-2098", + "mv-billing-record-2099", + "mv-billing-record-2100", + "mv-billing-record-2101", + "mv-billing-record-2102", + "mv-billing-record-2103", + "mv-billing-record-2104", + "mv-billing-record-2105", + "mv-billing-record-2106", + "mv-billing-record-2107", + "mv-billing-record-2108", + "mv-billing-record-2109", + "mv-billing-record-2110", + "mv-billing-record-2111", + "mv-billing-record-2112", + "mv-billing-record-2113", + "mv-billing-record-2114", + "mv-billing-record-2115", + "mv-billing-record-2116", + "mv-billing-record-2117", + "mv-billing-record-2118", + "mv-billing-record-2119", + "mv-billing-record-2120", + "mv-billing-record-2121", + "mv-billing-record-2122", + "mv-billing-record-2123", + "mv-billing-record-2124", + "mv-billing-record-2125", + "mv-billing-record-2126", + "mv-billing-record-2127", + "mv-billing-record-2128", + "mv-billing-record-2129", + "mv-billing-record-2130", + "mv-billing-record-2131", + "mv-billing-record-2132", + "mv-billing-record-2133", + "mv-billing-record-2134", + "mv-billing-record-2135", + "mv-billing-record-2136", + "mv-billing-record-2137", + "mv-billing-record-2138", + "mv-billing-record-2139", + "mv-billing-record-2140", + "mv-billing-record-2141", + "mv-billing-record-2142", + "mv-billing-record-2143", + "mv-billing-record-2144", + "mv-billing-record-2145", + "mv-billing-record-2146", + "mv-billing-record-2147", + "mv-billing-record-2148", + "mv-billing-record-2149", + "mv-billing-record-2150", + "mv-billing-record-2151", + "mv-billing-record-2152", + "mv-billing-record-2153", + "mv-billing-record-2154", + "mv-billing-record-2155", + "mv-billing-record-2156", + "mv-billing-record-2157", + "mv-billing-record-2158", + "mv-billing-record-2159", + "mv-billing-record-2160", + "mv-billing-record-2161", + "mv-billing-record-2162", + "mv-billing-record-2163", + "mv-billing-record-2164", + "mv-billing-record-2165", + "mv-billing-record-2166", + "mv-billing-record-2167", + "mv-billing-record-2168", + "mv-billing-record-2169", + "mv-billing-record-2170", + "mv-billing-record-2171", + "mv-billing-record-2172", + "mv-billing-record-2173", + "mv-billing-record-2174", + "mv-billing-record-2175", + "mv-billing-record-2176", + "mv-billing-record-2177", + "mv-billing-record-2178", + "mv-billing-record-2179", + "mv-billing-record-2180", + "mv-billing-record-2181", + "mv-billing-record-2182", + "mv-billing-record-2183", + "mv-billing-record-2184", + "mv-billing-record-2185", + "mv-billing-record-2186", + "mv-billing-record-2187", + "mv-billing-record-2188", + "mv-billing-record-2189", + "mv-billing-record-2190", + "mv-billing-record-2191", + "mv-billing-record-2192", + "mv-billing-record-2193", + "mv-billing-record-2194", + "mv-billing-record-2195", + "mv-billing-record-2196", + "mv-billing-record-2197", + "mv-billing-record-2198", + "mv-billing-record-2199", + "mv-billing-record-2200", + "mv-billing-record-2201", + "mv-billing-record-2202", + "mv-billing-record-2203", + "mv-billing-record-2204", + "mv-billing-record-2205", + "mv-billing-record-2206", + "mv-billing-record-2207", + "mv-billing-record-2208", + "mv-billing-record-2209", + "mv-billing-record-2210", + "mv-billing-record-2211", + "mv-billing-record-2212", + "mv-billing-record-2213", + "mv-billing-record-2214", + "mv-billing-record-2215", + "mv-billing-record-2216", + "mv-billing-record-2217", + "mv-billing-record-2218", + "mv-billing-record-2219", + "mv-billing-record-2220", + "mv-billing-record-2221", + "mv-billing-record-2222", + "mv-billing-record-2223", + "mv-billing-record-2224", + "mv-billing-record-2225", + "mv-billing-record-2226", + "mv-billing-record-2227", + "mv-billing-record-2228", + "mv-billing-record-2229", + "mv-billing-record-2230", + "mv-billing-record-2231", + "mv-billing-record-2232", + "mv-billing-record-2233", + "mv-billing-record-2234", + "mv-billing-record-2235", + "mv-billing-record-2236", + "mv-billing-record-2237", + "mv-billing-record-2238", + "mv-billing-record-2239", + "mv-billing-record-2240", + "mv-billing-record-2241", + "mv-billing-record-2242", + "mv-billing-record-2243", + "mv-billing-record-2244", + "mv-billing-record-2245", + "mv-billing-record-2246", + "mv-billing-record-2247", + "mv-billing-record-2248", + "mv-billing-record-2249", + "mv-billing-record-2250", + "mv-billing-record-2251", + "mv-billing-record-2252", + "mv-billing-record-2253", + "mv-billing-record-2254", + "mv-billing-record-2255", + "mv-billing-record-2256", + "mv-billing-record-2257", + "mv-billing-record-2258", + "mv-billing-record-2259", + "mv-billing-record-2260", + "mv-billing-record-2261", + "mv-billing-record-2262", + "mv-billing-record-2263", + "mv-billing-record-2264", + "mv-billing-record-2265", + "mv-billing-record-2266", + "mv-billing-record-2267", + "mv-billing-record-2268", + "mv-billing-record-2269", + "mv-billing-record-2270", + "mv-billing-record-2271", + "mv-billing-record-2272", + "mv-billing-record-2273", + "mv-billing-record-2274", + "mv-billing-record-2275", + "mv-billing-record-2276", + "mv-billing-record-2277", + "mv-billing-record-2278", + "mv-billing-record-2279", + "mv-billing-record-2280", + "mv-billing-record-2281", + "mv-billing-record-2282", + "mv-billing-record-2283", + "mv-billing-record-2284", + "mv-billing-record-2285", + "mv-billing-record-2286", + "mv-billing-record-2287", + "mv-billing-record-2288", + "mv-billing-record-2289", + "mv-billing-record-2290", + "mv-billing-record-2291", + "mv-billing-record-2292", + "mv-billing-record-2293", + "mv-billing-record-2294", + "mv-billing-record-2295", + "mv-billing-record-2296", + "mv-billing-record-2297", + "mv-billing-record-2298", + "mv-billing-record-2299", + "mv-billing-record-2300", + "mv-billing-record-2301", + "mv-billing-record-2302", + "mv-billing-record-2303", + "mv-billing-record-2304", + "mv-billing-record-2305", + "mv-billing-record-2306", + "mv-billing-record-2307", + "mv-billing-record-2308", + "mv-billing-record-2309", + "mv-billing-record-2310", + "mv-billing-record-2311", + "mv-billing-record-2312", + "mv-billing-record-2313", + "mv-billing-record-2314", + "mv-billing-record-2315", + "mv-billing-record-2316", + "mv-billing-record-2317", + "mv-billing-record-2318", + "mv-billing-record-2319", + "mv-billing-record-2320", + "mv-billing-record-2321", + "mv-billing-record-2322", + "mv-billing-record-2323", + "mv-billing-record-2324", + "mv-billing-record-2325", + "mv-billing-record-2326", + "mv-billing-record-2327", + "mv-billing-record-2328", + "mv-billing-record-2329", + "mv-billing-record-2330", + "mv-billing-record-2331", + "mv-billing-record-2332", + "mv-billing-record-2333", + "mv-billing-record-2334", + "mv-billing-record-2335", + "mv-billing-record-2336", + "mv-billing-record-2337", + "mv-billing-record-2338", + "mv-billing-record-2339", + "mv-billing-record-2340", + "mv-billing-record-2341", + "mv-billing-record-2342", + "mv-billing-record-2343", + "mv-billing-record-2344", + "mv-billing-record-2345", + "mv-billing-record-2346", + "mv-billing-record-2347", + "mv-billing-record-2348", + "mv-billing-record-2349", + "mv-billing-record-2350", + "mv-billing-record-2351", + "mv-billing-record-2352", + "mv-billing-record-2353", + "mv-billing-record-2354", + "mv-billing-record-2355", + "mv-billing-record-2356", + "mv-billing-record-2357", + "mv-billing-record-2358", + "mv-billing-record-2359", + "mv-billing-record-2360", + "mv-billing-record-2361", + "mv-billing-record-2362", + "mv-billing-record-2363", + "mv-billing-record-2364", + "mv-billing-record-2365", + "mv-billing-record-2366", + "mv-billing-record-2367", + "mv-billing-record-2368", + "mv-billing-record-2369", + "mv-billing-record-2370", + "mv-billing-record-2371", + "mv-billing-record-2372", + "mv-billing-record-2373", + "mv-billing-record-2374", + "mv-billing-record-2375", + "mv-billing-record-2376", + "mv-billing-record-2377", + "mv-billing-record-2378", + "mv-billing-record-2379", + "mv-billing-record-2380", + "mv-billing-record-2381", + "mv-billing-record-2382", + "mv-billing-record-2383", + "mv-billing-record-2384", + "mv-billing-record-2385", + "mv-billing-record-2386", + "mv-billing-record-2387", + "mv-billing-record-2388", + "mv-billing-record-2389", + "mv-billing-record-2390", + "mv-billing-record-2391", + "mv-billing-record-2392", + "mv-billing-record-2393", + "mv-billing-record-2394", + "mv-billing-record-2395", + "mv-billing-record-2396", + "mv-billing-record-2397", + "mv-billing-record-2398", + "mv-billing-record-2399", + "mv-billing-record-2400", + "mv-billing-record-2401", + "mv-billing-record-2402", + "mv-billing-record-2403", + "mv-billing-record-2404", + "mv-billing-record-2405", + "mv-billing-record-2406", + "mv-billing-record-2407", + "mv-billing-record-2408", + "mv-billing-record-2409", + "mv-billing-record-2410", + "mv-billing-record-2411", + "mv-billing-record-2412", + "mv-billing-record-2413", + "mv-billing-record-2414", + "mv-billing-record-2415", + "mv-billing-record-2416", + "mv-billing-record-2417", + "mv-billing-record-2418", + "mv-billing-record-2419", + "mv-billing-record-2420", + "mv-billing-record-2421", + "mv-billing-record-2422", + "mv-billing-record-2423", + "mv-billing-record-2424", + "mv-billing-record-2425", + "mv-billing-record-2426", + "mv-billing-record-2427", + "mv-billing-record-2428", + "mv-billing-record-2429", + "mv-billing-record-2430", + "mv-billing-record-2431", + "mv-billing-record-2432", + "mv-billing-record-2433", + "mv-billing-record-2434", + "mv-billing-record-2435", + "mv-billing-record-2436", + "mv-billing-record-2437", + "mv-billing-record-2438", + "mv-billing-record-2439", + "mv-billing-record-2440", + "mv-billing-record-2441", + "mv-billing-record-2442", + "mv-billing-record-2443", + "mv-billing-record-2444", + "mv-billing-record-2445", + "mv-billing-record-2446", + "mv-billing-record-2447", + "mv-billing-record-2448", + "mv-billing-record-2449", + "mv-billing-record-2450", + "mv-billing-record-2451", + "mv-billing-record-2452", + "mv-billing-record-2453", + "mv-billing-record-2454", + "mv-billing-record-2455", + "mv-billing-record-2456", + "mv-billing-record-2457", + "mv-billing-record-2458", + "mv-billing-record-2459", + "mv-billing-record-2460", + "mv-billing-record-2461", + "mv-billing-record-2462", + "mv-billing-record-2463", + "mv-billing-record-2464", + "mv-billing-record-2465", + "mv-billing-record-2466", + "mv-billing-record-2467", + "mv-billing-record-2468", + "mv-billing-record-2469", + "mv-billing-record-2470", + "mv-billing-record-2471", + "mv-billing-record-2472", + "mv-billing-record-2473", + "mv-billing-record-2474", + "mv-billing-record-2475", + "mv-billing-record-2476", + "mv-billing-record-2477", + "mv-billing-record-2478", + "mv-billing-record-2479", + "mv-billing-record-2480", + "mv-billing-record-2481", + "mv-billing-record-2482", + "mv-billing-record-2483", + "mv-billing-record-2484", + "mv-billing-record-2485", + "mv-billing-record-2486", + "mv-billing-record-2487", + "mv-billing-record-2488", + "mv-billing-record-2489", + "mv-billing-record-2490", + "mv-billing-record-2491", + "mv-billing-record-2492", + "mv-billing-record-2493", + "mv-billing-record-2494", + "mv-billing-record-2495", + "mv-billing-record-2496", + "mv-billing-record-2497", + "mv-billing-record-2498", + "mv-billing-record-2499", + "mv-billing-record-2500", + "mv-billing-record-2501", + "mv-billing-record-2502", + "mv-billing-record-2503", + "mv-billing-record-2504", + "mv-billing-record-2505", + "mv-billing-record-2506", + "mv-billing-record-2507", + "mv-billing-record-2508", + "mv-billing-record-2509", + "mv-billing-record-2510", + "mv-billing-record-2511", + "mv-billing-record-2512", + "mv-billing-record-2513", + "mv-billing-record-2514", + "mv-billing-record-2515", + "mv-billing-record-2516", + "mv-billing-record-2517", + "mv-billing-record-2518", + "mv-billing-record-2519", + "mv-billing-record-2520", + "mv-billing-record-2521", + "mv-billing-record-2522", + "mv-billing-record-2523", + "mv-billing-record-2524", + "mv-billing-record-2525", + "mv-billing-record-2526", + "mv-billing-record-2527", + "mv-billing-record-2528", + "mv-billing-record-2529", + "mv-billing-record-2530", + "mv-billing-record-2531", + "mv-billing-record-2532", + "mv-billing-record-2533", + "mv-billing-record-2534", + "mv-billing-record-2535", + "mv-billing-record-2536", + "mv-billing-record-2537", + "mv-billing-record-2538", + "mv-billing-record-2539", + "mv-billing-record-2540", + "mv-billing-record-2541", + "mv-billing-record-2542", + "mv-billing-record-2543", + "mv-billing-record-2544", + "mv-billing-record-2545", + "mv-billing-record-2546", + "mv-billing-record-2547", + "mv-billing-record-2548", + "mv-billing-record-2549", + "mv-billing-record-2550", + "mv-billing-record-2551", + "mv-billing-record-2552", + "mv-billing-record-2553", + "mv-billing-record-2554", + "mv-billing-record-2555", + "mv-billing-record-2556", + "mv-billing-record-2557", + "mv-billing-record-2558", + "mv-billing-record-2559", + "mv-billing-record-2560", + "mv-billing-record-2561", + "mv-billing-record-2562", + "mv-billing-record-2563", + "mv-billing-record-2564", + "mv-billing-record-2565", + "mv-billing-record-2566", + "mv-billing-record-2567", + "mv-billing-record-2568", + "mv-billing-record-2569", + "mv-billing-record-2570", + "mv-billing-record-2571", + "mv-billing-record-2572", + "mv-billing-record-2573", + "mv-billing-record-2574", + "mv-billing-record-2575", + "mv-billing-record-2576", + "mv-billing-record-2577", + "mv-billing-record-2578", + "mv-billing-record-2579", + "mv-billing-record-2580", + "mv-billing-record-2581", + "mv-billing-record-2582", + "mv-billing-record-2583", + "mv-billing-record-2584", + "mv-billing-record-2585", + "mv-billing-record-2586", + "mv-billing-record-2587", + "mv-billing-record-2588", + "mv-billing-record-2589", + "mv-billing-record-2590", + "mv-billing-record-2591", + "mv-billing-record-2592", + "mv-billing-record-2593", + "mv-billing-record-2594", + "mv-billing-record-2595", + "mv-billing-record-2596", + "mv-billing-record-2597", + "mv-billing-record-2598", + "mv-billing-record-2599", + "mv-billing-record-2600", + "mv-billing-record-2601", + "mv-billing-record-2602", + "mv-billing-record-2603", + "mv-billing-record-2604", + "mv-billing-record-2605", + "mv-billing-record-2606", + "mv-billing-record-2607", + "mv-billing-record-2608", + "mv-billing-record-2609", + "mv-billing-record-2610", + "mv-billing-record-2611", + "mv-billing-record-2612", + "mv-billing-record-2613", + "mv-billing-record-2614", + "mv-billing-record-2615", + "mv-billing-record-2616", + "mv-billing-record-2617", + "mv-billing-record-2618", + "mv-billing-record-2619", + "mv-billing-record-2620", + "mv-billing-record-2621", + "mv-billing-record-2622", + "mv-billing-record-2623", + "mv-billing-record-2624", + "mv-billing-record-2625", + "mv-billing-record-2626", + "mv-billing-record-2627", + "mv-billing-record-2628", + "mv-billing-record-2629", + "mv-billing-record-2630", + "mv-billing-record-2631", + "mv-billing-record-2632", + "mv-billing-record-2633", + "mv-billing-record-2634", + "mv-billing-record-2635", + "mv-billing-record-2636", + "mv-billing-record-2637", + "mv-billing-record-2638", + "mv-billing-record-2639", + "mv-billing-record-2640", + "mv-billing-record-2641", + "mv-billing-record-2642", + "mv-billing-record-2643", + "mv-billing-record-2644", + "mv-billing-record-2645", + "mv-billing-record-2646", + "mv-billing-record-2647", + "mv-billing-record-2648", + "mv-billing-record-2649", + "mv-billing-record-2650", + "mv-billing-record-2651", + "mv-billing-record-2652", + "mv-billing-record-2653", + "mv-billing-record-2654", + "mv-billing-record-2655", + "mv-billing-record-2656", + "mv-billing-record-2657", + "mv-billing-record-2658", + "mv-billing-record-2659", + "mv-billing-record-2660", + "mv-billing-record-2661", + "mv-billing-record-2662", + "mv-billing-record-2663", + "mv-billing-record-2664", + "mv-billing-record-2665", + "mv-billing-record-2666", + "mv-billing-record-2667", + "mv-billing-record-2668", + "mv-billing-record-2669", + "mv-billing-record-2670", + "mv-billing-record-2671", + "mv-billing-record-2672", + "mv-billing-record-2673", + "mv-billing-record-2674", + "mv-billing-record-2675", + "mv-billing-record-2676", + "mv-billing-record-2677", + "mv-billing-record-2678", + "mv-billing-record-2679", + "mv-billing-record-2680", + "mv-billing-record-2681", + "mv-billing-record-2682", + "mv-billing-record-2683", + "mv-billing-record-2684", + "mv-billing-record-2685", + "mv-billing-record-2686", + "mv-billing-record-2687", + "mv-billing-record-2688", + "mv-billing-record-2689", + "mv-billing-record-2690", + "mv-billing-record-2691", + "mv-billing-record-2692", + "mv-billing-record-2693", + "mv-billing-record-2694", + "mv-billing-record-2695", + "mv-billing-record-2696", + "mv-billing-record-2697", + "mv-billing-record-2698", + "mv-billing-record-2699", + "mv-billing-record-2700", + "mv-billing-record-2701", + "mv-billing-record-2702", + "mv-billing-record-2703", + "mv-billing-record-2704", + "mv-billing-record-2705", + "mv-billing-record-2706", + "mv-billing-record-2707", + "mv-billing-record-2708", + "mv-billing-record-2709", + "mv-billing-record-2710", + "mv-billing-record-2711", + "mv-billing-record-2712", + "mv-billing-record-2713", + "mv-billing-record-2714", + "mv-billing-record-2715", + "mv-billing-record-2716", + "mv-billing-record-2717", + "mv-billing-record-2718", + "mv-billing-record-2719", + "mv-billing-record-2720", + "mv-billing-record-2721", + "mv-billing-record-2722", + "mv-billing-record-2723", + "mv-billing-record-2724", + "mv-billing-record-2725", + "mv-billing-record-2726", + "mv-billing-record-2727", + "mv-billing-record-2728", + "mv-billing-record-2729", + "mv-billing-record-2730", + "mv-billing-record-2731", + "mv-billing-record-2732", + "mv-billing-record-2733", + "mv-billing-record-2734", + "mv-billing-record-2735", + "mv-billing-record-2736", + "mv-billing-record-2737", + "mv-billing-record-2738", + "mv-billing-record-2739", + "mv-billing-record-2740", + "mv-billing-record-2741", + "mv-billing-record-2742", + "mv-billing-record-2743", + "mv-billing-record-2744", + "mv-billing-record-2745", + "mv-billing-record-2746", + "mv-billing-record-2747", + "mv-billing-record-2748", + "mv-billing-record-2749", + "mv-billing-record-2750", + "mv-billing-record-2751", + "mv-billing-record-2752", + "mv-billing-record-2753", + "mv-billing-record-2754", + "mv-billing-record-2755", + "mv-billing-record-2756", + "mv-billing-record-2757", + "mv-billing-record-2758", + "mv-billing-record-2759", + "mv-billing-record-2760", + "mv-billing-record-2761", + "mv-billing-record-2762", + "mv-billing-record-2763", + "mv-billing-record-2764", + "mv-billing-record-2765", + "mv-billing-record-2766", + "mv-billing-record-2767", + "mv-billing-record-2768", + "mv-billing-record-2769", + "mv-billing-record-2770", + "mv-billing-record-2771", + "mv-billing-record-2772", + "mv-billing-record-2773", + "mv-billing-record-2774", + "mv-billing-record-2775", + "mv-billing-record-2776", + "mv-billing-record-2777", + "mv-billing-record-2778", + "mv-billing-record-2779", + "mv-billing-record-2780", + "mv-billing-record-2781", + "mv-billing-record-2782", + "mv-billing-record-2783", + "mv-billing-record-2784", + "mv-billing-record-2785", + "mv-billing-record-2786", + "mv-billing-record-2787", + "mv-billing-record-2788", + "mv-billing-record-2789", + "mv-billing-record-2790", + "mv-billing-record-2791", + "mv-billing-record-2792", + "mv-billing-record-2793", + "mv-billing-record-2794", + "mv-billing-record-2795", + "mv-billing-record-2796", + "mv-billing-record-2797", + "mv-billing-record-2798", + "mv-billing-record-2799", + "mv-billing-record-2800", + "mv-billing-record-2801", + "mv-billing-record-2802", + "mv-billing-record-2803", + "mv-billing-record-2804", + "mv-billing-record-2805", + "mv-billing-record-2806", + "mv-billing-record-2807", + "mv-billing-record-2808", + "mv-billing-record-2809", + "mv-billing-record-2810", + "mv-billing-record-2811", + "mv-billing-record-2812", + "mv-billing-record-2813", + "mv-billing-record-2814", + "mv-billing-record-2815", + "mv-billing-record-2816", + "mv-billing-record-2817", + "mv-billing-record-2818", + "mv-billing-record-2819", + "mv-billing-record-2820", + "mv-billing-record-2821", + "mv-billing-record-2822", + "mv-billing-record-2823", + "mv-billing-record-2824", + "mv-billing-record-2825", + "mv-billing-record-2826", + "mv-billing-record-2827", + "mv-billing-record-2828", + "mv-billing-record-2829", + "mv-billing-record-2830", + "mv-billing-record-2831", + "mv-billing-record-2832", + "mv-billing-record-2833", + "mv-billing-record-2834", + "mv-billing-record-2835", + "mv-billing-record-2836", + "mv-billing-record-2837", + "mv-billing-record-2838", + "mv-billing-record-2839", + "mv-billing-record-2840", + "mv-billing-record-2841", + "mv-billing-record-2842", + "mv-billing-record-2843", + "mv-billing-record-2844", + "mv-billing-record-2845", + "mv-billing-record-2846", + "mv-billing-record-2847", + "mv-billing-record-2848", + "mv-billing-record-2849", + "mv-billing-record-2850", + "mv-billing-record-2851", + "mv-billing-record-2852", + "mv-billing-record-2853", + "mv-billing-record-2854", + "mv-billing-record-2855", + "mv-billing-record-2856", + "mv-billing-record-2857", + "mv-billing-record-2858", + "mv-billing-record-2859", + "mv-billing-record-2860", + "mv-billing-record-2861", + "mv-billing-record-2862", + "mv-billing-record-2863", + "mv-billing-record-2864", + "mv-billing-record-2865", + "mv-billing-record-2866", + "mv-billing-record-2867", + "mv-billing-record-2868", + "mv-billing-record-2869", + "mv-billing-record-2870", + "mv-billing-record-2871", + "mv-billing-record-2872", + "mv-billing-record-2873", + "mv-billing-record-2874", + "mv-billing-record-2875", + "mv-billing-record-2876", + "mv-billing-record-2877", + "mv-billing-record-2878", + "mv-billing-record-2879", + "mv-billing-record-2880", + "mv-billing-record-2881", + "mv-billing-record-2882", + "mv-billing-record-2883", + "mv-billing-record-2884", + "mv-billing-record-2885", + "mv-billing-record-2886", + "mv-billing-record-2887", + "mv-billing-record-2888", + "mv-billing-record-2889", + "mv-billing-record-2890", + "mv-billing-record-2891", + "mv-billing-record-2892", + "mv-billing-record-2893", + "mv-billing-record-2894", + "mv-billing-record-2895", + "mv-billing-record-2896", + "mv-billing-record-2897", + "mv-billing-record-2898", + "mv-billing-record-2899", + "mv-billing-record-2900", + "mv-billing-record-2901", + "mv-billing-record-2902", + "mv-billing-record-2903", + "mv-billing-record-2904", + "mv-billing-record-2905", + "mv-billing-record-2906", + "mv-billing-record-2907", + "mv-billing-record-2908", + "mv-billing-record-2909", + "mv-billing-record-2910", + "mv-billing-record-2911", + "mv-billing-record-2912", + "mv-billing-record-2913", + "mv-billing-record-2914", + "mv-billing-record-2915", + "mv-billing-record-2916", + "mv-billing-record-2917", + "mv-billing-record-2918", + "mv-billing-record-2919", + "mv-billing-record-2920", + "mv-billing-record-2921", + "mv-billing-record-2922", + "mv-billing-record-2923", + "mv-billing-record-2924", + "mv-billing-record-2925", + "mv-billing-record-2926", + "mv-billing-record-2927", + "mv-billing-record-2928", + "mv-billing-record-2929", + "mv-billing-record-2930", + "mv-billing-record-2931", + "mv-billing-record-2932", + "mv-billing-record-2933", + "mv-billing-record-2934", + "mv-billing-record-2935", + "mv-billing-record-2936", + "mv-billing-record-2937", + "mv-billing-record-2938", + "mv-billing-record-2939", + "mv-billing-record-2940", + "mv-billing-record-2941", + "mv-billing-record-2942", + "mv-billing-record-2943", + "mv-billing-record-2944", + "mv-billing-record-2945", + "mv-billing-record-2946", + "mv-billing-record-2947", + "mv-billing-record-2948", + "mv-billing-record-2949", + "mv-billing-record-2950", + "mv-billing-record-2951", + "mv-billing-record-2952", + "mv-billing-record-2953", + "mv-billing-record-2954", + "mv-billing-record-2955", + "mv-billing-record-2956", + "mv-billing-record-2957", + "mv-billing-record-2958" + ], + "signed_adjustments_preserved": true, + "allocation_applied_once": true, + "breakdown": [ + { + "sku_name": "PREMIUM_JOBS_SERVERLESS_COMPUTE_EUROPE_IRELAND", + "dbu": 532.8145064201624, + "cost_usd": 207.79765750386332 + } + ], + "pipeline_ids": [ + "" + ], + "null_table_metadata_records": 1044, + "exported_list_cost_usd": 207.79765750386332, + "exported_list_cost_usd_decimal": "207.7976575038633116106825753416666666666666666666666655", + "total_dbu": 532.8145064201624, + "total_dbu_decimal": "532.814506420162337463288654722222222222222222222222218", + "total_cost_usd": 207.79765750386332, + "total_cost_usd_decimal": "207.79765750386331161068257534166666666666666666666666502" + } + }, + "missing_components": [], + "known_components_subtotal_usd": 695.604750434355, + "total_cost_usd": 695.604750434355, + "scope": "Ingestion and MV/layout maintenance during the accepted real-time window; read cost separate", + "caveats": [ + "Zerobus and MV refresh use signed, prorated DBUs at checked-in public list rates; no second allocation", + "Predictive Optimization uses ESTIMATED_DBU", + "Normalized query costs are separate; no invoice reconstruction" + ], + "allocation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "allocated_window_total_cost_usd": 695.604750434355, + "allocation_status": "complete_for_real_time_window", + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "scope_source": { + "path": "quotes/databricks/costs/scopes/serverless_20260918.json", + "sha256": "fcb45742354d21a3801cb7ac8cc1c5c8ab1eca92168d0b5e529e96e2147c9394" + } + }, + "available": true, + "path": "quotes/databricks/costs/out/serverless_20260918/fresh_data_path.json", + "sha256": "f0ce663e9eeda1b2b12f81ffd8d178d75049a38eac26d1b5ecb316e3b9625de1", + "label": "Databricks Serverless SQL" + }, "systems": { "clickhouse": { "bundled_write_service_cost_usd": 28.68705, @@ -48,16 +3585,16 @@ "on_demand_total_cost_usd": 264.58903867 }, "redshift": { - "writer_workgroup_cost_usd": 1880.0714311111112, + "writer_workgroup_cost_usd": 470.0178577777778, "msk_cost_usd": 52.00912921518265, "client_cross_az_included": false, "managed_storage_included": false, - "total_cost_usd": 1932.0805603262938 + "total_cost_usd": 522.0269869929605 } }, "manifest": { "path": "quotes/global/visualizations/manifest.json", - "sha256": "f0132c4fe23eb045fd8b5a291db1bd54b80a7a4e769a4d6dd4309b17ce079c8b" + "sha256": "7f746e45b6348669c2fc241e310f368293b168d10732f94bef6ed41d7c0f1acb" }, "sources": { "snowflake_pairwise_summary": { @@ -106,7 +3643,7 @@ }, "redshift_pairwise_summary": { "path": "quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift_summary.json", - "sha256": "7ef215643f9cd3cd22a8d6de9fc145a96df29f153b4e9bc283068652da5a9f38", + "sha256": "0601bd393e1e65fa6d64203c908fbfc10c354d7ffd20cf41c2983d7e51c8f845", "embedded_sources": { "clickhouse": { "path": "quotes/clickhouse-cloud/costs/out_t2/ingest.json", @@ -114,7 +3651,7 @@ }, "redshift": { "path": "quotes/redshift-serverless/costs/out/t2/fresh_data_path.json", - "sha256": "c77ae92ca2e9fa3f4491383fbba3e02589afbc0d4ea1da2f9590f0297b263cfa" + "sha256": "0c891e3040ee9d22b7b7f3c56ebc81b3b500113aec8ab504189752f4cec654db" } } } @@ -128,7 +3665,9 @@ "mv_maintenance_cost_usd": "", "layout_maintenance_cost_usd": "", "bundled_write_service_cost_usd": 28.68705, - "source_pair": "ClickHouse vs Snowflake and ClickHouse vs BigQuery" + "source_pair": "ClickHouse vs Snowflake and ClickHouse vs BigQuery", + "displayed_cost_usd": 28.68705, + "cost_complete": true }, { "label": "Snowflake", @@ -138,7 +3677,9 @@ "mv_maintenance_cost_usd": 26.26659, "layout_maintenance_cost_usd": "", "bundled_write_service_cost_usd": "", - "source_pair": "ClickHouse vs Snowflake" + "source_pair": "ClickHouse vs Snowflake", + "displayed_cost_usd": 79.42007000000001, + "cost_complete": true }, { "label": "BigQuery \u00b7 Capacity", @@ -148,7 +3689,9 @@ "mv_maintenance_cost_usd": 2.0194428, "layout_maintenance_cost_usd": 0.0, "bundled_write_service_cost_usd": "", - "source_pair": "ClickHouse vs BigQuery" + "source_pair": "ClickHouse vs BigQuery", + "displayed_cost_usd": 243.08790452, + "cost_complete": true }, { "label": "BigQuery \u00b7 On-demand", @@ -158,17 +3701,33 @@ "mv_maintenance_cost_usd": 23.52057695, "layout_maintenance_cost_usd": 0.0, "bundled_write_service_cost_usd": "", - "source_pair": "ClickHouse vs BigQuery" + "source_pair": "ClickHouse vs BigQuery", + "displayed_cost_usd": 264.58903867, + "cost_complete": true }, { "label": "Redshift Serverless", "pricing_model": "writer uptime + MSK uptime", - "fresh_path_cost_usd": 1932.0805603262938, + "fresh_path_cost_usd": 522.0269869929605, "ingestion_cost_usd": 52.00912921518265, - "mv_maintenance_cost_usd": 1880.0714311111112, + "mv_maintenance_cost_usd": 470.0178577777778, "layout_maintenance_cost_usd": "", "bundled_write_service_cost_usd": "", - "source_pair": "ClickHouse vs Redshift; shared by SUPER and typed read alternatives" + "source_pair": "ClickHouse vs Redshift; shared by SUPER and typed read alternatives", + "displayed_cost_usd": 522.0269869929605, + "cost_complete": true + }, + { + "label": "Databricks Serverless SQL", + "pricing_model": "allocated DBUs + estimated maintenance", + "fresh_path_cost_usd": 695.604750434355, + "ingestion_cost_usd": 428.58118551948286, + "mv_maintenance_cost_usd": 207.79765750386332, + "layout_maintenance_cost_usd": 59.225907411008826, + "bundled_write_service_cost_usd": "", + "source_pair": "ClickHouse vs Databricks September", + "displayed_cost_usd": 695.604750434355, + "cost_complete": true } ], "outputs": { diff --git a/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_wide.png b/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_wide.png index 28949b2..dabfac9 100644 Binary files a/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_wide.png and b/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_wide.png differ diff --git a/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_wide.svg b/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_wide.svg index 143aa8d..d0ea98c 100644 --- a/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_wide.svg +++ b/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_wide.svg @@ -6,7 +6,7 @@ - 2026-08-17T07:31:04.626769 + 2026-09-22T16:26:40.206863 image/svg+xml @@ -44,81 +44,94 @@ z - + - + - +" clip-path="url(#pcadcbccf8a)" style="fill: #29b5e8"/> - + - + - +" clip-path="url(#p9d8077c13c)" style="fill: #4285f4"/> + + + - + - + - + - + - + - + - + - + - + - - + + - - - - - - - - - - - + + + + + + - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - + - - + diff --git a/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_wide_data.csv b/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_wide_data.csv index cf4b89a..64ebc74 100644 --- a/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_wide_data.csv +++ b/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_wide_data.csv @@ -1,6 +1,7 @@ -label,pricing_model,fresh_path_cost_usd,ingestion_cost_usd,mv_maintenance_cost_usd,layout_maintenance_cost_usd,bundled_write_service_cost_usd,source_pair -ClickHouse,bundled write service,28.68705,,,,28.68705,ClickHouse vs Snowflake and ClickHouse vs BigQuery -Snowflake,serverless components,79.42007000000001,53.15348,26.26659,,,ClickHouse vs Snowflake -BigQuery · Capacity,Capacity,243.08790452,241.06846172,2.0194428,0.0,,ClickHouse vs BigQuery -BigQuery · On-demand,On-demand,264.58903867,241.06846172,23.52057695,0.0,,ClickHouse vs BigQuery -Redshift Serverless,writer uptime + MSK uptime,1932.0805603262938,52.00912921518265,1880.0714311111112,,,ClickHouse vs Redshift; shared by SUPER and typed read alternatives +label,pricing_model,fresh_path_cost_usd,ingestion_cost_usd,mv_maintenance_cost_usd,layout_maintenance_cost_usd,bundled_write_service_cost_usd,source_pair,displayed_cost_usd,cost_complete +ClickHouse,bundled write service,28.68705,,,,28.68705,ClickHouse vs Snowflake and ClickHouse vs BigQuery,28.68705,True +Snowflake,serverless components,79.42007000000001,53.15348,26.26659,,,ClickHouse vs Snowflake,79.42007000000001,True +BigQuery · Capacity,Capacity,243.08790452,241.06846172,2.0194428,0.0,,ClickHouse vs BigQuery,243.08790452,True +BigQuery · On-demand,On-demand,264.58903867,241.06846172,23.52057695,0.0,,ClickHouse vs BigQuery,264.58903867,True +Redshift Serverless,writer uptime + MSK uptime,522.0269869929605,52.00912921518265,470.0178577777778,,,ClickHouse vs Redshift; shared by SUPER and typed read alternatives,522.0269869929605,True +Databricks Serverless SQL,allocated DBUs + estimated maintenance,695.604750434355,428.58118551948286,207.79765750386332,59.225907411008826,,ClickHouse vs Databricks September,695.604750434355,True diff --git a/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_wide_summary.json b/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_wide_summary.json index 15387a0..8732551 100644 --- a/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_wide_summary.json +++ b/full-path-realtime/quotes/global/results/charts/ingest_fresh_path_cost_all_systems_wide_summary.json @@ -30,13 +30,3550 @@ "Snowflake", "BigQuery \u00b7 Capacity", "BigQuery \u00b7 On-demand", - "Redshift Serverless" + "Redshift Serverless", + "Databricks Serverless SQL" ] }, "presentation": { "total_label_placement": "directly after each bar; BigQuery alternatives share one compact endpoint label", "maximum_bar_width_axis_fraction": 0.78 }, + "databricks": { + "payload": { + "schema_version": 2, + "run_id": "serverless_baseline_full_20260918T170453Z", + "status": "complete_modeled", + "components": { + "zerobus": { + "schema_version": 2, + "component": "zerobus", + "run_id": "serverless_baseline_full_20260918T170453Z", + "source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/ingest/zerobus_ingest_allocation.csv", + "sha256": "5288be110892f92feb541ceee921f60543293c5e913db0a8ebf4ec8e01886bf9" + }, + "context_source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/run_context.json", + "sha256": "0cc6fea57545442c1c95bebb01c393c6690ebf43c34091d58ff48b8acf9c8bca" + }, + "package_manifest": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/validation/manifest.json", + "sha256": "51b521ad465a0fdc635c271e87746d4fb93521dd34dfc6605c6475d0894a8fb2" + }, + "pricing_source": { + "path": "quotes/databricks/costs/pricings/zerobus_ingest.json", + "sha256": "c03d2af2360b66cd258a7e9c1ef24918c83f1de01deb6b7a66104797c3f6eab1" + }, + "pricing": { + "cloud": "aws", + "region": "eu-west-1", + "plan": "premium", + "displayed_usd_per_gb": 0.056, + "dbu_per_gb": 0.143, + "dbu_price_per_dbu": 0.39, + "usd_per_gb": 0.05577, + "bytes_per_gb": 1000000000, + "unit_status": "model_assumption_decimal_GB", + "unit_note": "Public Zerobus pricing labels GB without a byte divisor. Decimal GB is an explicit model assumption; output also includes the 2^30-byte sensitivity. The networking GB definition is not assumed to define ingestion billing.", + "quantity_basis": "Provider system.lakeflow.zerobus_ingest committed_bytes; run IPC compression NONE. Provider bytes are a volume proxy, not a billing export.", + "includes_compute": true, + "source_url": "https://www.databricks.com/product/pricing/lakeflow-connect", + "rate_calculation": "0.143 DBU/GB * 0.39 USD/DBU; pricing card rounds to $0.056/GB", + "price_basis": "Public list tariff verified 2026-09-22; not a historical invoice reconstruction", + "sku_names": [ + "PREMIUM_JOBS_SERVERLESS_COMPUTE_EUROPE_IRELAND" + ] + }, + "currency": "USD", + "allocation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "cost_model": "allocated_usage_times_checked_in_public_list_rate", + "status": "complete_allocated_window", + "full_dataset_rows": 113219565734, + "scope": "Ingestion and maintenance during the accepted real-time benchmark window", + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "scope_source": { + "path": "quotes/databricks/costs/scopes/serverless_20260918.json", + "sha256": "fcb45742354d21a3801cb7ac8cc1c5c8ab1eca92168d0b5e529e96e2147c9394" + }, + "usage_unit": "DBU", + "usage_records": 190, + "record_type_counts": { + "ORIGINAL": 190 + }, + "record_ids": [ + "zerobus-billing-record-0001", + "zerobus-billing-record-0002", + "zerobus-billing-record-0003", + "zerobus-billing-record-0004", + "zerobus-billing-record-0005", + "zerobus-billing-record-0006", + "zerobus-billing-record-0007", + "zerobus-billing-record-0008", + "zerobus-billing-record-0009", + "zerobus-billing-record-0010", + "zerobus-billing-record-0011", + "zerobus-billing-record-0012", + "zerobus-billing-record-0013", + "zerobus-billing-record-0014", + "zerobus-billing-record-0015", + "zerobus-billing-record-0016", + "zerobus-billing-record-0017", + "zerobus-billing-record-0018", + "zerobus-billing-record-0019", + "zerobus-billing-record-0020", + "zerobus-billing-record-0021", + "zerobus-billing-record-0022", + "zerobus-billing-record-0023", + "zerobus-billing-record-0024", + "zerobus-billing-record-0025", + "zerobus-billing-record-0026", + "zerobus-billing-record-0027", + "zerobus-billing-record-0028", + "zerobus-billing-record-0029", + "zerobus-billing-record-0030", + "zerobus-billing-record-0031", + "zerobus-billing-record-0032", + "zerobus-billing-record-0033", + "zerobus-billing-record-0034", + "zerobus-billing-record-0035", + "zerobus-billing-record-0036", + "zerobus-billing-record-0037", + "zerobus-billing-record-0038", + "zerobus-billing-record-0039", + "zerobus-billing-record-0040", + "zerobus-billing-record-0041", + "zerobus-billing-record-0042", + "zerobus-billing-record-0043", + "zerobus-billing-record-0044", + "zerobus-billing-record-0045", + "zerobus-billing-record-0046", + "zerobus-billing-record-0047", + "zerobus-billing-record-0048", + "zerobus-billing-record-0049", + "zerobus-billing-record-0050", + "zerobus-billing-record-0051", + "zerobus-billing-record-0052", + "zerobus-billing-record-0053", + "zerobus-billing-record-0054", + "zerobus-billing-record-0055", + "zerobus-billing-record-0056", + "zerobus-billing-record-0057", + "zerobus-billing-record-0058", + "zerobus-billing-record-0059", + "zerobus-billing-record-0060", + "zerobus-billing-record-0061", + "zerobus-billing-record-0062", + "zerobus-billing-record-0063", + "zerobus-billing-record-0064", + "zerobus-billing-record-0065", + "zerobus-billing-record-0066", + "zerobus-billing-record-0067", + "zerobus-billing-record-0068", + "zerobus-billing-record-0069", + "zerobus-billing-record-0070", + "zerobus-billing-record-0071", + "zerobus-billing-record-0072", + "zerobus-billing-record-0073", + "zerobus-billing-record-0074", + "zerobus-billing-record-0075", + "zerobus-billing-record-0076", + "zerobus-billing-record-0077", + "zerobus-billing-record-0078", + "zerobus-billing-record-0079", + "zerobus-billing-record-0080", + "zerobus-billing-record-0081", + "zerobus-billing-record-0082", + "zerobus-billing-record-0083", + "zerobus-billing-record-0084", + "zerobus-billing-record-0085", + "zerobus-billing-record-0086", + "zerobus-billing-record-0087", + "zerobus-billing-record-0088", + "zerobus-billing-record-0089", + "zerobus-billing-record-0090", + "zerobus-billing-record-0091", + "zerobus-billing-record-0092", + "zerobus-billing-record-0093", + "zerobus-billing-record-0094", + "zerobus-billing-record-0095", + "zerobus-billing-record-0096", + "zerobus-billing-record-0097", + "zerobus-billing-record-0098", + "zerobus-billing-record-0099", + "zerobus-billing-record-0100", + "zerobus-billing-record-0101", + "zerobus-billing-record-0102", + "zerobus-billing-record-0103", + "zerobus-billing-record-0104", + "zerobus-billing-record-0105", + "zerobus-billing-record-0106", + "zerobus-billing-record-0107", + "zerobus-billing-record-0108", + "zerobus-billing-record-0109", + "zerobus-billing-record-0110", + "zerobus-billing-record-0111", + "zerobus-billing-record-0112", + "zerobus-billing-record-0113", + "zerobus-billing-record-0114", + "zerobus-billing-record-0115", + "zerobus-billing-record-0116", + "zerobus-billing-record-0117", + "zerobus-billing-record-0118", + "zerobus-billing-record-0119", + "zerobus-billing-record-0120", + "zerobus-billing-record-0121", + "zerobus-billing-record-0122", + "zerobus-billing-record-0123", + "zerobus-billing-record-0124", + "zerobus-billing-record-0125", + "zerobus-billing-record-0126", + "zerobus-billing-record-0127", + "zerobus-billing-record-0128", + "zerobus-billing-record-0129", + "zerobus-billing-record-0130", + "zerobus-billing-record-0131", + "zerobus-billing-record-0132", + "zerobus-billing-record-0133", + "zerobus-billing-record-0134", + "zerobus-billing-record-0135", + "zerobus-billing-record-0136", + "zerobus-billing-record-0137", + "zerobus-billing-record-0138", + "zerobus-billing-record-0139", + "zerobus-billing-record-0140", + "zerobus-billing-record-0141", + "zerobus-billing-record-0142", + "zerobus-billing-record-0143", + "zerobus-billing-record-0144", + "zerobus-billing-record-0145", + "zerobus-billing-record-0146", + "zerobus-billing-record-0147", + "zerobus-billing-record-0148", + "zerobus-billing-record-0149", + "zerobus-billing-record-0150", + "zerobus-billing-record-0151", + "zerobus-billing-record-0152", + "zerobus-billing-record-0153", + "zerobus-billing-record-0154", + "zerobus-billing-record-0155", + "zerobus-billing-record-0156", + "zerobus-billing-record-0157", + "zerobus-billing-record-0158", + "zerobus-billing-record-0159", + "zerobus-billing-record-0160", + "zerobus-billing-record-0161", + "zerobus-billing-record-0162", + "zerobus-billing-record-0163", + "zerobus-billing-record-0164", + "zerobus-billing-record-0165", + "zerobus-billing-record-0166", + "zerobus-billing-record-0167", + "zerobus-billing-record-0168", + "zerobus-billing-record-0169", + "zerobus-billing-record-0170", + "zerobus-billing-record-0171", + "zerobus-billing-record-0172", + "zerobus-billing-record-0173", + "zerobus-billing-record-0174", + "zerobus-billing-record-0175", + "zerobus-billing-record-0176", + "zerobus-billing-record-0177", + "zerobus-billing-record-0178", + "zerobus-billing-record-0179", + "zerobus-billing-record-0180", + "zerobus-billing-record-0181", + "zerobus-billing-record-0182", + "zerobus-billing-record-0183", + "zerobus-billing-record-0184", + "zerobus-billing-record-0185", + "zerobus-billing-record-0186", + "zerobus-billing-record-0187", + "zerobus-billing-record-0188", + "zerobus-billing-record-0189", + "zerobus-billing-record-0190" + ], + "signed_adjustments_preserved": true, + "allocation_applied_once": true, + "breakdown": [ + { + "sku_name": "PREMIUM_JOBS_SERVERLESS_COMPUTE_EUROPE_IRELAND", + "dbu": 1098.9261167166228, + "cost_usd": 428.58118551948286 + } + ], + "table_ids": [ + "" + ], + "reconciliation_source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/evidence/provider_reconciliation.json", + "sha256": "a17675c0587568471df8fffd7b155c66dfc5199ea7f0140aced1aee0f37e7d9a" + }, + "meter_status": "run-scoped allocated DBUs; byte-volume proxy superseded", + "total_dbu": 1098.9261167166228, + "total_dbu_decimal": "1098.92611671662270389974502", + "total_cost_usd": 428.58118551948286, + "total_cost_usd_decimal": "428.5811855194828545209005578" + }, + "clustering": { + "schema_version": 2, + "component": "clustering", + "run_id": "serverless_baseline_full_20260918T170453Z", + "source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/ingest/predictive_optimization_allocation.csv", + "sha256": "91656e13b872fa64e0ee0b12c1a214bb52836703159330a94c283a5c1a5c0c5b" + }, + "context_source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/run_context.json", + "sha256": "0cc6fea57545442c1c95bebb01c393c6690ebf43c34091d58ff48b8acf9c8bca" + }, + "package_manifest": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/validation/manifest.json", + "sha256": "51b521ad465a0fdc635c271e87746d4fb93521dd34dfc6605c6475d0894a8fb2" + }, + "pricing_source": { + "path": "quotes/databricks/costs/pricings/serverless_maintenance.json", + "sha256": "f43f8c899ed9dce1941531168fd166ad0b2dabdbf93ed654c87c003037aef540" + }, + "pricing": { + "cloud": "aws", + "region": "eu-west-1", + "plan": "premium", + "dbu_price_per_dbu": 0.39, + "services": [ + "mv_refresh", + "predictive_optimization" + ], + "source_urls": [ + "https://www.databricks.com/product/pricing/lakeflow-pipelines", + "https://www.databricks.com/product/pricing/lakeflow-jobs" + ], + "billing_basis": "Jobs / pipelines serverless DBUs, includes infrastructure; no SQL warehouse rate", + "sku_names": [ + "PREMIUM_JOBS_SERVERLESS_COMPUTE_EUROPE_IRELAND" + ] + }, + "currency": "USD", + "allocation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "cost_model": "allocated_usage_times_checked_in_public_list_rate", + "status": "estimated", + "full_dataset_rows": 113219565734, + "scope": "Ingestion and maintenance during the accepted real-time benchmark window", + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "scope_source": { + "path": "quotes/databricks/costs/scopes/serverless_20260918.json", + "sha256": "fcb45742354d21a3801cb7ac8cc1c5c8ab1eca92168d0b5e529e96e2147c9394" + }, + "usage_unit": "ESTIMATED_DBU", + "operations": 14, + "operation_ids": [ + "predictive-operation-001", + "predictive-operation-002", + "predictive-operation-003", + "predictive-operation-004", + "predictive-operation-005", + "predictive-operation-006", + "predictive-operation-007", + "predictive-operation-008", + "predictive-operation-009", + "predictive-operation-010", + "predictive-operation-011", + "predictive-operation-012", + "predictive-operation-013", + "predictive-operation-014" + ], + "reconciliation_source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/evidence/clustering_status.json", + "sha256": "245dde29a7be89c081674fe820d61f7f0b78b83b29547e5ccc9ea7e599b03fcc" + }, + "breakdown": [ + { + "table_operation": "quotes/ANALYZE", + "dbu": 0.4231190427968253, + "cost_usd": 0.16501642669076186 + }, + { + "table_operation": "quotes/CLUSTERING", + "dbu": 150.18693224712266, + "cost_usd": 58.57290357637784 + }, + { + "table_operation": "quotes_daily/ANALYZE", + "dbu": 0.003850426071963021, + "cost_usd": 0.0015016661680655782 + }, + { + "table_operation": "quotes_daily/CLUSTERING", + "dbu": 1.247399337877344, + "cost_usd": 0.48648574177216414 + } + ], + "total_dbu": 151.8613010538688, + "total_dbu_decimal": "151.861301053868793271", + "total_cost_usd": 59.225907411008826, + "total_cost_usd_decimal": "59.22590741100882937569" + }, + "mv_refresh": { + "schema_version": 2, + "component": "mv_refresh", + "run_id": "serverless_baseline_full_20260918T170453Z", + "source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/freshness/mv_refresh_allocation.csv", + "sha256": "f2147e76bb379ebb26bd84608ee99d2fb9a187a8098a069e5bb5611c766a68db" + }, + "context_source": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/run_context.json", + "sha256": "0cc6fea57545442c1c95bebb01c393c6690ebf43c34091d58ff48b8acf9c8bca" + }, + "package_manifest": { + "path": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/validation/manifest.json", + "sha256": "51b521ad465a0fdc635c271e87746d4fb93521dd34dfc6605c6475d0894a8fb2" + }, + "pricing_source": { + "path": "quotes/databricks/costs/pricings/serverless_maintenance.json", + "sha256": "f43f8c899ed9dce1941531168fd166ad0b2dabdbf93ed654c87c003037aef540" + }, + "pricing": { + "cloud": "aws", + "region": "eu-west-1", + "plan": "premium", + "dbu_price_per_dbu": 0.39, + "services": [ + "mv_refresh", + "predictive_optimization" + ], + "source_urls": [ + "https://www.databricks.com/product/pricing/lakeflow-pipelines", + "https://www.databricks.com/product/pricing/lakeflow-jobs" + ], + "billing_basis": "Jobs / pipelines serverless DBUs, includes infrastructure; no SQL warehouse rate", + "sku_names": [ + "PREMIUM_JOBS_SERVERLESS_COMPUTE_EUROPE_IRELAND" + ] + }, + "currency": "USD", + "allocation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "cost_model": "allocated_usage_times_checked_in_public_list_rate", + "status": "complete_allocated_window", + "full_dataset_rows": 113219565734, + "scope": "Ingestion and maintenance during the accepted real-time benchmark window", + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "scope_source": { + "path": "quotes/databricks/costs/scopes/serverless_20260918.json", + "sha256": "fcb45742354d21a3801cb7ac8cc1c5c8ab1eca92168d0b5e529e96e2147c9394" + }, + "usage_unit": "DBU", + "usage_records": 2958, + "record_type_counts": { + "ORIGINAL": 2958 + }, + "record_ids": [ + "mv-billing-record-0001", + "mv-billing-record-0002", + "mv-billing-record-0003", + "mv-billing-record-0004", + "mv-billing-record-0005", + "mv-billing-record-0006", + "mv-billing-record-0007", + "mv-billing-record-0008", + "mv-billing-record-0009", + "mv-billing-record-0010", + "mv-billing-record-0011", + "mv-billing-record-0012", + "mv-billing-record-0013", + "mv-billing-record-0014", + "mv-billing-record-0015", + "mv-billing-record-0016", + "mv-billing-record-0017", + "mv-billing-record-0018", + "mv-billing-record-0019", + "mv-billing-record-0020", + "mv-billing-record-0021", + "mv-billing-record-0022", + "mv-billing-record-0023", + "mv-billing-record-0024", + "mv-billing-record-0025", + "mv-billing-record-0026", + "mv-billing-record-0027", + "mv-billing-record-0028", + "mv-billing-record-0029", + "mv-billing-record-0030", + "mv-billing-record-0031", + "mv-billing-record-0032", + "mv-billing-record-0033", + "mv-billing-record-0034", + "mv-billing-record-0035", + "mv-billing-record-0036", + "mv-billing-record-0037", + "mv-billing-record-0038", + "mv-billing-record-0039", + "mv-billing-record-0040", + "mv-billing-record-0041", + "mv-billing-record-0042", + "mv-billing-record-0043", + "mv-billing-record-0044", + "mv-billing-record-0045", + "mv-billing-record-0046", + "mv-billing-record-0047", + "mv-billing-record-0048", + "mv-billing-record-0049", + "mv-billing-record-0050", + "mv-billing-record-0051", + "mv-billing-record-0052", + "mv-billing-record-0053", + "mv-billing-record-0054", + "mv-billing-record-0055", + "mv-billing-record-0056", + "mv-billing-record-0057", + "mv-billing-record-0058", + "mv-billing-record-0059", + "mv-billing-record-0060", + "mv-billing-record-0061", + "mv-billing-record-0062", + "mv-billing-record-0063", + "mv-billing-record-0064", + "mv-billing-record-0065", + "mv-billing-record-0066", + "mv-billing-record-0067", + "mv-billing-record-0068", + "mv-billing-record-0069", + "mv-billing-record-0070", + "mv-billing-record-0071", + "mv-billing-record-0072", + "mv-billing-record-0073", + "mv-billing-record-0074", + "mv-billing-record-0075", + "mv-billing-record-0076", + "mv-billing-record-0077", + "mv-billing-record-0078", + "mv-billing-record-0079", + "mv-billing-record-0080", + "mv-billing-record-0081", + "mv-billing-record-0082", + "mv-billing-record-0083", + "mv-billing-record-0084", + "mv-billing-record-0085", + "mv-billing-record-0086", + "mv-billing-record-0087", + "mv-billing-record-0088", + "mv-billing-record-0089", + "mv-billing-record-0090", + "mv-billing-record-0091", + "mv-billing-record-0092", + "mv-billing-record-0093", + "mv-billing-record-0094", + "mv-billing-record-0095", + "mv-billing-record-0096", + "mv-billing-record-0097", + "mv-billing-record-0098", + "mv-billing-record-0099", + "mv-billing-record-0100", + "mv-billing-record-0101", + "mv-billing-record-0102", + "mv-billing-record-0103", + "mv-billing-record-0104", + "mv-billing-record-0105", + "mv-billing-record-0106", + "mv-billing-record-0107", + "mv-billing-record-0108", + "mv-billing-record-0109", + "mv-billing-record-0110", + "mv-billing-record-0111", + "mv-billing-record-0112", + "mv-billing-record-0113", + "mv-billing-record-0114", + "mv-billing-record-0115", + "mv-billing-record-0116", + "mv-billing-record-0117", + "mv-billing-record-0118", + "mv-billing-record-0119", + "mv-billing-record-0120", + "mv-billing-record-0121", + "mv-billing-record-0122", + "mv-billing-record-0123", + "mv-billing-record-0124", + "mv-billing-record-0125", + "mv-billing-record-0126", + "mv-billing-record-0127", + "mv-billing-record-0128", + "mv-billing-record-0129", + "mv-billing-record-0130", + "mv-billing-record-0131", + "mv-billing-record-0132", + "mv-billing-record-0133", + "mv-billing-record-0134", + "mv-billing-record-0135", + "mv-billing-record-0136", + "mv-billing-record-0137", + "mv-billing-record-0138", + "mv-billing-record-0139", + "mv-billing-record-0140", + "mv-billing-record-0141", + "mv-billing-record-0142", + "mv-billing-record-0143", + "mv-billing-record-0144", + "mv-billing-record-0145", + "mv-billing-record-0146", + "mv-billing-record-0147", + "mv-billing-record-0148", + "mv-billing-record-0149", + "mv-billing-record-0150", + "mv-billing-record-0151", + "mv-billing-record-0152", + "mv-billing-record-0153", + "mv-billing-record-0154", + "mv-billing-record-0155", + "mv-billing-record-0156", + "mv-billing-record-0157", + "mv-billing-record-0158", + "mv-billing-record-0159", + "mv-billing-record-0160", + "mv-billing-record-0161", + "mv-billing-record-0162", + "mv-billing-record-0163", + "mv-billing-record-0164", + "mv-billing-record-0165", + "mv-billing-record-0166", + "mv-billing-record-0167", + "mv-billing-record-0168", + "mv-billing-record-0169", + "mv-billing-record-0170", + "mv-billing-record-0171", + "mv-billing-record-0172", + "mv-billing-record-0173", + "mv-billing-record-0174", + "mv-billing-record-0175", + "mv-billing-record-0176", + "mv-billing-record-0177", + "mv-billing-record-0178", + "mv-billing-record-0179", + "mv-billing-record-0180", + "mv-billing-record-0181", + "mv-billing-record-0182", + "mv-billing-record-0183", + "mv-billing-record-0184", + "mv-billing-record-0185", + "mv-billing-record-0186", + "mv-billing-record-0187", + "mv-billing-record-0188", + "mv-billing-record-0189", + "mv-billing-record-0190", + "mv-billing-record-0191", + "mv-billing-record-0192", + "mv-billing-record-0193", + "mv-billing-record-0194", + "mv-billing-record-0195", + "mv-billing-record-0196", + "mv-billing-record-0197", + "mv-billing-record-0198", + "mv-billing-record-0199", + "mv-billing-record-0200", + "mv-billing-record-0201", + "mv-billing-record-0202", + "mv-billing-record-0203", + "mv-billing-record-0204", + "mv-billing-record-0205", + "mv-billing-record-0206", + "mv-billing-record-0207", + "mv-billing-record-0208", + "mv-billing-record-0209", + "mv-billing-record-0210", + "mv-billing-record-0211", + "mv-billing-record-0212", + "mv-billing-record-0213", + "mv-billing-record-0214", + "mv-billing-record-0215", + "mv-billing-record-0216", + "mv-billing-record-0217", + "mv-billing-record-0218", + "mv-billing-record-0219", + "mv-billing-record-0220", + "mv-billing-record-0221", + "mv-billing-record-0222", + "mv-billing-record-0223", + "mv-billing-record-0224", + "mv-billing-record-0225", + "mv-billing-record-0226", + "mv-billing-record-0227", + "mv-billing-record-0228", + "mv-billing-record-0229", + "mv-billing-record-0230", + "mv-billing-record-0231", + "mv-billing-record-0232", + "mv-billing-record-0233", + "mv-billing-record-0234", + "mv-billing-record-0235", + "mv-billing-record-0236", + "mv-billing-record-0237", + "mv-billing-record-0238", + "mv-billing-record-0239", + "mv-billing-record-0240", + "mv-billing-record-0241", + "mv-billing-record-0242", + "mv-billing-record-0243", + "mv-billing-record-0244", + "mv-billing-record-0245", + "mv-billing-record-0246", + "mv-billing-record-0247", + "mv-billing-record-0248", + "mv-billing-record-0249", + "mv-billing-record-0250", + "mv-billing-record-0251", + "mv-billing-record-0252", + "mv-billing-record-0253", + "mv-billing-record-0254", + "mv-billing-record-0255", + "mv-billing-record-0256", + "mv-billing-record-0257", + "mv-billing-record-0258", + "mv-billing-record-0259", + "mv-billing-record-0260", + "mv-billing-record-0261", + "mv-billing-record-0262", + "mv-billing-record-0263", + "mv-billing-record-0264", + "mv-billing-record-0265", + "mv-billing-record-0266", + "mv-billing-record-0267", + "mv-billing-record-0268", + "mv-billing-record-0269", + "mv-billing-record-0270", + "mv-billing-record-0271", + "mv-billing-record-0272", + "mv-billing-record-0273", + "mv-billing-record-0274", + "mv-billing-record-0275", + "mv-billing-record-0276", + "mv-billing-record-0277", + "mv-billing-record-0278", + "mv-billing-record-0279", + "mv-billing-record-0280", + "mv-billing-record-0281", + "mv-billing-record-0282", + "mv-billing-record-0283", + "mv-billing-record-0284", + "mv-billing-record-0285", + "mv-billing-record-0286", + "mv-billing-record-0287", + "mv-billing-record-0288", + "mv-billing-record-0289", + "mv-billing-record-0290", + "mv-billing-record-0291", + "mv-billing-record-0292", + "mv-billing-record-0293", + "mv-billing-record-0294", + "mv-billing-record-0295", + "mv-billing-record-0296", + "mv-billing-record-0297", + "mv-billing-record-0298", + "mv-billing-record-0299", + "mv-billing-record-0300", + "mv-billing-record-0301", + "mv-billing-record-0302", + "mv-billing-record-0303", + "mv-billing-record-0304", + "mv-billing-record-0305", + "mv-billing-record-0306", + "mv-billing-record-0307", + "mv-billing-record-0308", + "mv-billing-record-0309", + "mv-billing-record-0310", + "mv-billing-record-0311", + "mv-billing-record-0312", + "mv-billing-record-0313", + "mv-billing-record-0314", + "mv-billing-record-0315", + "mv-billing-record-0316", + "mv-billing-record-0317", + "mv-billing-record-0318", + "mv-billing-record-0319", + "mv-billing-record-0320", + "mv-billing-record-0321", + "mv-billing-record-0322", + "mv-billing-record-0323", + "mv-billing-record-0324", + "mv-billing-record-0325", + "mv-billing-record-0326", + "mv-billing-record-0327", + "mv-billing-record-0328", + "mv-billing-record-0329", + "mv-billing-record-0330", + "mv-billing-record-0331", + "mv-billing-record-0332", + "mv-billing-record-0333", + "mv-billing-record-0334", + "mv-billing-record-0335", + "mv-billing-record-0336", + "mv-billing-record-0337", + "mv-billing-record-0338", + "mv-billing-record-0339", + "mv-billing-record-0340", + "mv-billing-record-0341", + "mv-billing-record-0342", + "mv-billing-record-0343", + "mv-billing-record-0344", + "mv-billing-record-0345", + "mv-billing-record-0346", + "mv-billing-record-0347", + "mv-billing-record-0348", + "mv-billing-record-0349", + "mv-billing-record-0350", + "mv-billing-record-0351", + "mv-billing-record-0352", + "mv-billing-record-0353", + "mv-billing-record-0354", + "mv-billing-record-0355", + "mv-billing-record-0356", + "mv-billing-record-0357", + "mv-billing-record-0358", + "mv-billing-record-0359", + "mv-billing-record-0360", + "mv-billing-record-0361", + "mv-billing-record-0362", + "mv-billing-record-0363", + "mv-billing-record-0364", + "mv-billing-record-0365", + "mv-billing-record-0366", + "mv-billing-record-0367", + "mv-billing-record-0368", + "mv-billing-record-0369", + "mv-billing-record-0370", + "mv-billing-record-0371", + "mv-billing-record-0372", + "mv-billing-record-0373", + "mv-billing-record-0374", + "mv-billing-record-0375", + "mv-billing-record-0376", + "mv-billing-record-0377", + "mv-billing-record-0378", + "mv-billing-record-0379", + "mv-billing-record-0380", + "mv-billing-record-0381", + "mv-billing-record-0382", + "mv-billing-record-0383", + "mv-billing-record-0384", + "mv-billing-record-0385", + "mv-billing-record-0386", + "mv-billing-record-0387", + "mv-billing-record-0388", + "mv-billing-record-0389", + "mv-billing-record-0390", + "mv-billing-record-0391", + "mv-billing-record-0392", + "mv-billing-record-0393", + "mv-billing-record-0394", + "mv-billing-record-0395", + "mv-billing-record-0396", + "mv-billing-record-0397", + "mv-billing-record-0398", + "mv-billing-record-0399", + "mv-billing-record-0400", + "mv-billing-record-0401", + "mv-billing-record-0402", + "mv-billing-record-0403", + "mv-billing-record-0404", + "mv-billing-record-0405", + "mv-billing-record-0406", + "mv-billing-record-0407", + "mv-billing-record-0408", + "mv-billing-record-0409", + "mv-billing-record-0410", + "mv-billing-record-0411", + "mv-billing-record-0412", + "mv-billing-record-0413", + "mv-billing-record-0414", + "mv-billing-record-0415", + "mv-billing-record-0416", + "mv-billing-record-0417", + "mv-billing-record-0418", + "mv-billing-record-0419", + "mv-billing-record-0420", + "mv-billing-record-0421", + "mv-billing-record-0422", + "mv-billing-record-0423", + "mv-billing-record-0424", + "mv-billing-record-0425", + "mv-billing-record-0426", + "mv-billing-record-0427", + "mv-billing-record-0428", + "mv-billing-record-0429", + "mv-billing-record-0430", + "mv-billing-record-0431", + "mv-billing-record-0432", + "mv-billing-record-0433", + "mv-billing-record-0434", + "mv-billing-record-0435", + "mv-billing-record-0436", + "mv-billing-record-0437", + "mv-billing-record-0438", + "mv-billing-record-0439", + "mv-billing-record-0440", + "mv-billing-record-0441", + "mv-billing-record-0442", + "mv-billing-record-0443", + "mv-billing-record-0444", + "mv-billing-record-0445", + "mv-billing-record-0446", + "mv-billing-record-0447", + "mv-billing-record-0448", + "mv-billing-record-0449", + "mv-billing-record-0450", + "mv-billing-record-0451", + "mv-billing-record-0452", + "mv-billing-record-0453", + "mv-billing-record-0454", + "mv-billing-record-0455", + "mv-billing-record-0456", + "mv-billing-record-0457", + "mv-billing-record-0458", + "mv-billing-record-0459", + "mv-billing-record-0460", + "mv-billing-record-0461", + "mv-billing-record-0462", + "mv-billing-record-0463", + "mv-billing-record-0464", + "mv-billing-record-0465", + "mv-billing-record-0466", + "mv-billing-record-0467", + "mv-billing-record-0468", + "mv-billing-record-0469", + "mv-billing-record-0470", + "mv-billing-record-0471", + "mv-billing-record-0472", + "mv-billing-record-0473", + "mv-billing-record-0474", + "mv-billing-record-0475", + "mv-billing-record-0476", + "mv-billing-record-0477", + "mv-billing-record-0478", + "mv-billing-record-0479", + "mv-billing-record-0480", + "mv-billing-record-0481", + "mv-billing-record-0482", + "mv-billing-record-0483", + "mv-billing-record-0484", + "mv-billing-record-0485", + "mv-billing-record-0486", + "mv-billing-record-0487", + "mv-billing-record-0488", + "mv-billing-record-0489", + "mv-billing-record-0490", + "mv-billing-record-0491", + "mv-billing-record-0492", + "mv-billing-record-0493", + "mv-billing-record-0494", + "mv-billing-record-0495", + "mv-billing-record-0496", + "mv-billing-record-0497", + "mv-billing-record-0498", + "mv-billing-record-0499", + "mv-billing-record-0500", + "mv-billing-record-0501", + "mv-billing-record-0502", + "mv-billing-record-0503", + "mv-billing-record-0504", + "mv-billing-record-0505", + "mv-billing-record-0506", + "mv-billing-record-0507", + "mv-billing-record-0508", + "mv-billing-record-0509", + "mv-billing-record-0510", + "mv-billing-record-0511", + "mv-billing-record-0512", + "mv-billing-record-0513", + "mv-billing-record-0514", + "mv-billing-record-0515", + "mv-billing-record-0516", + "mv-billing-record-0517", + "mv-billing-record-0518", + "mv-billing-record-0519", + "mv-billing-record-0520", + "mv-billing-record-0521", + "mv-billing-record-0522", + "mv-billing-record-0523", + "mv-billing-record-0524", + "mv-billing-record-0525", + "mv-billing-record-0526", + "mv-billing-record-0527", + "mv-billing-record-0528", + "mv-billing-record-0529", + "mv-billing-record-0530", + "mv-billing-record-0531", + "mv-billing-record-0532", + "mv-billing-record-0533", + "mv-billing-record-0534", + "mv-billing-record-0535", + "mv-billing-record-0536", + "mv-billing-record-0537", + "mv-billing-record-0538", + "mv-billing-record-0539", + "mv-billing-record-0540", + "mv-billing-record-0541", + "mv-billing-record-0542", + "mv-billing-record-0543", + "mv-billing-record-0544", + "mv-billing-record-0545", + "mv-billing-record-0546", + "mv-billing-record-0547", + "mv-billing-record-0548", + "mv-billing-record-0549", + "mv-billing-record-0550", + "mv-billing-record-0551", + "mv-billing-record-0552", + "mv-billing-record-0553", + "mv-billing-record-0554", + "mv-billing-record-0555", + "mv-billing-record-0556", + "mv-billing-record-0557", + "mv-billing-record-0558", + "mv-billing-record-0559", + "mv-billing-record-0560", + "mv-billing-record-0561", + "mv-billing-record-0562", + "mv-billing-record-0563", + "mv-billing-record-0564", + "mv-billing-record-0565", + "mv-billing-record-0566", + "mv-billing-record-0567", + "mv-billing-record-0568", + "mv-billing-record-0569", + "mv-billing-record-0570", + "mv-billing-record-0571", + "mv-billing-record-0572", + "mv-billing-record-0573", + "mv-billing-record-0574", + "mv-billing-record-0575", + "mv-billing-record-0576", + "mv-billing-record-0577", + "mv-billing-record-0578", + "mv-billing-record-0579", + "mv-billing-record-0580", + "mv-billing-record-0581", + "mv-billing-record-0582", + "mv-billing-record-0583", + "mv-billing-record-0584", + "mv-billing-record-0585", + "mv-billing-record-0586", + "mv-billing-record-0587", + "mv-billing-record-0588", + "mv-billing-record-0589", + "mv-billing-record-0590", + "mv-billing-record-0591", + "mv-billing-record-0592", + "mv-billing-record-0593", + "mv-billing-record-0594", + "mv-billing-record-0595", + "mv-billing-record-0596", + "mv-billing-record-0597", + "mv-billing-record-0598", + "mv-billing-record-0599", + "mv-billing-record-0600", + "mv-billing-record-0601", + "mv-billing-record-0602", + "mv-billing-record-0603", + "mv-billing-record-0604", + "mv-billing-record-0605", + "mv-billing-record-0606", + "mv-billing-record-0607", + "mv-billing-record-0608", + "mv-billing-record-0609", + "mv-billing-record-0610", + "mv-billing-record-0611", + "mv-billing-record-0612", + "mv-billing-record-0613", + "mv-billing-record-0614", + "mv-billing-record-0615", + "mv-billing-record-0616", + "mv-billing-record-0617", + "mv-billing-record-0618", + "mv-billing-record-0619", + "mv-billing-record-0620", + "mv-billing-record-0621", + "mv-billing-record-0622", + "mv-billing-record-0623", + "mv-billing-record-0624", + "mv-billing-record-0625", + "mv-billing-record-0626", + "mv-billing-record-0627", + "mv-billing-record-0628", + "mv-billing-record-0629", + "mv-billing-record-0630", + "mv-billing-record-0631", + "mv-billing-record-0632", + "mv-billing-record-0633", + "mv-billing-record-0634", + "mv-billing-record-0635", + "mv-billing-record-0636", + "mv-billing-record-0637", + "mv-billing-record-0638", + "mv-billing-record-0639", + "mv-billing-record-0640", + "mv-billing-record-0641", + "mv-billing-record-0642", + "mv-billing-record-0643", + "mv-billing-record-0644", + "mv-billing-record-0645", + "mv-billing-record-0646", + "mv-billing-record-0647", + "mv-billing-record-0648", + "mv-billing-record-0649", + "mv-billing-record-0650", + "mv-billing-record-0651", + "mv-billing-record-0652", + "mv-billing-record-0653", + "mv-billing-record-0654", + "mv-billing-record-0655", + "mv-billing-record-0656", + "mv-billing-record-0657", + "mv-billing-record-0658", + "mv-billing-record-0659", + "mv-billing-record-0660", + "mv-billing-record-0661", + "mv-billing-record-0662", + "mv-billing-record-0663", + "mv-billing-record-0664", + "mv-billing-record-0665", + "mv-billing-record-0666", + "mv-billing-record-0667", + "mv-billing-record-0668", + "mv-billing-record-0669", + "mv-billing-record-0670", + "mv-billing-record-0671", + "mv-billing-record-0672", + "mv-billing-record-0673", + "mv-billing-record-0674", + "mv-billing-record-0675", + "mv-billing-record-0676", + "mv-billing-record-0677", + "mv-billing-record-0678", + "mv-billing-record-0679", + "mv-billing-record-0680", + "mv-billing-record-0681", + "mv-billing-record-0682", + "mv-billing-record-0683", + "mv-billing-record-0684", + "mv-billing-record-0685", + "mv-billing-record-0686", + "mv-billing-record-0687", + "mv-billing-record-0688", + "mv-billing-record-0689", + "mv-billing-record-0690", + "mv-billing-record-0691", + "mv-billing-record-0692", + "mv-billing-record-0693", + "mv-billing-record-0694", + "mv-billing-record-0695", + "mv-billing-record-0696", + "mv-billing-record-0697", + "mv-billing-record-0698", + "mv-billing-record-0699", + "mv-billing-record-0700", + "mv-billing-record-0701", + "mv-billing-record-0702", + "mv-billing-record-0703", + "mv-billing-record-0704", + "mv-billing-record-0705", + "mv-billing-record-0706", + "mv-billing-record-0707", + "mv-billing-record-0708", + "mv-billing-record-0709", + "mv-billing-record-0710", + "mv-billing-record-0711", + "mv-billing-record-0712", + "mv-billing-record-0713", + "mv-billing-record-0714", + "mv-billing-record-0715", + "mv-billing-record-0716", + "mv-billing-record-0717", + "mv-billing-record-0718", + "mv-billing-record-0719", + "mv-billing-record-0720", + "mv-billing-record-0721", + "mv-billing-record-0722", + "mv-billing-record-0723", + "mv-billing-record-0724", + "mv-billing-record-0725", + "mv-billing-record-0726", + "mv-billing-record-0727", + "mv-billing-record-0728", + "mv-billing-record-0729", + "mv-billing-record-0730", + "mv-billing-record-0731", + "mv-billing-record-0732", + "mv-billing-record-0733", + "mv-billing-record-0734", + "mv-billing-record-0735", + "mv-billing-record-0736", + "mv-billing-record-0737", + "mv-billing-record-0738", + "mv-billing-record-0739", + "mv-billing-record-0740", + "mv-billing-record-0741", + "mv-billing-record-0742", + "mv-billing-record-0743", + "mv-billing-record-0744", + "mv-billing-record-0745", + "mv-billing-record-0746", + "mv-billing-record-0747", + "mv-billing-record-0748", + "mv-billing-record-0749", + "mv-billing-record-0750", + "mv-billing-record-0751", + "mv-billing-record-0752", + "mv-billing-record-0753", + "mv-billing-record-0754", + "mv-billing-record-0755", + "mv-billing-record-0756", + "mv-billing-record-0757", + "mv-billing-record-0758", + "mv-billing-record-0759", + "mv-billing-record-0760", + "mv-billing-record-0761", + "mv-billing-record-0762", + "mv-billing-record-0763", + "mv-billing-record-0764", + "mv-billing-record-0765", + "mv-billing-record-0766", + "mv-billing-record-0767", + "mv-billing-record-0768", + "mv-billing-record-0769", + "mv-billing-record-0770", + "mv-billing-record-0771", + "mv-billing-record-0772", + "mv-billing-record-0773", + "mv-billing-record-0774", + "mv-billing-record-0775", + "mv-billing-record-0776", + "mv-billing-record-0777", + "mv-billing-record-0778", + "mv-billing-record-0779", + "mv-billing-record-0780", + "mv-billing-record-0781", + "mv-billing-record-0782", + "mv-billing-record-0783", + "mv-billing-record-0784", + "mv-billing-record-0785", + "mv-billing-record-0786", + "mv-billing-record-0787", + "mv-billing-record-0788", + "mv-billing-record-0789", + "mv-billing-record-0790", + "mv-billing-record-0791", + "mv-billing-record-0792", + "mv-billing-record-0793", + "mv-billing-record-0794", + "mv-billing-record-0795", + "mv-billing-record-0796", + "mv-billing-record-0797", + "mv-billing-record-0798", + "mv-billing-record-0799", + "mv-billing-record-0800", + "mv-billing-record-0801", + "mv-billing-record-0802", + "mv-billing-record-0803", + "mv-billing-record-0804", + "mv-billing-record-0805", + "mv-billing-record-0806", + "mv-billing-record-0807", + "mv-billing-record-0808", + "mv-billing-record-0809", + "mv-billing-record-0810", + "mv-billing-record-0811", + "mv-billing-record-0812", + "mv-billing-record-0813", + "mv-billing-record-0814", + "mv-billing-record-0815", + "mv-billing-record-0816", + "mv-billing-record-0817", + "mv-billing-record-0818", + "mv-billing-record-0819", + "mv-billing-record-0820", + "mv-billing-record-0821", + "mv-billing-record-0822", + "mv-billing-record-0823", + "mv-billing-record-0824", + "mv-billing-record-0825", + "mv-billing-record-0826", + "mv-billing-record-0827", + "mv-billing-record-0828", + "mv-billing-record-0829", + "mv-billing-record-0830", + "mv-billing-record-0831", + "mv-billing-record-0832", + "mv-billing-record-0833", + "mv-billing-record-0834", + "mv-billing-record-0835", + "mv-billing-record-0836", + "mv-billing-record-0837", + "mv-billing-record-0838", + "mv-billing-record-0839", + "mv-billing-record-0840", + "mv-billing-record-0841", + "mv-billing-record-0842", + "mv-billing-record-0843", + "mv-billing-record-0844", + "mv-billing-record-0845", + "mv-billing-record-0846", + "mv-billing-record-0847", + "mv-billing-record-0848", + "mv-billing-record-0849", + "mv-billing-record-0850", + "mv-billing-record-0851", + "mv-billing-record-0852", + "mv-billing-record-0853", + "mv-billing-record-0854", + "mv-billing-record-0855", + "mv-billing-record-0856", + "mv-billing-record-0857", + "mv-billing-record-0858", + "mv-billing-record-0859", + "mv-billing-record-0860", + "mv-billing-record-0861", + "mv-billing-record-0862", + "mv-billing-record-0863", + "mv-billing-record-0864", + "mv-billing-record-0865", + "mv-billing-record-0866", + "mv-billing-record-0867", + "mv-billing-record-0868", + "mv-billing-record-0869", + "mv-billing-record-0870", + "mv-billing-record-0871", + "mv-billing-record-0872", + "mv-billing-record-0873", + "mv-billing-record-0874", + "mv-billing-record-0875", + "mv-billing-record-0876", + "mv-billing-record-0877", + "mv-billing-record-0878", + "mv-billing-record-0879", + "mv-billing-record-0880", + "mv-billing-record-0881", + "mv-billing-record-0882", + "mv-billing-record-0883", + "mv-billing-record-0884", + "mv-billing-record-0885", + "mv-billing-record-0886", + "mv-billing-record-0887", + "mv-billing-record-0888", + "mv-billing-record-0889", + "mv-billing-record-0890", + "mv-billing-record-0891", + "mv-billing-record-0892", + "mv-billing-record-0893", + "mv-billing-record-0894", + "mv-billing-record-0895", + "mv-billing-record-0896", + "mv-billing-record-0897", + "mv-billing-record-0898", + "mv-billing-record-0899", + "mv-billing-record-0900", + "mv-billing-record-0901", + "mv-billing-record-0902", + "mv-billing-record-0903", + "mv-billing-record-0904", + "mv-billing-record-0905", + "mv-billing-record-0906", + "mv-billing-record-0907", + "mv-billing-record-0908", + "mv-billing-record-0909", + "mv-billing-record-0910", + "mv-billing-record-0911", + "mv-billing-record-0912", + "mv-billing-record-0913", + "mv-billing-record-0914", + "mv-billing-record-0915", + "mv-billing-record-0916", + "mv-billing-record-0917", + "mv-billing-record-0918", + "mv-billing-record-0919", + "mv-billing-record-0920", + "mv-billing-record-0921", + "mv-billing-record-0922", + "mv-billing-record-0923", + "mv-billing-record-0924", + "mv-billing-record-0925", + "mv-billing-record-0926", + "mv-billing-record-0927", + "mv-billing-record-0928", + "mv-billing-record-0929", + "mv-billing-record-0930", + "mv-billing-record-0931", + "mv-billing-record-0932", + "mv-billing-record-0933", + "mv-billing-record-0934", + "mv-billing-record-0935", + "mv-billing-record-0936", + "mv-billing-record-0937", + "mv-billing-record-0938", + "mv-billing-record-0939", + "mv-billing-record-0940", + "mv-billing-record-0941", + "mv-billing-record-0942", + "mv-billing-record-0943", + "mv-billing-record-0944", + "mv-billing-record-0945", + "mv-billing-record-0946", + "mv-billing-record-0947", + "mv-billing-record-0948", + "mv-billing-record-0949", + "mv-billing-record-0950", + "mv-billing-record-0951", + "mv-billing-record-0952", + "mv-billing-record-0953", + "mv-billing-record-0954", + "mv-billing-record-0955", + "mv-billing-record-0956", + "mv-billing-record-0957", + "mv-billing-record-0958", + "mv-billing-record-0959", + "mv-billing-record-0960", + "mv-billing-record-0961", + "mv-billing-record-0962", + "mv-billing-record-0963", + "mv-billing-record-0964", + "mv-billing-record-0965", + "mv-billing-record-0966", + "mv-billing-record-0967", + "mv-billing-record-0968", + "mv-billing-record-0969", + "mv-billing-record-0970", + "mv-billing-record-0971", + "mv-billing-record-0972", + "mv-billing-record-0973", + "mv-billing-record-0974", + "mv-billing-record-0975", + "mv-billing-record-0976", + "mv-billing-record-0977", + "mv-billing-record-0978", + "mv-billing-record-0979", + "mv-billing-record-0980", + "mv-billing-record-0981", + "mv-billing-record-0982", + "mv-billing-record-0983", + "mv-billing-record-0984", + "mv-billing-record-0985", + "mv-billing-record-0986", + "mv-billing-record-0987", + "mv-billing-record-0988", + "mv-billing-record-0989", + "mv-billing-record-0990", + "mv-billing-record-0991", + "mv-billing-record-0992", + "mv-billing-record-0993", + "mv-billing-record-0994", + "mv-billing-record-0995", + "mv-billing-record-0996", + "mv-billing-record-0997", + "mv-billing-record-0998", + "mv-billing-record-0999", + "mv-billing-record-1000", + "mv-billing-record-1001", + "mv-billing-record-1002", + "mv-billing-record-1003", + "mv-billing-record-1004", + "mv-billing-record-1005", + "mv-billing-record-1006", + "mv-billing-record-1007", + "mv-billing-record-1008", + "mv-billing-record-1009", + "mv-billing-record-1010", + "mv-billing-record-1011", + "mv-billing-record-1012", + "mv-billing-record-1013", + "mv-billing-record-1014", + "mv-billing-record-1015", + "mv-billing-record-1016", + "mv-billing-record-1017", + "mv-billing-record-1018", + "mv-billing-record-1019", + "mv-billing-record-1020", + "mv-billing-record-1021", + "mv-billing-record-1022", + "mv-billing-record-1023", + "mv-billing-record-1024", + "mv-billing-record-1025", + "mv-billing-record-1026", + "mv-billing-record-1027", + "mv-billing-record-1028", + "mv-billing-record-1029", + "mv-billing-record-1030", + "mv-billing-record-1031", + "mv-billing-record-1032", + "mv-billing-record-1033", + "mv-billing-record-1034", + "mv-billing-record-1035", + "mv-billing-record-1036", + "mv-billing-record-1037", + "mv-billing-record-1038", + "mv-billing-record-1039", + "mv-billing-record-1040", + "mv-billing-record-1041", + "mv-billing-record-1042", + "mv-billing-record-1043", + "mv-billing-record-1044", + "mv-billing-record-1045", + "mv-billing-record-1046", + "mv-billing-record-1047", + "mv-billing-record-1048", + "mv-billing-record-1049", + "mv-billing-record-1050", + "mv-billing-record-1051", + "mv-billing-record-1052", + "mv-billing-record-1053", + "mv-billing-record-1054", + "mv-billing-record-1055", + "mv-billing-record-1056", + "mv-billing-record-1057", + "mv-billing-record-1058", + "mv-billing-record-1059", + "mv-billing-record-1060", + "mv-billing-record-1061", + "mv-billing-record-1062", + "mv-billing-record-1063", + "mv-billing-record-1064", + "mv-billing-record-1065", + "mv-billing-record-1066", + "mv-billing-record-1067", + "mv-billing-record-1068", + "mv-billing-record-1069", + "mv-billing-record-1070", + "mv-billing-record-1071", + "mv-billing-record-1072", + "mv-billing-record-1073", + "mv-billing-record-1074", + "mv-billing-record-1075", + "mv-billing-record-1076", + "mv-billing-record-1077", + "mv-billing-record-1078", + "mv-billing-record-1079", + "mv-billing-record-1080", + "mv-billing-record-1081", + "mv-billing-record-1082", + "mv-billing-record-1083", + "mv-billing-record-1084", + "mv-billing-record-1085", + "mv-billing-record-1086", + "mv-billing-record-1087", + "mv-billing-record-1088", + "mv-billing-record-1089", + "mv-billing-record-1090", + "mv-billing-record-1091", + "mv-billing-record-1092", + "mv-billing-record-1093", + "mv-billing-record-1094", + "mv-billing-record-1095", + "mv-billing-record-1096", + "mv-billing-record-1097", + "mv-billing-record-1098", + "mv-billing-record-1099", + "mv-billing-record-1100", + "mv-billing-record-1101", + "mv-billing-record-1102", + "mv-billing-record-1103", + "mv-billing-record-1104", + "mv-billing-record-1105", + "mv-billing-record-1106", + "mv-billing-record-1107", + "mv-billing-record-1108", + "mv-billing-record-1109", + "mv-billing-record-1110", + "mv-billing-record-1111", + "mv-billing-record-1112", + "mv-billing-record-1113", + "mv-billing-record-1114", + "mv-billing-record-1115", + "mv-billing-record-1116", + "mv-billing-record-1117", + "mv-billing-record-1118", + "mv-billing-record-1119", + "mv-billing-record-1120", + "mv-billing-record-1121", + "mv-billing-record-1122", + "mv-billing-record-1123", + "mv-billing-record-1124", + "mv-billing-record-1125", + "mv-billing-record-1126", + "mv-billing-record-1127", + "mv-billing-record-1128", + "mv-billing-record-1129", + "mv-billing-record-1130", + "mv-billing-record-1131", + "mv-billing-record-1132", + "mv-billing-record-1133", + "mv-billing-record-1134", + "mv-billing-record-1135", + "mv-billing-record-1136", + "mv-billing-record-1137", + "mv-billing-record-1138", + "mv-billing-record-1139", + "mv-billing-record-1140", + "mv-billing-record-1141", + "mv-billing-record-1142", + "mv-billing-record-1143", + "mv-billing-record-1144", + "mv-billing-record-1145", + "mv-billing-record-1146", + "mv-billing-record-1147", + "mv-billing-record-1148", + "mv-billing-record-1149", + "mv-billing-record-1150", + "mv-billing-record-1151", + "mv-billing-record-1152", + "mv-billing-record-1153", + "mv-billing-record-1154", + "mv-billing-record-1155", + "mv-billing-record-1156", + "mv-billing-record-1157", + "mv-billing-record-1158", + "mv-billing-record-1159", + "mv-billing-record-1160", + "mv-billing-record-1161", + "mv-billing-record-1162", + "mv-billing-record-1163", + "mv-billing-record-1164", + "mv-billing-record-1165", + "mv-billing-record-1166", + "mv-billing-record-1167", + "mv-billing-record-1168", + "mv-billing-record-1169", + "mv-billing-record-1170", + "mv-billing-record-1171", + "mv-billing-record-1172", + "mv-billing-record-1173", + "mv-billing-record-1174", + "mv-billing-record-1175", + "mv-billing-record-1176", + "mv-billing-record-1177", + "mv-billing-record-1178", + "mv-billing-record-1179", + "mv-billing-record-1180", + "mv-billing-record-1181", + "mv-billing-record-1182", + "mv-billing-record-1183", + "mv-billing-record-1184", + "mv-billing-record-1185", + "mv-billing-record-1186", + "mv-billing-record-1187", + "mv-billing-record-1188", + "mv-billing-record-1189", + "mv-billing-record-1190", + "mv-billing-record-1191", + "mv-billing-record-1192", + "mv-billing-record-1193", + "mv-billing-record-1194", + "mv-billing-record-1195", + "mv-billing-record-1196", + "mv-billing-record-1197", + "mv-billing-record-1198", + "mv-billing-record-1199", + "mv-billing-record-1200", + "mv-billing-record-1201", + "mv-billing-record-1202", + "mv-billing-record-1203", + "mv-billing-record-1204", + "mv-billing-record-1205", + "mv-billing-record-1206", + "mv-billing-record-1207", + "mv-billing-record-1208", + "mv-billing-record-1209", + "mv-billing-record-1210", + "mv-billing-record-1211", + "mv-billing-record-1212", + "mv-billing-record-1213", + "mv-billing-record-1214", + "mv-billing-record-1215", + "mv-billing-record-1216", + "mv-billing-record-1217", + "mv-billing-record-1218", + "mv-billing-record-1219", + "mv-billing-record-1220", + "mv-billing-record-1221", + "mv-billing-record-1222", + "mv-billing-record-1223", + "mv-billing-record-1224", + "mv-billing-record-1225", + "mv-billing-record-1226", + "mv-billing-record-1227", + "mv-billing-record-1228", + "mv-billing-record-1229", + "mv-billing-record-1230", + "mv-billing-record-1231", + "mv-billing-record-1232", + "mv-billing-record-1233", + "mv-billing-record-1234", + "mv-billing-record-1235", + "mv-billing-record-1236", + "mv-billing-record-1237", + "mv-billing-record-1238", + "mv-billing-record-1239", + "mv-billing-record-1240", + "mv-billing-record-1241", + "mv-billing-record-1242", + "mv-billing-record-1243", + "mv-billing-record-1244", + "mv-billing-record-1245", + "mv-billing-record-1246", + "mv-billing-record-1247", + "mv-billing-record-1248", + "mv-billing-record-1249", + "mv-billing-record-1250", + "mv-billing-record-1251", + "mv-billing-record-1252", + "mv-billing-record-1253", + "mv-billing-record-1254", + "mv-billing-record-1255", + "mv-billing-record-1256", + "mv-billing-record-1257", + "mv-billing-record-1258", + "mv-billing-record-1259", + "mv-billing-record-1260", + "mv-billing-record-1261", + "mv-billing-record-1262", + "mv-billing-record-1263", + "mv-billing-record-1264", + "mv-billing-record-1265", + "mv-billing-record-1266", + "mv-billing-record-1267", + "mv-billing-record-1268", + "mv-billing-record-1269", + "mv-billing-record-1270", + "mv-billing-record-1271", + "mv-billing-record-1272", + "mv-billing-record-1273", + "mv-billing-record-1274", + "mv-billing-record-1275", + "mv-billing-record-1276", + "mv-billing-record-1277", + "mv-billing-record-1278", + "mv-billing-record-1279", + "mv-billing-record-1280", + "mv-billing-record-1281", + "mv-billing-record-1282", + "mv-billing-record-1283", + "mv-billing-record-1284", + "mv-billing-record-1285", + "mv-billing-record-1286", + "mv-billing-record-1287", + "mv-billing-record-1288", + "mv-billing-record-1289", + "mv-billing-record-1290", + "mv-billing-record-1291", + "mv-billing-record-1292", + "mv-billing-record-1293", + "mv-billing-record-1294", + "mv-billing-record-1295", + "mv-billing-record-1296", + "mv-billing-record-1297", + "mv-billing-record-1298", + "mv-billing-record-1299", + "mv-billing-record-1300", + "mv-billing-record-1301", + "mv-billing-record-1302", + "mv-billing-record-1303", + "mv-billing-record-1304", + "mv-billing-record-1305", + "mv-billing-record-1306", + "mv-billing-record-1307", + "mv-billing-record-1308", + "mv-billing-record-1309", + "mv-billing-record-1310", + "mv-billing-record-1311", + "mv-billing-record-1312", + "mv-billing-record-1313", + "mv-billing-record-1314", + "mv-billing-record-1315", + "mv-billing-record-1316", + "mv-billing-record-1317", + "mv-billing-record-1318", + "mv-billing-record-1319", + "mv-billing-record-1320", + "mv-billing-record-1321", + "mv-billing-record-1322", + "mv-billing-record-1323", + "mv-billing-record-1324", + "mv-billing-record-1325", + "mv-billing-record-1326", + "mv-billing-record-1327", + "mv-billing-record-1328", + "mv-billing-record-1329", + "mv-billing-record-1330", + "mv-billing-record-1331", + "mv-billing-record-1332", + "mv-billing-record-1333", + "mv-billing-record-1334", + "mv-billing-record-1335", + "mv-billing-record-1336", + "mv-billing-record-1337", + "mv-billing-record-1338", + "mv-billing-record-1339", + "mv-billing-record-1340", + "mv-billing-record-1341", + "mv-billing-record-1342", + "mv-billing-record-1343", + "mv-billing-record-1344", + "mv-billing-record-1345", + "mv-billing-record-1346", + "mv-billing-record-1347", + "mv-billing-record-1348", + "mv-billing-record-1349", + "mv-billing-record-1350", + "mv-billing-record-1351", + "mv-billing-record-1352", + "mv-billing-record-1353", + "mv-billing-record-1354", + "mv-billing-record-1355", + "mv-billing-record-1356", + "mv-billing-record-1357", + "mv-billing-record-1358", + "mv-billing-record-1359", + "mv-billing-record-1360", + "mv-billing-record-1361", + "mv-billing-record-1362", + "mv-billing-record-1363", + "mv-billing-record-1364", + "mv-billing-record-1365", + "mv-billing-record-1366", + "mv-billing-record-1367", + "mv-billing-record-1368", + "mv-billing-record-1369", + "mv-billing-record-1370", + "mv-billing-record-1371", + "mv-billing-record-1372", + "mv-billing-record-1373", + "mv-billing-record-1374", + "mv-billing-record-1375", + "mv-billing-record-1376", + "mv-billing-record-1377", + "mv-billing-record-1378", + "mv-billing-record-1379", + "mv-billing-record-1380", + "mv-billing-record-1381", + "mv-billing-record-1382", + "mv-billing-record-1383", + "mv-billing-record-1384", + "mv-billing-record-1385", + "mv-billing-record-1386", + "mv-billing-record-1387", + "mv-billing-record-1388", + "mv-billing-record-1389", + "mv-billing-record-1390", + "mv-billing-record-1391", + "mv-billing-record-1392", + "mv-billing-record-1393", + "mv-billing-record-1394", + "mv-billing-record-1395", + "mv-billing-record-1396", + "mv-billing-record-1397", + "mv-billing-record-1398", + "mv-billing-record-1399", + "mv-billing-record-1400", + "mv-billing-record-1401", + "mv-billing-record-1402", + "mv-billing-record-1403", + "mv-billing-record-1404", + "mv-billing-record-1405", + "mv-billing-record-1406", + "mv-billing-record-1407", + "mv-billing-record-1408", + "mv-billing-record-1409", + "mv-billing-record-1410", + "mv-billing-record-1411", + "mv-billing-record-1412", + "mv-billing-record-1413", + "mv-billing-record-1414", + "mv-billing-record-1415", + "mv-billing-record-1416", + "mv-billing-record-1417", + "mv-billing-record-1418", + "mv-billing-record-1419", + "mv-billing-record-1420", + "mv-billing-record-1421", + "mv-billing-record-1422", + "mv-billing-record-1423", + "mv-billing-record-1424", + "mv-billing-record-1425", + "mv-billing-record-1426", + "mv-billing-record-1427", + "mv-billing-record-1428", + "mv-billing-record-1429", + "mv-billing-record-1430", + "mv-billing-record-1431", + "mv-billing-record-1432", + "mv-billing-record-1433", + "mv-billing-record-1434", + "mv-billing-record-1435", + "mv-billing-record-1436", + "mv-billing-record-1437", + "mv-billing-record-1438", + "mv-billing-record-1439", + "mv-billing-record-1440", + "mv-billing-record-1441", + "mv-billing-record-1442", + "mv-billing-record-1443", + "mv-billing-record-1444", + "mv-billing-record-1445", + "mv-billing-record-1446", + "mv-billing-record-1447", + "mv-billing-record-1448", + "mv-billing-record-1449", + "mv-billing-record-1450", + "mv-billing-record-1451", + "mv-billing-record-1452", + "mv-billing-record-1453", + "mv-billing-record-1454", + "mv-billing-record-1455", + "mv-billing-record-1456", + "mv-billing-record-1457", + "mv-billing-record-1458", + "mv-billing-record-1459", + "mv-billing-record-1460", + "mv-billing-record-1461", + "mv-billing-record-1462", + "mv-billing-record-1463", + "mv-billing-record-1464", + "mv-billing-record-1465", + "mv-billing-record-1466", + "mv-billing-record-1467", + "mv-billing-record-1468", + "mv-billing-record-1469", + "mv-billing-record-1470", + "mv-billing-record-1471", + "mv-billing-record-1472", + "mv-billing-record-1473", + "mv-billing-record-1474", + "mv-billing-record-1475", + "mv-billing-record-1476", + "mv-billing-record-1477", + "mv-billing-record-1478", + "mv-billing-record-1479", + "mv-billing-record-1480", + "mv-billing-record-1481", + "mv-billing-record-1482", + "mv-billing-record-1483", + "mv-billing-record-1484", + "mv-billing-record-1485", + "mv-billing-record-1486", + "mv-billing-record-1487", + "mv-billing-record-1488", + "mv-billing-record-1489", + "mv-billing-record-1490", + "mv-billing-record-1491", + "mv-billing-record-1492", + "mv-billing-record-1493", + "mv-billing-record-1494", + "mv-billing-record-1495", + "mv-billing-record-1496", + "mv-billing-record-1497", + "mv-billing-record-1498", + "mv-billing-record-1499", + "mv-billing-record-1500", + "mv-billing-record-1501", + "mv-billing-record-1502", + "mv-billing-record-1503", + "mv-billing-record-1504", + "mv-billing-record-1505", + "mv-billing-record-1506", + "mv-billing-record-1507", + "mv-billing-record-1508", + "mv-billing-record-1509", + "mv-billing-record-1510", + "mv-billing-record-1511", + "mv-billing-record-1512", + "mv-billing-record-1513", + "mv-billing-record-1514", + "mv-billing-record-1515", + "mv-billing-record-1516", + "mv-billing-record-1517", + "mv-billing-record-1518", + "mv-billing-record-1519", + "mv-billing-record-1520", + "mv-billing-record-1521", + "mv-billing-record-1522", + "mv-billing-record-1523", + "mv-billing-record-1524", + "mv-billing-record-1525", + "mv-billing-record-1526", + "mv-billing-record-1527", + "mv-billing-record-1528", + "mv-billing-record-1529", + "mv-billing-record-1530", + "mv-billing-record-1531", + "mv-billing-record-1532", + "mv-billing-record-1533", + "mv-billing-record-1534", + "mv-billing-record-1535", + "mv-billing-record-1536", + "mv-billing-record-1537", + "mv-billing-record-1538", + "mv-billing-record-1539", + "mv-billing-record-1540", + "mv-billing-record-1541", + "mv-billing-record-1542", + "mv-billing-record-1543", + "mv-billing-record-1544", + "mv-billing-record-1545", + "mv-billing-record-1546", + "mv-billing-record-1547", + "mv-billing-record-1548", + "mv-billing-record-1549", + "mv-billing-record-1550", + "mv-billing-record-1551", + "mv-billing-record-1552", + "mv-billing-record-1553", + "mv-billing-record-1554", + "mv-billing-record-1555", + "mv-billing-record-1556", + "mv-billing-record-1557", + "mv-billing-record-1558", + "mv-billing-record-1559", + "mv-billing-record-1560", + "mv-billing-record-1561", + "mv-billing-record-1562", + "mv-billing-record-1563", + "mv-billing-record-1564", + "mv-billing-record-1565", + "mv-billing-record-1566", + "mv-billing-record-1567", + "mv-billing-record-1568", + "mv-billing-record-1569", + "mv-billing-record-1570", + "mv-billing-record-1571", + "mv-billing-record-1572", + "mv-billing-record-1573", + "mv-billing-record-1574", + "mv-billing-record-1575", + "mv-billing-record-1576", + "mv-billing-record-1577", + "mv-billing-record-1578", + "mv-billing-record-1579", + "mv-billing-record-1580", + "mv-billing-record-1581", + "mv-billing-record-1582", + "mv-billing-record-1583", + "mv-billing-record-1584", + "mv-billing-record-1585", + "mv-billing-record-1586", + "mv-billing-record-1587", + "mv-billing-record-1588", + "mv-billing-record-1589", + "mv-billing-record-1590", + "mv-billing-record-1591", + "mv-billing-record-1592", + "mv-billing-record-1593", + "mv-billing-record-1594", + "mv-billing-record-1595", + "mv-billing-record-1596", + "mv-billing-record-1597", + "mv-billing-record-1598", + "mv-billing-record-1599", + "mv-billing-record-1600", + "mv-billing-record-1601", + "mv-billing-record-1602", + "mv-billing-record-1603", + "mv-billing-record-1604", + "mv-billing-record-1605", + "mv-billing-record-1606", + "mv-billing-record-1607", + "mv-billing-record-1608", + "mv-billing-record-1609", + "mv-billing-record-1610", + "mv-billing-record-1611", + "mv-billing-record-1612", + "mv-billing-record-1613", + "mv-billing-record-1614", + "mv-billing-record-1615", + "mv-billing-record-1616", + "mv-billing-record-1617", + "mv-billing-record-1618", + "mv-billing-record-1619", + "mv-billing-record-1620", + "mv-billing-record-1621", + "mv-billing-record-1622", + "mv-billing-record-1623", + "mv-billing-record-1624", + "mv-billing-record-1625", + "mv-billing-record-1626", + "mv-billing-record-1627", + "mv-billing-record-1628", + "mv-billing-record-1629", + "mv-billing-record-1630", + "mv-billing-record-1631", + "mv-billing-record-1632", + "mv-billing-record-1633", + "mv-billing-record-1634", + "mv-billing-record-1635", + "mv-billing-record-1636", + "mv-billing-record-1637", + "mv-billing-record-1638", + "mv-billing-record-1639", + "mv-billing-record-1640", + "mv-billing-record-1641", + "mv-billing-record-1642", + "mv-billing-record-1643", + "mv-billing-record-1644", + "mv-billing-record-1645", + "mv-billing-record-1646", + "mv-billing-record-1647", + "mv-billing-record-1648", + "mv-billing-record-1649", + "mv-billing-record-1650", + "mv-billing-record-1651", + "mv-billing-record-1652", + "mv-billing-record-1653", + "mv-billing-record-1654", + "mv-billing-record-1655", + "mv-billing-record-1656", + "mv-billing-record-1657", + "mv-billing-record-1658", + "mv-billing-record-1659", + "mv-billing-record-1660", + "mv-billing-record-1661", + "mv-billing-record-1662", + "mv-billing-record-1663", + "mv-billing-record-1664", + "mv-billing-record-1665", + "mv-billing-record-1666", + "mv-billing-record-1667", + "mv-billing-record-1668", + "mv-billing-record-1669", + "mv-billing-record-1670", + "mv-billing-record-1671", + "mv-billing-record-1672", + "mv-billing-record-1673", + "mv-billing-record-1674", + "mv-billing-record-1675", + "mv-billing-record-1676", + "mv-billing-record-1677", + "mv-billing-record-1678", + "mv-billing-record-1679", + "mv-billing-record-1680", + "mv-billing-record-1681", + "mv-billing-record-1682", + "mv-billing-record-1683", + "mv-billing-record-1684", + "mv-billing-record-1685", + "mv-billing-record-1686", + "mv-billing-record-1687", + "mv-billing-record-1688", + "mv-billing-record-1689", + "mv-billing-record-1690", + "mv-billing-record-1691", + "mv-billing-record-1692", + "mv-billing-record-1693", + "mv-billing-record-1694", + "mv-billing-record-1695", + "mv-billing-record-1696", + "mv-billing-record-1697", + "mv-billing-record-1698", + "mv-billing-record-1699", + "mv-billing-record-1700", + "mv-billing-record-1701", + "mv-billing-record-1702", + "mv-billing-record-1703", + "mv-billing-record-1704", + "mv-billing-record-1705", + "mv-billing-record-1706", + "mv-billing-record-1707", + "mv-billing-record-1708", + "mv-billing-record-1709", + "mv-billing-record-1710", + "mv-billing-record-1711", + "mv-billing-record-1712", + "mv-billing-record-1713", + "mv-billing-record-1714", + "mv-billing-record-1715", + "mv-billing-record-1716", + "mv-billing-record-1717", + "mv-billing-record-1718", + "mv-billing-record-1719", + "mv-billing-record-1720", + "mv-billing-record-1721", + "mv-billing-record-1722", + "mv-billing-record-1723", + "mv-billing-record-1724", + "mv-billing-record-1725", + "mv-billing-record-1726", + "mv-billing-record-1727", + "mv-billing-record-1728", + "mv-billing-record-1729", + "mv-billing-record-1730", + "mv-billing-record-1731", + "mv-billing-record-1732", + "mv-billing-record-1733", + "mv-billing-record-1734", + "mv-billing-record-1735", + "mv-billing-record-1736", + "mv-billing-record-1737", + "mv-billing-record-1738", + "mv-billing-record-1739", + "mv-billing-record-1740", + "mv-billing-record-1741", + "mv-billing-record-1742", + "mv-billing-record-1743", + "mv-billing-record-1744", + "mv-billing-record-1745", + "mv-billing-record-1746", + "mv-billing-record-1747", + "mv-billing-record-1748", + "mv-billing-record-1749", + "mv-billing-record-1750", + "mv-billing-record-1751", + "mv-billing-record-1752", + "mv-billing-record-1753", + "mv-billing-record-1754", + "mv-billing-record-1755", + "mv-billing-record-1756", + "mv-billing-record-1757", + "mv-billing-record-1758", + "mv-billing-record-1759", + "mv-billing-record-1760", + "mv-billing-record-1761", + "mv-billing-record-1762", + "mv-billing-record-1763", + "mv-billing-record-1764", + "mv-billing-record-1765", + "mv-billing-record-1766", + "mv-billing-record-1767", + "mv-billing-record-1768", + "mv-billing-record-1769", + "mv-billing-record-1770", + "mv-billing-record-1771", + "mv-billing-record-1772", + "mv-billing-record-1773", + "mv-billing-record-1774", + "mv-billing-record-1775", + "mv-billing-record-1776", + "mv-billing-record-1777", + "mv-billing-record-1778", + "mv-billing-record-1779", + "mv-billing-record-1780", + "mv-billing-record-1781", + "mv-billing-record-1782", + "mv-billing-record-1783", + "mv-billing-record-1784", + "mv-billing-record-1785", + "mv-billing-record-1786", + "mv-billing-record-1787", + "mv-billing-record-1788", + "mv-billing-record-1789", + "mv-billing-record-1790", + "mv-billing-record-1791", + "mv-billing-record-1792", + "mv-billing-record-1793", + "mv-billing-record-1794", + "mv-billing-record-1795", + "mv-billing-record-1796", + "mv-billing-record-1797", + "mv-billing-record-1798", + "mv-billing-record-1799", + "mv-billing-record-1800", + "mv-billing-record-1801", + "mv-billing-record-1802", + "mv-billing-record-1803", + "mv-billing-record-1804", + "mv-billing-record-1805", + "mv-billing-record-1806", + "mv-billing-record-1807", + "mv-billing-record-1808", + "mv-billing-record-1809", + "mv-billing-record-1810", + "mv-billing-record-1811", + "mv-billing-record-1812", + "mv-billing-record-1813", + "mv-billing-record-1814", + "mv-billing-record-1815", + "mv-billing-record-1816", + "mv-billing-record-1817", + "mv-billing-record-1818", + "mv-billing-record-1819", + "mv-billing-record-1820", + "mv-billing-record-1821", + "mv-billing-record-1822", + "mv-billing-record-1823", + "mv-billing-record-1824", + "mv-billing-record-1825", + "mv-billing-record-1826", + "mv-billing-record-1827", + "mv-billing-record-1828", + "mv-billing-record-1829", + "mv-billing-record-1830", + "mv-billing-record-1831", + "mv-billing-record-1832", + "mv-billing-record-1833", + "mv-billing-record-1834", + "mv-billing-record-1835", + "mv-billing-record-1836", + "mv-billing-record-1837", + "mv-billing-record-1838", + "mv-billing-record-1839", + "mv-billing-record-1840", + "mv-billing-record-1841", + "mv-billing-record-1842", + "mv-billing-record-1843", + "mv-billing-record-1844", + "mv-billing-record-1845", + "mv-billing-record-1846", + "mv-billing-record-1847", + "mv-billing-record-1848", + "mv-billing-record-1849", + "mv-billing-record-1850", + "mv-billing-record-1851", + "mv-billing-record-1852", + "mv-billing-record-1853", + "mv-billing-record-1854", + "mv-billing-record-1855", + "mv-billing-record-1856", + "mv-billing-record-1857", + "mv-billing-record-1858", + "mv-billing-record-1859", + "mv-billing-record-1860", + "mv-billing-record-1861", + "mv-billing-record-1862", + "mv-billing-record-1863", + "mv-billing-record-1864", + "mv-billing-record-1865", + "mv-billing-record-1866", + "mv-billing-record-1867", + "mv-billing-record-1868", + "mv-billing-record-1869", + "mv-billing-record-1870", + "mv-billing-record-1871", + "mv-billing-record-1872", + "mv-billing-record-1873", + "mv-billing-record-1874", + "mv-billing-record-1875", + "mv-billing-record-1876", + "mv-billing-record-1877", + "mv-billing-record-1878", + "mv-billing-record-1879", + "mv-billing-record-1880", + "mv-billing-record-1881", + "mv-billing-record-1882", + "mv-billing-record-1883", + "mv-billing-record-1884", + "mv-billing-record-1885", + "mv-billing-record-1886", + "mv-billing-record-1887", + "mv-billing-record-1888", + "mv-billing-record-1889", + "mv-billing-record-1890", + "mv-billing-record-1891", + "mv-billing-record-1892", + "mv-billing-record-1893", + "mv-billing-record-1894", + "mv-billing-record-1895", + "mv-billing-record-1896", + "mv-billing-record-1897", + "mv-billing-record-1898", + "mv-billing-record-1899", + "mv-billing-record-1900", + "mv-billing-record-1901", + "mv-billing-record-1902", + "mv-billing-record-1903", + "mv-billing-record-1904", + "mv-billing-record-1905", + "mv-billing-record-1906", + "mv-billing-record-1907", + "mv-billing-record-1908", + "mv-billing-record-1909", + "mv-billing-record-1910", + "mv-billing-record-1911", + "mv-billing-record-1912", + "mv-billing-record-1913", + "mv-billing-record-1914", + "mv-billing-record-1915", + "mv-billing-record-1916", + "mv-billing-record-1917", + "mv-billing-record-1918", + "mv-billing-record-1919", + "mv-billing-record-1920", + "mv-billing-record-1921", + "mv-billing-record-1922", + "mv-billing-record-1923", + "mv-billing-record-1924", + "mv-billing-record-1925", + "mv-billing-record-1926", + "mv-billing-record-1927", + "mv-billing-record-1928", + "mv-billing-record-1929", + "mv-billing-record-1930", + "mv-billing-record-1931", + "mv-billing-record-1932", + "mv-billing-record-1933", + "mv-billing-record-1934", + "mv-billing-record-1935", + "mv-billing-record-1936", + "mv-billing-record-1937", + "mv-billing-record-1938", + "mv-billing-record-1939", + "mv-billing-record-1940", + "mv-billing-record-1941", + "mv-billing-record-1942", + "mv-billing-record-1943", + "mv-billing-record-1944", + "mv-billing-record-1945", + "mv-billing-record-1946", + "mv-billing-record-1947", + "mv-billing-record-1948", + "mv-billing-record-1949", + "mv-billing-record-1950", + "mv-billing-record-1951", + "mv-billing-record-1952", + "mv-billing-record-1953", + "mv-billing-record-1954", + "mv-billing-record-1955", + "mv-billing-record-1956", + "mv-billing-record-1957", + "mv-billing-record-1958", + "mv-billing-record-1959", + "mv-billing-record-1960", + "mv-billing-record-1961", + "mv-billing-record-1962", + "mv-billing-record-1963", + "mv-billing-record-1964", + "mv-billing-record-1965", + "mv-billing-record-1966", + "mv-billing-record-1967", + "mv-billing-record-1968", + "mv-billing-record-1969", + "mv-billing-record-1970", + "mv-billing-record-1971", + "mv-billing-record-1972", + "mv-billing-record-1973", + "mv-billing-record-1974", + "mv-billing-record-1975", + "mv-billing-record-1976", + "mv-billing-record-1977", + "mv-billing-record-1978", + "mv-billing-record-1979", + "mv-billing-record-1980", + "mv-billing-record-1981", + "mv-billing-record-1982", + "mv-billing-record-1983", + "mv-billing-record-1984", + "mv-billing-record-1985", + "mv-billing-record-1986", + "mv-billing-record-1987", + "mv-billing-record-1988", + "mv-billing-record-1989", + "mv-billing-record-1990", + "mv-billing-record-1991", + "mv-billing-record-1992", + "mv-billing-record-1993", + "mv-billing-record-1994", + "mv-billing-record-1995", + "mv-billing-record-1996", + "mv-billing-record-1997", + "mv-billing-record-1998", + "mv-billing-record-1999", + "mv-billing-record-2000", + "mv-billing-record-2001", + "mv-billing-record-2002", + "mv-billing-record-2003", + "mv-billing-record-2004", + "mv-billing-record-2005", + "mv-billing-record-2006", + "mv-billing-record-2007", + "mv-billing-record-2008", + "mv-billing-record-2009", + "mv-billing-record-2010", + "mv-billing-record-2011", + "mv-billing-record-2012", + "mv-billing-record-2013", + "mv-billing-record-2014", + "mv-billing-record-2015", + "mv-billing-record-2016", + "mv-billing-record-2017", + "mv-billing-record-2018", + "mv-billing-record-2019", + "mv-billing-record-2020", + "mv-billing-record-2021", + "mv-billing-record-2022", + "mv-billing-record-2023", + "mv-billing-record-2024", + "mv-billing-record-2025", + "mv-billing-record-2026", + "mv-billing-record-2027", + "mv-billing-record-2028", + "mv-billing-record-2029", + "mv-billing-record-2030", + "mv-billing-record-2031", + "mv-billing-record-2032", + "mv-billing-record-2033", + "mv-billing-record-2034", + "mv-billing-record-2035", + "mv-billing-record-2036", + "mv-billing-record-2037", + "mv-billing-record-2038", + "mv-billing-record-2039", + "mv-billing-record-2040", + "mv-billing-record-2041", + "mv-billing-record-2042", + "mv-billing-record-2043", + "mv-billing-record-2044", + "mv-billing-record-2045", + "mv-billing-record-2046", + "mv-billing-record-2047", + "mv-billing-record-2048", + "mv-billing-record-2049", + "mv-billing-record-2050", + "mv-billing-record-2051", + "mv-billing-record-2052", + "mv-billing-record-2053", + "mv-billing-record-2054", + "mv-billing-record-2055", + "mv-billing-record-2056", + "mv-billing-record-2057", + "mv-billing-record-2058", + "mv-billing-record-2059", + "mv-billing-record-2060", + "mv-billing-record-2061", + "mv-billing-record-2062", + "mv-billing-record-2063", + "mv-billing-record-2064", + "mv-billing-record-2065", + "mv-billing-record-2066", + "mv-billing-record-2067", + "mv-billing-record-2068", + "mv-billing-record-2069", + "mv-billing-record-2070", + "mv-billing-record-2071", + "mv-billing-record-2072", + "mv-billing-record-2073", + "mv-billing-record-2074", + "mv-billing-record-2075", + "mv-billing-record-2076", + "mv-billing-record-2077", + "mv-billing-record-2078", + "mv-billing-record-2079", + "mv-billing-record-2080", + "mv-billing-record-2081", + "mv-billing-record-2082", + "mv-billing-record-2083", + "mv-billing-record-2084", + "mv-billing-record-2085", + "mv-billing-record-2086", + "mv-billing-record-2087", + "mv-billing-record-2088", + "mv-billing-record-2089", + "mv-billing-record-2090", + "mv-billing-record-2091", + "mv-billing-record-2092", + "mv-billing-record-2093", + "mv-billing-record-2094", + "mv-billing-record-2095", + "mv-billing-record-2096", + "mv-billing-record-2097", + "mv-billing-record-2098", + "mv-billing-record-2099", + "mv-billing-record-2100", + "mv-billing-record-2101", + "mv-billing-record-2102", + "mv-billing-record-2103", + "mv-billing-record-2104", + "mv-billing-record-2105", + "mv-billing-record-2106", + "mv-billing-record-2107", + "mv-billing-record-2108", + "mv-billing-record-2109", + "mv-billing-record-2110", + "mv-billing-record-2111", + "mv-billing-record-2112", + "mv-billing-record-2113", + "mv-billing-record-2114", + "mv-billing-record-2115", + "mv-billing-record-2116", + "mv-billing-record-2117", + "mv-billing-record-2118", + "mv-billing-record-2119", + "mv-billing-record-2120", + "mv-billing-record-2121", + "mv-billing-record-2122", + "mv-billing-record-2123", + "mv-billing-record-2124", + "mv-billing-record-2125", + "mv-billing-record-2126", + "mv-billing-record-2127", + "mv-billing-record-2128", + "mv-billing-record-2129", + "mv-billing-record-2130", + "mv-billing-record-2131", + "mv-billing-record-2132", + "mv-billing-record-2133", + "mv-billing-record-2134", + "mv-billing-record-2135", + "mv-billing-record-2136", + "mv-billing-record-2137", + "mv-billing-record-2138", + "mv-billing-record-2139", + "mv-billing-record-2140", + "mv-billing-record-2141", + "mv-billing-record-2142", + "mv-billing-record-2143", + "mv-billing-record-2144", + "mv-billing-record-2145", + "mv-billing-record-2146", + "mv-billing-record-2147", + "mv-billing-record-2148", + "mv-billing-record-2149", + "mv-billing-record-2150", + "mv-billing-record-2151", + "mv-billing-record-2152", + "mv-billing-record-2153", + "mv-billing-record-2154", + "mv-billing-record-2155", + "mv-billing-record-2156", + "mv-billing-record-2157", + "mv-billing-record-2158", + "mv-billing-record-2159", + "mv-billing-record-2160", + "mv-billing-record-2161", + "mv-billing-record-2162", + "mv-billing-record-2163", + "mv-billing-record-2164", + "mv-billing-record-2165", + "mv-billing-record-2166", + "mv-billing-record-2167", + "mv-billing-record-2168", + "mv-billing-record-2169", + "mv-billing-record-2170", + "mv-billing-record-2171", + "mv-billing-record-2172", + "mv-billing-record-2173", + "mv-billing-record-2174", + "mv-billing-record-2175", + "mv-billing-record-2176", + "mv-billing-record-2177", + "mv-billing-record-2178", + "mv-billing-record-2179", + "mv-billing-record-2180", + "mv-billing-record-2181", + "mv-billing-record-2182", + "mv-billing-record-2183", + "mv-billing-record-2184", + "mv-billing-record-2185", + "mv-billing-record-2186", + "mv-billing-record-2187", + "mv-billing-record-2188", + "mv-billing-record-2189", + "mv-billing-record-2190", + "mv-billing-record-2191", + "mv-billing-record-2192", + "mv-billing-record-2193", + "mv-billing-record-2194", + "mv-billing-record-2195", + "mv-billing-record-2196", + "mv-billing-record-2197", + "mv-billing-record-2198", + "mv-billing-record-2199", + "mv-billing-record-2200", + "mv-billing-record-2201", + "mv-billing-record-2202", + "mv-billing-record-2203", + "mv-billing-record-2204", + "mv-billing-record-2205", + "mv-billing-record-2206", + "mv-billing-record-2207", + "mv-billing-record-2208", + "mv-billing-record-2209", + "mv-billing-record-2210", + "mv-billing-record-2211", + "mv-billing-record-2212", + "mv-billing-record-2213", + "mv-billing-record-2214", + "mv-billing-record-2215", + "mv-billing-record-2216", + "mv-billing-record-2217", + "mv-billing-record-2218", + "mv-billing-record-2219", + "mv-billing-record-2220", + "mv-billing-record-2221", + "mv-billing-record-2222", + "mv-billing-record-2223", + "mv-billing-record-2224", + "mv-billing-record-2225", + "mv-billing-record-2226", + "mv-billing-record-2227", + "mv-billing-record-2228", + "mv-billing-record-2229", + "mv-billing-record-2230", + "mv-billing-record-2231", + "mv-billing-record-2232", + "mv-billing-record-2233", + "mv-billing-record-2234", + "mv-billing-record-2235", + "mv-billing-record-2236", + "mv-billing-record-2237", + "mv-billing-record-2238", + "mv-billing-record-2239", + "mv-billing-record-2240", + "mv-billing-record-2241", + "mv-billing-record-2242", + "mv-billing-record-2243", + "mv-billing-record-2244", + "mv-billing-record-2245", + "mv-billing-record-2246", + "mv-billing-record-2247", + "mv-billing-record-2248", + "mv-billing-record-2249", + "mv-billing-record-2250", + "mv-billing-record-2251", + "mv-billing-record-2252", + "mv-billing-record-2253", + "mv-billing-record-2254", + "mv-billing-record-2255", + "mv-billing-record-2256", + "mv-billing-record-2257", + "mv-billing-record-2258", + "mv-billing-record-2259", + "mv-billing-record-2260", + "mv-billing-record-2261", + "mv-billing-record-2262", + "mv-billing-record-2263", + "mv-billing-record-2264", + "mv-billing-record-2265", + "mv-billing-record-2266", + "mv-billing-record-2267", + "mv-billing-record-2268", + "mv-billing-record-2269", + "mv-billing-record-2270", + "mv-billing-record-2271", + "mv-billing-record-2272", + "mv-billing-record-2273", + "mv-billing-record-2274", + "mv-billing-record-2275", + "mv-billing-record-2276", + "mv-billing-record-2277", + "mv-billing-record-2278", + "mv-billing-record-2279", + "mv-billing-record-2280", + "mv-billing-record-2281", + "mv-billing-record-2282", + "mv-billing-record-2283", + "mv-billing-record-2284", + "mv-billing-record-2285", + "mv-billing-record-2286", + "mv-billing-record-2287", + "mv-billing-record-2288", + "mv-billing-record-2289", + "mv-billing-record-2290", + "mv-billing-record-2291", + "mv-billing-record-2292", + "mv-billing-record-2293", + "mv-billing-record-2294", + "mv-billing-record-2295", + "mv-billing-record-2296", + "mv-billing-record-2297", + "mv-billing-record-2298", + "mv-billing-record-2299", + "mv-billing-record-2300", + "mv-billing-record-2301", + "mv-billing-record-2302", + "mv-billing-record-2303", + "mv-billing-record-2304", + "mv-billing-record-2305", + "mv-billing-record-2306", + "mv-billing-record-2307", + "mv-billing-record-2308", + "mv-billing-record-2309", + "mv-billing-record-2310", + "mv-billing-record-2311", + "mv-billing-record-2312", + "mv-billing-record-2313", + "mv-billing-record-2314", + "mv-billing-record-2315", + "mv-billing-record-2316", + "mv-billing-record-2317", + "mv-billing-record-2318", + "mv-billing-record-2319", + "mv-billing-record-2320", + "mv-billing-record-2321", + "mv-billing-record-2322", + "mv-billing-record-2323", + "mv-billing-record-2324", + "mv-billing-record-2325", + "mv-billing-record-2326", + "mv-billing-record-2327", + "mv-billing-record-2328", + "mv-billing-record-2329", + "mv-billing-record-2330", + "mv-billing-record-2331", + "mv-billing-record-2332", + "mv-billing-record-2333", + "mv-billing-record-2334", + "mv-billing-record-2335", + "mv-billing-record-2336", + "mv-billing-record-2337", + "mv-billing-record-2338", + "mv-billing-record-2339", + "mv-billing-record-2340", + "mv-billing-record-2341", + "mv-billing-record-2342", + "mv-billing-record-2343", + "mv-billing-record-2344", + "mv-billing-record-2345", + "mv-billing-record-2346", + "mv-billing-record-2347", + "mv-billing-record-2348", + "mv-billing-record-2349", + "mv-billing-record-2350", + "mv-billing-record-2351", + "mv-billing-record-2352", + "mv-billing-record-2353", + "mv-billing-record-2354", + "mv-billing-record-2355", + "mv-billing-record-2356", + "mv-billing-record-2357", + "mv-billing-record-2358", + "mv-billing-record-2359", + "mv-billing-record-2360", + "mv-billing-record-2361", + "mv-billing-record-2362", + "mv-billing-record-2363", + "mv-billing-record-2364", + "mv-billing-record-2365", + "mv-billing-record-2366", + "mv-billing-record-2367", + "mv-billing-record-2368", + "mv-billing-record-2369", + "mv-billing-record-2370", + "mv-billing-record-2371", + "mv-billing-record-2372", + "mv-billing-record-2373", + "mv-billing-record-2374", + "mv-billing-record-2375", + "mv-billing-record-2376", + "mv-billing-record-2377", + "mv-billing-record-2378", + "mv-billing-record-2379", + "mv-billing-record-2380", + "mv-billing-record-2381", + "mv-billing-record-2382", + "mv-billing-record-2383", + "mv-billing-record-2384", + "mv-billing-record-2385", + "mv-billing-record-2386", + "mv-billing-record-2387", + "mv-billing-record-2388", + "mv-billing-record-2389", + "mv-billing-record-2390", + "mv-billing-record-2391", + "mv-billing-record-2392", + "mv-billing-record-2393", + "mv-billing-record-2394", + "mv-billing-record-2395", + "mv-billing-record-2396", + "mv-billing-record-2397", + "mv-billing-record-2398", + "mv-billing-record-2399", + "mv-billing-record-2400", + "mv-billing-record-2401", + "mv-billing-record-2402", + "mv-billing-record-2403", + "mv-billing-record-2404", + "mv-billing-record-2405", + "mv-billing-record-2406", + "mv-billing-record-2407", + "mv-billing-record-2408", + "mv-billing-record-2409", + "mv-billing-record-2410", + "mv-billing-record-2411", + "mv-billing-record-2412", + "mv-billing-record-2413", + "mv-billing-record-2414", + "mv-billing-record-2415", + "mv-billing-record-2416", + "mv-billing-record-2417", + "mv-billing-record-2418", + "mv-billing-record-2419", + "mv-billing-record-2420", + "mv-billing-record-2421", + "mv-billing-record-2422", + "mv-billing-record-2423", + "mv-billing-record-2424", + "mv-billing-record-2425", + "mv-billing-record-2426", + "mv-billing-record-2427", + "mv-billing-record-2428", + "mv-billing-record-2429", + "mv-billing-record-2430", + "mv-billing-record-2431", + "mv-billing-record-2432", + "mv-billing-record-2433", + "mv-billing-record-2434", + "mv-billing-record-2435", + "mv-billing-record-2436", + "mv-billing-record-2437", + "mv-billing-record-2438", + "mv-billing-record-2439", + "mv-billing-record-2440", + "mv-billing-record-2441", + "mv-billing-record-2442", + "mv-billing-record-2443", + "mv-billing-record-2444", + "mv-billing-record-2445", + "mv-billing-record-2446", + "mv-billing-record-2447", + "mv-billing-record-2448", + "mv-billing-record-2449", + "mv-billing-record-2450", + "mv-billing-record-2451", + "mv-billing-record-2452", + "mv-billing-record-2453", + "mv-billing-record-2454", + "mv-billing-record-2455", + "mv-billing-record-2456", + "mv-billing-record-2457", + "mv-billing-record-2458", + "mv-billing-record-2459", + "mv-billing-record-2460", + "mv-billing-record-2461", + "mv-billing-record-2462", + "mv-billing-record-2463", + "mv-billing-record-2464", + "mv-billing-record-2465", + "mv-billing-record-2466", + "mv-billing-record-2467", + "mv-billing-record-2468", + "mv-billing-record-2469", + "mv-billing-record-2470", + "mv-billing-record-2471", + "mv-billing-record-2472", + "mv-billing-record-2473", + "mv-billing-record-2474", + "mv-billing-record-2475", + "mv-billing-record-2476", + "mv-billing-record-2477", + "mv-billing-record-2478", + "mv-billing-record-2479", + "mv-billing-record-2480", + "mv-billing-record-2481", + "mv-billing-record-2482", + "mv-billing-record-2483", + "mv-billing-record-2484", + "mv-billing-record-2485", + "mv-billing-record-2486", + "mv-billing-record-2487", + "mv-billing-record-2488", + "mv-billing-record-2489", + "mv-billing-record-2490", + "mv-billing-record-2491", + "mv-billing-record-2492", + "mv-billing-record-2493", + "mv-billing-record-2494", + "mv-billing-record-2495", + "mv-billing-record-2496", + "mv-billing-record-2497", + "mv-billing-record-2498", + "mv-billing-record-2499", + "mv-billing-record-2500", + "mv-billing-record-2501", + "mv-billing-record-2502", + "mv-billing-record-2503", + "mv-billing-record-2504", + "mv-billing-record-2505", + "mv-billing-record-2506", + "mv-billing-record-2507", + "mv-billing-record-2508", + "mv-billing-record-2509", + "mv-billing-record-2510", + "mv-billing-record-2511", + "mv-billing-record-2512", + "mv-billing-record-2513", + "mv-billing-record-2514", + "mv-billing-record-2515", + "mv-billing-record-2516", + "mv-billing-record-2517", + "mv-billing-record-2518", + "mv-billing-record-2519", + "mv-billing-record-2520", + "mv-billing-record-2521", + "mv-billing-record-2522", + "mv-billing-record-2523", + "mv-billing-record-2524", + "mv-billing-record-2525", + "mv-billing-record-2526", + "mv-billing-record-2527", + "mv-billing-record-2528", + "mv-billing-record-2529", + "mv-billing-record-2530", + "mv-billing-record-2531", + "mv-billing-record-2532", + "mv-billing-record-2533", + "mv-billing-record-2534", + "mv-billing-record-2535", + "mv-billing-record-2536", + "mv-billing-record-2537", + "mv-billing-record-2538", + "mv-billing-record-2539", + "mv-billing-record-2540", + "mv-billing-record-2541", + "mv-billing-record-2542", + "mv-billing-record-2543", + "mv-billing-record-2544", + "mv-billing-record-2545", + "mv-billing-record-2546", + "mv-billing-record-2547", + "mv-billing-record-2548", + "mv-billing-record-2549", + "mv-billing-record-2550", + "mv-billing-record-2551", + "mv-billing-record-2552", + "mv-billing-record-2553", + "mv-billing-record-2554", + "mv-billing-record-2555", + "mv-billing-record-2556", + "mv-billing-record-2557", + "mv-billing-record-2558", + "mv-billing-record-2559", + "mv-billing-record-2560", + "mv-billing-record-2561", + "mv-billing-record-2562", + "mv-billing-record-2563", + "mv-billing-record-2564", + "mv-billing-record-2565", + "mv-billing-record-2566", + "mv-billing-record-2567", + "mv-billing-record-2568", + "mv-billing-record-2569", + "mv-billing-record-2570", + "mv-billing-record-2571", + "mv-billing-record-2572", + "mv-billing-record-2573", + "mv-billing-record-2574", + "mv-billing-record-2575", + "mv-billing-record-2576", + "mv-billing-record-2577", + "mv-billing-record-2578", + "mv-billing-record-2579", + "mv-billing-record-2580", + "mv-billing-record-2581", + "mv-billing-record-2582", + "mv-billing-record-2583", + "mv-billing-record-2584", + "mv-billing-record-2585", + "mv-billing-record-2586", + "mv-billing-record-2587", + "mv-billing-record-2588", + "mv-billing-record-2589", + "mv-billing-record-2590", + "mv-billing-record-2591", + "mv-billing-record-2592", + "mv-billing-record-2593", + "mv-billing-record-2594", + "mv-billing-record-2595", + "mv-billing-record-2596", + "mv-billing-record-2597", + "mv-billing-record-2598", + "mv-billing-record-2599", + "mv-billing-record-2600", + "mv-billing-record-2601", + "mv-billing-record-2602", + "mv-billing-record-2603", + "mv-billing-record-2604", + "mv-billing-record-2605", + "mv-billing-record-2606", + "mv-billing-record-2607", + "mv-billing-record-2608", + "mv-billing-record-2609", + "mv-billing-record-2610", + "mv-billing-record-2611", + "mv-billing-record-2612", + "mv-billing-record-2613", + "mv-billing-record-2614", + "mv-billing-record-2615", + "mv-billing-record-2616", + "mv-billing-record-2617", + "mv-billing-record-2618", + "mv-billing-record-2619", + "mv-billing-record-2620", + "mv-billing-record-2621", + "mv-billing-record-2622", + "mv-billing-record-2623", + "mv-billing-record-2624", + "mv-billing-record-2625", + "mv-billing-record-2626", + "mv-billing-record-2627", + "mv-billing-record-2628", + "mv-billing-record-2629", + "mv-billing-record-2630", + "mv-billing-record-2631", + "mv-billing-record-2632", + "mv-billing-record-2633", + "mv-billing-record-2634", + "mv-billing-record-2635", + "mv-billing-record-2636", + "mv-billing-record-2637", + "mv-billing-record-2638", + "mv-billing-record-2639", + "mv-billing-record-2640", + "mv-billing-record-2641", + "mv-billing-record-2642", + "mv-billing-record-2643", + "mv-billing-record-2644", + "mv-billing-record-2645", + "mv-billing-record-2646", + "mv-billing-record-2647", + "mv-billing-record-2648", + "mv-billing-record-2649", + "mv-billing-record-2650", + "mv-billing-record-2651", + "mv-billing-record-2652", + "mv-billing-record-2653", + "mv-billing-record-2654", + "mv-billing-record-2655", + "mv-billing-record-2656", + "mv-billing-record-2657", + "mv-billing-record-2658", + "mv-billing-record-2659", + "mv-billing-record-2660", + "mv-billing-record-2661", + "mv-billing-record-2662", + "mv-billing-record-2663", + "mv-billing-record-2664", + "mv-billing-record-2665", + "mv-billing-record-2666", + "mv-billing-record-2667", + "mv-billing-record-2668", + "mv-billing-record-2669", + "mv-billing-record-2670", + "mv-billing-record-2671", + "mv-billing-record-2672", + "mv-billing-record-2673", + "mv-billing-record-2674", + "mv-billing-record-2675", + "mv-billing-record-2676", + "mv-billing-record-2677", + "mv-billing-record-2678", + "mv-billing-record-2679", + "mv-billing-record-2680", + "mv-billing-record-2681", + "mv-billing-record-2682", + "mv-billing-record-2683", + "mv-billing-record-2684", + "mv-billing-record-2685", + "mv-billing-record-2686", + "mv-billing-record-2687", + "mv-billing-record-2688", + "mv-billing-record-2689", + "mv-billing-record-2690", + "mv-billing-record-2691", + "mv-billing-record-2692", + "mv-billing-record-2693", + "mv-billing-record-2694", + "mv-billing-record-2695", + "mv-billing-record-2696", + "mv-billing-record-2697", + "mv-billing-record-2698", + "mv-billing-record-2699", + "mv-billing-record-2700", + "mv-billing-record-2701", + "mv-billing-record-2702", + "mv-billing-record-2703", + "mv-billing-record-2704", + "mv-billing-record-2705", + "mv-billing-record-2706", + "mv-billing-record-2707", + "mv-billing-record-2708", + "mv-billing-record-2709", + "mv-billing-record-2710", + "mv-billing-record-2711", + "mv-billing-record-2712", + "mv-billing-record-2713", + "mv-billing-record-2714", + "mv-billing-record-2715", + "mv-billing-record-2716", + "mv-billing-record-2717", + "mv-billing-record-2718", + "mv-billing-record-2719", + "mv-billing-record-2720", + "mv-billing-record-2721", + "mv-billing-record-2722", + "mv-billing-record-2723", + "mv-billing-record-2724", + "mv-billing-record-2725", + "mv-billing-record-2726", + "mv-billing-record-2727", + "mv-billing-record-2728", + "mv-billing-record-2729", + "mv-billing-record-2730", + "mv-billing-record-2731", + "mv-billing-record-2732", + "mv-billing-record-2733", + "mv-billing-record-2734", + "mv-billing-record-2735", + "mv-billing-record-2736", + "mv-billing-record-2737", + "mv-billing-record-2738", + "mv-billing-record-2739", + "mv-billing-record-2740", + "mv-billing-record-2741", + "mv-billing-record-2742", + "mv-billing-record-2743", + "mv-billing-record-2744", + "mv-billing-record-2745", + "mv-billing-record-2746", + "mv-billing-record-2747", + "mv-billing-record-2748", + "mv-billing-record-2749", + "mv-billing-record-2750", + "mv-billing-record-2751", + "mv-billing-record-2752", + "mv-billing-record-2753", + "mv-billing-record-2754", + "mv-billing-record-2755", + "mv-billing-record-2756", + "mv-billing-record-2757", + "mv-billing-record-2758", + "mv-billing-record-2759", + "mv-billing-record-2760", + "mv-billing-record-2761", + "mv-billing-record-2762", + "mv-billing-record-2763", + "mv-billing-record-2764", + "mv-billing-record-2765", + "mv-billing-record-2766", + "mv-billing-record-2767", + "mv-billing-record-2768", + "mv-billing-record-2769", + "mv-billing-record-2770", + "mv-billing-record-2771", + "mv-billing-record-2772", + "mv-billing-record-2773", + "mv-billing-record-2774", + "mv-billing-record-2775", + "mv-billing-record-2776", + "mv-billing-record-2777", + "mv-billing-record-2778", + "mv-billing-record-2779", + "mv-billing-record-2780", + "mv-billing-record-2781", + "mv-billing-record-2782", + "mv-billing-record-2783", + "mv-billing-record-2784", + "mv-billing-record-2785", + "mv-billing-record-2786", + "mv-billing-record-2787", + "mv-billing-record-2788", + "mv-billing-record-2789", + "mv-billing-record-2790", + "mv-billing-record-2791", + "mv-billing-record-2792", + "mv-billing-record-2793", + "mv-billing-record-2794", + "mv-billing-record-2795", + "mv-billing-record-2796", + "mv-billing-record-2797", + "mv-billing-record-2798", + "mv-billing-record-2799", + "mv-billing-record-2800", + "mv-billing-record-2801", + "mv-billing-record-2802", + "mv-billing-record-2803", + "mv-billing-record-2804", + "mv-billing-record-2805", + "mv-billing-record-2806", + "mv-billing-record-2807", + "mv-billing-record-2808", + "mv-billing-record-2809", + "mv-billing-record-2810", + "mv-billing-record-2811", + "mv-billing-record-2812", + "mv-billing-record-2813", + "mv-billing-record-2814", + "mv-billing-record-2815", + "mv-billing-record-2816", + "mv-billing-record-2817", + "mv-billing-record-2818", + "mv-billing-record-2819", + "mv-billing-record-2820", + "mv-billing-record-2821", + "mv-billing-record-2822", + "mv-billing-record-2823", + "mv-billing-record-2824", + "mv-billing-record-2825", + "mv-billing-record-2826", + "mv-billing-record-2827", + "mv-billing-record-2828", + "mv-billing-record-2829", + "mv-billing-record-2830", + "mv-billing-record-2831", + "mv-billing-record-2832", + "mv-billing-record-2833", + "mv-billing-record-2834", + "mv-billing-record-2835", + "mv-billing-record-2836", + "mv-billing-record-2837", + "mv-billing-record-2838", + "mv-billing-record-2839", + "mv-billing-record-2840", + "mv-billing-record-2841", + "mv-billing-record-2842", + "mv-billing-record-2843", + "mv-billing-record-2844", + "mv-billing-record-2845", + "mv-billing-record-2846", + "mv-billing-record-2847", + "mv-billing-record-2848", + "mv-billing-record-2849", + "mv-billing-record-2850", + "mv-billing-record-2851", + "mv-billing-record-2852", + "mv-billing-record-2853", + "mv-billing-record-2854", + "mv-billing-record-2855", + "mv-billing-record-2856", + "mv-billing-record-2857", + "mv-billing-record-2858", + "mv-billing-record-2859", + "mv-billing-record-2860", + "mv-billing-record-2861", + "mv-billing-record-2862", + "mv-billing-record-2863", + "mv-billing-record-2864", + "mv-billing-record-2865", + "mv-billing-record-2866", + "mv-billing-record-2867", + "mv-billing-record-2868", + "mv-billing-record-2869", + "mv-billing-record-2870", + "mv-billing-record-2871", + "mv-billing-record-2872", + "mv-billing-record-2873", + "mv-billing-record-2874", + "mv-billing-record-2875", + "mv-billing-record-2876", + "mv-billing-record-2877", + "mv-billing-record-2878", + "mv-billing-record-2879", + "mv-billing-record-2880", + "mv-billing-record-2881", + "mv-billing-record-2882", + "mv-billing-record-2883", + "mv-billing-record-2884", + "mv-billing-record-2885", + "mv-billing-record-2886", + "mv-billing-record-2887", + "mv-billing-record-2888", + "mv-billing-record-2889", + "mv-billing-record-2890", + "mv-billing-record-2891", + "mv-billing-record-2892", + "mv-billing-record-2893", + "mv-billing-record-2894", + "mv-billing-record-2895", + "mv-billing-record-2896", + "mv-billing-record-2897", + "mv-billing-record-2898", + "mv-billing-record-2899", + "mv-billing-record-2900", + "mv-billing-record-2901", + "mv-billing-record-2902", + "mv-billing-record-2903", + "mv-billing-record-2904", + "mv-billing-record-2905", + "mv-billing-record-2906", + "mv-billing-record-2907", + "mv-billing-record-2908", + "mv-billing-record-2909", + "mv-billing-record-2910", + "mv-billing-record-2911", + "mv-billing-record-2912", + "mv-billing-record-2913", + "mv-billing-record-2914", + "mv-billing-record-2915", + "mv-billing-record-2916", + "mv-billing-record-2917", + "mv-billing-record-2918", + "mv-billing-record-2919", + "mv-billing-record-2920", + "mv-billing-record-2921", + "mv-billing-record-2922", + "mv-billing-record-2923", + "mv-billing-record-2924", + "mv-billing-record-2925", + "mv-billing-record-2926", + "mv-billing-record-2927", + "mv-billing-record-2928", + "mv-billing-record-2929", + "mv-billing-record-2930", + "mv-billing-record-2931", + "mv-billing-record-2932", + "mv-billing-record-2933", + "mv-billing-record-2934", + "mv-billing-record-2935", + "mv-billing-record-2936", + "mv-billing-record-2937", + "mv-billing-record-2938", + "mv-billing-record-2939", + "mv-billing-record-2940", + "mv-billing-record-2941", + "mv-billing-record-2942", + "mv-billing-record-2943", + "mv-billing-record-2944", + "mv-billing-record-2945", + "mv-billing-record-2946", + "mv-billing-record-2947", + "mv-billing-record-2948", + "mv-billing-record-2949", + "mv-billing-record-2950", + "mv-billing-record-2951", + "mv-billing-record-2952", + "mv-billing-record-2953", + "mv-billing-record-2954", + "mv-billing-record-2955", + "mv-billing-record-2956", + "mv-billing-record-2957", + "mv-billing-record-2958" + ], + "signed_adjustments_preserved": true, + "allocation_applied_once": true, + "breakdown": [ + { + "sku_name": "PREMIUM_JOBS_SERVERLESS_COMPUTE_EUROPE_IRELAND", + "dbu": 532.8145064201624, + "cost_usd": 207.79765750386332 + } + ], + "pipeline_ids": [ + "" + ], + "null_table_metadata_records": 1044, + "exported_list_cost_usd": 207.79765750386332, + "exported_list_cost_usd_decimal": "207.7976575038633116106825753416666666666666666666666655", + "total_dbu": 532.8145064201624, + "total_dbu_decimal": "532.814506420162337463288654722222222222222222222222218", + "total_cost_usd": 207.79765750386332, + "total_cost_usd_decimal": "207.79765750386331161068257534166666666666666666666666502" + } + }, + "missing_components": [], + "known_components_subtotal_usd": 695.604750434355, + "total_cost_usd": 695.604750434355, + "scope": "Ingestion and MV/layout maintenance during the accepted real-time window; read cost separate", + "caveats": [ + "Zerobus and MV refresh use signed, prorated DBUs at checked-in public list rates; no second allocation", + "Predictive Optimization uses ESTIMATED_DBU", + "Normalized query costs are separate; no invoice reconstruction" + ], + "allocation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "allocated_window_total_cost_usd": 695.604750434355, + "allocation_status": "complete_for_real_time_window", + "comparison_scope": { + "schema_version": 1, + "run_id": "serverless_baseline_full_20260918T170453Z", + "comparison": "real-time analytics during active ingestion", + "authority": "benchmark owner-defined scope", + "preparation_window": { + "since": "2026-09-18T17:04:53.000Z", + "until": "2026-09-20T00:33:42.627Z", + "end_exclusive": true + }, + "query_selection": { + "dashboard_iterations": 189, + "drilldown_iterations": 32 + }, + "included_components": [ + "zerobus", + "mv_refresh", + "clustering", + "matched_dashboard_queries", + "matched_drilldown_queries" + ], + "post_ingestion_work_included": false + }, + "scope_source": { + "path": "quotes/databricks/costs/scopes/serverless_20260918.json", + "sha256": "fcb45742354d21a3801cb7ac8cc1c5c8ab1eca92168d0b5e529e96e2147c9394" + } + }, + "available": true, + "path": "quotes/databricks/costs/out/serverless_20260918/fresh_data_path.json", + "sha256": "f0ce663e9eeda1b2b12f81ffd8d178d75049a38eac26d1b5ecb316e3b9625de1", + "label": "Databricks Serverless SQL" + }, "systems": { "clickhouse": { "bundled_write_service_cost_usd": 28.68705, @@ -57,16 +3594,16 @@ "on_demand_total_cost_usd": 264.58903867 }, "redshift": { - "writer_workgroup_cost_usd": 1880.0714311111112, + "writer_workgroup_cost_usd": 470.0178577777778, "msk_cost_usd": 52.00912921518265, "client_cross_az_included": false, "managed_storage_included": false, - "total_cost_usd": 1932.0805603262938 + "total_cost_usd": 522.0269869929605 } }, "manifest": { "path": "quotes/global/visualizations/manifest.json", - "sha256": "f0132c4fe23eb045fd8b5a291db1bd54b80a7a4e769a4d6dd4309b17ce079c8b" + "sha256": "7f746e45b6348669c2fc241e310f368293b168d10732f94bef6ed41d7c0f1acb" }, "sources": { "snowflake_pairwise_summary": { @@ -115,7 +3652,7 @@ }, "redshift_pairwise_summary": { "path": "quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift_summary.json", - "sha256": "7ef215643f9cd3cd22a8d6de9fc145a96df29f153b4e9bc283068652da5a9f38", + "sha256": "0601bd393e1e65fa6d64203c908fbfc10c354d7ffd20cf41c2983d7e51c8f845", "embedded_sources": { "clickhouse": { "path": "quotes/clickhouse-cloud/costs/out_t2/ingest.json", @@ -123,7 +3660,7 @@ }, "redshift": { "path": "quotes/redshift-serverless/costs/out/t2/fresh_data_path.json", - "sha256": "c77ae92ca2e9fa3f4491383fbba3e02589afbc0d4ea1da2f9590f0297b263cfa" + "sha256": "0c891e3040ee9d22b7b7f3c56ebc81b3b500113aec8ab504189752f4cec654db" } } } @@ -137,7 +3674,9 @@ "mv_maintenance_cost_usd": "", "layout_maintenance_cost_usd": "", "bundled_write_service_cost_usd": 28.68705, - "source_pair": "ClickHouse vs Snowflake and ClickHouse vs BigQuery" + "source_pair": "ClickHouse vs Snowflake and ClickHouse vs BigQuery", + "displayed_cost_usd": 28.68705, + "cost_complete": true }, { "label": "Snowflake", @@ -147,7 +3686,9 @@ "mv_maintenance_cost_usd": 26.26659, "layout_maintenance_cost_usd": "", "bundled_write_service_cost_usd": "", - "source_pair": "ClickHouse vs Snowflake" + "source_pair": "ClickHouse vs Snowflake", + "displayed_cost_usd": 79.42007000000001, + "cost_complete": true }, { "label": "BigQuery \u00b7 Capacity", @@ -157,7 +3698,9 @@ "mv_maintenance_cost_usd": 2.0194428, "layout_maintenance_cost_usd": 0.0, "bundled_write_service_cost_usd": "", - "source_pair": "ClickHouse vs BigQuery" + "source_pair": "ClickHouse vs BigQuery", + "displayed_cost_usd": 243.08790452, + "cost_complete": true }, { "label": "BigQuery \u00b7 On-demand", @@ -167,17 +3710,33 @@ "mv_maintenance_cost_usd": 23.52057695, "layout_maintenance_cost_usd": 0.0, "bundled_write_service_cost_usd": "", - "source_pair": "ClickHouse vs BigQuery" + "source_pair": "ClickHouse vs BigQuery", + "displayed_cost_usd": 264.58903867, + "cost_complete": true }, { "label": "Redshift Serverless", "pricing_model": "writer uptime + MSK uptime", - "fresh_path_cost_usd": 1932.0805603262938, + "fresh_path_cost_usd": 522.0269869929605, "ingestion_cost_usd": 52.00912921518265, - "mv_maintenance_cost_usd": 1880.0714311111112, + "mv_maintenance_cost_usd": 470.0178577777778, "layout_maintenance_cost_usd": "", "bundled_write_service_cost_usd": "", - "source_pair": "ClickHouse vs Redshift; shared by SUPER and typed read alternatives" + "source_pair": "ClickHouse vs Redshift; shared by SUPER and typed read alternatives", + "displayed_cost_usd": 522.0269869929605, + "cost_complete": true + }, + { + "label": "Databricks Serverless SQL", + "pricing_model": "allocated DBUs + estimated maintenance", + "fresh_path_cost_usd": 695.604750434355, + "ingestion_cost_usd": 428.58118551948286, + "mv_maintenance_cost_usd": 207.79765750386332, + "layout_maintenance_cost_usd": 59.225907411008826, + "bundled_write_service_cost_usd": "", + "source_pair": "ClickHouse vs Databricks September", + "displayed_cost_usd": 695.604750434355, + "cost_complete": true } ], "outputs": { diff --git a/full-path-realtime/quotes/global/results/charts/mv_lag_all_systems.png b/full-path-realtime/quotes/global/results/charts/mv_lag_all_systems.png index 3461eed..b51ce1c 100644 Binary files a/full-path-realtime/quotes/global/results/charts/mv_lag_all_systems.png and b/full-path-realtime/quotes/global/results/charts/mv_lag_all_systems.png differ diff --git a/full-path-realtime/quotes/global/results/charts/mv_lag_all_systems.svg b/full-path-realtime/quotes/global/results/charts/mv_lag_all_systems.svg index ae9c72c..afb9d45 100644 --- a/full-path-realtime/quotes/global/results/charts/mv_lag_all_systems.svg +++ b/full-path-realtime/quotes/global/results/charts/mv_lag_all_systems.svg @@ -1,12 +1,12 @@ - + - 2026-08-17T07:31:02.914809 + 2026-09-22T07:48:41.919897 image/svg+xml @@ -21,8 +21,8 @@ - - - +" clip-path="url(#pceee53a9bc)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - - + - + - +" clip-path="url(#pceee53a9bc)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + - +" clip-path="url(#pceee53a9bc)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + - +" clip-path="url(#pceee53a9bc)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + - +" clip-path="url(#pceee53a9bc)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + - +" clip-path="url(#pceee53a9bc)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + - + - + - + - - + - + - + - + - + - + - + - + @@ -658,18 +658,18 @@ L 842.727438 253.5075 - + - + - + @@ -679,18 +679,18 @@ L 842.727438 211.8625 - + - + - + @@ -698,18 +698,18 @@ L 842.727438 170.2175 - + - + - + @@ -719,18 +719,18 @@ L 842.727438 128.5725 - + - + - + - + - + - + @@ -784,11 +784,11 @@ L 842.727438 45.2825 +" clip-path="url(#pceee53a9bc)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -801,7 +801,7 @@ L 842.727438 3.6375 - + - + - - - + - + - + - + @@ -3871,10 +3821,149 @@ z + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + diff --git a/full-path-realtime/quotes/global/results/charts/mv_lag_all_systems_summary.json b/full-path-realtime/quotes/global/results/charts/mv_lag_all_systems_summary.json index 4ba85a0..cc7f11b 100644 --- a/full-path-realtime/quotes/global/results/charts/mv_lag_all_systems_summary.json +++ b/full-path-realtime/quotes/global/results/charts/mv_lag_all_systems_summary.json @@ -10,6 +10,9 @@ "background_color": "#161614", "data_and_math_unchanged": true }, + "unavailable_providers": { + "Databricks Serverless SQL": "Compact data measures non-atomic row-watermark gap and refresh age, not comparable raw-to-MV time lag. See run-specific freshness chart." + }, "contract": { "metric": "Persisted MV refresh lag, not query-answer freshness", "clickhouse": "0 by ingest-time incremental MV design", @@ -27,7 +30,7 @@ }, "manifest": { "path": "quotes/global/visualizations/manifest.json", - "sha256": "f0132c4fe23eb045fd8b5a291db1bd54b80a7a4e769a4d6dd4309b17ce079c8b" + "sha256": "7f746e45b6348669c2fc241e310f368293b168d10732f94bef6ed41d7c0f1acb" }, "sources": { "snowflake_freshness": { diff --git a/full-path-realtime/quotes/global/results/charts/mv_lag_all_systems_wide.png b/full-path-realtime/quotes/global/results/charts/mv_lag_all_systems_wide.png index c401b45..7c4108a 100644 Binary files a/full-path-realtime/quotes/global/results/charts/mv_lag_all_systems_wide.png and b/full-path-realtime/quotes/global/results/charts/mv_lag_all_systems_wide.png differ diff --git a/full-path-realtime/quotes/global/results/charts/mv_lag_all_systems_wide.svg b/full-path-realtime/quotes/global/results/charts/mv_lag_all_systems_wide.svg index 3865f8c..0fdb595 100644 --- a/full-path-realtime/quotes/global/results/charts/mv_lag_all_systems_wide.svg +++ b/full-path-realtime/quotes/global/results/charts/mv_lag_all_systems_wide.svg @@ -6,7 +6,7 @@ - 2026-08-17T07:31:03.610184 + 2026-09-22T07:48:42.631367 image/svg+xml @@ -56,16 +56,16 @@ z +" clip-path="url(#p5580912ac7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - - + @@ -94,11 +94,11 @@ z +" clip-path="url(#p5580912ac7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -158,11 +158,11 @@ z +" clip-path="url(#p5580912ac7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -201,11 +201,11 @@ z +" clip-path="url(#p5580912ac7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -242,11 +242,11 @@ z +" clip-path="url(#p5580912ac7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -289,11 +289,11 @@ z +" clip-path="url(#p5580912ac7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -558,16 +558,16 @@ z +" clip-path="url(#p5580912ac7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - - + @@ -606,11 +606,11 @@ z +" clip-path="url(#p5580912ac7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -655,11 +655,11 @@ z +" clip-path="url(#p5580912ac7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -674,11 +674,11 @@ L 1194.1296 503.73 +" clip-path="url(#p5580912ac7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -695,11 +695,11 @@ L 1194.1296 449.355 +" clip-path="url(#p5580912ac7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -714,11 +714,11 @@ L 1194.1296 394.98 +" clip-path="url(#p5580912ac7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -735,11 +735,11 @@ L 1194.1296 340.605 +" clip-path="url(#p5580912ac7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -777,11 +777,11 @@ z +" clip-path="url(#p5580912ac7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -798,11 +798,11 @@ L 1194.1296 231.855 +" clip-path="url(#p5580912ac7)" style="fill: none; stroke: #4a4a4a; stroke-opacity: 0.7; stroke-width: 0.6; stroke-linecap: square"/> - + @@ -2274,7 +2274,7 @@ L 1193.040536 451.218588 L 1193.536162 452.301619 L 1194.031787 454.249739 L 1194.031787 454.249739 -" clip-path="url(#pf3db702984)" style="fill: none; stroke: #29b5e8; stroke-width: 3.2; stroke-linecap: square"/> +" clip-path="url(#p5580912ac7)" style="fill: none; stroke: #29b5e8; stroke-width: 3.2; stroke-linecap: square"/> +" clip-path="url(#p5580912ac7)" style="fill: none; stroke: #4285f4; stroke-width: 3.2; stroke-linecap: square"/> +" clip-path="url(#p5580912ac7)" style="fill: none; stroke: #ff9900; stroke-width: 3.2; stroke-linecap: square"/> +" clip-path="url(#p5580912ac7)" style="fill: none; stroke: #fdff62; stroke-width: 3.2; stroke-linecap: square"/> @@ -4248,9 +4248,148 @@ z + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + diff --git a/full-path-realtime/quotes/global/results/charts/mv_lag_all_systems_wide_summary.json b/full-path-realtime/quotes/global/results/charts/mv_lag_all_systems_wide_summary.json index 0af74d2..f5a6828 100644 --- a/full-path-realtime/quotes/global/results/charts/mv_lag_all_systems_wide_summary.json +++ b/full-path-realtime/quotes/global/results/charts/mv_lag_all_systems_wide_summary.json @@ -19,6 +19,9 @@ "chart_stage_color": "#1C1C1A", "chart_stage_border_color": "#343431" }, + "unavailable_providers": { + "Databricks Serverless SQL": "Compact data measures non-atomic row-watermark gap and refresh age, not comparable raw-to-MV time lag. See run-specific freshness chart." + }, "contract": { "metric": "Persisted MV refresh lag, not query-answer freshness", "clickhouse": "0 by ingest-time incremental MV design", @@ -36,7 +39,7 @@ }, "manifest": { "path": "quotes/global/visualizations/manifest.json", - "sha256": "f0132c4fe23eb045fd8b5a291db1bd54b80a7a4e769a4d6dd4309b17ce079c8b" + "sha256": "7f746e45b6348669c2fc241e310f368293b168d10732f94bef6ed41d7c0f1acb" }, "sources": { "snowflake_freshness": { diff --git a/full-path-realtime/quotes/global/visualizations/_commands.txt b/full-path-realtime/quotes/global/visualizations/_commands.txt index 7dddd2e..7818670 100644 --- a/full-path-realtime/quotes/global/visualizations/_commands.txt +++ b/full-path-realtime/quotes/global/visualizations/_commands.txt @@ -22,40 +22,44 @@ run_narrow_and_wide() { "$@" --wide } +# COSTS_ONLY=1 preserves unchanged query-latency and freshness outputs. +if [ "${COSTS_ONLY:-0}" != "1" ]; then # 1. Aggregate query latency: each provider at its own observed raw-row count. -run_narrow_and_wide uv run "$GLOBAL_VIZ_DIR/plot_aggregate_query_latency.py" \ +run_narrow_and_wide "${UV:-uv}" run "$GLOBAL_VIZ_DIR/plot_aggregate_query_latency.py" \ --manifest "$GLOBAL_VIZ_DIR/manifest.json" \ --output-dir "$GLOBAL_CHART_DIR" # 2. Drill-down query latency: each provider at its own observed raw-row count. -run_narrow_and_wide uv run "$GLOBAL_VIZ_DIR/plot_drilldown_query_latency.py" \ +run_narrow_and_wide "${UV:-uv}" run "$GLOBAL_VIZ_DIR/plot_drilldown_query_latency.py" \ --manifest "$GLOBAL_VIZ_DIR/manifest.json" \ --output-dir "$GLOBAL_CHART_DIR" # 3. Persisted MV refresh lag. BigQuery default direct-query reconciliation is # intentionally distinct from, and not represented by, this persisted lag metric. -run_narrow_and_wide uv run "$GLOBAL_VIZ_DIR/plot_mv_lag.py" \ +run_narrow_and_wide "${UV:-uv}" run "$GLOBAL_VIZ_DIR/plot_mv_lag.py" \ --manifest "$GLOBAL_VIZ_DIR/manifest.json" \ --output-dir "$GLOBAL_CHART_DIR" \ --trend-window-minutes 61 \ --display-window-minutes 11 \ --curve-points 2200 +fi + # 4. Complete-ingest fresh-data-path cost. Accepted pairwise summaries are # reused unchanged; BigQuery Capacity and On-demand are alternative totals. -run_narrow_and_wide uv run "$GLOBAL_VIZ_DIR/plot_ingest_fresh_path_cost.py" \ +run_narrow_and_wide "${UV:-uv}" run "$GLOBAL_VIZ_DIR/plot_ingest_fresh_path_cost.py" \ --manifest "$GLOBAL_VIZ_DIR/manifest.json" \ --output-dir "$GLOBAL_CHART_DIR" # 5. Global full-path score: accepted pairwise-normalized values only. -run_narrow_and_wide uv run "$GLOBAL_VIZ_DIR/plot_full_path_cost_performance.py" \ +run_narrow_and_wide "${UV:-uv}" run "$GLOBAL_VIZ_DIR/plot_full_path_cost_performance.py" \ --manifest "$GLOBAL_VIZ_DIR/manifest.json" \ --output-dir "$GLOBAL_CHART_DIR" \ --query-cost-display total # 6. Absolute full-path cost versus accumulated query runtime. Both axes are # logarithmic and inverted: faster is right, lower cost is up. -run_narrow_and_wide uv run "$GLOBAL_VIZ_DIR/plot_full_path_cost_vs_query_runtime.py" \ +run_narrow_and_wide "${UV:-uv}" run "$GLOBAL_VIZ_DIR/plot_full_path_cost_vs_query_runtime.py" \ --manifest "$GLOBAL_VIZ_DIR/manifest.json" \ --output-dir "$GLOBAL_CHART_DIR" \ --query-cost-display total diff --git a/full-path-realtime/quotes/global/visualizations/_databricks.py b/full-path-realtime/quotes/global/visualizations/_databricks.py new file mode 100644 index 0000000..dd6546e --- /dev/null +++ b/full-path-realtime/quotes/global/visualizations/_databricks.py @@ -0,0 +1,19 @@ +"""Databricks availability is explicit; incomplete cost never becomes zero.""" +import json,math +from _common import resolve_source,sha256 +LABEL="Databricks Serverless SQL" +def load(manifest,kind): + config=manifest.get("databricks_integration") + if not config: return None + path=resolve_source(config["fresh_path_summary" if kind=="fresh" else "full_path_summary"]) + payload=json.loads(path.read_text()) + value=payload["total_cost_usd"] if kind=="fresh" else next(r["total_cost"] for r in payload["rows"] if r["label"]==LABEL) + if value is not None and (not math.isfinite(value) or value<0): raise ValueError("invalid Databricks cost") + if value is None and payload.get("missing_components") != ["mv_refresh"]: + raise ValueError("Only explicitly missing MV usage may be absent") + if value is not None and payload.get("missing_components"): + raise ValueError("Full-path cost cannot have a value while a component is missing") + return {"payload":payload,"available":value is not None,"path":str(path),"sha256":sha256(path),"label":LABEL} +def unavailable_note(fig,entry,wide): + if entry and not entry["available"]: + fig.text(.5,.035,"Databricks Serverless SQL: full-path cost pending MV-refresh usage",ha="center",color="#FF3621",fontsize=12 if wide else 9) diff --git a/full-path-realtime/quotes/global/visualizations/manifest.json b/full-path-realtime/quotes/global/visualizations/manifest.json index 2d10738..c0b519a 100644 --- a/full-path-realtime/quotes/global/visualizations/manifest.json +++ b/full-path-realtime/quotes/global/visualizations/manifest.json @@ -6,14 +6,16 @@ "ClickHouse Cloud", "Snowflake", "BigQuery", - "Redshift Serverless" + "Redshift Serverless", + "Databricks Serverless SQL" ], "drilldown_query_latency": [ "ClickHouse Cloud", "Snowflake", "BigQuery", "Redshift · SUPER", - "Redshift · Typed" + "Redshift · Typed", + "Databricks Serverless SQL" ], "mv_lag": [ "ClickHouse Cloud", @@ -26,7 +28,8 @@ "Snowflake", "BigQuery · Capacity", "BigQuery · On-demand", - "Redshift Serverless" + "Redshift Serverless", + "Databricks Serverless SQL" ], "full_path_cost_performance": [ "ClickHouse", @@ -34,7 +37,8 @@ "BigQuery · Capacity", "BigQuery · On-demand", "Redshift · SUPER", - "Redshift · Typed" + "Redshift · Typed", + "Databricks Serverless SQL" ], "full_path_cost_vs_query_runtime": [ "ClickHouse", @@ -42,7 +46,8 @@ "BigQuery · Capacity", "BigQuery · On-demand", "Redshift · SUPER", - "Redshift · Typed" + "Redshift · Typed", + "Databricks Serverless SQL" ] }, "providers": { @@ -95,6 +100,15 @@ "color": "#E76F00", "drilldown": "quotes/redshift-serverless/results/t2/drilldown_typed_20260812T165356Z.jsonl", "drilldown_queries": "quotes/redshift-serverless/sql/queries_drilldown_typed.sql" + }, + "databricks": { + "label": "Databricks Serverless SQL", + "color": "#FF3621", + "aggregate": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/dashboard_accepted.jsonl", + "aggregate_queries": "quotes/databricks/queries_mv.sql", + "drilldown": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/drilldown_accepted.jsonl", + "drilldown_queries": "quotes/databricks/queries_raw.sql", + "integration_manifest": "quotes/databricks/results/serverless_baseline_full_20260918T170453Z/integration/manifest.json" } }, "fresh_path_cost": { @@ -107,5 +121,14 @@ "bigquery_pairwise_summary": "quotes/bigquery/results/bq-full-t2-20260810_152224/charts/full_path_cost_performance_clickhouse_vs_bigquery_summary.json", "redshift_super_summary": "quotes/redshift-serverless/costs/out/t2/full_path_super.json", "redshift_typed_summary": "quotes/redshift-serverless/costs/out/t2/full_path_typed.json" + }, + "unavailable_providers": { + "mv_lag": { + "Databricks Serverless SQL": "Compact data measures non-atomic row-watermark gap and refresh age, not comparable raw-to-MV time lag. See run-specific freshness chart." + } + }, + "databricks_integration": { + "full_path_summary": "quotes/databricks/costs/out/serverless_20260918/full_path.json", + "fresh_path_summary": "quotes/databricks/costs/out/serverless_20260918/fresh_data_path.json" } } diff --git a/full-path-realtime/quotes/global/visualizations/plot_full_path_cost_performance.py b/full-path-realtime/quotes/global/visualizations/plot_full_path_cost_performance.py index 27da584..cb1138d 100644 --- a/full-path-realtime/quotes/global/visualizations/plot_full_path_cost_performance.py +++ b/full-path-realtime/quotes/global/visualizations/plot_full_path_cost_performance.py @@ -14,6 +14,7 @@ from typing import Any import matplotlib.pyplot as plt +from _databricks import load as load_databricks, unavailable_note from _common import ( MUTED, WHITE, @@ -95,6 +96,7 @@ def rounded_bar( def main() -> int: args = parse_args() manifest, manifest_path = load_manifest(args.manifest) + db = load_databricks(manifest, "full") config = manifest["cost_performance"] sf_path = resolve_source(config["snowflake_pairwise_summary"]) bq_path = resolve_source(config["bigquery_pairwise_summary"]) @@ -151,8 +153,12 @@ def main() -> int: "accepted_values": row(rs_typed, "Redshift · Typed"), }, ] + if db and db["available"]: + value = next(r for r in db["payload"]["rows"] if r["label"] == db["label"]) + rows.append({"label": db["label"], "relative": value["relative_to_clickhouse"], "color": "#FF3621", "source_pair": "ClickHouse vs Databricks September matched window", "accepted_values": value}) + rendered_labels = [r["label"] for r in rows] + ([db["label"]] if db and not db["available"] else []) required_labels = validate_required_labels( - manifest, "full_path_cost_performance", (row["label"] for row in rows) + manifest, "full_path_cost_performance", rendered_labels ) widths = [math.log10(float(item["relative"])) for item in rows] maximum_width = max(widths) @@ -227,9 +233,10 @@ def main() -> int: ) else: fig.tight_layout( - rect=(0, .055 if args.query_cost_display == "attribution" else .01, 1, 1) + rect=(0, .055 if args.query_cost_display == "attribution" else .07, 1, 1) ) output = args.output_dir.expanduser().resolve() + unavailable_note(fig, db, args.wide) png, svg = save_figure(fig, output, basename, args.dpi, wide=args.wide) plt.close(fig) @@ -243,6 +250,7 @@ def main() -> int: "schema_version": 1, "chart": "global_full_path_cost_performance", "layout": layout, + "databricks": db, "presentation": { "query_cost_display": args.query_cost_display, "cost_attribution_visible_on_chart": ( diff --git a/full-path-realtime/quotes/global/visualizations/plot_full_path_cost_vs_query_runtime.py b/full-path-realtime/quotes/global/visualizations/plot_full_path_cost_vs_query_runtime.py index 93f0a1c..349a04e 100644 --- a/full-path-realtime/quotes/global/visualizations/plot_full_path_cost_vs_query_runtime.py +++ b/full-path-realtime/quotes/global/visualizations/plot_full_path_cost_vs_query_runtime.py @@ -13,6 +13,7 @@ from typing import Any import matplotlib.pyplot as plt +from _databricks import load as load_databricks, unavailable_note from _common import ( GRID, MUTED, @@ -75,6 +76,7 @@ def seconds(value: float, _position: float | None = None) -> str: def main() -> int: args = parse_args() manifest, manifest_path = load_manifest(args.manifest) + db = load_databricks(manifest, "full") config = manifest["cost_performance"] sf_path = resolve_source(config["snowflake_pairwise_summary"]) bq_path = resolve_source(config["bigquery_pairwise_summary"]) @@ -133,10 +135,14 @@ def main() -> int: "source_pair": "ClickHouse vs Redshift typed matched window", }, ] + if db and db["available"]: + value = next(r for r in db["payload"]["rows"] if r["label"] == db["label"]) + rows.append({"label": db["label"], "runtime_sec": value["runtime_sec"], "full_path_cost_usd": value["total_cost"], "color": "#FF3621", "source_pair": "ClickHouse vs Databricks September matched window"}) + rendered_labels = [r["label"] for r in rows] + ([db["label"]] if db and not db["available"] else []) required_labels = validate_required_labels( manifest, "full_path_cost_vs_query_runtime", - (row["label"] for row in rows), + rendered_labels, ) basename, figure_size, layout = resolve_layout( @@ -164,6 +170,7 @@ def main() -> int: "BigQuery · On-demand": (12, -13, "left", "top"), "Redshift · SUPER": (-12, 12, "right", "bottom"), "Redshift · Typed": (-12, -12, "right", "top"), + "Databricks Serverless SQL": (12, 12, "left", "bottom"), } for row in rows: axis.scatter( @@ -219,10 +226,11 @@ def main() -> int: ) else: fig.tight_layout( - rect=(0, .055 if args.query_cost_display == "attribution" else .01, 1, 1) + rect=(0, .055 if args.query_cost_display == "attribution" else .07, 1, 1) ) output = args.output_dir.expanduser().resolve() + unavailable_note(fig, db, args.wide) png, svg = save_figure(fig, output, basename, args.dpi, wide=args.wide) plt.close(fig) csv_path = output / f"{basename}_data.csv" @@ -235,6 +243,7 @@ def main() -> int: "schema_version": 1, "chart": "global_full_path_cost_vs_query_runtime", "layout": layout, + "databricks": db, "presentation": { "query_cost_display": args.query_cost_display, "cost_attribution_visible_on_chart": ( diff --git a/full-path-realtime/quotes/global/visualizations/plot_ingest_fresh_path_cost.py b/full-path-realtime/quotes/global/visualizations/plot_ingest_fresh_path_cost.py index d059d3b..3c0ccce 100644 --- a/full-path-realtime/quotes/global/visualizations/plot_ingest_fresh_path_cost.py +++ b/full-path-realtime/quotes/global/visualizations/plot_ingest_fresh_path_cost.py @@ -14,6 +14,7 @@ from typing import Any import matplotlib.pyplot as plt +from _databricks import load as load_databricks from _common import ( MUTED, WHITE, @@ -102,6 +103,8 @@ def rounded_bar( def main() -> int: args = parse_args() manifest, manifest_path = load_manifest(args.manifest) + db = load_databricks(manifest, "fresh") + db_total = db["payload"]["total_cost_usd"] if db else None config = manifest["fresh_path_cost"] sf_path = resolve_source(config["snowflake_pairwise_summary"]) bq_path = resolve_source(config["bigquery_pairwise_summary"]) @@ -195,7 +198,7 @@ def main() -> int: provider: manifest["providers"][provider]["color"] for provider in ("clickhouse", "snowflake", "bigquery", "redshift") } - maximum = max(ch_total, sf_total, bq_capacity_total, bq_on_demand_total, rs_total) + maximum = max(ch_total, sf_total, bq_capacity_total, bq_on_demand_total, rs_total, db_total or 0) basename, figure_size, layout = resolve_layout( args.basename, args.wide, @@ -224,7 +227,12 @@ def main() -> int: "redshift": 0.29, "bigquery": 0.04, } - label_y_offset = 0.105 + if db: + rows = {"clickhouse": .81, "snowflake": .62, "redshift": .43, "bigquery": .24, "databricks": .05} + bar_height = .065 + system_fontsize = 23 if args.wide else 17 + detail_fontsize = 12 if args.wide else 9 + label_y_offset = 0.09 if db else 0.105 for provider, label, y_offset in ( ("clickhouse", "ClickHouse", label_y_offset), @@ -385,6 +393,17 @@ def main() -> int: va="center", ) + if db: + y = rows["databricks"] + axis.text(left, y + label_y_offset, "Databricks Serverless SQL", color="#FF3621", fontsize=system_fontsize, fontweight="bold", va="center") + if db_total is None: + axis.text(left, y + bar_height / 2, "Total unavailable · MV-refresh DBUs missing", color=MUTED, fontsize=total_fontsize, va="center") + else: + width = full_width * db_total / maximum + rounded_bar(axis, left, y, width, bar_height, "#FF3621") + axis.text(left + width + value_gap, y + bar_height / 2, money(db_total), color=WHITE, fontsize=total_fontsize, va="center") + axis.text(left, y - .04, "Zerobus ingestion + MV refresh + estimated Predictive Optimization", color=MUTED, fontsize=detail_fontsize, va="center") + if args.wide: fig.subplots_adjust(left=0.055, right=0.945, bottom=0.060, top=0.755) else: @@ -447,6 +466,12 @@ def main() -> int: "source_pair": "ClickHouse vs Redshift; shared by SUPER and typed read alternatives", }, ] + if db: + components = db["payload"]["components"] + data_rows.append({"label": db["label"], "pricing_model": "allocated DBUs + estimated maintenance; incomplete" if db_total is None else "allocated DBUs + estimated maintenance", "fresh_path_cost_usd": db_total, "ingestion_cost_usd": components["zerobus"]["total_cost_usd"], "mv_maintenance_cost_usd": components["mv_refresh"]["total_cost_usd"], "layout_maintenance_cost_usd": components["clustering"]["total_cost_usd"], "bundled_write_service_cost_usd": "", "source_pair": "ClickHouse vs Databricks September"}) + for r in data_rows: + r["displayed_cost_usd"] = r["fresh_path_cost_usd"] + r["cost_complete"] = r["fresh_path_cost_usd"] is not None required_labels = validate_required_labels( manifest, "fresh_path_cost", (row["label"] for row in data_rows) ) @@ -469,6 +494,7 @@ def main() -> int: "total_label_placement": "directly after each bar; BigQuery alternatives share one compact endpoint label", "maximum_bar_width_axis_fraction": full_width, }, + "databricks": db, "systems": { "clickhouse": { "bundled_write_service_cost_usd": ch_total, diff --git a/full-path-realtime/quotes/global/visualizations/plot_mv_lag.py b/full-path-realtime/quotes/global/visualizations/plot_mv_lag.py index 3dceb00..ad51a0b 100644 --- a/full-path-realtime/quotes/global/visualizations/plot_mv_lag.py +++ b/full-path-realtime/quotes/global/visualizations/plot_mv_lag.py @@ -338,8 +338,11 @@ def main() -> int: if args.wide: fig.subplots_adjust(left=.080, right=.965, bottom=.120, top=.745) else: - fig.tight_layout() + fig.tight_layout(rect=(0, .055, 1, 1)) output = args.output_dir.expanduser().resolve() + unavailable = manifest.get("unavailable_providers", {}).get("mv_lag", {}) + if unavailable: + fig.text(.5, .03, "Databricks: separate row-gap / refresh-age chart; no comparable time-lag measurement", ha="center", color="#FF3621", fontsize=11 if args.wide else 8) png, svg = save_figure(fig, output, basename, args.dpi, wide=args.wide) plt.close(fig) @@ -365,6 +368,7 @@ def main() -> int: "schema_version": 1, "chart": "global_persisted_mv_refresh_lag", "layout": layout, + "unavailable_providers": unavailable, "contract": { "metric": "Persisted MV refresh lag, not query-answer freshness", "clickhouse": "0 by ingest-time incremental MV design", diff --git a/full-path-realtime/quotes/global/visualizations/plot_query_latency.py b/full-path-realtime/quotes/global/visualizations/plot_query_latency.py index b06ebb4..f1567c7 100644 --- a/full-path-realtime/quotes/global/visualizations/plot_query_latency.py +++ b/full-path-realtime/quotes/global/visualizations/plot_query_latency.py @@ -111,12 +111,19 @@ def load_points( for job in jobs: if job.get("error") is not None or job.get("cache_hit") is not False: raise ValueError(f"invalid BigQuery query evidence at {path}:{line}") + if provider == "databricks": + if record.get("cache_hit") != [[False] for _ in query_names] or record.get("query_errors") != [[] for _ in query_names]: + raise ValueError(f"invalid Databricks cache/error evidence at {path}:{line}") selected += 1 for index, query_name in enumerate(query_names): latency = scalar_trial(results[index], f"{path}:{line}:q{index + 1}") source = "clickhouse-client --time" if provider == "snowflake": source = "runner result (end-to-end)" + elif provider == "databricks": + source = "provider Query History total duration; includes compilation; excludes fetch" + elif provider.startswith("redshift"): + source = "runner result (end-to-end)" elif provider == "bigquery": job = jobs[index] if not math.isclose(latency, float(job["runtime_sec"]), abs_tol=1e-9): @@ -297,17 +304,17 @@ def main() -> int: f"{snowflake_label} · outliers excluded" ) fig.legend( - legend_handles, legend_labels, loc="upper center", ncol=min(5, len(legend_labels)), + legend_handles, legend_labels, loc="upper center", ncol=3 if len(legend_labels) > 5 else len(legend_labels), facecolor=plot_background, edgecolor=GRID, labelcolor="white", fontsize=legend_fontsize, bbox_to_anchor=(.5, .777 if args.wide else 1.005), framealpha=.9, ) if args.wide: fig.subplots_adjust( - left=.090, right=.965, bottom=.095, top=.690, + left=.090, right=.965, bottom=.095, top=.650 if len(legend_labels) > 5 else .690, wspace=.105, hspace=.250, ) else: - fig.tight_layout(rect=(0, 0, 1, .93)) + fig.tight_layout(rect=(0, 0, 1, .85 if len(legend_labels) > 5 else .93)) png, svg = save_figure(fig, output, basename, args.dpi, wide=args.wide) plt.close(fig) diff --git a/full-path-realtime/quotes/redshift-serverless/ARCHITECTURE.md b/full-path-realtime/quotes/redshift-serverless/ARCHITECTURE.md index 2665605..782202c 100644 --- a/full-path-realtime/quotes/redshift-serverless/ARCHITECTURE.md +++ b/full-path-realtime/quotes/redshift-serverless/ARCHITECTURE.md @@ -48,9 +48,11 @@ we attribute to Redshift is fair and right-sized** — it's a cost line the othe - **The SUPER-vs-typed comparison is a deliberate result:** the same drilldown logic runs against the live `SUPER` payload *and* the typed projection, so the cost of semi-structured access is measured rather than assumed. -- **Sizing:** writer base **128 RPU / max 128 RPU** for the measured run (keeps up with 1M EPS at 128 - floor, offset lag 0, ~6–9 s freshness); reader **32 RPU, max = base** during characterization; - MSK 3× `kafka.m7g.xlarge` (Graviton; 3 AZ, RF=3), EBS 500 GB/broker. +- **Sizing:** the original long-run telemetry was captured at a **128-RPU writer**. Subsequent + characterization found **32 RPU** was the minimum that still sustained 1M EPS with 5-second + median lag, while 16 RPU fell behind. The accepted cost scenario therefore assumes **32 active + writer RPUs** for the complete producer window. The reader remains **32 RPU, max = base**; MSK is + 3× `kafka.m7g.xlarge` (Graviton; 3 AZ, RF=3), EBS 500 GB/broker. ## Why MSK (and not a push API, and not a local broker) @@ -89,12 +91,14 @@ and that broker is a genuine cost of running Redshift in real time. ## Cost accounting (what we publish) -The published fresh-data-path model is **128 writer RPU × producer uptime + MSK broker-hours + -prorated MSK storage**. It is one shared write path for both read representations and is never split -or doubled. Query cost is separate: the committed hourly reader `compute_seconds` allocation is -distributed by each statement's elapsed share of its start-hour. This is normalized query cost, not -a literal invoice reconstruction. Client cross-AZ is excluded by benchmark-owner policy, and the -final RMS snapshot is retained as evidence but excluded because it is not time-integrated. +The published fresh-data-path model is **assumed 32 active writer RPU × producer uptime + MSK +broker-hours + prorated MSK storage**. The assumption is stored and hashed separately from the +original run telemetry; it is not presented as a reconstruction of `charged_seconds`. It is one +shared write path for both read representations and is never split or doubled. Query cost is +separate: the committed hourly reader `compute_seconds` allocation is distributed by each +statement's elapsed share of its start-hour. This is normalized query cost, not a literal invoice +reconstruction. Client cross-AZ is excluded by benchmark-owner policy, and the final RMS snapshot is +retained as evidence but excluded because it is not time-integrated. ## Operational notes that shaped the design (both hit during bring-up) diff --git a/full-path-realtime/quotes/redshift-serverless/PIPELINE.md b/full-path-realtime/quotes/redshift-serverless/PIPELINE.md index 69eb470..d17a0c3 100644 --- a/full-path-realtime/quotes/redshift-serverless/PIPELINE.md +++ b/full-path-realtime/quotes/redshift-serverless/PIPELINE.md @@ -84,11 +84,13 @@ EC2 producer --1M EPS--> MSK topic `quotes` ## Freshness & cost pointers - **Freshness**: `SYS_STREAM_SCAN_STATES` is point-in-time — `monitor_lag.py` samples it live into `lag_*.jsonl`. Rollup freshness = streaming auto-refresh lag + the child's own cadence. -- **Cost**: `costs/_commands.txt` consumes committed evidence. The writer is 128 RPU × the full - 113,227-second producer uptime; MSK is broker-hours + prorated storage. That one fresh path is - shared by both read alternatives. Query cost uses the committed hourly reader allocation embedded - in `billed_times`; no live or minute-level `SYS_SERVERLESS_USAGE` pull is required. Client cross-AZ - and RMS are excluded from the main comparison. +- **Cost**: `costs/_commands.txt` consumes committed evidence plus the hash-tracked + `costs/writer_capacity_assumption.json`. The accepted scenario uses 32 active writer RPU × the + full 113,227-second producer uptime; MSK is broker-hours + prorated storage. This is an explicit + capacity assumption informed by later characterization, not original-run `charged_seconds`. + That one fresh path is shared by both read alternatives. Query cost uses the committed hourly + reader allocation embedded in `billed_times`; no live or minute-level `SYS_SERVERLESS_USAGE` pull + is required. Client cross-AZ and RMS are excluded from the main comparison. DDL: `sql/setup_streaming.sql`. Datashare: `sql/setup_datashare.sql`. Rationale + reviewer questions: `ARCHITECTURE.md`. diff --git a/full-path-realtime/quotes/redshift-serverless/README.md b/full-path-realtime/quotes/redshift-serverless/README.md index 153fd39..9a667b7 100644 --- a/full-path-realtime/quotes/redshift-serverless/README.md +++ b/full-path-realtime/quotes/redshift-serverless/README.md @@ -130,10 +130,10 @@ datashare objects — so the read-runners execute from the in-VPC producer box. | Question | Answer (as of 2026-08-12) | |---|---| | MSK sizing for ~1M EPS | **3× `kafka.m7g.xlarge`, 3 AZ, RF=3, 24 partitions.** Measured ingress **~28.5 MB/s compressed** at ~999K EPS (lz4 ≈ 4.8:1, ~138 B/row raw). | -| Serverless RPU floor | Writer keeps up with **1M EPS at 128 RPU, base=max**: per-partition offset lag **0**, active streaming freshness median 5 s. Reader is 32 RPU, `max = base`. | +| Serverless RPU floor | Subsequent characterization found **32 RPU** was the minimum writer capacity that still sustained **1M EPS** with 5-second median lag; 16 RPU fell behind. The original long run was captured at 128 RPU. Reader is 32 RPU, `max = base`. | | Does the rollup refresh incrementally? | **Yes** — both children report *"updated MV incrementally"*. Keep to COUNT/SUM/MIN/MAX and bucket the day with `DATE_TRUNC` (a `::date` cast risks the mutable-date-time rule that forces full recompute). Typed refresh: 74 s initial build → **17.6 s incremental** under load, 0.4 s quiesced. | | Freshness metric | `SYS_STREAM_SCAN_STATES` (`lag_from_latest`, `max_latency_s`) — **point-in-time, must be sampled live**; `monitor_lag.py` writes it to `lag_*.jsonl`. Rollup freshness = that lag + the child's cadence. | -| Cost attribution | Writer: 128 RPU × full 113,227-second producer uptime. MSK: broker-hours + prorated storage. This **one shared fresh path** is reused by both read variants. Reader queries: committed hourly `compute_seconds` allocated by statement elapsed share. Client cross-AZ and RMS are excluded from the main comparison. | +| Cost attribution | Writer: an explicit, owner-directed **32-active-RPU assumption** × the full 113,227-second producer uptime. MSK: broker-hours + prorated storage. This **one shared fresh path** is reused by both read variants. The assumption is not represented as original-run billing evidence. Reader queries: committed hourly `compute_seconds` allocated by statement elapsed share. Client cross-AZ and RMS are excluded from the main comparison. | ## Implementation (built) diff --git a/full-path-realtime/quotes/redshift-serverless/costs/_commands.txt b/full-path-realtime/quotes/redshift-serverless/costs/_commands.txt index f25afce..fcfa8c0 100644 --- a/full-path-realtime/quotes/redshift-serverless/costs/_commands.txt +++ b/full-path-realtime/quotes/redshift-serverless/costs/_commands.txt @@ -12,6 +12,7 @@ RS_OUT="$RS_COSTS/out/t2" CH_COSTS="quotes/clickhouse-cloud/costs" CH_MATCHED="$CH_COSTS/out_t2/matched/redshift_run_20260812" ALLOCATION="$RS_RESULTS/billed_per_query_reader.csv" +WRITER_CAPACITY_ASSUMPTION="$RS_COSTS/writer_capacity_assumption.json" mkdir -p "$RS_OUT" @@ -37,8 +38,11 @@ python3 "$RS_COSTS/summarize_queries.py" \ --allocation-csv "$ALLOCATION" # One shared writer + MSK path. It is reused by both read alternatives and is -# never divided or charged twice. Client cross-AZ and RMS are excluded. -python3 "$RS_COSTS/summarize_fresh_path.py" "$RS_OUT/fresh_data_path.json" +# never divided or charged twice. The writer uses the accepted, hash-tracked +# 32-RPU modeling assumption; this is not a reconstruction of charged_seconds. +# Client cross-AZ and RMS are excluded. +python3 "$RS_COSTS/summarize_fresh_path.py" "$RS_OUT/fresh_data_path.json" \ + --writer-capacity-assumption "$WRITER_CAPACITY_ASSUMPTION" python3 "$RS_COSTS/combine_full_path.py" \ --variant super \ diff --git a/full-path-realtime/quotes/redshift-serverless/costs/out/t2/dashboard.json b/full-path-realtime/quotes/redshift-serverless/costs/out/t2/dashboard.json index 6a3b02c..0155afe 100644 --- a/full-path-realtime/quotes/redshift-serverless/costs/out/t2/dashboard.json +++ b/full-path-realtime/quotes/redshift-serverless/costs/out/t2/dashboard.json @@ -32,7 +32,7 @@ }, "pricing": { "path": "quotes/redshift-serverless/costs/pricing_eu-west-2.json", - "sha256": "34382fd66b283b6d0dcecd09243ee6db3ac8b27996e31e98c0d96f177e599d19", + "sha256": "4330e2860c37528f0e6249f87d770294c6ecc0460bc935cecadb4496a3cbd962", "region": "eu-west-2", "effective_date": "2026-08-14" }, diff --git a/full-path-realtime/quotes/redshift-serverless/costs/out/t2/drilldown_super.json b/full-path-realtime/quotes/redshift-serverless/costs/out/t2/drilldown_super.json index 4b5ecfe..3d3a6e7 100644 --- a/full-path-realtime/quotes/redshift-serverless/costs/out/t2/drilldown_super.json +++ b/full-path-realtime/quotes/redshift-serverless/costs/out/t2/drilldown_super.json @@ -32,7 +32,7 @@ }, "pricing": { "path": "quotes/redshift-serverless/costs/pricing_eu-west-2.json", - "sha256": "34382fd66b283b6d0dcecd09243ee6db3ac8b27996e31e98c0d96f177e599d19", + "sha256": "4330e2860c37528f0e6249f87d770294c6ecc0460bc935cecadb4496a3cbd962", "region": "eu-west-2", "effective_date": "2026-08-14" }, diff --git a/full-path-realtime/quotes/redshift-serverless/costs/out/t2/drilldown_typed.json b/full-path-realtime/quotes/redshift-serverless/costs/out/t2/drilldown_typed.json index 47b0bfe..a6337c2 100644 --- a/full-path-realtime/quotes/redshift-serverless/costs/out/t2/drilldown_typed.json +++ b/full-path-realtime/quotes/redshift-serverless/costs/out/t2/drilldown_typed.json @@ -32,7 +32,7 @@ }, "pricing": { "path": "quotes/redshift-serverless/costs/pricing_eu-west-2.json", - "sha256": "34382fd66b283b6d0dcecd09243ee6db3ac8b27996e31e98c0d96f177e599d19", + "sha256": "4330e2860c37528f0e6249f87d770294c6ecc0460bc935cecadb4496a3cbd962", "region": "eu-west-2", "effective_date": "2026-08-14" }, diff --git a/full-path-realtime/quotes/redshift-serverless/costs/out/t2/fresh_data_path.json b/full-path-realtime/quotes/redshift-serverless/costs/out/t2/fresh_data_path.json index 34eaa06..a7e2e76 100644 --- a/full-path-realtime/quotes/redshift-serverless/costs/out/t2/fresh_data_path.json +++ b/full-path-realtime/quotes/redshift-serverless/costs/out/t2/fresh_data_path.json @@ -1,5 +1,5 @@ { - "schema_version": 1, + "schema_version": 2, "system": "Redshift Serverless", "scope": "complete-ingest fresh-data path", "rows_ingested": 113219565734, @@ -18,13 +18,27 @@ ], "attribution": "The writer and MSK path is charged once, reused unchanged by both counterfactual read-path comparisons, and never split or doubled." }, + "writer_capacity_assumption": { + "path": "quotes/redshift-serverless/costs/writer_capacity_assumption.json", + "sha256": "2a047705751e9556755aeceed8f5cd607a53051660ace1a08d966f44eb25717b", + "schema_version": 1, + "system": "Redshift Serverless", + "component": "producer workgroup", + "assumed_active_rpu": 32, + "cost_model": "assumed active capacity multiplied by complete producer uptime", + "evidence_scope": "benchmark-owner-directed modeling assumption; not a reconstruction of the original run's charged_seconds", + "basis": "Subsequent capacity characterization reported that 32 RPU sustained the 1 million events/second target with a 5-second median lag, while 16 RPU did not keep up.", + "accepted_on": "2026-08-17", + "applies_to": "the shared Redshift writer plus MSK complete-ingest fresh-data path used unchanged by the SUPER and typed read alternatives" + }, "components": { "writer_workgroup": { - "base_rpu": 128, - "capacity_time_rpu_seconds": 14493056.0, + "assumed_active_rpu": 32.0, + "capacity_time_rpu_seconds": 3623264.0, "rpu_hour_rate_usd": 0.467, - "cost_usd": 1880.0714311111112, - "model": "declared base capacity multiplied by full producer uptime" + "cost_usd": 470.0178577777778, + "model": "assumed active capacity multiplied by complete producer uptime", + "evidence_scope": "benchmark-owner-directed modeling assumption; not a reconstruction of the original run's charged_seconds" }, "msk": { "brokers": 3, @@ -42,7 +56,7 @@ "total_cost_usd": 52.00912921518265 } }, - "total_cost_usd": 1932.0805603262938, + "total_cost_usd": 522.0269869929605, "excluded": { "redshift_managed_storage": "Final storage snapshot is not time-integrated and is excluded from the main fresh-data-path comparison.", "client_cross_az_transfer": "Excluded by benchmark-owner policy, consistently with other systems.", @@ -50,7 +64,7 @@ }, "pricing": { "path": "quotes/redshift-serverless/costs/pricing_eu-west-2.json", - "sha256": "34382fd66b283b6d0dcecd09243ee6db3ac8b27996e31e98c0d96f177e599d19", + "sha256": "4330e2860c37528f0e6249f87d770294c6ecc0460bc935cecadb4496a3cbd962", "region": "eu-west-2", "effective_date": "2026-08-14", "sources": [ diff --git a/full-path-realtime/quotes/redshift-serverless/costs/out/t2/full_path_super.json b/full-path-realtime/quotes/redshift-serverless/costs/out/t2/full_path_super.json index b0a53d5..5ac7ac2 100644 --- a/full-path-realtime/quotes/redshift-serverless/costs/out/t2/full_path_super.json +++ b/full-path-realtime/quotes/redshift-serverless/costs/out/t2/full_path_super.json @@ -16,15 +16,15 @@ { "label": "Redshift \u00b7 SUPER", "runtime_sec": 6093.541947, - "fresh_data_path_cost": 1932.0805603262938, + "fresh_data_path_cost": 522.0269869929605, "query_cost": 24.967476034, - "total_cost": 1957.0480363602937, - "score": 11925354.30185543, - "relative_to_clickhouse": 7139.739408749949 + "total_cost": 546.9944630269605, + "score": 3333133.705231524, + "relative_to_clickhouse": 1995.5554751250984 } ], "shared_redshift_fresh_data_path": { - "schema_version": 1, + "schema_version": 2, "system": "Redshift Serverless", "scope": "complete-ingest fresh-data path", "rows_ingested": 113219565734, @@ -43,13 +43,27 @@ ], "attribution": "The writer and MSK path is charged once, reused unchanged by both counterfactual read-path comparisons, and never split or doubled." }, + "writer_capacity_assumption": { + "path": "quotes/redshift-serverless/costs/writer_capacity_assumption.json", + "sha256": "2a047705751e9556755aeceed8f5cd607a53051660ace1a08d966f44eb25717b", + "schema_version": 1, + "system": "Redshift Serverless", + "component": "producer workgroup", + "assumed_active_rpu": 32, + "cost_model": "assumed active capacity multiplied by complete producer uptime", + "evidence_scope": "benchmark-owner-directed modeling assumption; not a reconstruction of the original run's charged_seconds", + "basis": "Subsequent capacity characterization reported that 32 RPU sustained the 1 million events/second target with a 5-second median lag, while 16 RPU did not keep up.", + "accepted_on": "2026-08-17", + "applies_to": "the shared Redshift writer plus MSK complete-ingest fresh-data path used unchanged by the SUPER and typed read alternatives" + }, "components": { "writer_workgroup": { - "base_rpu": 128, - "capacity_time_rpu_seconds": 14493056.0, + "assumed_active_rpu": 32.0, + "capacity_time_rpu_seconds": 3623264.0, "rpu_hour_rate_usd": 0.467, - "cost_usd": 1880.0714311111112, - "model": "declared base capacity multiplied by full producer uptime" + "cost_usd": 470.0178577777778, + "model": "assumed active capacity multiplied by complete producer uptime", + "evidence_scope": "benchmark-owner-directed modeling assumption; not a reconstruction of the original run's charged_seconds" }, "msk": { "brokers": 3, @@ -67,7 +81,7 @@ "total_cost_usd": 52.00912921518265 } }, - "total_cost_usd": 1932.0805603262938, + "total_cost_usd": 522.0269869929605, "excluded": { "redshift_managed_storage": "Final storage snapshot is not time-integrated and is excluded from the main fresh-data-path comparison.", "client_cross_az_transfer": "Excluded by benchmark-owner policy, consistently with other systems.", @@ -75,7 +89,7 @@ }, "pricing": { "path": "quotes/redshift-serverless/costs/pricing_eu-west-2.json", - "sha256": "34382fd66b283b6d0dcecd09243ee6db3ac8b27996e31e98c0d96f177e599d19", + "sha256": "4330e2860c37528f0e6249f87d770294c6ecc0460bc935cecadb4496a3cbd962", "region": "eu-west-2", "effective_date": "2026-08-14", "sources": [ @@ -112,11 +126,11 @@ }, "redshift_dashboard": { "path": "quotes/redshift-serverless/costs/out/t2/dashboard.json", - "sha256": "40d7975d1c8f3b07c760bafb0c27e938ff7708d7e7e35948e50a3e95a76e49ff" + "sha256": "a381c05d307328d01386549875dc9fc57d087af12615eb48dec17f36bb235e70" }, "redshift_drilldown": { "path": "quotes/redshift-serverless/costs/out/t2/drilldown_super.json", - "sha256": "641befe57b33edc9ecc7dde2b0a3e71a3af3cc52389202ed9e64d91785930a3b" + "sha256": "05da7c03c85781499ec0364f1deab945f47e8e487d1a9e4b17c94fb7174750d7" }, "clickhouse_fresh_path": { "path": "quotes/clickhouse-cloud/costs/out_t2/ingest.json", @@ -124,7 +138,7 @@ }, "redshift_fresh_path": { "path": "quotes/redshift-serverless/costs/out/t2/fresh_data_path.json", - "sha256": "c77ae92ca2e9fa3f4491383fbba3e02589afbc0d4ea1da2f9590f0297b263cfa" + "sha256": "0c891e3040ee9d22b7b7f3c56ebc81b3b500113aec8ab504189752f4cec654db" } } } diff --git a/full-path-realtime/quotes/redshift-serverless/costs/out/t2/full_path_typed.json b/full-path-realtime/quotes/redshift-serverless/costs/out/t2/full_path_typed.json index eb23cb7..e91f036 100644 --- a/full-path-realtime/quotes/redshift-serverless/costs/out/t2/full_path_typed.json +++ b/full-path-realtime/quotes/redshift-serverless/costs/out/t2/full_path_typed.json @@ -16,15 +16,15 @@ { "label": "Redshift \u00b7 Typed", "runtime_sec": 12048.262083, - "fresh_data_path_cost": 1932.0805603262938, + "fresh_data_path_cost": 522.0269869929605, "query_cost": 48.177576974000004, - "total_cost": 1980.2581373002938, - "score": 23858669.03018734, - "relative_to_clickhouse": 14284.24474471564 + "total_cost": 570.2045639669604, + "score": 6869974.027596678, + "relative_to_clickhouse": 4113.070610764922 } ], "shared_redshift_fresh_data_path": { - "schema_version": 1, + "schema_version": 2, "system": "Redshift Serverless", "scope": "complete-ingest fresh-data path", "rows_ingested": 113219565734, @@ -43,13 +43,27 @@ ], "attribution": "The writer and MSK path is charged once, reused unchanged by both counterfactual read-path comparisons, and never split or doubled." }, + "writer_capacity_assumption": { + "path": "quotes/redshift-serverless/costs/writer_capacity_assumption.json", + "sha256": "2a047705751e9556755aeceed8f5cd607a53051660ace1a08d966f44eb25717b", + "schema_version": 1, + "system": "Redshift Serverless", + "component": "producer workgroup", + "assumed_active_rpu": 32, + "cost_model": "assumed active capacity multiplied by complete producer uptime", + "evidence_scope": "benchmark-owner-directed modeling assumption; not a reconstruction of the original run's charged_seconds", + "basis": "Subsequent capacity characterization reported that 32 RPU sustained the 1 million events/second target with a 5-second median lag, while 16 RPU did not keep up.", + "accepted_on": "2026-08-17", + "applies_to": "the shared Redshift writer plus MSK complete-ingest fresh-data path used unchanged by the SUPER and typed read alternatives" + }, "components": { "writer_workgroup": { - "base_rpu": 128, - "capacity_time_rpu_seconds": 14493056.0, + "assumed_active_rpu": 32.0, + "capacity_time_rpu_seconds": 3623264.0, "rpu_hour_rate_usd": 0.467, - "cost_usd": 1880.0714311111112, - "model": "declared base capacity multiplied by full producer uptime" + "cost_usd": 470.0178577777778, + "model": "assumed active capacity multiplied by complete producer uptime", + "evidence_scope": "benchmark-owner-directed modeling assumption; not a reconstruction of the original run's charged_seconds" }, "msk": { "brokers": 3, @@ -67,7 +81,7 @@ "total_cost_usd": 52.00912921518265 } }, - "total_cost_usd": 1932.0805603262938, + "total_cost_usd": 522.0269869929605, "excluded": { "redshift_managed_storage": "Final storage snapshot is not time-integrated and is excluded from the main fresh-data-path comparison.", "client_cross_az_transfer": "Excluded by benchmark-owner policy, consistently with other systems.", @@ -75,7 +89,7 @@ }, "pricing": { "path": "quotes/redshift-serverless/costs/pricing_eu-west-2.json", - "sha256": "34382fd66b283b6d0dcecd09243ee6db3ac8b27996e31e98c0d96f177e599d19", + "sha256": "4330e2860c37528f0e6249f87d770294c6ecc0460bc935cecadb4496a3cbd962", "region": "eu-west-2", "effective_date": "2026-08-14", "sources": [ @@ -112,11 +126,11 @@ }, "redshift_dashboard": { "path": "quotes/redshift-serverless/costs/out/t2/dashboard.json", - "sha256": "40d7975d1c8f3b07c760bafb0c27e938ff7708d7e7e35948e50a3e95a76e49ff" + "sha256": "a381c05d307328d01386549875dc9fc57d087af12615eb48dec17f36bb235e70" }, "redshift_drilldown": { "path": "quotes/redshift-serverless/costs/out/t2/drilldown_typed.json", - "sha256": "6db77bbaefcebd4f5c3e5f5dcb4092617abe1b19ee371c6247d9f0b3fe4df06f" + "sha256": "9e2ce67115655a8831666266da4c530235017283c77af7cbaaf1e082b76f3d21" }, "clickhouse_fresh_path": { "path": "quotes/clickhouse-cloud/costs/out_t2/ingest.json", @@ -124,7 +138,7 @@ }, "redshift_fresh_path": { "path": "quotes/redshift-serverless/costs/out/t2/fresh_data_path.json", - "sha256": "c77ae92ca2e9fa3f4491383fbba3e02589afbc0d4ea1da2f9590f0297b263cfa" + "sha256": "0c891e3040ee9d22b7b7f3c56ebc81b3b500113aec8ab504189752f4cec654db" } } } diff --git a/full-path-realtime/quotes/redshift-serverless/costs/pricing_eu-west-2.json b/full-path-realtime/quotes/redshift-serverless/costs/pricing_eu-west-2.json index b249c7d..b78e88a 100644 --- a/full-path-realtime/quotes/redshift-serverless/costs/pricing_eu-west-2.json +++ b/full-path-realtime/quotes/redshift-serverless/costs/pricing_eu-west-2.json @@ -7,7 +7,7 @@ "redshift_serverless": { "rpu_hour_usd": 0.467, "managed_storage_gb_month_usd": 0.025, - "billing_note": "RPU price is used for normalized query allocation and the declared writer capacity-time model. Managed storage is retained as evidence but excluded from the benchmark fresh-data-path total." + "billing_note": "RPU price is used for normalized query allocation and the separately declared writer capacity-time assumption. Managed storage is retained as evidence but excluded from the benchmark fresh-data-path total." }, "msk_provisioned": { "broker_instance": "kafka.m7g.xlarge", diff --git a/full-path-realtime/quotes/redshift-serverless/costs/summarize_fresh_path.py b/full-path-realtime/quotes/redshift-serverless/costs/summarize_fresh_path.py index 82dddd6..c1485a7 100644 --- a/full-path-realtime/quotes/redshift-serverless/costs/summarize_fresh_path.py +++ b/full-path-realtime/quotes/redshift-serverless/costs/summarize_fresh_path.py @@ -25,13 +25,27 @@ def parse_time(value: str) -> datetime: return datetime.fromisoformat(value.replace("Z", "+00:00")) +def load_capacity_assumption(path: Path) -> dict[str, Any]: + payload = json.loads(path.read_text(encoding="utf-8")) + if payload.get("system") != "Redshift Serverless": + raise ValueError("writer-capacity assumption must name Redshift Serverless") + if payload.get("component") != "producer workgroup": + raise ValueError("writer-capacity assumption must target the producer workgroup") + rpu = payload.get("assumed_active_rpu") + if isinstance(rpu, bool) or not isinstance(rpu, (int, float)) or float(rpu) <= 0: + raise ValueError("writer-capacity assumption requires positive assumed_active_rpu") + if "not a reconstruction" not in str(payload.get("evidence_scope", "")): + raise ValueError("writer-capacity assumption must disclose its non-billing evidence scope") + return payload + + def main() -> int: parser = argparse.ArgumentParser(description=__doc__) parser.add_argument("output", type=Path) parser.add_argument("--start", default="2026-08-12T16:53:56Z") parser.add_argument("--end", default="2026-08-14T00:21:03Z") parser.add_argument("--rows", type=int, default=113_219_565_734) - parser.add_argument("--writer-rpu", type=float, default=128) + parser.add_argument("--writer-capacity-assumption", type=Path, required=True) parser.add_argument("--msk-brokers", type=int, default=3) parser.add_argument("--msk-storage-gb-per-broker", type=float, default=500) parser.add_argument("--msk-partitions", type=int, default=24) @@ -46,18 +60,21 @@ def main() -> int: duration_seconds = (end - start).total_seconds() if duration_seconds <= 0: raise ValueError("--end must be after --start") - if args.rows <= 0 or args.writer_rpu <= 0 or args.msk_brokers <= 0: - raise ValueError("rows, writer RPU, and broker count must be positive") + if args.rows <= 0 or args.msk_brokers <= 0: + raise ValueError("rows and broker count must be positive") pricing_path = args.pricing.expanduser().resolve() pricing = json.loads(pricing_path.read_text(encoding="utf-8")) + assumption_path = args.writer_capacity_assumption.expanduser().resolve() + assumption = load_capacity_assumption(assumption_path) + writer_rpu = float(assumption["assumed_active_rpu"]) hours = duration_seconds / 3600 redshift_rate = float(pricing["redshift_serverless"]["rpu_hour_usd"]) broker_rate = float(pricing["msk_provisioned"]["broker_hour_usd"]) storage_rate = float(pricing["msk_provisioned"]["storage_gb_month_usd"]) month_hours = float(pricing["month_hours"]) - writer_rpu_seconds = args.writer_rpu * duration_seconds + writer_rpu_seconds = writer_rpu * duration_seconds writer_cost = writer_rpu_seconds / 3600 * redshift_rate broker_cost = args.msk_brokers * hours * broker_rate total_storage_gb = args.msk_brokers * args.msk_storage_gb_per_broker @@ -65,7 +82,7 @@ def main() -> int: msk_total = broker_cost + storage_cost total = writer_cost + msk_total payload: dict[str, Any] = { - "schema_version": 1, + "schema_version": 2, "system": "Redshift Serverless", "scope": "complete-ingest fresh-data path", "rows_ingested": args.rows, @@ -81,13 +98,19 @@ def main() -> int: "read_variants": ["dashboard + SUPER drill-down", "dashboard + typed drill-down"], "attribution": "The writer and MSK path is charged once, reused unchanged by both counterfactual read-path comparisons, and never split or doubled.", }, + "writer_capacity_assumption": { + "path": portable_path(assumption_path), + "sha256": sha256(assumption_path), + **assumption, + }, "components": { "writer_workgroup": { - "base_rpu": args.writer_rpu, + "assumed_active_rpu": writer_rpu, "capacity_time_rpu_seconds": writer_rpu_seconds, "rpu_hour_rate_usd": redshift_rate, "cost_usd": writer_cost, - "model": "declared base capacity multiplied by full producer uptime", + "model": assumption["cost_model"], + "evidence_scope": assumption["evidence_scope"], }, "msk": { "brokers": args.msk_brokers, diff --git a/full-path-realtime/quotes/redshift-serverless/costs/writer_capacity_assumption.json b/full-path-realtime/quotes/redshift-serverless/costs/writer_capacity_assumption.json new file mode 100644 index 0000000..811fbdb --- /dev/null +++ b/full-path-realtime/quotes/redshift-serverless/costs/writer_capacity_assumption.json @@ -0,0 +1,11 @@ +{ + "schema_version": 1, + "system": "Redshift Serverless", + "component": "producer workgroup", + "assumed_active_rpu": 32, + "cost_model": "assumed active capacity multiplied by complete producer uptime", + "evidence_scope": "benchmark-owner-directed modeling assumption; not a reconstruction of the original run's charged_seconds", + "basis": "Subsequent capacity characterization reported that 32 RPU sustained the 1 million events/second target with a 5-second median lag, while 16 RPU did not keep up.", + "accepted_on": "2026-08-17", + "applies_to": "the shared Redshift writer plus MSK complete-ingest fresh-data path used unchanged by the SUPER and typed read alternatives" +} diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/aggregate_query_latency_clickhouse_vs_redshift_summary.json b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/aggregate_query_latency_clickhouse_vs_redshift_summary.json index 6ae5551..567ecb9 100644 --- a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/aggregate_query_latency_clickhouse_vs_redshift_summary.json +++ b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/aggregate_query_latency_clickhouse_vs_redshift_summary.json @@ -41,7 +41,7 @@ }, "right_cost": { "path": "quotes/redshift-serverless/costs/out/t2/dashboard.json", - "sha256": "40d7975d1c8f3b07c760bafb0c27e938ff7708d7e7e35948e50a3e95a76e49ff" + "sha256": "a381c05d307328d01386549875dc9fc57d087af12615eb48dec17f36bb235e70" } }, "reports": { diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/aggregate_query_latency_clickhouse_vs_redshift_wide_summary.json b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/aggregate_query_latency_clickhouse_vs_redshift_wide_summary.json index 198c80b..07cd160 100644 --- a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/aggregate_query_latency_clickhouse_vs_redshift_wide_summary.json +++ b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/aggregate_query_latency_clickhouse_vs_redshift_wide_summary.json @@ -50,7 +50,7 @@ }, "right_cost": { "path": "quotes/redshift-serverless/costs/out/t2/dashboard.json", - "sha256": "40d7975d1c8f3b07c760bafb0c27e938ff7708d7e7e35948e50a3e95a76e49ff" + "sha256": "a381c05d307328d01386549875dc9fc57d087af12615eb48dec17f36bb235e70" } }, "reports": { diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/drilldown_query_latency_clickhouse_vs_redshift_super_summary.json b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/drilldown_query_latency_clickhouse_vs_redshift_super_summary.json index 5d96920..8d844c7 100644 --- a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/drilldown_query_latency_clickhouse_vs_redshift_super_summary.json +++ b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/drilldown_query_latency_clickhouse_vs_redshift_super_summary.json @@ -41,7 +41,7 @@ }, "right_cost": { "path": "quotes/redshift-serverless/costs/out/t2/drilldown_super.json", - "sha256": "641befe57b33edc9ecc7dde2b0a3e71a3af3cc52389202ed9e64d91785930a3b" + "sha256": "05da7c03c85781499ec0364f1deab945f47e8e487d1a9e4b17c94fb7174750d7" } }, "reports": { diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/drilldown_query_latency_clickhouse_vs_redshift_super_wide_summary.json b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/drilldown_query_latency_clickhouse_vs_redshift_super_wide_summary.json index 2cf406b..b388a4a 100644 --- a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/drilldown_query_latency_clickhouse_vs_redshift_super_wide_summary.json +++ b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/drilldown_query_latency_clickhouse_vs_redshift_super_wide_summary.json @@ -50,7 +50,7 @@ }, "right_cost": { "path": "quotes/redshift-serverless/costs/out/t2/drilldown_super.json", - "sha256": "641befe57b33edc9ecc7dde2b0a3e71a3af3cc52389202ed9e64d91785930a3b" + "sha256": "05da7c03c85781499ec0364f1deab945f47e8e487d1a9e4b17c94fb7174750d7" } }, "reports": { diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/drilldown_query_latency_clickhouse_vs_redshift_typed_summary.json b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/drilldown_query_latency_clickhouse_vs_redshift_typed_summary.json index 7df9bc4..43037e1 100644 --- a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/drilldown_query_latency_clickhouse_vs_redshift_typed_summary.json +++ b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/drilldown_query_latency_clickhouse_vs_redshift_typed_summary.json @@ -41,7 +41,7 @@ }, "right_cost": { "path": "quotes/redshift-serverless/costs/out/t2/drilldown_typed.json", - "sha256": "6db77bbaefcebd4f5c3e5f5dcb4092617abe1b19ee371c6247d9f0b3fe4df06f" + "sha256": "9e2ce67115655a8831666266da4c530235017283c77af7cbaaf1e082b76f3d21" } }, "reports": { diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/drilldown_query_latency_clickhouse_vs_redshift_typed_wide_summary.json b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/drilldown_query_latency_clickhouse_vs_redshift_typed_wide_summary.json index b92e99b..71f85ab 100644 --- a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/drilldown_query_latency_clickhouse_vs_redshift_typed_wide_summary.json +++ b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/drilldown_query_latency_clickhouse_vs_redshift_typed_wide_summary.json @@ -50,7 +50,7 @@ }, "right_cost": { "path": "quotes/redshift-serverless/costs/out/t2/drilldown_typed.json", - "sha256": "6db77bbaefcebd4f5c3e5f5dcb4092617abe1b19ee371c6247d9f0b3fe4df06f" + "sha256": "9e2ce67115655a8831666266da4c530235017283c77af7cbaaf1e082b76f3d21" } }, "reports": { diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/drilldown_query_latency_redshift_super_vs_typed_summary.json b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/drilldown_query_latency_redshift_super_vs_typed_summary.json index 8882844..1e2a08b 100644 --- a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/drilldown_query_latency_redshift_super_vs_typed_summary.json +++ b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/drilldown_query_latency_redshift_super_vs_typed_summary.json @@ -37,11 +37,11 @@ }, "left_cost": { "path": "quotes/redshift-serverless/costs/out/t2/drilldown_super.json", - "sha256": "641befe57b33edc9ecc7dde2b0a3e71a3af3cc52389202ed9e64d91785930a3b" + "sha256": "05da7c03c85781499ec0364f1deab945f47e8e487d1a9e4b17c94fb7174750d7" }, "right_cost": { "path": "quotes/redshift-serverless/costs/out/t2/drilldown_typed.json", - "sha256": "6db77bbaefcebd4f5c3e5f5dcb4092617abe1b19ee371c6247d9f0b3fe4df06f" + "sha256": "9e2ce67115655a8831666266da4c530235017283c77af7cbaaf1e082b76f3d21" } }, "reports": { diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/drilldown_query_latency_redshift_super_vs_typed_wide_summary.json b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/drilldown_query_latency_redshift_super_vs_typed_wide_summary.json index 80071b9..26a3248 100644 --- a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/drilldown_query_latency_redshift_super_vs_typed_wide_summary.json +++ b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/drilldown_query_latency_redshift_super_vs_typed_wide_summary.json @@ -46,11 +46,11 @@ }, "left_cost": { "path": "quotes/redshift-serverless/costs/out/t2/drilldown_super.json", - "sha256": "641befe57b33edc9ecc7dde2b0a3e71a3af3cc52389202ed9e64d91785930a3b" + "sha256": "05da7c03c85781499ec0364f1deab945f47e8e487d1a9e4b17c94fb7174750d7" }, "right_cost": { "path": "quotes/redshift-serverless/costs/out/t2/drilldown_typed.json", - "sha256": "6db77bbaefcebd4f5c3e5f5dcb4092617abe1b19ee371c6247d9f0b3fe4df06f" + "sha256": "9e2ce67115655a8831666266da4c530235017283c77af7cbaaf1e082b76f3d21" } }, "reports": { diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift.png b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift.png index ed96bbe..e440fec 100644 Binary files a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift.png and b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift.png differ diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift.svg b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift.svg index 42cca23..b57d52f 100644 --- a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift.svg +++ b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift.svg @@ -6,7 +6,7 @@ - 2026-08-17T07:28:33.943406 + 2026-08-17T08:55:26.320990 image/svg+xml @@ -30,30 +30,30 @@ z - +" clip-path="url(#pe4557fb18b)" style="fill: #fdff62"/> - +" clip-path="url(#pe4557fb18b)" style="fill: #ff9900"/> @@ -277,7 +277,7 @@ z - + - - + + - - - - - - - - - - - + + + + + + - - + + - - - - - @@ -1110,33 +1109,31 @@ z - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - + diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift_summary.json b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift_summary.json index 2e4315e..ef9559c 100644 --- a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift_summary.json +++ b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift_summary.json @@ -14,9 +14,9 @@ "total_usd": 28.68705 }, "redshift": { - "writer_usd": 1880.0714311111112, + "writer_usd": 470.0178577777778, "msk_usd": 52.00912921518265, - "total_usd": 1932.0805603262938 + "total_usd": 522.0269869929605 } }, "contract": { @@ -31,7 +31,7 @@ }, "redshift": { "path": "quotes/redshift-serverless/costs/out/t2/fresh_data_path.json", - "sha256": "c77ae92ca2e9fa3f4491383fbba3e02589afbc0d4ea1da2f9590f0297b263cfa" + "sha256": "0c891e3040ee9d22b7b7f3c56ebc81b3b500113aec8ab504189752f4cec654db" } }, "outputs": { diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift_wide.png b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift_wide.png index b0df25e..4e02af7 100644 Binary files a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift_wide.png and b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift_wide.png differ diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift_wide.svg b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift_wide.svg index 51b1899..a7f17fc 100644 --- a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift_wide.svg +++ b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift_wide.svg @@ -6,7 +6,7 @@ - 2026-08-17T07:28:34.395666 + 2026-08-17T08:55:26.824455 image/svg+xml @@ -44,30 +44,30 @@ z - +" clip-path="url(#paad6a25123)" style="fill: #fdff62"/> - +" clip-path="url(#paad6a25123)" style="fill: #ff9900"/> @@ -291,7 +291,7 @@ z - + - - + + - - - - - - - - - - - + + + + + + - - + + - - - - - @@ -1124,33 +1123,31 @@ z - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - + diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift_wide_summary.json b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift_wide_summary.json index 5b27ff0..c0efdfc 100644 --- a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift_wide_summary.json +++ b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/fresh_data_path_cost_clickhouse_vs_redshift_wide_summary.json @@ -23,9 +23,9 @@ "total_usd": 28.68705 }, "redshift": { - "writer_usd": 1880.0714311111112, + "writer_usd": 470.0178577777778, "msk_usd": 52.00912921518265, - "total_usd": 1932.0805603262938 + "total_usd": 522.0269869929605 } }, "contract": { @@ -40,7 +40,7 @@ }, "redshift": { "path": "quotes/redshift-serverless/costs/out/t2/fresh_data_path.json", - "sha256": "c77ae92ca2e9fa3f4491383fbba3e02589afbc0d4ea1da2f9590f0297b263cfa" + "sha256": "0c891e3040ee9d22b7b7f3c56ebc81b3b500113aec8ab504189752f4cec654db" } }, "outputs": { diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_super.png b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_super.png index 407c829..eb77919 100644 Binary files a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_super.png and b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_super.png differ diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_super.svg b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_super.svg index bf4bb5e..2d60ab3 100644 --- a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_super.svg +++ b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_super.svg @@ -6,7 +6,7 @@ - 2026-08-17T07:28:34.986105 + 2026-08-17T08:55:27.399622 image/svg+xml @@ -38,17 +38,17 @@ z " style="fill: #161614"/> - +" clip-path="url(#p4e7bd87a25)" style="fill: #ff9900"/> @@ -568,27 +568,9 @@ z - - + + - - - + - - - - - - - - - - - - - + + + + + + + + + + + + @@ -1266,7 +1292,7 @@ z - - - + + - + diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_super_summary.json b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_super_summary.json index d8186e1..5a180d6 100644 --- a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_super_summary.json +++ b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_super_summary.json @@ -23,11 +23,11 @@ { "label": "Redshift \u00b7 SUPER", "runtime_sec": 6093.541947, - "fresh_data_path_cost": 1932.0805603262938, + "fresh_data_path_cost": 522.0269869929605, "query_cost": 24.967476034, - "total_cost": 1957.0480363602937, - "score": 11925354.30185543, - "relative_to_clickhouse": 7139.739408749949 + "total_cost": 546.9944630269605, + "score": 3333133.705231524, + "relative_to_clickhouse": 1995.5554751250984 } ], "query_cost_display": "total", diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_super_wide.png b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_super_wide.png index e67198b..59f71a5 100644 Binary files a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_super_wide.png and b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_super_wide.png differ diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_super_wide.svg b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_super_wide.svg index d4a34af..a28c2dc 100644 --- a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_super_wide.svg +++ b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_super_wide.svg @@ -6,7 +6,7 @@ - 2026-08-17T07:28:35.444716 + 2026-08-17T08:55:27.860431 image/svg+xml @@ -52,17 +52,17 @@ z " style="fill: #1c1c1a"/> - +" clip-path="url(#pe77f56b177)" style="fill: #ff9900"/> @@ -582,27 +582,9 @@ z - - + + - - - + - - - - - - - - - - - - - + + + + + + + + + + + + @@ -1280,7 +1306,7 @@ z - - - + + - + diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_super_wide_summary.json b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_super_wide_summary.json index 57b1117..98e74e7 100644 --- a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_super_wide_summary.json +++ b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_super_wide_summary.json @@ -32,11 +32,11 @@ { "label": "Redshift \u00b7 SUPER", "runtime_sec": 6093.541947, - "fresh_data_path_cost": 1932.0805603262938, + "fresh_data_path_cost": 522.0269869929605, "query_cost": 24.967476034, - "total_cost": 1957.0480363602937, - "score": 11925354.30185543, - "relative_to_clickhouse": 7139.739408749949 + "total_cost": 546.9944630269605, + "score": 3333133.705231524, + "relative_to_clickhouse": 1995.5554751250984 } ], "query_cost_display": "total", diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_typed.png b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_typed.png index 750452f..bf43f24 100644 Binary files a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_typed.png and b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_typed.png differ diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_typed.svg b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_typed.svg index ae967ec..3ace7f4 100644 --- a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_typed.svg +++ b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_typed.svg @@ -6,7 +6,7 @@ - 2026-08-17T07:28:35.868190 + 2026-08-17T08:55:28.304055 image/svg+xml @@ -38,17 +38,17 @@ z " style="fill: #161614"/> - +" clip-path="url(#p69a763e1f0)" style="fill: #ff9900"/> @@ -542,20 +542,9 @@ z - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + @@ -1266,7 +1229,7 @@ z - - - + + - + diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_typed_summary.json b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_typed_summary.json index 8860af0..08c51ff 100644 --- a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_typed_summary.json +++ b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_typed_summary.json @@ -23,11 +23,11 @@ { "label": "Redshift \u00b7 Typed", "runtime_sec": 12048.262083, - "fresh_data_path_cost": 1932.0805603262938, + "fresh_data_path_cost": 522.0269869929605, "query_cost": 48.177576974000004, - "total_cost": 1980.2581373002938, - "score": 23858669.03018734, - "relative_to_clickhouse": 14284.24474471564 + "total_cost": 570.2045639669604, + "score": 6869974.027596678, + "relative_to_clickhouse": 4113.070610764922 } ], "query_cost_display": "total", diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_typed_wide.png b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_typed_wide.png index 8dcca2f..4030653 100644 Binary files a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_typed_wide.png and b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_typed_wide.png differ diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_typed_wide.svg b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_typed_wide.svg index 4b15116..b9d9992 100644 --- a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_typed_wide.svg +++ b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_typed_wide.svg @@ -6,7 +6,7 @@ - 2026-08-17T07:28:36.330411 + 2026-08-17T08:55:28.780369 image/svg+xml @@ -52,17 +52,17 @@ z " style="fill: #1c1c1a"/> - +" clip-path="url(#pf35fe152db)" style="fill: #ff9900"/> @@ -556,20 +556,9 @@ z - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + @@ -1280,7 +1243,7 @@ z - - - + + - + diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_typed_wide_summary.json b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_typed_wide_summary.json index df8e663..9fbdf7d 100644 --- a/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_typed_wide_summary.json +++ b/full-path-realtime/quotes/redshift-serverless/results/t2/charts/full_path_cost_performance_clickhouse_vs_redshift_typed_wide_summary.json @@ -32,11 +32,11 @@ { "label": "Redshift \u00b7 Typed", "runtime_sec": 12048.262083, - "fresh_data_path_cost": 1932.0805603262938, + "fresh_data_path_cost": 522.0269869929605, "query_cost": 48.177576974000004, - "total_cost": 1980.2581373002938, - "score": 23858669.03018734, - "relative_to_clickhouse": 14284.24474471564 + "total_cost": 570.2045639669604, + "score": 6869974.027596678, + "relative_to_clickhouse": 4113.070610764922 } ], "query_cost_display": "total", diff --git a/full-path-realtime/quotes/redshift-serverless/results/t2/writer_cost_breakdown.json b/full-path-realtime/quotes/redshift-serverless/results/t2/writer_cost_breakdown.json index 06d9a86..8486ac8 100644 --- a/full-path-realtime/quotes/redshift-serverless/results/t2/writer_cost_breakdown.json +++ b/full-path-realtime/quotes/redshift-serverless/results/t2/writer_cost_breakdown.json @@ -1,7 +1,8 @@ { "_README": [ "Writer fresh-data-path cost for the T2 run.", - "The benchmark model charges the declared 128-RPU writer for the full producer uptime.", + "The accepted benchmark scenario assumes 32 active writer RPUs for the full producer uptime.", + "This is an owner-directed model informed by later capacity characterization, not original-run charged_seconds.", "This path includes streaming ingestion and maintenance of both child MVs and is shared once", "by the SUPER and typed read alternatives. It is not decomposed or duplicated per alternative.", "The observed usage audit and activity shares are diagnostic evidence, not the chart cost model." @@ -15,20 +16,22 @@ "basis": "producer log: DONE after 113,227 seconds" }, "capacity_time_model": { - "base_rpu": 128, - "max_rpu": 128, - "capacity_time_rpu_seconds": 14493056, - "capacity_time_rpu_hours": 4025.848888888889, + "assumed_active_rpu": 32, + "capacity_time_rpu_seconds": 3623264, + "capacity_time_rpu_hours": 1006.4622222222222, "price_per_rpu_hour_usd": 0.467, - "cost_usd": 1880.0714311111112, + "cost_usd": 470.0178577777778, "region": "eu-west-2", - "shared_between_read_variants": true + "shared_between_read_variants": true, + "evidence_scope": "benchmark-owner-directed modeling assumption; not a reconstruction of the original run's charged_seconds" }, "observed_usage_audit": { "window_end": "2026-08-14T00:20:03Z", + "original_run_configured_rpu": 128, "metered_compute_rpu_seconds": 14535501, + "original_run_capacity_time_rpu_seconds": 14493056, "capacity_time_utilisation_pct": 100.3, - "interpretation": "audit of the historical usage extraction; not used by the reproducible capacity-time summarizer" + "interpretation": "diagnostic audit of the original 128-RPU run; not used by the accepted 32-RPU capacity-time assumption" }, "concurrency": { "sum_statement_elapsed_seconds": 294075,