Skip to content
 
 

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySQL Benchmark

Using Sysbench tool witch custon lua scripts to generate any benchmarks with our graphs:

And with gnuplot we generate graphs in .SVG files and you can see with Gapplin on Mac OS X.

Each direcyory have a specific test case.

  • Primary Key: Test the best data type for this purpose.
  • Random: Generate only random data.
  • Row Format: Compressed VS Dynamic

Consideration

  • El número de TPS or QPS será proporcional al rendimiento ofrecido por la CPU y los IOPS entre otros.

Install

brew install mysql@5.7
brew install sysbench
brew install gnuplot

Requirement

Create a MySQL database and user for sysbench:

mysql> CREATE SCHEMA sbtest;
mysql> GRANT ALL PRIVILEGES ON sbtest.* TO sbtest@'localhost' IDENTIFIED BY 'sbtest';
mysql> FLUSH PRIVILEGES;

About

MySQL Benchmarks with sysbench

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages