Skip to content

Commit 0f713db

Browse files
Minor changes
1 parent ca8ae85 commit 0f713db

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

bigquery/README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
Google's [General Service Terms](https://cloud.google.com/terms/service-terms/index-20230814) allow benchmarking under certain conditions (i.e. no DeWitt clause):
2-
3-
```
4-
7. Benchmarking. Customer may conduct benchmark tests of the Services (each a "Test"). Customer may only publicly disclose the results of
5-
such Tests if (a) the public disclosure includes all necessary information to replicate the Tests, and (b) Customer allows Google to
6-
conduct benchmark tests of Customer's publicly available products or services and publicly disclose the results of such tests.
7-
Notwithstanding the foregoing, Customer may not do either of the following on behalf of a hyperscale public cloud provider without
8-
Google's prior written consent: (i) conduct (directly or through a third party) any Test or (ii) disclose the results of any such Test.
9-
```
1+
As of 2025, Google Bigquery allow publishing benchmark results, which was not the case earlier.
102

113
It's very difficult to find, how to create a database.
124
Databases are named "datasets". You need to press on `` near project.

clickhouse-web/update-from-play.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SELECT format(
88
$${{
99
"system": "ClickHouse (web)",
1010
"date": "{}",
11-
"machine": "c5n.4xlarge, 500gb gp2",
11+
"machine": "c6a.4xlarge, 500gb gp2",
1212
"cluster_size": 1,
1313
"comment": "",
1414
"tags": ["C++", "column-oriented", "ClickHouse derivative", "serverless", "stateless"],
@@ -20,9 +20,9 @@ $${{
2020
}}
2121
$$, time::Date, time_results_size[1], time_results_size[3], replaceRegexpOne(time_results_size[2], ',\n$', '')) AS res
2222
FROM sink.data
23-
WHERE suite_machine[1] = 'clickhouse-web' AND suite_machine[2] = 'c5n.4xlarge'
23+
WHERE suite_machine[1] = 'clickhouse-web' AND suite_machine[2] = 'c6a.4xlarge'
2424
ORDER BY time DESC LIMIT 1
25-
INTO OUTFILE 'results/c5n.4xlarge.json' TRUNCATE
25+
INTO OUTFILE 'results/c6a.4xlarge.json' TRUNCATE
2626
FORMAT Raw;
2727

2828
WITH

0 commit comments

Comments
 (0)