Skip to content

Commit 297c7d0

Browse files
Merge pull request ClickHouse#346 from ClickHouse/bigquery
Add Bigquery results
2 parents 3e71a51 + 52a61b2 commit 297c7d0

File tree

3 files changed

+60
-3
lines changed

3 files changed

+60
-3
lines changed

bigquery/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

bigquery/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ It will take two seconds to create a table.
1010

1111
Download Google Cloud CLI:
1212
```
13-
curl -O https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-392.0.0-linux-x86_64.tar.gz
14-
tar -xf google-cloud-cli-392.0.0-linux-x86_64.tar.gz
13+
wget https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-linux-x86_64.tar.gz
14+
tar -xf google-cloud-cli-linux-x86_64.tar.gz
1515
./google-cloud-sdk/install.sh
1616
source .bashrc
1717
./google-cloud-sdk/bin/gcloud init

bigquery/results/result.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"system": "Bigquery",
3+
"date": "2025-04-09",
4+
"machine": "serverless",
5+
"cluster_size": "serverless",
6+
"comment": "",
7+
8+
"tags": ["serverless", "column-oriented"],
9+
10+
"load_time": 1146,
11+
"data_size": 8760000000,
12+
13+
"result": [
14+
[4.862,4.001,3.921],
15+
[4.268,4.113,4.467],
16+
[4.341,4.15,4.219],
17+
[4.124,3.996,4.337],
18+
[4.553,4.36,4.349],
19+
[4.565,4.4,4.661],
20+
[4.089,4.132,3.974],
21+
[4.514,4.296,4.312],
22+
[6.183,6.155,4.557],
23+
[6.068,6.106,6.259],
24+
[4.109,4.082,4.165],
25+
[4.24,3.981,4.054],
26+
[4.295,4.301,4.283],
27+
[6.03,6.079,6.094],
28+
[4.383,4.399,4.218],
29+
[4.304,4.23,4.189],
30+
[4.849,4.86,4.62],
31+
[4.309,4.371,4.393],
32+
[6.096,6.109,6.071],
33+
[3.838,3.89,3.938],
34+
[4.249,4.037,4.136],
35+
[4.337,4.196,4.264],
36+
[4.493,4.603,4.435],
37+
[6.125,4.667,4.559],
38+
[4.039,4.039,3.942],
39+
[3.903,4.239,4.003],
40+
[4.013,4.108,4.073],
41+
[4.524,4.474,4.498],
42+
[null,null,null],
43+
[4.866,4.862,6.063],
44+
[4.271,4.403,4.34],
45+
[4.39,4.314,4.566],
46+
[7.233,7.322,7.241],
47+
[7.39,7.382,7.298],
48+
[6.05,6.084,6.362],
49+
[4.31,4.222,4.254],
50+
[4.181,4.003,3.95],
51+
[3.98,3.988,3.982],
52+
[4.017,4.004,3.987],
53+
[4.334,4.322,4.445],
54+
[4.126,3.853,3.982],
55+
[4.214,3.931,3.921],
56+
[4.033,3.913,3.866]
57+
]
58+
}

0 commit comments

Comments
 (0)