Skip to content

Commit 1b579d2

Browse files
authored
Revise BanyanDB documentation for clarity and detail (#13618)
1 parent 133cbc6 commit 1b579d2

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ storage:
1010
## BanyanDB - Native APM Database
1111
- [BanyanDB](storages/banyandb.md)
1212
13-
BanyanDB is a native-built SkyWalking database, which can completely focus on SkyWalking use cases.
14-
It has demonstrated significant potential for performance improvement and reduced resource usage requirements. It indicates 5x less memory usage,
15-
1/5 disk IOPS, 1/4 disk throughput, and 30% less disk space, albeit with a slightly higher CPU trade-off, compared to Elasticsearch.
16-
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.
13+
BanyanDB is a native-built SkyWalking database that focuses entirely on SkyWalking use cases.
14+
BanyanDB demonstrates significant potential in improving performance and optimizing resource utilization.
15+
In typical deployment scenarios involving around 200 services and 200+ calls per second, a cluster configured with 2 liaison nodes and 2 data nodes—each equipped with 4 vCPUs and 8 GB memory—delivers stable and efficient performance.
16+
BanyanDB also supports full tracing sampling, providing trace collection capabilities up to 100%, ensuring comprehensive observability without compromising system stability.
17+
18+
For the latest performance benchmarks of **BanyanDB**, please refer to the following sections:
19+
- [**Single‑Model Benchmark (Trace / Log / Measure / Property)**](https://skywalking.apache.org/docs/skywalking-banyandb/next/operation/benchmark/benchmark-single-model/) — evaluates individual data models in isolation.
20+
- [**Hybrid Scenario Benchmark — Realistic workloads for typical SkyWalking use cases**](https://skywalking.apache.org/docs/skywalking-banyandb/next/operation/benchmark/benchmark-hybrid/) — simulates mixed observability data ingestion and query scenarios.
1921
2022
## SQL database
2123
- [MySQL and its compatible databases](storages/mysql.md)

0 commit comments

Comments
 (0)