Remove c
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. Please refer to this tuning guide to tune the system for HammerDB: Open Source Database Tuning Guide on 3rd Generation Intel® Xeon® Scalable Processors Based Platform.

article thumbnail

HammerDB v4.2 New Features Pt1: MariaDB Build and Test Example with the CLI

HammerDB

adds full support for MariaDB in both the GUI as shown: And in the CLI as a separate database from MySQL, this post describes a setup and test for MariaDB using the CLI on Linux as an example running the TPROC-C workload. dbset db maria dbset bm TPC-C diset connection maria_socket /tmp/mariadb10234.sock HammerDB v4.2 linux-x86_64.tar.gz

Testing 57
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

What Adrian Did Next?—?Part 2?—?Sun Microsystems

Adrian Cockcroft

I was mostly coding in C, tuning FORTRAN, and when I needed to do a lot of data analysis of benchmark results used the S-PLUS statistics language, that is the predecessor to R. Rich became co-author of the second edition of the Sun Performance Tuning book, to describe how it worked. He had it up and running on Wednesday.

Tuning 52
article thumbnail

bpftrace (DTrace 2.0) for Linux 2018

Brendan Gregg

more capable, and built from the ground up for the modern era of the eBPF virtual machine. eBPF was created by Alexei Starovoitov while at PLUMgrid (he's now at Facebook) as a generic in-kernel virtual machine, with software defined networks as the primary use case. It's shaping up to be a DTrace version 2.0: Attaching 2 probes. ^C

C++ 110
article thumbnail

Testing MySQL 8.0.16 on Skylake with innodb_spin_wait_pause_multiplier

HammerDB

Fortunately the HammerDB TPC-C/OLTP workload intentionally has a great deal of contention between threads and is therefore ideal for testing spin-locks. Copyright (C) 2003-2018 Steve Shaw. The following was the results in graph form: with a peak performance of the following: Vuser 1:64 Active Virtual Users configured.

Testing 48
article thumbnail

Friday’s Q&A session now online

Sutter's Mill

My live Q&A after Friday’s The Future of C++ talk is now online on Channel 9. recent progress and near-future directions for C++, both at Microsoft and across the industry, and talks about some announcements related to C++11 support in VC++ 2012 and the formation of the Standard C++ Foundation.

C++ 40
article thumbnail

Finding Table Differences on Nullable Columns Using MySQL Generated Columns

Percona

from -> sbtest1 a left join -> sbtest2 b using (k,c,pad) -> where b.id from -> sbtest2 a left join -> sbtest1 b using (k,c,pad) -> where b.id Both tables have the same number of rows. is null union -> select "sbtest2",a.* sec) As you can see, column k is NULL.

C++ 43