Обсуждение: Looking for pgbench Benchmark Results Across PostgreSQL Versions
Hi everyone,
I’ve been searching for a website that provides pgbench
results for different PostgreSQL versions, from 11 to 18, including the latest beta or alpha releases.
Does anyone know of such a site?
Thanks!
> On 8 May 2025, at 22:07, Özkan Pakdil <ozkan.pakdil@gmail.com> wrote: > > Hi everyone, > I’ve been searching for a website that provides pgbench results for different PostgreSQL versions, from 11 to 18, includingthe latest beta or alpha releases. > Does anyone know of such a site? There has been work towards such a site, with the code listed on the related-projects page on the website (see "PostgreSQL Performance Farm"): https://www.postgresql.org/developer/related-projects/ As far as I know it hasn't materialized yet though, so anyone interested can join the project and help out. -- Daniel Gustafsson
Hi ,you may look at this ,
I used sysbench and my usage is explained here.Postgres was configured to cache all tables. This benchmark used a c2-standard-30 server from GCP with 15 cores, hyperthreads disabled, 120G of RAM, Ubuntu 22.04 and 1.5TB of NVMe SSD with XFS (SW RAID 0 over 4 local devices). smalldatum.blogspot.com |
From: Özkan Pakdil <ozkan.pakdil@gmail.com>
Sent: Thursday, May 8, 2025 8:07 PM
To: pgsql-general@lists.postgresql.org <pgsql-general@lists.postgresql.org>
Subject: Looking for pgbench Benchmark Results Across PostgreSQL Versions
Sent: Thursday, May 8, 2025 8:07 PM
To: pgsql-general@lists.postgresql.org <pgsql-general@lists.postgresql.org>
Subject: Looking for pgbench Benchmark Results Across PostgreSQL Versions
Hi everyone,
I’ve been searching for a website that provides pgbench
results for different PostgreSQL versions, from 11 to 18, including the latest beta or alpha releases.
Does anyone know of such a site?
Thanks!