Search code examples
mysqlmysql-clustersysbench

How to test performance of MySQL NDB cluster(NDB storage engine) using SYSBENCH?


  • I want to test the performance of my NDB cluster.
  • I am thinking of using sysbench.
  • Are there any particular configuration changes required to make it work with the NDB cluster?
  • Is there any flag that I need to use during runtime to mention the Storage engine explicitly.

Need some help on this.


Solution

  • --mysql_storage_engine=ndbcluster flag while running sysbench command worked for me testing NDB cluster-specific performance.