article thumbnail

View from Nutanix storage during Postgres DB benchmark

n0derunner

In this example from prior post. 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. The Linux VM running postgres has two virtual disks – one taking transaction log writes.

article thumbnail

Maximizing Performance of AWS RDS for MySQL with Dedicated Log Volumes

Percona

A Dedicated Log Volume (DLV) is a specialized storage volume designed to house database transaction logs separately from the volume containing the database tables. DLVs are particularly advantageous for databases with large allocated storage, high I/O per second (IOPS) requirements, or latency-sensitive workloads.

AWS 93
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

Nutanix AES: Performance By Example.

n0derunner

Here’s a real-world example of that improvement in practice. bssplit=64k/20:128k/20:256k/20:512k/20:1m/20 Normally storage benchmarks using large IO sizes are performed serially, because it’s easier on the storage back-end. The post Nutanix AES: Performance By Example. appeared first on n0derunner.

article thumbnail

Grafana Dashboards: A PoC Implementing the PostgreSQL Extension pg_stat_monitor

Percona

Installation (example: CENTOS8, pg14) The simplest way to get pg_stat_monitor is to install it via Percona Distribution for PostgreSQL. A script executing a benchmarking run: #!/bin/bash Histogram : Visual representation is very helpful as it can help identify issues. And yes, it even works in PostgreSQL.

article thumbnail

Evaluating the Evaluation: A Benchmarking Checklist

Brendan Gregg

These have inspired me to summarize another performance activity: evaluating benchmark accuracy. Accurate benchmarking rewards engineering investment that actually improves performance, but, unfortunately, inaccurate benchmarking is more common. If the benchmark reported 20k ops/sec, you should ask: why not 40k ops/sec?

article thumbnail

What Is a Workload in Cloud Computing

Scalegrid

Various forms can take shape when discussing workloads within the realm of cloud computing environments – examples include order management databases, collaboration tools, videoconferencing systems, virtual desktops, and disaster recovery mechanisms. Storage is a critical aspect to consider when working with cloud workloads.

Cloud 130
article thumbnail

Evaluating the Evaluation: A Benchmarking Checklist

Brendan Gregg

These have inspired me to summarize another performance activity: evaluating benchmark accuracy. Accurate benchmarking rewards engineering investment that actually improves performance, but, unfortunately, inaccurate benchmarking is more common. If the benchmark reported 20k ops/sec, you should ask: why not 40k ops/sec?