2 min read 0 Postgres Database Performance Notes on tuning postgres for cpu and memory benchmarking gary October 18, 2024 Recently I wanted to measure the impact of NUMA placement and Hugepages on the performance of postgres running in a…
1 min read 0 Nutanix SQL Server A Nutanix / Prometheus exporter in bash gary May 3, 2024 Overview For a fun afternoon project, how about a retro prometheus exporter using Apache/nginx, cgi-bin and bash!? About prometheus format…
1 min read 0 SQL Server Database Performance Database sizes for HammerDB TPC-C/ SQLserver gary November 17, 2022 The on disk size for small DB sizes. Taken from SQLserver properties immediately after creating the TPC-C like schema in…
1 min read 0 Database Performance Generate load on Microsoft SQLserver Windows from HammerDB on Linux gary October 14, 2022 Often it’s nice to be able to drive Windows applications and databases from Linux, especially if you are more comfortable…
1 min read 0 Nutanix Comparing RDS and Nutanix Cluster performance with HammerDB gary June 14, 2022 tl;dr In a recent experiment using Amazon RDS instance and a VM running in an on-prem Nutanix cluster, both using…
1 min read 0 SQL Server How to drop tables for HammerDB TPC-C on SQL Server gary April 20, 2021 From the SQL Window of SQL*Server. Issue these commands to drop the tables and procedures created by HammerDB. This will…
1 min read 0 SQL Server How to drop tables for HammerDB TPC-H on SQL Server gary June 9, 2020 Use the following SQL to drop the tables and indexes in the HammerDB TPC-H schema, so that you can re-load…
1 min read 0 SQL Server SQL Server uses only one NUMA Node with HammerDB gary October 7, 2019 Some versions of HammerDB (e.g. 3.2) may induce imbalanced NUMA utilization with SQL Server. This can easily be observed with…
1 min read 0 Database Performance HammerDB: Avoiding bottlenecks in client. gary October 4, 2019 How to avoid bottlenecks in the client generator when measuring database performance with HammerDB
3 min read 3 SQL Server SuperScalin’: How I learned to stop worrying and love SQL Server on Nutanix. gary November 23, 2014 TL;DR It’s pretty easy to get 1M SQL TPM running a TPC-C like workload on a single Nutanix node. Use…