Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uDIFF-008qBf-85 for pgsql-general@arkaria.postgresql.org; Fri, 09 May 2025 07:34:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1uDIFD-0095Xv-Jk for pgsql-general@arkaria.postgresql.org; Fri, 09 May 2025 07:34:07 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uDIFD-0095Xm-8s for pgsql-general@lists.postgresql.org; Fri, 09 May 2025 07:34:07 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uDIFA-000zAC-1I for pgsql-general@lists.postgresql.org; Fri, 09 May 2025 07:34:06 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id F35EC3447AE for ; Fri, 09 May 2025 09:34:03 +0200 (CEST) Received: from s980.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id DE8E9343C68; Fri, 09 May 2025 09:34:03 +0200 (CEST) Received: from s472.loopia.se (unknown [172.22.191.6]) by s980.loopia.se (Postfix) with ESMTP id DBA8222016C9; Fri, 09 May 2025 09:34:03 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s472.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s981.loopia.se ([172.22.191.5]) by s472.loopia.se (s472.loopia.se [172.22.190.12]) (amavisd-new, port 10024) with UTF8LMTP id 7zrjBc7Whs8Y; Fri, 9 May 2025 09:34:03 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.193 Received: from smtpclient.apple (customer-89-255-232-193.stosn.net [89.255.232.193]) (Authenticated sender: daniel@yesql.se) by s981.loopia.se (Postfix) with ESMTPSA id 40DC422B1793; Fri, 09 May 2025 09:34:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1746776043; bh=ude6bUtfTIS0basvzLXGF+IQvY6fuIQhme52IA2AEeA=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=RfT0SHKwgmedGW2EKbaUYo1NPD4/FMoEizK7PGOiH9yOOZzj6Q5atUR61ADdCdFX/ huxKEnbGv1txydPiwBhd6cI7bMu+ECT7FyNT17P850YjSBgzpgm8ubdq1jUwKpAAFp hxO8IIt69l8W3iT+fY2B3LvYQ/06hLA4+SszbteQhEr+ytrOy6P/IRHPe1dPhhX1AC A9ZYsD1ybCiH9hO9JaFQk83Tg0JgVt0N++GYZ40MM5F0uD7y9zwssV6F9RHa4uAf99 Yh9bAhZNuDL2bf7tzOdLr9YqFdXeeL18iVwkDfWWWZXVxZjsuxhw4Jg2HjK3JMByVr 2PdWbUlDpKSWA== Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.1\)) Subject: Re: Looking for pgbench Benchmark Results Across PostgreSQL Versions From: Daniel Gustafsson In-Reply-To: Date: Fri, 9 May 2025 09:33:52 +0200 Cc: pgsql-general@lists.postgresql.org Content-Transfer-Encoding: quoted-printable Message-Id: <3EF3F3AE-ACFC-45E2-BD36-F5A5AAC732D4@yesql.se> References: To: =?utf-8?Q?=C3=96zkan_Pakdil?= X-Mailer: Apple Mail (2.3776.700.51.11.1) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 8 May 2025, at 22:07, =C3=96zkan Pakdil = wrote: >=20 > Hi everyone, > I=E2=80=99ve 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? 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