Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 902 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 902 Bytes

DBMS-bench

A tool that benchmarks various DBMS systems agains each other and looks at energy usage

The compose.yml defines all the containers we want to use to benchmark. We use the std containers provided by the various DBMS and the hammerdb container. For benchmarking we use the hammerDB system.

Currently we support:

  • MariaDB
  • MySql
  • PostgreSQL

For each DB vendor we have a benchmarking usage_scenario_xxx.yml that you can execute with the Green Metrics Tool to get energy readings.

We are currently only using the TPC-C benchmark

Some background reading