Re: Performance regression 8.3.8 -> 8.4.1 with NOT EXISTS - Mailing list pgsql-performance

From Tom Lane
Subject Re: Performance regression 8.3.8 -> 8.4.1 with NOT EXISTS
Date
Msg-id 29752.1258475414@sss.pgh.pa.us
Whole thread Raw
In response to Performance regression 8.3.8 -> 8.4.1 with NOT EXISTS  (Wiktor Wodecki <wiktor.wodecki@net-m.de>)
List pgsql-performance
Wiktor Wodecki <wiktor.wodecki@net-m.de> writes:
> As you can see the 8.4 run is 16 times slower. It was even worse before
> we added the index idx_b_b_date which we didn't have initially.
> Is there anything we can do about this issue? Do you need more information?

You could prevent flattening of the EXISTS subquery by adding an OFFSET
0 or some such to it.  A real fix involves being able to handle nestloop
indexscans where the parameter comes from more than one join level up;
there's been some discussion about that but it's not going to happen
in 8.4.x.

            regards, tom lane

pgsql-performance by date:

Previous
From: Craig James
Date:
Subject: Re: Is Diskeeper Automatic Mode safe?
Next
From: Merlin Moncure
Date:
Subject: Re: SSD + RAID