Skip to content

Commit 5f07eb1

Browse files
authored
Merge pull request #109 from ClickHouse/upd-ch
ClickHouse: Update results
2 parents 1c05fef + b910b4d commit 5f07eb1

File tree

5 files changed

+35
-29
lines changed

5 files changed

+35
-29
lines changed

clickhouse/ddl.sql

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
CREATE TABLE bluesky
22
(
33
`data` JSON(
4+
max_dynamic_paths = 0,
45
kind LowCardinality(String),
56
commit.operation LowCardinality(String),
67
commit.collection LowCardinality(String),
@@ -12,4 +13,9 @@ ORDER BY (
1213
data.commit.operation,
1314
data.commit.collection,
1415
data.did,
15-
fromUnixTimestamp64Micro(data.time_us));
16+
fromUnixTimestamp64Micro(data.time_us))
17+
-- Below settings are planned to be default soon
18+
SETTINGS object_serialization_version = 'v3',
19+
dynamic_serialization_version = 'v3',
20+
object_shared_data_serialization_version = 'advanced',
21+
object_shared_data_serialization_version_for_zero_level_parts='map_with_buckets'
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"system": "ClickHouse",
3-
"version": "25.9.1.1913",
3+
"version": "25.11",
44
"os": "Ubuntu 24.04",
5-
"date": "2025-09-15",
5+
"date": "2025-11-15",
66
"machine": "m6i.8xlarge, 10000gib gp3",
77
"retains_structure": "yes",
88
"tags": [
@@ -13,10 +13,10 @@
1313
"data_size": 99068986216,
1414
"index_size": 491281201,
1515
"result": [
16-
[0.457, 0.444, 0.396],
17-
[19.340, 5.543, 5.771],
18-
[30.254, 2.869, 2.937],
19-
[7.953, 1.001, 1.006],
20-
[8.058, 1.086, 1.093]
16+
[0.492, 0.617, 0.225],
17+
[16.298, 3.241, 3.236],
18+
[31.711, 2.136, 2.174],
19+
[6.985, 0.480, 0.479],
20+
[7.393, 0.518, 0.514]
2121
]
2222
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"system": "ClickHouse",
3-
"version": "25.9.1.1913",
3+
"version": "25.11",
44
"os": "Ubuntu 24.04",
5-
"date": "2025-09-15",
5+
"date": "2025-11-15",
66
"machine": "m6i.8xlarge, 10000gib gp3",
77
"retains_structure": "yes",
88
"tags": [
@@ -13,10 +13,10 @@
1313
"data_size": 9645940572,
1414
"index_size": 16300557,
1515
"result": [
16-
[0.045, 0.075, 0.034],
17-
[2.379, 0.660, 0.601],
18-
[1.558, 0.245, 0.254],
19-
[0.597, 0.118, 0.118],
20-
[0.757, 0.121, 0.124]
16+
[0.077, 0.247, 0.027],
17+
[2.322, 0.404, 0.402],
18+
[2.680, 0.214, 0.220],
19+
[0.234, 0.081, 0.079],
20+
[0.513, 0.088, 0.091]
2121
]
2222
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"system": "ClickHouse",
3-
"version": "25.9.1.1913",
3+
"version": "25.11",
44
"os": "Ubuntu 24.04",
5-
"date": "2025-09-15",
5+
"date": "2025-11-15",
66
"machine": "m6i.8xlarge, 10000gib gp3",
77
"retains_structure": "yes",
88
"tags": [
@@ -13,10 +13,10 @@
1313
"data_size": 1000084752,
1414
"index_size": 1074709,
1515
"result": [
16-
[0.011, 0.049, 0.007],
17-
[0.151, 0.129, 0.124],
18-
[0.046, 0.038, 0.043],
19-
[0.054, 0.034, 0.036],
20-
[0.050, 0.030, 0.029]
16+
[0.010, 0.049, 0.006],
17+
[0.151, 0.107, 0.102],
18+
[0.051, 0.036, 0.037],
19+
[0.079, 0.043, 0.040],
20+
[0.075, 0.046, 0.045]
2121
]
2222
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"system": "ClickHouse",
3-
"version": "25.9.1.1913",
3+
"version": "25.11",
44
"os": "Ubuntu 24.04",
5-
"date": "2025-09-15",
5+
"date": "2025-11-15",
66
"machine": "m6i.8xlarge, 10000gib gp3",
77
"retains_structure": "yes",
88
"tags": [
@@ -13,10 +13,10 @@
1313
"data_size": 98424457,
1414
"index_size": 110328,
1515
"result": [
16-
[0.007, 0.047, 0.003],
17-
[0.042, 0.022, 0.021],
18-
[0.023, 0.011, 0.010],
19-
[0.034, 0.018, 0.018],
20-
[0.040, 0.022, 0.021]
16+
[0.007, 0.045, 0.004],
17+
[0.042, 0.035, 0.022],
18+
[0.022, 0.013, 0.012],
19+
[0.033, 0.017, 0.017],
20+
[0.041, 0.020, 0.019]
2121
]
2222
}

0 commit comments

Comments
 (0)