-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add v0.7 TSBS benchmark result (#3512)
* docs: add v0.7 TSBS benchmark result * docs: add OS * docs: fix format
- Loading branch information
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# TSBS benchmark - v0.7.0 | ||
|
||
## Environment | ||
|
||
### Local | ||
| | | | ||
| ------ | ---------------------------------- | | ||
| CPU | AMD Ryzen 7 7735HS (8 core 3.2GHz) | | ||
| Memory | 32GB | | ||
| Disk | SOLIDIGM SSDPFKNU010TZ | | ||
| OS | Ubuntu 22.04.2 LTS | | ||
|
||
### Amazon EC2 | ||
|
||
| | | | ||
| ------- | -------------- | | ||
| Machine | c5d.2xlarge | | ||
| CPU | 8 core | | ||
| Memory | 16GB | | ||
| Disk | 50GB (GP3) | | ||
| OS | Ubuntu 22.04.1 | | ||
|
||
|
||
## Write performance | ||
|
||
| Environment | Ingest rate (rows/s) | | ||
| ------------------ | --------------------- | | ||
| Local | 3695814.64 | | ||
| EC2 c5d.2xlarge | 2987166.64 | | ||
|
||
|
||
## Query performance | ||
|
||
| Query type | Local (ms) | EC2 c5d.2xlarge (ms) | | ||
| --------------------- | ---------- | ---------------------- | | ||
| cpu-max-all-1 | 30.56 | 54.74 | | ||
| cpu-max-all-8 | 52.69 | 70.50 | | ||
| double-groupby-1 | 664.30 | 1366.63 | | ||
| double-groupby-5 | 1391.26 | 2141.71 | | ||
| double-groupby-all | 2828.94 | 3389.59 | | ||
| groupby-orderby-limit | 718.92 | 1213.90 | | ||
| high-cpu-1 | 29.21 | 52.98 | | ||
| high-cpu-all | 5514.12 | 7194.91 | | ||
| lastpoint | 7571.40 | 9423.41 | | ||
| single-groupby-1-1-1 | 19.09 | 7.77 | | ||
| single-groupby-1-1-12 | 27.28 | 51.64 | | ||
| single-groupby-1-8-1 | 31.85 | 11.64 | | ||
| single-groupby-5-1-1 | 16.14 | 9.67 | | ||
| single-groupby-5-1-12 | 27.21 | 53.62 | | ||
| single-groupby-5-8-1 | 39.62 | 14.96 | |