-
Can you please provide details on whether load testing can be performed using HammerDB for singlestore ? I configured hammercli in Redhat OS. Installed the SQL client executed the 'librarycheck', and confirmed the ODBC connector loaded successfully for MySQL. However, when I created a tcl file with the engine set as SIngleStore, I encountered an issue. PFA |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
We have not tested singlestore, however if it is fully MySQL compatible then it will work with the HammerDB MySQL option. However, you are mixing up Microsoft SQL Server and MySQL. In the screenshot you highlight the SQL Server driver not the MySQL one. It is the MySQL one you need. Install a MySQL client library, or add an existing one to your path. Follow the guidance here https://www.hammerdb.com/docs/ch01s10.html - when librarycheck shows the MySQL library loads then use the MySQL build and test against your MySQL environment. |
Beta Was this translation helpful? Give feedback.
We have not tested singlestore, however if it is fully MySQL compatible then it will work with the HammerDB MySQL option.
However, you are mixing up Microsoft SQL Server and MySQL. In the screenshot you highlight the SQL Server driver not the MySQL one. It is the MySQL one you need. Install a MySQL client library, or add an existing one to your path.
Follow the guidance here https://www.hammerdb.com/docs/ch01s10.html - when librarycheck shows the MySQL library loads then use the MySQL build and test against your MySQL environment.