@@ -8,18 +8,30 @@ storage:
88` ` `
99
1010Natively supported storage:
11+
12+ ## BanyanDB - Native APM Database
13+ - [BanyanDB](storages/banyandb.md)
14+
15+ This is recommended to use for medium scale deployments from 0.6 until 1.0.
16+ BanyanDB is going to be our next generation storage solution. It has shown high potential performance
17+ improvement. Less than 50% CPU usage and 50% memory usage with 40% disk volume compared to Elasticsearch in the same scale.
18+ We are looking for early adoption. Please contact us through slack channels if you are interested in using BanyanDB.
19+
20+ ## SQL database
1121- [H2](storages/h2.md)
12- - [OpenSearch](storages/elasticsearch.md#opensearch)
13- - [ElasticSearch 7 and 8](storages/elasticsearch.md#elasticsearch).
22+
23+ H2 is the default storage option in the distribution package. It is recommended to use H2 for testing and development ONLY.
24+
1425- [MySQL and its compatible databases](storages/mysql.md)
1526- [PostgreSQL and its compatible databases](storages/postgresql.md)
16- - [BanyanDB(alpha stage)](storages/banyandb.md)
1727
18- H2 is the default storage option in the distribution package. It is recommended to use H2 for testing and development ONLY.
19- Elasticsearch and OpenSearch are recommended for production environments, specially for large scale deployments.
2028MySQL and PostgreSQL are recommended for production environments for medium scale deployments, especially for low trace
2129and log sampling rate. Some of their compatible databases may support larger scale better, such as TiDB and AWS Aurora.
2230
23- BanyanDB is going to be our next generation storage solution. It is still in alpha stage. It has shown high potential performance
24- improvement. Less than 50% CPU usage and 50% memory usage with 40% disk volume compared to Elasticsearch in the same scale with 100% sampling.
25- We are looking for early adoption, and it would be our first-class recommended storage option since 2024.
31+ ## Elasticsearch+
32+
33+ - [OpenSearch](storages/elasticsearch.md#opensearch)
34+ - [ElasticSearch 7 and 8](storages/elasticsearch.md#elasticsearch)
35+
36+ Elasticsearch and OpenSearch are recommended for production environments, specially for large scale deployments.
37+ OpenSearch derived from Elasticsearch 7.10.2 and iterate by its own roadmap.
0 commit comments