Re: Performance on 8CPU's and 32GB of RAM

Поиск
Список
Период
Сортировка
От James Mansion
Тема Re: Performance on 8CPU's and 32GB of RAM
Дата
Msg-id 46E0657E.30401@mansionfamily.plus.com
обсуждение исходный текст
Ответ на Re: Performance on 8CPU's and 32GB of RAM  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Ответы Re: Performance on 8CPU's and 32GB of RAM
Re: Performance on 8CPU's and 32GB of RAM
Список pgsql-performance
Scott Marlowe wrote:
> Where unixes generally outperform windows is in starting up new
> backends, better file systems, and handling very large shared_buffer
> settings.
>

Why do you think that UNIX systems are better at handling large shared
buffers than Wndows?
32 bit Windows systems can suffer from fragmented address space, to be
sure, but if the
performance of the operating-system supplied mutex or semaphore isn't
good enough, you can
just use the raw atomic ops.

If what you mean is that pg has a design that's heavily oriented towards
things that tend to
be cheap on POSIX and doesn't use the core Win32 features effectively,
then let's track
that as an optimisation opportunity for the Win32 port.


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

Предыдущее
От: James Mansion
Дата:
Сообщение: Re: Performance on 8CPU's and 32GB of RAM
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Performance on 8CPU's and 32GB of RAM