Re: [GENERAL] PostgreSQL on Windows Paper

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: [GENERAL] PostgreSQL on Windows Paper
Дата
Msg-id 45E32FB7.1070902@postgresql.org
обсуждение исходный текст
Ответ на Re: [GENERAL] PostgreSQL on Windows Paper  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-advocacy
Magnus Hagander wrote:
>> - It says that 'one should expect performance on Windows to be lower
>> [because of the per-process architecture], especially where large
>> numbers of small queries are made.' That's not really accurate - it will
>> be slower when there are large numbers of short lived connections. Lots
>> of queries in one connection should be fine though.
>
> I believe ou will still see worse performance, because of at least two
> things: context switching is more expensive (much more), and shared
> memory access appears to be more expensive.
> It will be worse if you have short lived connections, of course.

OK, 'relatively speaking'. I think the important part is the connection
setup time, if only because many web apps may setup new connections for
every page (for example) which is where people often seem to come
unstuck and really see the performance hit.

Regards, Dave.


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

Предыдущее
От: Susanne Ebrecht
Дата:
Сообщение: Re: successful booth at Fosdem (Brussels)
Следующее
От: Florian Weimer
Дата:
Сообщение: Re: Jav Database Performance