Re: Ordered Append Node

Поиск
Список
Период
Сортировка
От Markus Schiltknecht
Тема Re: Ordered Append Node
Дата
Msg-id 47469ACB.9090704@bluegap.ch
обсуждение исходный текст
Ответ на Re: Ordered Append Node  (Florian Weimer <fweimer@bfk.de>)
Ответы Re: Ordered Append Node  (Heikki Linnakangas <heikki@enterprisedb.com>)
Re: Ordered Append Node  (Florian Weimer <fweimer@bfk.de>)
Список pgsql-hackers
Hi,

Florian Weimer wrote:
>> Florian Weimer wrote:
>>> I think you need it because there are potentially many input types.
> 
> Eh, "tapes".

Aha..

>> Given the partitioning case, I'd expect all rows to have an equal
>> tuple descriptor. Maybe this is a matter of what to optimize, then?
>>
>> Could you elaborate on what use case you have in mind?
> 
> You need a priority queue to figure out from which tape (partition)
> you need to remove the next tuple.

And why do you need lots of heap memory to do that? Anything wrong with 
the zipper approach I've outlined upthread?

Am I missing something?

Regards

Markus





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

Предыдущее
От: Florian Weimer
Дата:
Сообщение: Re: Ordered Append Node
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Ordered Append Node