Skip to content

Commit 893cbc6

Browse files
committed
update for latest DataFusion, running on a c6a.4xlarge with 500 gb gp2 volume.
1 parent 75cbb91 commit 893cbc6

File tree

4 files changed

+62
-65
lines changed

4 files changed

+62
-65
lines changed

datafusion/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Datafusion
1+
# DataFusion
22

33
DataFusion is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format. For more information, please check <https://arrow.apache.org/datafusion/user-guide/introduction.html>
44

datafusion/benchmark.sh

+3-6
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,11 @@ source ~/.cargo/env
77

88

99
# Install Dependencies
10-
sudo apt update -y
11-
sudo apt install gcc -y
10+
sudo yum update -y
11+
sudo yum install gcc -y
1212

1313

14-
# Install Datafusion
15-
#cargo install --version 10.0.0 datafusion-cli
16-
17-
# Install Datafusion Master Branch
14+
# Install DataFusion main branch
1815
git clone https://github.com/apache/arrow-datafusion.git
1916
cd arrow-datafusion/datafusion-cli
2017
CARGO_PROFILE_RELEASE_LTO=true RUSTFLAGS="-C codegen-units=1" cargo build --release

datafusion/results/f16s_v2.json

-58
This file was deleted.

datafusion/results/single.json

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"system": "DataFusion (single)",
3+
"date": "2023-02-21",
4+
"machine": "c6a.4xlarge, 500gb gp2",
5+
"cluster_size": 1,
6+
"comment": "",
7+
8+
"tags": ["Rust", "column-oriented", "embedded", "stateless"],
9+
10+
"load_time": 0,
11+
"data_size": 14779976446,
12+
13+
"result": [
14+
[2.656, 0.227, 0.224],
15+
[0.097, 0.080, 0.076],
16+
[0.160, 0.139, 0.142],
17+
[0.336, 0.123, 0.124],
18+
[2.652, 2.677, 2.663],
19+
[1.749, 1.818, 1.701],
20+
[0.103, 0.084, 0.084],
21+
[0.102, 0.078, 0.093],
22+
[9.134, 2.867, 2.871],
23+
[61.637, 62.583, 65.014],
24+
[0.492, 0.382, 0.389],
25+
[0.503, 0.416, 0.414],
26+
[2.071, 2.968, 2.008],
27+
[4.314, 3.640, 3.624],
28+
[2.147, 2.081, 2.077],
29+
[3.546, 3.425, 6.533],
30+
[5.092, 5.098, 4.989],
31+
[4.410, 4.315, 4.352],
32+
[14.138, 10.743, 11.860],
33+
[0.206, 0.109, 0.108],
34+
[10.058, 1.554, 1.520],
35+
[11.167, 1.846, 1.825],
36+
[22.119, 4.371, 4.366],
37+
[56.076, 11.756, 11.948],
38+
[2.559, 0.590, 0.583],
39+
[0.746, 0.489, 0.491],
40+
[2.557, 0.606, 0.590],
41+
[9.576, 2.412, 2.487],
42+
[8.925, 5.805, 5.744],
43+
[0.606, 0.580, 0.557],
44+
[3.173, 2.885, 2.881],
45+
[7.420, 5.220, 7.927],
46+
[null, null, null],
47+
[12.470, 10.547, 8.536],
48+
[12.679, 9.765, 9.008],
49+
[3.513, 4.141, 3.656],
50+
[0.500, 0.399, 0.404],
51+
[0.269, 0.215, 0.234],
52+
[0.243, 0.193, 0.191],
53+
[0.882, 0.773, 0.771],
54+
[0.160, 0.106, 0.105],
55+
[0.124, 0.101, 0.095],
56+
[0.138, 0.112, 0.115]
57+
]
58+
}

0 commit comments

Comments
 (0)