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
4 changes: 4 additions & 0 deletions byconity/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ byconity --database bench --query "INSERT INTO hits FORMAT TSV" < hits.tsv
END=$(date +%s)
echo "Load time: $(echo "$END - $START" | bc)"

# Drop the downloaded source files so the sync at the top of run.sh
# doesn't flush their pages and inflate cold-run prep time.
rm -f hits.tsv hits.tsv.gz

# NOTE: sometimes may hung due to docker-compose, using docker directly may help
./run.sh

Expand Down
4 changes: 4 additions & 0 deletions cedardb/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ PGPASSWORD=test command time -f '%e' psql -h localhost -U postgres -q -t -c "COP
echo -n "Data size: "
PGPASSWORD=test psql -h localhost -U postgres -q -t -c "SELECT pg_total_relation_size('hits');"

# Drop the downloaded source files so the sync at the top of run.sh
# doesn't flush their pages and inflate cold-run prep time.
rm -f data/hits.tsv

# run benchmark
echo "running benchmark..."
./run.sh 2>&1 | tee log.txt
Expand Down
4 changes: 4 additions & 0 deletions chdb/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ pigz -d -f hits.csv.gz
echo -n "Load time: "
command time -f '%e' ./load.py

# Drop the downloaded source files so the sync at the top of run.sh
# doesn't flush their pages and inflate cold-run prep time.
rm -f hits.csv

# Run the queries
./run.sh 2>&1 | tee log.txt

Expand Down
90 changes: 45 additions & 45 deletions chdb/results/c6a.2xlarge.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
{
"system": "chDB",
"date": "2026-03-09",
"date": "2026-05-05",
"machine": "c6a.2xlarge",
"cluster_size": 1,
"proprietary": "no",
"hardware": "cpu",
"tuned": "no",
"tags": ["C++","column-oriented","ClickHouse derivative","embedded","stateless","serverless"],
"load_time": 558,
"load_time": 554,
"data_size": 15259769402,
"result": [
[0.013, 0.001, 0.001],
[0.07, 0.012, 0.015],
[0.132, 0.044, 0.045],
[0.192, 0.06, 0.063],
[0.784, 0.565, 0.564],
[1.11, 0.846, 0.833],
[0.057, 0.016, 0.017],
[0.093, 0.023, 0.02],
[0.944, 0.76, 0.752],
[1.037, 0.814, 0.807],
[0.359, 0.181, 0.169],
[0.397, 0.226, 0.222],
[1.234, 0.882, 0.871],
[2.215, 1.275, 1.232],
[1.319, 0.927, 0.865],
[0.947, 0.542, 0.525],
[3.299, 2.515, 2.369],
[2.427, 1.613, 1.603],
[6.147, 5.287, 5.075],
[0.16, 0.027, 0.025],
[11.462, 0.929, 0.931],
[13.063, 1.063, 1.07],
[15.102, 1.386, 1.415],
[12.563, 0.996, 1.002],
[2.43, 0.299, 0.299],
[0.826, 0.239, 0.243],
[2.437, 0.301, 0.285],
[0.321, 0.169, 0.165],
[12.169, 11.128, 11.125],
[0.124, 0.053, 0.051],
[0.755, 0.577, 0.556],
[4.185, 1.049, 1.001],
[14.849, 12.892, 13.57],
[13.404, 4.771, 4.526],
[13.379, 4.692, 4.701],
[0.573, 0.536, 0.444],
[0.165, 0.068, 0.06],
[0.116, 0.038, 0.032],
[0.131, 0.028, 0.025],
[0.259, 0.119, 0.109],
[0.107, 0.02, 0.017],
[0.098, 0.016, 0.014],
[0.09, 0.021, 0.012]
[0.011, 0.001, 0.001],
[0.068, 0.012, 0.014],
[0.117, 0.042, 0.042],
[0.205, 0.059, 0.058],
[0.748, 0.583, 0.563],
[1.069, 0.864, 0.85],
[0.055, 0.015, 0.014],
[0.084, 0.02, 0.018],
[0.881, 0.691, 0.68],
[0.997, 0.788, 0.789],
[0.334, 0.183, 0.178],
[0.375, 0.225, 0.226],
[1.206, 0.826, 0.829],
[2.258, 1.297, 1.237],
[1.318, 0.83, 0.805],
[0.903, 0.529, 0.518],
[3.235, 2.399, 2.391],
[2.305, 1.583, 1.564],
[5.866, 4.725, 4.213],
[0.137, 0.026, 0.027],
[11.496, 0.847, 0.833],
[13.084, 1.031, 1.039],
[15.093, 1.407, 1.352],
[12.579, 0.984, 0.987],
[2.447, 0.287, 0.279],
[0.834, 0.226, 0.221],
[2.407, 0.289, 0.283],
[0.287, 0.16, 0.154],
[12.039, 11.299, 11.02],
[0.115, 0.054, 0.056],
[0.719, 0.579, 0.563],
[4.17, 0.901, 0.901],
[14.687, 12.269, 13.341],
[13.39, 4.728, 4.334],
[13.357, 4.713, 4.365],
[0.523, 0.459, 0.479],
[0.157, 0.061, 0.063],
[0.116, 0.036, 0.038],
[0.126, 0.032, 0.024],
[0.226, 0.123, 0.116],
[0.104, 0.022, 0.022],
[0.098, 0.023, 0.016],
[0.087, 0.021, 0.011]
]
}

92 changes: 46 additions & 46 deletions chdb/results/c6a.4xlarge.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
{
"system": "chDB",
"date": "2026-03-09",
"date": "2026-05-05",
"machine": "c6a.4xlarge",
"cluster_size": 1,
"proprietary": "no",
"hardware": "cpu",
"tuned": "no",
"tags": ["C++","column-oriented","ClickHouse derivative","embedded","stateless","serverless"],
"load_time": 484,
"data_size": 15262232797,
"load_time": 486,
"data_size": 15262238989,
"result": [
[0.013, 0.001, 0.001],
[0.057, 0.009, 0.008],
[0.099, 0.022, 0.023],
[0.137, 0.03, 0.03],
[0.485, 0.366, 0.362],
[0.834, 0.452, 0.454],
[0.046, 0.009, 0.009],
[0.079, 0.017, 0.014],
[0.616, 0.463, 0.497],
[0.813, 0.519, 0.525],
[0.311, 0.153, 0.151],
[0.297, 0.165, 0.163],
[0.996, 0.577, 0.578],
[1.923, 0.84, 0.813],
[1.18, 0.593, 0.612],
[0.551, 0.394, 0.393],
[2.518, 1.723, 1.709],
[1.857, 1.094, 1.068],
[4.947, 3.157, 3.12],
[0.108, 0.016, 0.015],
[10.851, 0.546, 0.537],
[12.341, 0.705, 0.72],
[14.626, 1.193, 1.189],
[11.807, 0.612, 0.634],
[2.305, 0.158, 0.147],
[0.72, 0.191, 0.192],
[2.302, 0.151, 0.15],
[0.208, 0.08, 0.078],
[9.713, 5.265, 5.234],
[0.096, 0.035, 0.035],
[0.509, 0.334, 0.329],
[3.898, 0.681, 0.67],
[6.522, 4.656, 4.705],
[12.115, 3.081, 3.214],
[12.138, 3.141, 3.228],
[0.423, 0.309, 0.337],
[0.133, 0.045, 0.047],
[0.113, 0.028, 0.028],
[0.12, 0.02, 0.02],
[0.185, 0.082, 0.081],
[0.107, 0.019, 0.017],
[0.09, 0.013, 0.011],
[0.089, 0.018, 0.01]
[0.01, 0.001, 0.001],
[0.068, 0.009, 0.015],
[0.109, 0.023, 0.022],
[0.257, 0.029, 0.029],
[0.491, 0.366, 0.363],
[0.833, 0.465, 0.454],
[0.048, 0.011, 0.009],
[0.082, 0.026, 0.014],
[0.614, 0.47, 0.464],
[0.782, 0.524, 0.513],
[0.331, 0.161, 0.165],
[0.301, 0.161, 0.176],
[0.99, 0.588, 0.603],
[1.89, 0.857, 0.846],
[1.151, 0.604, 0.578],
[0.555, 0.402, 0.399],
[2.476, 1.752, 1.737],
[1.941, 1.088, 1.044],
[5.013, 3.149, 3.034],
[0.137, 0.016, 0.017],
[10.761, 0.571, 0.534],
[12.386, 0.731, 0.744],
[14.619, 1.203, 1.182],
[11.837, 0.595, 0.617],
[2.304, 0.152, 0.148],
[0.757, 0.186, 0.178],
[2.307, 0.15, 0.149],
[0.29, 0.083, 0.083],
[9.69, 5.254, 5.243],
[0.13, 0.034, 0.034],
[0.523, 0.343, 0.338],
[3.891, 0.703, 0.7],
[6.521, 4.684, 4.655],
[12.136, 3.196, 3.263],
[12.168, 3.101, 3.281],
[0.399, 0.323, 0.267],
[0.152, 0.05, 0.048],
[0.1, 0.028, 0.027],
[0.121, 0.02, 0.02],
[0.184, 0.081, 0.086],
[0.105, 0.018, 0.018],
[0.097, 0.013, 0.012],
[0.087, 0.017, 0.01]
]
}

90 changes: 45 additions & 45 deletions chdb/results/c6a.large.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
{
"system": "chDB",
"date": "2026-03-09",
"date": "2026-05-05",
"machine": "c6a.large",
"cluster_size": 1,
"proprietary": "no",
"hardware": "cpu",
"tuned": "no",
"tags": ["C++","column-oriented","ClickHouse derivative","embedded","stateless","serverless"],
"load_time": 779,
"load_time": 787,
"data_size": 15256492059,
"result": [
[0.015, 0.002, 0.001],
[0.135, 0.05, 0.066],
[0.433, 0.192, 0.197],
[0.845, 0.323, 0.377],
[3.539, 2.813, 2.813],
[5.636, 4.789, 3.512],
[0.122, 0.116, 0.082],
[0.142, 0.098, 0.074],
[5.28, 4.226, 4.972],
[5.335, 4.574, 4.48],
[1.593, 1, 0.975],
[2.494, 1.676, 1.826],
[6.24, 4.887, 4.313],
[15.42, 14.815, 15.154],
[6.178, 4.896, 5.19],
[5.872, 4.137, 3.635],
[22.783, 23.086, 20.874],
[11.6, 10.594, 11.5],
[31.589, 32.7, 33.24],
[0.446, 0.077, 0.089],
[12.426, 4.682, 5.587],
[13.872, 6.079, 6.169],
[17.166, 9.505, 9.956],
[13.854, 5.816, 8.419],
[2.391, 1.168, 1.183],
[1.532, 0.831, 0.975],
[2.402, 1.285, 1.165],
[1.061, 0.66, 0.718],
[52.284, 52.828, 50.903],
[0.27, 0.157, 0.149],
[2.563, 2.078, 2.073],
[5.607, 3.37, 3.377],
[44.183, 44.677, 44.544],
[37.355, 37.525, 37.183],
[37.55, 38.336, 37.539],
[1.816, 1.537, 1.445],
[0.329, 0.179, 0.169],
[0.164, 0.072, 0.074],
[0.2, 0.064, 0.062],
[0.568, 0.352, 0.39],
[0.136, 0.033, 0.032],
[0.119, 0.028, 0.028],
[0.117, 0.023, 0.023]
[0.014, 0.001, 0.001],
[0.164, 0.082, 0.078],
[0.473, 0.267, 0.296],
[0.788, 0.362, 0.417],
[3.474, 2.834, 2.784],
[6.497, 3.576, 3.7],
[0.095, 0.114, 0.123],
[0.143, 0.124, 0.113],
[4.64, 3.92, 4.01],
[5.333, 4.451, 4.643],
[1.507, 0.961, 1.012],
[2.172, 1.708, 1.507],
[6.148, 4.53, 4.903],
[13.182, 12.203, 13.202],
[6.209, 4.854, 4.924],
[5.791, 4.052, 3.791],
[22.542, 22.552, 20.802],
[11.375, 10.628, 11.363],
[30.658, 29.863, 31.034],
[0.419, 0.07, 0.083],
[12.344, 3.592, 4.008],
[13.721, 7.046, 7.445],
[16.893, 8.902, 10.277],
[13.393, 5.134, 5.745],
[2.356, 1.132, 1.125],
[1.373, 0.91, 0.93],
[2.36, 1.147, 1.138],
[0.958, 0.596, 0.637],
[50.632, 51.487, 49.483],
[0.258, 0.161, 0.148],
[2.351, 1.896, 1.887],
[5.102, 3.083, 3.219],
[43.603, 44.471, 44.001],
[34.42, 34.159, 34.668],
[35.641, 36.828, 35.892],
[1.73, 1.346, 1.314],
[0.334, 0.174, 0.172],
[0.154, 0.074, 0.069],
[0.197, 0.063, 0.065],
[0.545, 0.345, 0.329],
[0.135, 0.035, 0.031],
[0.121, 0.027, 0.027],
[0.111, 0.022, 0.023]
]
}

Loading