Re: Non-linear Performance

Поиск
Список
Период
Сортировка
От Peter A. Daly
Тема Re: Non-linear Performance
Дата
Msg-id 3CF63944.1060000@ix.netcom.com
обсуждение исходный текст
Ответ на Non-linear Performance  (Curt Sampson <cjs@cynic.net>)
Ответы Scaling with memory & disk planning (was Re: Non-linear Performance)  (Doug Fields <dfields-pg-general@pexicom.com>)
Actual Marketing happening  (Joshua Drake <jd@commandprompt.com>)
Список pgsql-general
Peter A. Daly wrote:

>
> Tom Lane wrote:
>
>>
>> Btree index build is primarily a sort, so cannot have better than
>> O(n*log(n)) performance for random data.  Not sure why you'd expect
>> linearity.
>>
>> Increasing SORT_MEM would help the constant factor, however...
>>
> What is the most amount of SORT_MEM it makes sense to allocate?
> Pretend the ONLY thing I care about is BTREE index creation time.  (2
> gigs of RAM on my DB machine.)  Disk IO is not a bottleneck.

Another though.  If postgres has one of my CPU's at near 100%, does that
mean I can't get any more performance out of it?  Still, how big can I
make sort_mem?

-Pete



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

Предыдущее
От: "Peter A. Daly"
Дата:
Сообщение: Re: Non-linear Performance
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Non-linear Performance