| От | Tom Lane |
|---|---|
| Тема | Re: Performance of full outer join in 8.3 |
| Дата | |
| Msg-id | 11212.1239809581@sss.pgh.pa.us обсуждение |
| Ответ на | Performance of full outer join in 8.3 (Christian Schröder <cs@deriva.de>) |
| Ответы |
Re: Performance of full outer join in 8.3
|
| Список | pgsql-general |
=?ISO-8859-1?Q?Christian_Schr=F6der?= <cs@deriva.de> writes:
> This is the query:
> select isin from ts_frontend.attachment_isins full OUTER JOIN
> ts_frontend.rec_isins using (attachment,isin) WHERE attachment=2698120
> GROUP BY isin limit 1000;
Hmm. It seems 8.3 is failing to push the attachment=2698120 condition
down to the input relations. Not sure why. All that code got massively
rewritten in 8.3, but I thought it still understood about pushing
equalities through a full join ...
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера