Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion full-path-realtime/quotes/clickhouse-cloud/costs/_commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,23 @@ mkdir -p out_t2
# iterations. Do not slice them again with --iterations.
T2_MATCHED_SNOWFLAKE_ROOT="../results_t2/matched/snowflake_run14"
T2_MATCHED_BIGQUERY_ROOT="../results_t2/matched/bigquery"
T2_MATCHED_REDSHIFT_ROOT="../results_t2/matched/redshift_run_20260812"
T2_COST_SNOWFLAKE_ROOT="out_t2/matched/snowflake_run14"
T2_COST_BIGQUERY_ROOT="out_t2/matched/bigquery"
T2_COST_REDSHIFT_ROOT="out_t2/matched/redshift_run_20260812"

CH_MATCHED_SNOWFLAKE_DASHBOARD="$T2_MATCHED_SNOWFLAKE_ROOT/dashboard_active_matched_to_snowflake.jsonl"
CH_MATCHED_SNOWFLAKE_DRILLDOWN="$T2_MATCHED_SNOWFLAKE_ROOT/drilldown_active_matched_to_snowflake.jsonl"
CH_MATCHED_BIGQUERY_DASHBOARD="$T2_MATCHED_BIGQUERY_ROOT/dashboard_active_matched_to_bigquery.jsonl"
CH_MATCHED_BIGQUERY_DRILLDOWN="$T2_MATCHED_BIGQUERY_ROOT/drilldown_active_matched_to_bigquery.jsonl"
CH_MATCHED_REDSHIFT_DASHBOARD="$T2_MATCHED_REDSHIFT_ROOT/dashboard_active_matched_to_redshift.jsonl"
CH_MATCHED_REDSHIFT_DRILLDOWN_SUPER="$T2_MATCHED_REDSHIFT_ROOT/drilldown_super_active_matched_to_redshift.jsonl"
CH_MATCHED_REDSHIFT_DRILLDOWN_TYPED="$T2_MATCHED_REDSHIFT_ROOT/drilldown_typed_active_matched_to_redshift.jsonl"

mkdir -p "$T2_COST_SNOWFLAKE_ROOT" "$T2_COST_BIGQUERY_ROOT"
mkdir -p \
"$T2_COST_SNOWFLAKE_ROOT" \
"$T2_COST_BIGQUERY_ROOT" \
"$T2_COST_REDSHIFT_ROOT"

./summarize_queries.sh \
"$CH_MATCHED_SNOWFLAKE_DASHBOARD" \
Expand All @@ -56,6 +64,18 @@ mkdir -p "$T2_COST_SNOWFLAKE_ROOT" "$T2_COST_BIGQUERY_ROOT"
"$CH_MATCHED_BIGQUERY_DRILLDOWN" \
"$T2_COST_BIGQUERY_ROOT/drilldown.json"

./summarize_queries.sh \
"$CH_MATCHED_REDSHIFT_DASHBOARD" \
"$T2_COST_REDSHIFT_ROOT/dashboard.json"

./summarize_queries.sh \
"$CH_MATCHED_REDSHIFT_DRILLDOWN_SUPER" \
"$T2_COST_REDSHIFT_ROOT/drilldown_super.json"

./summarize_queries.sh \
"$CH_MATCHED_REDSHIFT_DRILLDOWN_TYPED" \
"$T2_COST_REDSHIFT_ROOT/drilldown_typed.json"

./summarize_ingest_compute.sh out_t2/ingest.json \
--nodes 2 --mem-gib 8 --hours 36.75 \
--rows 113217743918 --rows-per-sec 1000000 \
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"source_file": "dashboard_active_matched_to_redshift.jsonl",
"system": "ClickHouse Cloud (AWS)",
"version": "26.4.1.2029",
"machine": "64GiB",
"mem_gib": 64,
"cluster_size": 1,
"iterations_included": 190,
"queries_per_iteration": 4,
"total_runtime_seconds": 10.207,
"costs": [
{
"tier": "Basic",
"total_compute_cost_usd": 0.00495
},
{
"tier": "Scale",
"total_compute_cost_usd": 0.00677
},
{
"tier": "Enterprise",
"total_compute_cost_usd": 0.00885
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"source_file": "drilldown_super_active_matched_to_redshift.jsonl",
"system": "ClickHouse Cloud (AWS)",
"version": "26.4.1.2029",
"machine": "64GiB",
"mem_gib": 64,
"cluster_size": 1,
"iterations_included": 33,
"queries_per_iteration": 2,
"total_runtime_seconds": 47.915,
"costs": [
{
"tier": "Basic",
"total_compute_cost_usd": 0.02322
},
{
"tier": "Scale",
"total_compute_cost_usd": 0.03178
},
{
"tier": "Enterprise",
"total_compute_cost_usd": 0.04156
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"source_file": "drilldown_typed_active_matched_to_redshift.jsonl",
"system": "ClickHouse Cloud (AWS)",
"version": "26.4.1.2029",
"machine": "64GiB",
"mem_gib": 64,
"cluster_size": 1,
"iterations_included": 33,
"queries_per_iteration": 2,
"total_runtime_seconds": 47.915,
"costs": [
{
"tier": "Basic",
"total_compute_cost_usd": 0.02322
},
{
"tier": "Scale",
"total_compute_cost_usd": 0.03178
},
{
"tier": "Enterprise",
"total_compute_cost_usd": 0.04156
}
]
}

Large diffs are not rendered by default.

Loading