Re: Multiple sorts in a query

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Multiple sorts in a query
Дата
Msg-id 1242752492.27960.9.camel@ebony.2ndQuadrant
обсуждение исходный текст
Ответ на Re: Multiple sorts in a query  (Chuck McDevitt <cmcdevitt@greenplum.com>)
Список pgsql-hackers
On Tue, 2009-05-19 at 09:33 -0700, Chuck McDevitt wrote:

> > Is it possible that Solaris's default malloc isn't appropriate for
> > repeated use in complex queries that use multiple sorts?
> > http://developers.sun.com/solaris/articles/multiproc/multiproc.html
> > and recent OpenSolaris bug reports.
> 
> Solaris default malloc always uses sbrk(), and never ever tried to
> reduce the sbrk point.
> 
> If you want a malloc that uses mmap, there is an non-default malloc
> that does that (libumem or something?)

OK, thanks Chuck. Doesn't sound good.

-- Simon Riggs           www.2ndQuadrant.comPostgreSQL Training, Services and Support



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

Предыдущее
От: Chuck McDevitt
Дата:
Сообщение: Re: Multiple sorts in a query
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Multiple sorts in a query