Skip to content

Commit 82e09ed

Browse files
committed
vortex-duckdb v0.43.0 run
1 parent e28d304 commit 82e09ed

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

duckdb-vortex-partitioned/benchmark.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --defaul
88

99
export CC=clang
1010
export CXX=clang++
11-
git clone https://github.com/vortex-data/vortex --recursive
11+
git clone https://github.com/vortex-data/duckdb-vortex --recursive
1212
cd duckdb-vortex
1313
git fetch --tags
14-
git checkout 0.42.1
14+
git checkout 0.43.0
1515
GEN=ninja NATIVE_ARCH=1 LTO=thin make
1616
export PATH="`pwd`/build/release/:$PATH"
1717
cd ..
Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"system": "DuckDB (Vortex, partitioned)",
3-
"date": "2025-05-21",
3+
"date": "2025-08-05",
44
"machine": "c6a.4xlarge",
55
"cluster_size": 1,
66
"proprietary": "no",
@@ -10,51 +10,51 @@
1010
"tags": ["Rust", "column-oriented", "embedded", "stateless"],
1111

1212
"load_time": 0,
13-
"data_size": 16028112632,
13+
"data_size": 15812419580,
1414

1515
"result": [
16-
[0.151,0.011,0.011],
17-
[0.679,0.024,0.023],
18-
[1.611,0.045,0.042],
19-
[3.427,0.060,0.059],
20-
[3.472,0.361,0.360],
21-
[4.182,0.314,0.308],
22-
[0.169,0.061,0.062],
23-
[0.523,0.026,0.026],
24-
[4.380,0.468,0.466],
25-
[4.349,0.638,0.648],
26-
[2.773,0.136,0.132],
27-
[3.420,0.157,0.151],
28-
[4.665,0.353,0.348],
29-
[7.152,0.730,0.726],
30-
[4.483,0.386,0.398],
31-
[2.785,0.419,0.426],
32-
[7.085,0.904,0.888],
33-
[6.865,0.733,0.688],
34-
[9.251,1.563,1.568],
35-
[1.973,0.039,0.038],
36-
[33.870,0.620,0.570],
37-
[36.461,0.715,0.688],
38-
[40.312,1.138,1.093],
39-
[7.858,0.417,0.418],
40-
[1.840,0.078,0.035],
41-
[4.946,0.154,0.149],
42-
[1.709,0.065,0.042],
43-
[34.844,0.882,0.820],
44-
[28.052,9.500,9.469],
45-
[0.716,0.041,0.040],
46-
[7.835,0.350,0.324],
47-
[13.863,0.447,0.488],
48-
[10.752,1.928,1.937],
49-
[34.313,2.124,2.020],
50-
[34.335,2.322,2.208],
51-
[1.845,0.613,0.612],
52-
[0.249,0.037,0.034],
53-
[0.820,0.020,0.020],
54-
[1.136,0.026,0.024],
55-
[1.272,0.062,0.063],
56-
[0.795,0.019,0.017],
57-
[0.898,0.021,0.019],
58-
[0.853,0.023,0.026]
16+
[0.448,0.004,0.016],
17+
[0.824,0.014,0.013],
18+
[1.619,0.034,0.034],
19+
[3.455,0.048,0.055],
20+
[3.459,0.317,0.319],
21+
[4.218,0.296,0.295],
22+
[0.186,0.053,0.052],
23+
[0.534,0.018,0.017],
24+
[4.380,0.404,0.404],
25+
[4.318,0.553,0.561],
26+
[2.822,0.092,0.087],
27+
[3.544,0.111,0.101],
28+
[4.726,0.312,0.310],
29+
[7.150,0.683,0.668],
30+
[4.485,0.341,0.344],
31+
[2.795,0.375,0.382],
32+
[7.064,0.846,0.840],
33+
[6.835,0.652,0.679],
34+
[9.213,1.501,1.509],
35+
[1.984,0.060,0.038],
36+
[33.882,0.587,0.532],
37+
[36.744,0.667,0.628],
38+
[40.141,1.070,1.069],
39+
[8.300,0.476,0.422],
40+
[1.879,0.122,0.067],
41+
[4.942,0.096,0.096],
42+
[1.827,0.129,0.026],
43+
[34.805,0.800,0.740],
44+
[28.033,9.333,9.329],
45+
[0.722,0.033,0.032],
46+
[7.818,0.279,0.277],
47+
[13.922,0.420,0.405],
48+
[10.770,1.909,1.856],
49+
[34.236,2.067,1.971],
50+
[34.236,2.181,2.132],
51+
[1.868,0.510,0.509],
52+
[0.261,0.035,0.027],
53+
[0.853,0.026,0.011],
54+
[1.124,0.022,0.018],
55+
[1.306,0.054,0.055],
56+
[0.810,0.009,0.022],
57+
[0.907,0.023,0.009],
58+
[0.842,0.011,0.014]
5959
]
6060
}

0 commit comments

Comments
 (0)