Re: unstable query plan on pg 16,17,18
Andrei Lepikhov <lepihov@gmail.com>
From: Andrei Lepikhov <lepihov@gmail.com>
To: Attila Soki <atiware@gmx.net>
Cc: pgsql-performance@postgresql.org, Laurenz Albe <laurenz.albe@cybertec.at>
Date: 2026-02-24T19:20:29Z
Lists: pgsql-performance
Attachments
- parameterized_hash_demo.sql (application/sql)
On 24/2/26 17:48, Attila Soki wrote: >> On 24 Feb 2026, at 16:57, Andrei Lepikhov <lepihov@gmail.com> wrote: >> On 24/2/26 16:50, Attila Soki wrote: > I can provide more details on other parts of the query too, if that helps. Only query and reproduction make sense for me to discover more deeply at the moment. It looks like we have managed to reproduce the potential 'Hash over parameterised subtree' issue. Please check the attachment: there are two plans. One plan has a longer execution time and more blocks hit, but its cost estimate is four times lower. The EXPLAIN output does not show any obvious estimation errors. This suggests there may be a bug in the cost model. -- regards, Andrei Lepikhov, pgEdge