<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Performance on PIGSTY</title><link>https://pigsty.io/tags/performance/</link><description>Recent content in Performance on PIGSTY</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 17 Apr 2026 09:14:36 +0800</lastBuildDate><atom:link href="https://pigsty.io/tags/performance/index.xml" rel="self" type="application/rss+xml"/><item><title>Modern Hardware for Future Databases</title><link>https://pigsty.io/blog/db/future-hardware/</link><pubDate>Wed, 20 Nov 2024 00:00:00 +0000</pubDate><guid>https://pigsty.io/blog/db/future-hardware/</guid><description>&lt;blockquote&gt;
&lt;p&gt;Author: &lt;strong&gt;Alex Miller&lt;/strong&gt; (Snowflake, Apple, Google) | Original: &lt;a href="https://transactional.blog/blog/2024-modern-database-hardware"&gt;Modern Hardware for Future Databases&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href="https://vonng.com/cn/db/future-hardware/"&gt;&lt;img src="https://pigsty.io/img/hero/db/future-hardware.jpg" alt="featured"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A survey on how hardware developments affect database design, covering key advancements in networking, storage, and computing. &lt;a href="https://vonng.com/cn/db/future-hardware/"&gt;&lt;strong&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>MySQL Performance Declining: Where is Sakila Going?</title><link>https://pigsty.io/blog/db/sakila-where-are-you-going/</link><pubDate>Wed, 19 Jun 2024 00:00:00 +0000</pubDate><guid>https://pigsty.io/blog/db/sakila-where-are-you-going/</guid><description>&lt;blockquote&gt;
&lt;p&gt;Author: &lt;strong&gt;Marco Tusa&lt;/strong&gt; (Percona) | Original: &lt;a href="https://www.percona.com/blog/sakila-where-are-you-going/"&gt;Sakila, Where Are You Going?&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href="https://vonng.com/cn/db/sakila-where-are-you-going/"&gt;&lt;img src="https://pigsty.io/img/hero/db/sakila-where-are-you-going.jpg" alt="featured"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Higher MySQL versions mean worse performance? Percona monitoring shows slow migration from 5.7 to 8.x. PostgreSQL is pulling ahead. &lt;a href="https://vonng.com/cn/db/sakila-where-are-you-going/"&gt;&lt;strong&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>PostgreSQL's Impressive Scalability</title><link>https://pigsty.io/blog/pg/pg-scalability/</link><pubDate>Sat, 13 Jan 2024 00:00:00 +0000</pubDate><guid>https://pigsty.io/blog/pg/pg-scalability/</guid><description>&lt;p&gt;&lt;a href="https://vonng.com/en/pg/pg-scalability/"&gt;&lt;img src="https://pigsty.io/img/hero/pg/pg-scalability.jpg" alt="featured"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This article describes how Cloudflare scaled to support 55 million requests per second using 15 PostgreSQL clusters, and PostgreSQL&amp;rsquo;s scalability performance. &lt;a href="https://vonng.com/en/pg/pg-scalability/"&gt;&lt;strong&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>PostgreSQL Macro Query Optimization with pg_stat_statements</title><link>https://pigsty.io/blog/pg/pgss/</link><pubDate>Thu, 26 Oct 2023 00:00:00 +0000</pubDate><guid>https://pigsty.io/blog/pg/pgss/</guid><description>&lt;p&gt;&lt;a href="https://vonng.com/en/pg/pgss/"&gt;&lt;img src="https://pigsty.io/img/hero/pg/pgss.jpg" alt="featured"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Query optimization&lt;/strong&gt; is one of the core responsibilities of DBAs. This article introduces how to use metrics provided by &lt;code&gt;pg_stat_statements&lt;/code&gt; for macro-level PostgreSQL query optimization. &lt;a href="https://vonng.com/en/pg/pgss/"&gt;&lt;strong&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>How Powerful is PostgreSQL Really?</title><link>https://pigsty.io/blog/pg/pg-performence/</link><pubDate>Mon, 22 Aug 2022 00:00:00 +0000</pubDate><guid>https://pigsty.io/blog/pg/pg-performence/</guid><description>&lt;p&gt;&lt;a href="https://vonng.com/en/pg/pg-performence/"&gt;&lt;img src="https://pigsty.io/img/hero/pg/pg-performence.jpg" alt="featured"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Let performance data speak: Why PostgreSQL is the world&amp;rsquo;s most advanced open-source relational database, aka the world&amp;rsquo;s most successful database. MySQL vs PostgreSQL performance showdown and distributed database reality check. &lt;a href="https://vonng.com/en/pg/pg-performence/"&gt;&lt;strong&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>A Methodology for Diagnosing PostgreSQL Slow Queries</title><link>https://pigsty.io/blog/pg/slow-query/</link><pubDate>Tue, 23 Feb 2021 00:00:00 +0000</pubDate><guid>https://pigsty.io/blog/pg/slow-query/</guid><description>&lt;p&gt;&lt;a href="https://vonng.com/en/pg/slow-query/"&gt;&lt;img src="https://pigsty.io/img/hero/pg/slow-query.jpg" alt="featured"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Slow queries are the sworn enemy of OLTP databases. Here’s how to identify, analyze, and fix them using metrics (Pigsty dashboards), pg_stat_statements, and logs. &lt;a href="https://vonng.com/en/pg/slow-query/"&gt;&lt;strong&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Testing Disk Performance with FIO</title><link>https://pigsty.io/blog/pg/fio/</link><pubDate>Tue, 06 Feb 2018 00:00:00 +0000</pubDate><guid>https://pigsty.io/blog/pg/fio/</guid><description>&lt;p&gt;&lt;a href="https://vonng.com/en/pg/fio/"&gt;&lt;img src="https://pigsty.io/img/hero/pg/fio.jpg" alt="featured"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;FIO is a convenient tool for testing disk I/O performance &lt;a href="https://vonng.com/en/pg/fio/"&gt;&lt;strong&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Using sysbench to Test PostgreSQL Performance</title><link>https://pigsty.io/blog/pg/sysbench/</link><pubDate>Tue, 06 Feb 2018 00:00:00 +0000</pubDate><guid>https://pigsty.io/blog/pg/sysbench/</guid><description>&lt;p&gt;&lt;a href="https://vonng.com/en/pg/sysbench/"&gt;&lt;img src="https://pigsty.io/img/hero/pg/sysbench.jpg" alt="featured"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Although PostgreSQL provides pgbench, sometimes you need sysbench to outperform MySQL. &lt;a href="https://vonng.com/en/pg/sysbench/"&gt;&lt;strong&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>