TPCC-How to simulate the same workload for multiple trails wrt MySQL? #236
-
As shown below tpcc -scheambuild and work load. Schemabuild.tcl#!/bin/tclsh Workload.tcl or test run.tclputs "SETTING CONFIGURATION"
In scenario, how to simulate the same values of NOPM for multiple trails with same workload i,e shcemabuild.tcl and workload.tcl. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Question converted to discussion from issue. |
Beta Was this translation helpful? Give feedback.
-
You are seeing up to 590K NOPM rather than M. In current tests MySQL has been measured in the range of 1-2M NOPM so 3X of what is seen here. OLTP database is based on a number of factors, hardware, OS, database version and configuration and so on. The key factor of course will be the system and in particular the CPU and number cores closely followed by the redo log disk. Then it will be the MySQL version and configuration. These type of questions are best directed to your system/os/database/vendor on tuning for OLTP performance as there are a lot of variables here. |
Beta Was this translation helpful? Give feedback.
You are seeing up to 590K NOPM rather than M. In current tests MySQL has been measured in the range of 1-2M NOPM so 3X of what is seen here. OLTP database is based on a number of factors, hardware, OS, database version and configuration and so on. The key factor of course will be the system and in particular the CPU and number cores closely followed by the redo log disk. Then it will be the MySQL version and configuration. These type of questions are best directed to your system/os/database/vendor on tuning for OLTP performance as there are a lot of variables here.