Re: benchmark results comparing versions 15.2 and 16
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Andres Freund <andres@anarazel.de>
Cc: Alexander Lakhin <exclusion@gmail.com>, Michael Paquier <michael.paquier@gmail.com>, MARK CALLAGHAN <mdcallag@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2023-05-11T04:28:40Z
Lists: pgsql-hackers
On Tue, May 09, 2023 at 09:48:24AM -0700, Andres Freund wrote: > On 2023-05-08 12:11:17 -0700, Andres Freund wrote: >> I can reproduce a significant regression due to f193883fc of a workload just >> running >> SELECT CURRENT_TIMESTAMP; >> >> A single session running it on my workstation via pgbench -Mprepared gets >> before: >> tps = 89359.128359 (without initial connection time) >> after: >> tps = 83843.585152 (without initial connection time) >> >> Obviously this is an extreme workload, but that nevertheless seems too large >> to just accept... > > Added an open item for this. Thanks for the report, I'll come back to it and look at it at the beginning of next week. In the worst case, that would mean a revert of this refactoring, I assume. -- Michael
Commits
-
Add back SQLValueFunction for SQL keywords
- d8c3106bb60e 16.0 landed
-
Add missing TAP test name
- 1ab763fc22ad 16.0 cited
-
Have the planner consider Incremental Sort for DISTINCT
- 3c6fc58209f2 16.0 cited