Re: WHERE IN (subselect) versus WHERE IN (1,2,3,)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: WHERE IN (subselect) versus WHERE IN (1,2,3,)
Дата
Msg-id 15818.1332214028@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: WHERE IN (subselect) versus WHERE IN (1,2,3,)  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: WHERE IN (subselect) versus WHERE IN (1,2,3,)  (Kevin Goess <kgoess@bepress.com>)
Список pgsql-general
I wrote:
> You've still got a nasty join-size estimation error:

>> ->  Nested Loop  (cost=6.18..1939.43 rows=411736 width=8) (actual
>> time=0.203..3.487 rows=35 loops=1)

> It's not apparent why that's so far off ...

What PG version is this, anyway?  It strikes me that this estimation
error might have something with the eqjoinsel bugs that we repaired
in 9.0.5.  I'm not having any luck reproducing such a bogus estimate
with current code, either, though that may just mean you've omitted
some critical info about how the tables are set up.

            regards, tom lane

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

Предыдущее
От: Kiriakos Georgiou
Дата:
Сообщение: Re: Anonymized database dumps
Следующее
От: Kevin Goess
Дата:
Сообщение: Re: WHERE IN (subselect) versus WHERE IN (1,2,3,)