Re: Memory usage during sorting

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: Memory usage during sorting
Дата
Msg-id CAM-w4HPT0+h6d7E70ATSSTHEzuyiEm2VAR8tJg=gr7wFrWBNPg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Memory usage during sorting  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Memory usage during sorting
Список pgsql-hackers
On Mon, Mar 19, 2012 at 7:23 PM, Robert Haas <robertmhaas@gmail.com> wrote:
> There's no real reason why the tuples destined for the next run need
> to be maintained in heap order; we could just store them unordered and
> heapify the whole lot of them when it's time to start the next run.

This sounded familiar....

http://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=cf627ab41ab9f6038a29ddd04dd0ff0ccdca714e

-- 
greg


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

Предыдущее
От: Daniel Farina
Дата:
Сообщение: Re: Re: pg_stat_statements normalisation without invasive changes to the parser (was: Next steps on pg_stat_statements normalisation)
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: patch for parallel pg_dump