Re: Hash Anti Join performance degradation

Поиск
Список
Период
Сортировка
От panam
Тема Re: Hash Anti Join performance degradation
Дата
Msg-id 1306433075215-4429475.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: Hash Anti Join performance degradation  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список 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.

В списке pgsql-performance по дате отправления:

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: The shared buffers challenge
Следующее
От: Cédric Villemain
Дата:
Сообщение: Re: Hash Anti Join performance degradation