Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions starrocks/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set -e

VERSION=3.4.2-ubuntu-$(dpkg --print-architecture)
VERSION=4.0.2-ubuntu-$(dpkg --print-architecture)
# Install
wget --continue --progress=dot:giga https://releases.starrocks.io/starrocks/StarRocks-$VERSION.tar.gz -O StarRocks-$VERSION.tar.gz
tar zxvf StarRocks-${VERSION}.tar.gz
Expand All @@ -23,11 +23,11 @@ export STARROCKS_HOME=`pwd`
mkdir -p meta storage

# Start Frontend
echo "meta_dir = ${STARROCKS_HOME}/meta " >> fe/conf/fe.conf
printf "\nmeta_dir = ${STARROCKS_HOME}/meta \n" >> fe/conf/fe.conf
fe/bin/start_fe.sh --daemon

# Start Backend
echo "storage_root_path = ${STARROCKS_HOME}/storage" >> be/conf/be.conf
printf "\nstorage_root_path = ${STARROCKS_HOME}/storage\n" >> be/conf/be.conf
be/bin/start_be.sh --daemon

# Setup cluster
Expand Down
2 changes: 1 addition & 1 deletion starrocks/create.sql
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ CREATE TABLE hits (
CLID INT NOT NULL
)
DUPLICATE KEY (CounterID, EventDate, UserID, EventTime, WatchID)
DISTRIBUTED BY RANDOM BUCKETS 1
DISTRIBUTED BY HASH(UserID) BUCKETS 192
PROPERTIES ( "replication_num"="1");
57 changes: 57 additions & 0 deletions starrocks/results/c8g.metal-48xl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"system": "StarRocks",
"date": "2025-12-25",
"machine": "c8g.metal-48xl",
"cluster_size": 1,
"proprietary": "no",
"hardware": "cpu",
"tuned": "no",
"tags": ["C++","column-oriented","MySQL compatible", "lukewarm-cold-run"],
"load_time": 706,
"data_size": 17727597471,
"result": [
[0.041,0.034,0.032],
[0.075,0.030,0.029],
[1.264,0.040,0.037],
[5.047,0.036,0.035],
[0.077,0.064,0.053],
[4.155,0.139,0.139],
[0.035,0.029,0.027],
[0.068,0.039,0.042],
[2.072,0.063,0.065],
[0.239,0.222,0.213],
[0.144,0.046,0.045],
[1.137,0.050,0.050],
[0.391,0.111,0.129],
[0.170,0.212,0.155],
[0.831,0.142,0.145],
[0.056,0.049,0.049],
[0.144,0.135,0.134],
[0.038,0.043,0.031],
[3.352,0.236,0.229],
[0.014,0.006,0.006],
[24.279,0.139,0.095],
[0.102,0.094,0.099],
[21.651,0.263,0.184],
[28.742,2.089,0.284],
[0.026,0.020,0.021],
[0.034,0.030,0.028],
[0.029,0.021,0.019],
[0.600,0.108,0.108],
[17.646,0.597,0.643],
[0.073,0.058,0.053],
[2.887,0.119,0.125],
[6.731,0.161,0.124],
[0.444,0.417,0.404],
[0.659,0.675,0.620],
[0.568,0.629,0.652],
[0.117,0.114,0.109],
[0.055,0.033,0.093],
[0.037,0.030,0.029],
[0.082,0.033,0.030],
[0.081,0.052,0.049],
[0.467,0.033,0.032],
[0.285,0.035,0.032],
[0.039,0.029,0.028]
]
}