Skip to content
Merged
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
7 changes: 7 additions & 0 deletions doris/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ sudo systemctl stop unattended-upgrades
# Start Backend
sudo sysctl -w vm.max_map_count=2000000
ulimit -n 65535
# Disable internal caches so that the cold run (1st of 3 tries) is actually cold.
# Without this, the BE process keeps decoded data in its own in-memory page cache
# (`storage_page_cache`, default ~20% of RAM) and segment cache, which `drop_caches`
# does not clear, so first-run timings reflect a warm cache and underreport
# cold-run latency.
printf "\ndisable_storage_page_cache = true\n" >> "$DORIS_HOME"/be/conf/be.conf
printf "\nsegment_cache_capacity = 0\n" >> "$DORIS_HOME"/be/conf/be.conf
"$DORIS_HOME"/be/bin/start_be.sh --daemon

# Wait for Frontend ready
Expand Down
90 changes: 45 additions & 45 deletions doris/results/20260503/c6a.2xlarge.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,52 +7,52 @@
"hardware": "cpu",
"tuned": "no",
"tags": ["C++","column-oriented","MySQL compatible","ClickHouse derivative","lukewarm-cold-run"],
"load_time": 665,
"data_size": 16360275237,
"load_time": 420,
"data_size": 13766121272,
"result": [
[0.00,0.00,0.00],
[0.64,0.05,0.05],
[1.14,0.08,0.08],
[2.09,0.11,0.11],
[0.58,0.59,0.51],
[1.96,1.45,1.43],
[0.17,0.01,0.00],
[0.08,0.05,0.05],
[1.16,0.74,0.77],
[2.45,2.54,2.49],
[1.00,0.14,0.18],
[0.77,0.17,0.16],
[1.59,1.07,0.96],
[1.73,1.70,1.71],
[2.79,2.86,2.84],
[0.91,0.93,0.98],
[2.71,2.68,2.77],
[0.48,0.40,0.38],
[6.02,5.14,5.31],
[0.02,0.01,0.01],
[8.56,1.95,1.90],
[8.69,2.13,2.36],
[19.35,4.75,4.40],
[2.65,0.42,0.25],
[0.16,0.13,0.10],
[0.89,0.50,0.47],
[0.10,0.06,0.06],
[10.44,3.03,2.94],
[19.72,18.93,18.76],
[0.22,0.08,0.07],
[6.17,0.87,0.60],
[3.59,1.02,0.91],
[6.54,6.84,6.56],
[9.55,8.43,8.52],
[9.38,8.55,8.49],
[1.27,1.07,1.04],
[1.99,0.16,0.16],
[0.51,0.09,0.09],
[0.39,0.08,0.09],
[0.89,0.27,0.28],
[0.21,0.07,0.07],
[0.38,0.07,0.07],
[0.10,0.07,0.08]
[0.01, 0, 0],
[0.71, 0.09, 0.09],
[1.68, 0.14, 0.16],
[1.99, 0.31, 0.33],
[1.48, 0.64, 0.66],
[1.81, 1.5, 1.46],
[0.04, 0.01, 0],
[0.15, 0.08, 0.06],
[3.39, 0.9, 0.92],
[5.47, 2.81, 2.71],
[2.7, 0.43, 0.4],
[2.81, 0.44, 0.45],
[2.29, 1.07, 1.09],
[3.45, 2.04, 2.01],
[2.93, 2.75, 2.81],
[1.56, 1.06, 1.02],
[3.96, 2.98, 3],
[4.06, 0.77, 0.76],
[6.75, 5.02, 5.07],
[0.05, 0.02, 0.02],
[8.44, 2.08, 2.59],
[10.23, 2.33, 2.35],
[21.94, 4.83, 4.7],
[4.26, 0.63, 0.57],
[0.2, 0.2, 0.12],
[1.9, 0.66, 0.6],
[0.16, 0.13, 0.1],
[9.22, 2.64, 2.62],
[18.39, 18.72, 18.62],
[0.23, 0.12, 0.13],
[6.33, 0.96, 0.96],
[7.94, 1.38, 1.34],
[6.75, 6.63, 6.28],
[9.16, 7.47, 7.7],
[9.04, 7.75, 7.63],
[1.29, 1.15, 1.1],
[2.25, 0.17, 0.17],
[1.47, 0.14, 0.16],
[1.26, 0.13, 0.16],
[1.77, 0.33, 0.34],
[1, 0.1, 0.11],
[1.53, 0.12, 0.11],
[0.73, 0.1, 0.1]
]
}

91 changes: 45 additions & 46 deletions doris/results/20260503/c6a.4xlarge.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,53 +7,52 @@
"hardware": "cpu",
"tuned": "no",
"tags": ["C++","column-oriented","MySQL compatible","ClickHouse derivative","lukewarm-cold-run"],
"tags": ["C++","column-oriented","MySQL compatible","ClickHouse derivative", "lukewarm-cold-run"],
"load_time": 475,
"data_size": 17105042742,
"load_time": 147,
"data_size": 13787416162,
"result": [
[0.00,0.00,0.01],
[0.12,0.04,0.04],
[0.92,0.06,0.06],
[1.80,0.10,0.11],
[0.36,0.36,0.33],
[1.52,0.88,0.89],
[0.03,0.00,0.00],
[0.05,0.03,0.03],
[0.53,0.49,0.48],
[1.70,1.63,1.64],
[0.36,0.10,0.09],
[0.71,0.10,0.12],
[0.60,0.57,0.60],
[1.14,1.09,1.11],
[0.85,0.78,0.80],
[0.55,0.53,0.55],
[1.61,1.61,1.60],
[0.20,0.21,0.19],
[2.79,2.72,2.65],
[0.02,0.01,0.01],
[8.21,1.00,1.01],
[7.24,0.85,0.84],
[15.12,1.87,1.84],
[1.93,0.21,0.08],
[0.12,0.06,0.05],
[0.16,0.15,0.18],
[0.11,0.05,0.07],
[7.31,1.96,2.10],
[10.84,10.58,10.41],
[0.17,0.09,0.06],
[2.92,0.49,0.40],
[2.96,0.71,0.60],
[4.06,3.97,3.74],
[8.73,5.42,5.54],
[8.53,5.62,5.63],
[0.66,0.58,0.58],
[1.23,0.08,0.08],
[0.98,0.05,0.05],
[0.62,0.04,0.04],
[1.14,0.18,0.17],
[0.53,0.05,0.05],
[0.94,0.05,0.03],
[0.28,0.04,0.04]
[0.01, 0.01, 0],
[0.12, 0.05, 0.05],
[1.13, 0.09, 0.09],
[1.71, 0.18, 0.17],
[1.34, 0.38, 0.34],
[1.64, 0.93, 0.95],
[0.03, 0.01, 0],
[0.08, 0.05, 0.04],
[2.38, 0.51, 0.51],
[4.06, 1.73, 1.75],
[1.94, 0.22, 0.22],
[2.38, 0.24, 0.25],
[2.09, 0.68, 0.67],
[3.31, 1.25, 1.25],
[2.03, 0.88, 0.89],
[1.21, 0.57, 0.55],
[3.15, 1.74, 1.66],
[3.07, 0.37, 0.38],
[5.61, 2.87, 2.89],
[0.04, 0.01, 0.02],
[8.19, 1.1, 1.08],
[9.26, 1.07, 1.07],
[19.18, 2.08, 2.06],
[3.35, 0.76, 0.3],
[0.55, 0.13, 0.09],
[1.95, 0.26, 0.26],
[0.47, 0.09, 0.09],
[8.65, 1.93, 1.92],
[9.45, 10.22, 10.57],
[0.14, 0.09, 0.09],
[6.2, 0.6, 0.59],
[7.56, 0.83, 0.84],
[5.3, 4.15, 4.04],
[8.67, 5.28, 5.26],
[8.72, 5.35, 5.35],
[0.65, 0.64, 0.59],
[1.56, 0.1, 0.09],
[1.62, 0.08, 0.1],
[1.38, 0.08, 0.07],
[2.02, 0.25, 0.22],
[1.08, 0.06, 0.06],
[1.52, 0.06, 0.06],
[0.7, 0.05, 0.05]
]
}

90 changes: 45 additions & 45 deletions doris/results/20260503/c6a.metal.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,52 +7,52 @@
"hardware": "cpu",
"tuned": "no",
"tags": ["C++","column-oriented","MySQL compatible","ClickHouse derivative","lukewarm-cold-run"],
"load_time": 408,
"data_size": 17361426786,
"load_time": 97,
"data_size": 13777301248,
"result": [
[0.01,0.00,0.01],
[0.10,0.03,0.03],
[0.30,0.05,0.05],
[1.45,0.05,0.05],
[0.10,0.07,0.08],
[1.39,0.16,0.16],
[0.03,0.01,0.00],
[0.05,0.04,0.04],
[0.40,0.11,0.12],
[0.61,0.60,0.65],
[0.11,0.05,0.05],
[0.51,0.05,0.06],
[0.15,0.14,0.14],
[0.25,0.23,0.24],
[0.17,0.16,0.15],
[0.11,0.12,0.11],
[0.31,0.31,0.31],
[0.07,0.07,0.07],
[0.56,0.49,0.48],
[0.02,0.01,0.01],
[8.06,0.12,0.12],
[0.07,0.07,0.07],
[7.18,0.10,0.10],
[0.51,0.08,0.07],
[0.06,0.06,0.06],
[0.07,0.07,0.07],
[0.06,0.06,0.06],
[0.37,0.33,0.34],
[6.66,0.96,0.94],
[0.09,0.08,0.07],
[0.77,0.09,0.09],
[2.65,0.15,0.13],
[0.75,0.70,0.74],
[1.02,1.00,1.00],
[1.03,1.02,1.06],
[0.15,0.14,0.14],
[0.09,0.05,0.04],
[0.04,0.03,0.03],
[0.10,0.04,0.04],
[0.29,0.25,0.27],
[0.09,0.04,0.05],
[0.08,0.04,0.04],
[0.04,0.04,0.04]
[0, 0.01, 0.01],
[0.06, 0.03, 0.03],
[0.63, 0.05, 0.05],
[1.41, 0.06, 0.07],
[1.25, 0.09, 0.09],
[1.64, 0.18, 0.18],
[0.03, 0.01, 0.01],
[0.05, 0.04, 0.04],
[2.47, 0.15, 0.14],
[3.78, 0.68, 0.68],
[1.38, 0.08, 0.09],
[2.39, 0.09, 0.1],
[1.77, 0.16, 0.17],
[3, 0.26, 0.26],
[1.67, 0.19, 0.19],
[0.99, 0.13, 0.14],
[3.19, 0.32, 0.32],
[2.89, 0.09, 0.1],
[5.01, 0.49, 0.47],
[0.03, 0.02, 0.02],
[8.05, 0.35, 0.34],
[9.17, 0.35, 0.35],
[17.89, 0.7, 0.69],
[5.78, 0.94, 0.24],
[2.17, 0.75, 0.1],
[1.55, 0.09, 0.1],
[2.36, 0.78, 0.11],
[8.38, 0.48, 0.49],
[6.71, 1.04, 1.03],
[0.11, 0.06, 0.06],
[4.46, 0.14, 0.15],
[6.51, 0.18, 0.17],
[4.43, 0.67, 0.75],
[8.31, 1.06, 1.1],
[8.21, 1.11, 1.13],
[0.37, 0.15, 0.15],
[0.8, 0.04, 0.04],
[0.94, 0.03, 0.04],
[1.02, 0.04, 0.04],
[1.25, 0.09, 0.07],
[0.87, 0.04, 0.04],
[0.98, 0.04, 0.05],
[0.57, 0.03, 0.04]
]
}

Loading