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.

article thumbnail

Virtual consensus in Delos

The Morning Paper

Virtual consensus in Delos , Balakrishnan et al. If you think of this a bit like mapping memory addresses to data in memory, then another parallel comes to mind: the virtual address space. We propose the novel abstraction of a virtual shared log (or VirtualLog). Facebook, Inc. ), OSDI’2020. What does the VirtualLog give us?

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

Why Tcl is 700% faster than Python for database benchmarking

HammerDB

Python is a popular programming language, especially for beginners, and consequently we see it occurring in places where it just shouldn’t be used, such as database benchmarking. We use stored procedures because, as the introductory post shows, using single SQL statements turns our database benchmark into a network test).

article thumbnail

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

HammerDB

Docker build, example CLI scripts were added to build and run the TPROC-C workload in the Tcl language. This post will give an overview of the example CLI scripts that you can run directly or use as a template to write your own. Linux example For a first example we will look at the TPROC-C workload in Tcl running on MariaDB on Linux.

C++ 83
article thumbnail

Azure Virtual Machines for SQL Server Usage

SQL Performance

One important choice you will still have to make is what type and size of Azure virtual machine you want to use for your existing SQL Server workload. Microsoft currently has eight main types of virtual machines designed for different types of workloads. For example, compare the three possible VM choices shown in Figure 3.

Azure 72
article thumbnail

View from Nutanix storage during Postgres DB benchmark

n0derunner

In this example from prior post. The Linux VM running postgres has two virtual disks – one taking transaction log writes. The post View from Nutanix storage during Postgres DB benchmark appeared first on n0derunner. A quick look at how the workload is seen from the Nutanix CVM.

article thumbnail

Benchmarking with Postgres PT1

n0derunner

In this example, we use Postgres and the pgbench workload generator to drive some load in a virtual machine. Assume a Linux virtual machine that has Postgres installed. Specifically using a Bitnami virtual appliance. The post Benchmarking with Postgres PT1 appeared first on n0derunner. Image By Daniel Lundin.