Re: Linux v.s. Mac OS-X Performance - Mailing list pgsql-general

From Magnus Hagander
Subject Re: Linux v.s. Mac OS-X Performance
Date
Msg-id 1196270015.5857.1.camel@mha-laptop.clients.sollentuna.se
Whole thread Raw
In response to Re: Linux v.s. Mac OS-X Performance  (Scott Ribe <scott_ribe@killerbytes.com>)
Responses Re: Linux v.s. Mac OS-X Performance  (Ron Johnson <ron.l.johnson@cox.net>)
Re: Linux v.s. Mac OS-X Performance  ("Trevor Talbot" <quension@gmail.com>)
List pgsql-general
On Wed, 2007-11-28 at 07:29 -0700, Scott Ribe wrote:
> > Yes, very much so. Windows lacks the fork() concept, which is what makes
> > PostgreSQL much slower there.
>
> So grossly slower process creation would kill postgres connection times. But
> what about the cases where persistent connections are used? Is it the case
> also that Windows has a performance bottleneck for interprocess
> communication?

There is at least one other bottleneck, probably more than one. Context
switching between processes is a lot more expensive than on Unix (given
that win32 is optimized towards context switching between threads). NTFS
isn't optimized for having 100+ processes reading and writing to the
same file. Probably others..

//Magnus

pgsql-general by date:

Previous
From: "Matt Doughty"
Date:
Subject: Select all fields except one
Next
From: Vivek Khera
Date:
Subject: Re: Select all fields except one