Re: [pgsql-hackers-win32] scalability issues on win32 - Mailing list pgsql-performance

From Merlin Moncure
Subject Re: [pgsql-hackers-win32] scalability issues on win32
Date
Msg-id 6EE64EF3AB31D5448D0007DD34EEB3412A7535@Herge.rcsinc.local
Whole thread Raw
List pgsql-performance
> Is this for Postgresql Cygwin? You surely can't mean "for all server
> tasks" - if so, I would say that's *way* off. There is a difference,
but
> it's more along the line of single-digit percentage in my experience -
> provided you config your machines reasonably, of course.
>
> (In my experience, Win32 MSSQLServer often outperforms postgresql on
> Linux. Granted you can tweak postgresql up to higher speeds, but MS
does
> most of that tweaking automatically... Talking of tweaking a lot more
> specific than just raising the memory limits from the installation
> default, of course)

I agree with Magnus.  Specifically, I suspect there is some sort of
resource contention going on that is driving up the cpu load when the
queries follow certain patterns.  This resource contention could be
happening in the win32 port code (likely ipc), the mingw api, or inside
the o/s itself.

Other servers, namely apache, sql server and a host of others do not
have this problem.

Merlin

pgsql-performance by date:

Previous
From: Pierre-Frédéric Caillaud
Date:
Subject: Re: Data type to use for primary key
Next
From: Cott Lang
Date:
Subject: Re: Some quick Opteron 32-bit/64-bit results