Remove 2003 Remove Benchmarking Remove Network Remove Virtualization
article thumbnail

HammerDB v4.7 New Features Pt 3: Lightweight Docker Images for rapid testing

HammerDB

introduces more lightweight database specific Docker Images, so if you only want to run benchmarks against a specific database you can go from having no benchmarking environment to reviewing your results in as little as 3 commands. How to deploy HammerDB CLI fast with Docker HammerDB v4.7 scripts/tcl/postgres/tprocc/pg_tprocc.sh

article thumbnail

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

Adrian Cockcroft

The early days at Sun Cambridge were special, I absorbed a lot about networking and the technical side of the role from my fellow systems engineer Martin Baines, and we were driving all over the region in cool company cars (I had a Citroen BX 16V) selling a really hot product.

Tuning 52
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

How to deploy HammerDB CLI fast with Docker

HammerDB

hammerdb@REDPOLL:~$ sudo docker run --network=host -it --name hammerdb tpcorg/hammerdb bash root@REDPOLL:/home/hammerdb/HammerDB-4.6#. Copyright (C) 2003-2022 Steve Shaw Type "help" for a list of commands Initialized new SQLite on-disk database /tmp/hammer.DB Copyright (C) 2003-2022 Steve Shaw. ALL VIRTUAL USERS COMPLETE.

C++ 62
article thumbnail

HammerDB Concepts and Architecture

HammerDB

This article Threads Done Right… With Tcl gives an excellent overview of these capabilities and it should be clear that to build a scalable benchmarking tool this thread performance and scalability is key. As virtual users are started the database specific packages and workload specific modules are loaded into the virtual user threads.

article thumbnail

SQL Server I/O Basics Chapter #2

SQL Server According to Bob

url=/library/en-us/fileio/fs/sparse_files.asp ) ​​ on the ​​ Microsoft Developer Network ​​ (MSDN). ​​ The following table outlines the virtual protection states. Page State Virtual Protection State Dirty Read Write ​​ during the modification.

Servers 40