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 Postgres Understanding Concurrency Parameters in pgbench gary January 12, 2021 How to use the “jobs” and “clients” parameters in pgbench without going crazy.
1 min read 0 Postgres Postgres pgbench scale-factors and WSS gary August 11, 2020 Scale factor to workingset size lookup for tiny databases
1 min read 0 Nutanix How to measure database scaling & density on Nutanix HCI platform. gary March 27, 2020 How can database density be measured? How does database performance behave as more DBs are consolidated? What impact does running…
1 min read 0 X-Ray Measuring CPU performance with X-Ray and pgbench. gary October 1, 2019 An X-ray workload for measuring application density
1 min read 0 Nutanix Impact of Data locality on DB workloads. gary July 23, 2019 Do database workloads benefit from data locality?
2 min read 0 Nutanix Postgres View from Nutanix storage during Postgres DB benchmark gary June 28, 2019 Following on from the previous [1] [2] experiments with Postgres & pgbench. A quick look at how the workload is…
1 min read 0 Postgres Benchmarking with Postgres PT2 gary June 28, 2019 In this example we run pgbench with a scale factor of 1000 which equates to a database size of around…
2 min read 0 Postgres Benchmarking with Postgres PT1 gary June 28, 2019 In this example, we use Postgres and the pgbench workload generator to drive some load in a virtual machine. Assume…
2 min read 0 Nutanix Install a bitnami image to Nutanix AHV cluster. gary June 28, 2019 One of the nice things about using public cloud is the ability to use pre-canned application virtual appliances created by…
2 min read 0 Postgres Performance gains for postgres on Linux with hugepages gary March 7, 2019 For this experiment I am using Postgres v11 on Linux 3.10 kernel. The goal was to see what gains can…