Re: Ordered Append Node

Поиск
Список
Период
Сортировка
От Florian Weimer
Тема Re: Ordered Append Node
Дата
Msg-id 823auxpavz.fsf@mid.bfk.de
обсуждение исходный текст
Ответ на Re: Ordered Append Node  (Markus Schiltknecht <markus@bluegap.ch>)
Список pgsql-hackers
* Markus Schiltknecht:

>> 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?

"heap" == "priority queue" here, I guess.  Looking at your zipper
again, it's actually an implementation of a heap.

--
Florian Weimer                <fweimer@bfk.de>
BFK edv-consulting GmbH       http://www.bfk.de/
Kriegsstraße 100              tel: +49-721-96201-1
D-76133 Karlsruhe             fax: +49-721-96201-99


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

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