Re: Hash Anti Join performance degradation

panam <panam@gmx.net>

From: panam <panam@gmx.net>
To: pgsql-performance@postgresql.org
Date: 2011-05-26T18:04:35Z
Lists: pgsql-hackers, pgsql-performance
Sorry,

SELECT MAX(e.id) FROM event_message e WHERE e.box_id = id

as posted previously should actually read

SELECT max(m1.id) FROM message m1 WHERE m1.box_id = b.id)

so I tried this already.

Regards,
panam




--
View this message in context: http://postgresql.1045698.n5.nabble.com/Hash-Anti-Join-performance-degradation-tp4420974p4429475.html
Sent from the PostgreSQL - performance mailing list archive at Nabble.com.