Skip to content

Commit 9358b08

Browse files
committed
update hologres result
1 parent d025e38 commit 9358b08

File tree

5 files changed

+53
-49
lines changed

5 files changed

+53
-49
lines changed

hologres/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ To evaluate the performance of Hologres, follow these guidelines to set up and e
1616

1717
3. **Sample Execution**:
1818
```bash
19-
./benchmark.sh ak sk host_name 80
19+
./benchmark.sh ak sk host_name port
2020
```

hologres/benchmark.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,19 @@ split -l 10000000 hits.tsv hits_part_
4747

4848
# load data
4949
echo "Starting to load data..."
50+
start_load_time=$(date +%s.%N)
5051
for file in hits_part_*; do
5152
echo -n "Load time: "
5253
PGUSER=$PG_USER PGPASSWORD=$PG_PASSWORD command time -f '%e' psql -h $HOST_NAME -p $PORT -d $DATABASE -t -c "\\copy hits FROM '$file'"
5354
done
55+
end_load_time=$(date +%s.%N)
56+
total_load_time=$(echo "$end_load_time - $start_load_time" | bc)
57+
echo "Total load time: $total_load_time seconds"
5458

5559
# run clickbench test with queries
5660
echo "Starting to run queries..."
5761

5862
./run.sh $PG_USER $PG_PASSWORD $HOST_NAME $PORT $DATABASE 2>&1 | tee log_queries_$DATABASE.txt
5963

6064
cat log_queries_$DATABASE.txt | grep -oP 'Time: \d+\.\d+ ms' | sed -r -e 's/Time: ([0-9]+\.[0-9]+) ms/\1/' |
61-
awk '{ if (i % 3 == 0) { printf "[" }; printf $1 / 1000; if (i % 3 != 2) { printf "," } else { print "]," }; ++i; }' | tee result_queries_$DATABASE.txt
65+
awk '{ if (i % 3 == 0) { printf "[" }; printf "%.3f", $1 / 1000; if (i % 3 != 2) { printf "," } else { print "]," }; ++i; }' | tee result_queries_$DATABASE.txt

hologres/results/128core.json

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"system": "Hologres",
3-
"date": "2025-05-21",
2+
"system": "Alibaba Cloud Hologres",
3+
"date": "2025-09-15",
44
"machine": "Hologres: 16 CU",
55
"cluster_size": 8,
66
"proprietary": "yes",
@@ -9,48 +9,48 @@
99
"load_time": 321,
1010
"data_size": 19923251230,
1111
"result": [
12-
[0.200,0.065,0.018],
13-
[0.091,0.021,0.018],
14-
[0.113,0.021,0.020],
15-
[0.093,0.020,0.025],
16-
[0.136,0.068,0.066],
17-
[0.286,0.131,0.126],
18-
[0.090,0.018,0.018],
19-
[0.096,0.020,0.019],
20-
[0.166,0.144,0.081],
21-
[0.220,0.103,0.095],
22-
[0.143,0.036,0.031],
23-
[0.143,0.036,0.038],
24-
[0.258,0.117,0.109],
25-
[0.330,0.178,0.157],
26-
[0.408,0.122,0.151],
27-
[0.168,0.055,0.057],
28-
[0.429,0.331,0.334],
29-
[0.278,0.243,0.228],
30-
[0.979,0.748,0.788],
31-
[0.077,0.015,0.022],
32-
[0.305,0.026,0.020],
33-
[0.364,0.025,0.024],
34-
[0.579,0.026,0.027],
35-
[0.876,0.048,0.049],
36-
[0.273,0.116,0.046],
37-
[0.184,0.117,0.122],
38-
[0.198,0.049,0.069],
39-
[0.410,0.030,0.028],
40-
[1.926,0.875,0.802],
41-
[0.318,0.235,0.227],
42-
[0.247,0.066,0.070],
43-
[0.372,0.108,0.111],
44-
[0.749,0.588,0.634],
45-
[1.150,0.862,0.851],
46-
[1.292,0.948,0.950],
47-
[1.640,1.528,1.583],
48-
[0.182,0.039,0.030],
49-
[0.105,0.028,0.035],
50-
[0.085,0.033,0.027],
51-
[0.114,0.096,0.044],
52-
[0.094,0.029,0.028],
53-
[0.101,0.030,0.096],
54-
[0.082,0.025,0.026]
12+
[0.152,0.041,0.018],
13+
[0.094,0.028,0.026],
14+
[0.077,0.017,0.017],
15+
[0.061,0.017,0.016],
16+
[0.089,0.032,0.032],
17+
[0.173,0.078,0.071],
18+
[0.074,0.016,0.013],
19+
[0.047,0.017,0.013],
20+
[0.112,0.047,0.045],
21+
[0.115,0.054,0.048],
22+
[0.076,0.022,0.020],
23+
[0.086,0.025,0.023],
24+
[0.138,0.064,0.060],
25+
[0.150,0.087,0.100],
26+
[0.148,0.077,0.072],
27+
[0.095,0.034,0.032],
28+
[0.217,0.189,0.184],
29+
[0.161,0.134,0.145],
30+
[0.508,0.400,0.404],
31+
[0.051,0.008,0.005],
32+
[0.165,0.018,0.020],
33+
[0.142,0.018,0.015],
34+
[0.213,0.024,0.024],
35+
[0.445,0.077,0.081],
36+
[0.065,0.019,0.018],
37+
[0.084,0.030,0.029],
38+
[0.055,0.022,0.017],
39+
[0.171,0.022,0.017],
40+
[0.808,0.430,0.428],
41+
[0.083,0.029,0.026],
42+
[0.155,0.039,0.039],
43+
[0.191,0.062,0.056],
44+
[0.502,0.361,0.403],
45+
[0.562,0.419,0.412],
46+
[0.627,0.419,0.429],
47+
[0.115,0.034,0.031],
48+
[0.060,0.020,0.018],
49+
[0.062,0.019,0.016],
50+
[0.051,0.022,0.017],
51+
[0.062,0.027,0.025],
52+
[0.049,0.019,0.017],
53+
[0.056,0.019,0.018],
54+
[0.052,0.017,0.016]
5555
]
5656
}

hologres/results/32core.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"system": "Hologres",
2+
"system": "Alibaba Cloud Hologres",
33
"date": "2025-05-21",
44
"machine": "Hologres: 16 CU",
55
"cluster_size": 2,

hologres/results/64core.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"system": "Hologres",
2+
"system": "Alibaba Cloud Hologres",
33
"date": "2025-05-21",
44
"machine": "Hologres: 16 CU",
55
"cluster_size": 4,

0 commit comments

Comments
 (0)