Remove Benchmarking Remove Servers Remove Testing Remove Virtualization
article thumbnail

Why you should benchmark your database using stored procedures

HammerDB

HammerDB uses stored procedures to achieve maximum throughput when benchmarking your database. HammerDB has always used stored procedures as a design decision because the original benchmark was implemented as close as possible to the example workload in the TPC-C specification that uses stored procedures. On MySQL, we saw a 1.5X

article thumbnail

HammerDB v4.9 New Feature: Accelerate SQL Server builds with BCP

HammerDB

by @krithikasatish and @JoshInnis to provide accelerated load performance for both SQL Server TPROC-C and TPROC-H schemas. In our PC test the build started at 11:28:16 and ended at 11:30:27 meaning it took 2 minutes 11 seconds to build our 20 warehouse schema. With the default for v4.9 to have this feature enabled.

Servers 62
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

HammerDB CLI 101

HammerDB

In this example we are using SQL Server so the message shows that everything is in order and we can proceed with running tests. This will show the benchmark options dialog. Benchmark Options. and benchmark set with the bm argument. When the build is complete Virtual User 1 will show TPCC SCHEMA COMPLETE.

article thumbnail

The Importance of Selecting the Proper Azure VM Size

SQL Performance

Migrating an on-premises SQL Server instance to an Azure Virtual Machine (VM) is a common method to migrate to Azure. Microsoft has helped simplify things by creating multiple types of virtual machines. Compute optimized – High CPU-to-memory ration, medium traffic web servers and application servers. Generation.

Azure 76
article thumbnail

How to Assess MySQL Performance

HammerDB

Regardless of whether the computing platform to be evaluated is on-prem, containerized, virtualized, or in the cloud, it is crucial to consider several essential factors. Therefore, before we attempt to measure our database performance, we should know the system or cloud instance to be tested in detail. Operating System: Ubuntu 22.04

article thumbnail

Percona Monitoring and Management 2 Scaling and Capacity Planning

Percona

Planning for resources of a PMM Server host instance can be tricky because the numbers can change depending on the DB instances being monitored by PMM. We have tested PMM version 2.33.0 Capacity planning and setup details We used a dedicated 32-core CPU and 64GB of RAM for our testing.

article thumbnail

HammerDB v4.7 New Features Pt 2: Example CLI Scripts

HammerDB

scripts/tcl/maria/tprocc/maria_tprocc_buildschema.tcl echo "+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-" echo "RUN HAMMERDB TEST" echo "+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-"./hammerdbcli If HammerDB is running on a separate system from the database under test then you should modify this value accordingly.

C++ 83