Re: [HACKERS] Not enough memory for complex join

Поиск
Список
Период
Сортировка
От Vadim Mikheev
Тема Re: [HACKERS] Not enough memory for complex join
Дата
Msg-id 36DF3B54.B3FF4295@krs.ru
обсуждение исходный текст
Ответ на Re: [HACKERS] Not enough memory for complex join  (Oleg Broytmann <phd@sun.med.ru>)
Ответы Re: [HACKERS] Not enough memory for complex join  (Oleg Broytmann <phd@sun.med.ru>)
Список pgsql-hackers
Oleg Broytmann wrote:
> 
> Nested Loop  (cost=0.00 size=1 width=18)
>   ->  Nested Loop  (cost=0.00 size=1 width=14)
>         ->  Merge Join  (cost=0.00 size=1 width=10)
>               ->  Seq Scan  (cost=0.00 size=0 width=0)
>                     ->  Sort  (cost=0.00 size=0 width=0)
>                           ->  Seq Scan on districts d  (cost=0.00 size=0 width=4)
>               ->  Seq Scan  (cost=0.00 size=0 width=0)
>                     ->  Sort  (cost=0.00 size=0 width=0)
>                           ->  Seq Scan on shops sh  (cost=0.00 size=0 width=6)
>         ->  Seq Scan on central cn  (cost=0.00 size=0 width=4)
>   ->  Seq Scan on positions p  (cost=0.00 size=0 width=4)                                           ^^^^^^
vacuum...

Vadim


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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [HACKERS] v6.4.3beta3 ...
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: Fixed! PostgreSQL 6.4.2 on AIX 4.3.2: typeidTypeRelid error