Skip to content

Commit 6a43e40

Browse files
committed
Actualized README
1. Actualized acronis-db-bench examples of tests launch according to new CLI params 2. Added acronis-db-bench examples of launching tests towards to ElasticSearch and OpenSearch
1 parent e894bee commit 6a43e40

File tree

2 files changed

+143
-124
lines changed

2 files changed

+143
-124
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It includes:
1212

1313
## Acronis Database Benchmark (acronis-db-bench)
1414

15-
The Acronis Database Benchmark is a comprehensive framework for testing and analyzing the performance of various database systems. It supports a wide range of both SQL and NoSQL databases, such as MySQL, PostgreSQL, Cassandra, ClickHouse, ElasticSearch and more, making it a powerful tool for cross-database performance comparisons. The tool provides extensive support for different data access patterns, including inserts, updates, facet searches, indexed searches, vector searches, and others, allowing for a detailed exploration of how each database handles different query types and workloads.
15+
The Acronis Database Benchmark is a comprehensive framework for testing and analyzing the performance of various database systems. It supports a wide range of both SQL and NoSQL databases, such as MySQL, PostgreSQL, Cassandra, ClickHouse, ElasticSearch, OpenSearch and more, making it a powerful tool for cross-database performance comparisons. The tool provides extensive support for different data access patterns, including inserts, updates, facet searches, indexed searches, vector searches, and others, allowing for a detailed exploration of how each database handles different query types and workloads.
1616

1717
With built-in features for simulating multi-tenant environments, the benchmark can model real-world SaaS-like scenarios where multiple tenants access shared resources. Additionally, it offers advanced logging and diagnostic features that help developers and database administrators quickly identify and troubleshoot performance issues. The tool is ideal for assessing the impact of various database configurations, comparing the overhead of database clusters versus single instances, and analyzing performance bottlenecks under concurrent workloads. It also enables users to evaluate how databases perform under high-cardinality data, different indexing strategies, and various levels of hardware and virtualization environments. This makes it highly suitable for optimizing database systems and ensuring efficient performance in production-like environments.
1818

@@ -32,7 +32,6 @@ These instructions will get you a copy of the project up and running on your loc
3232

3333
Before you begin, ensure you have met the following requirements:
3434
* You have installed the latest version of [Go](https://golang.org/dl/).
35-
* You have a `<Mac/Linux/Windows>` machine. State which OS is supported/required.
3635

3736
### Getting perfkit
3837

0 commit comments

Comments
 (0)