Re: PostgreSQL on VMWare vs Windows vs CoLinux - Mailing list pgsql-performance

From Tom Lane
Subject Re: PostgreSQL on VMWare vs Windows vs CoLinux
Date
Msg-id 24744.1086189895@sss.pgh.pa.us
Whole thread Raw
In response to Re: PostgreSQL on VMWare vs Windows vs CoLinux  (Greg Stark <gsstark@mit.edu>)
Responses Re: PostgreSQL on VMWare vs Windows vs CoLinux
List pgsql-performance
Greg Stark <gsstark@mit.edu> writes:
> That said, I'm curious why the emulated servers performed better than the
> Native Windows port. My first thought is that they probably aren't syncing
> every write to disk so effectively they're defeating the fsyncs, allowing the
> host OS to buffer disk writes.

It would be fairly easy to check this by repeating the comparisons with
fsync = off in postgresql.conf.  A performance number that doesn't
change much would be a smoking gun ;-).

The native port hasn't had any performance testing done on it yet, and
I wouldn't be surprised to hear of a gotcha or two.  Perhaps with the
recent schedule change there will be some time for performance tuning
before we go beta.

            regards, tom lane

pgsql-performance by date:

Previous
From: Jan Wieck
Date:
Subject: Re: PostgreSQL on VMWare vs Windows vs CoLinux
Next
From: Duane Lee - EGOVX
Date:
Subject: Re: Trigger & Function