Skip to content

Commit 9dffe13

Browse files
authored
Add benchmark selection into banyanDB storage documentation (#13595)
1 parent 75670e4 commit 9dffe13

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/en/changes/changes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
#### Documentation
1515

16+
* Add benchmark selection into banyanDB storage documentation.
17+
1618

1719
All issues and pull requests are [here](https://github.com/apache/skywalking/issues?q=milestone:10.4.0)
1820

docs/en/setup/backend/backend-storage.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ BanyanDB is a native-built SkyWalking database, which can completely focus on Sk
1414
It has demonstrated significant potential for performance improvement and reduced resource usage requirements. It indicates 5x less memory usage,
1515
1/5 disk IOPS, 1/4 disk throughput, and 30% less disk space, albeit with a slightly higher CPU trade-off, compared to Elasticsearch.
1616
17+
In benchmark testing, a BanyanDB cluster with 2 liaison nodes and 2 data nodes (each with 2 cores and 4GB memory) successfully handled sustained high-throughput workloads:
18+
ingesting over 571,000 metric data points, 151,000 stream records, and 6,600 traces (133,200 spans) per minute. Query performance remained responsive with median latencies of 26ms for metrics (p99: 288ms), 7ms for streams (p99: 72ms), and 436ms for traces (p99: ~1.1s) under concurrent read/write operations.
19+
1720
## SQL database
1821
- [MySQL and its compatible databases](storages/mysql.md)
1922
- [PostgreSQL and its compatible databases](storages/postgresql.md)

0 commit comments

Comments
 (0)