Re: Postgres 8.x on Windows Server in production

From: "Rainer Mager" <rainer(at)vanten(dot)com>
To: "'Ognjen Blagojevic'" <ognjen(at)etf(dot)bg(dot)ac(dot)yu>, <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Postgres 8.x on Windows Server in production
Date: 2009-04-12 23:13:46
Message-ID: 000001c9bbc4$5540e430$ffc2ac90$@com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

We use Postgres 8.x in production on Windows Server 2003. We have not done a
direct head-to-head comparison against any *nix environment, so I can't
really compare them, but I can still give a few comments.

First of all, it seems that some of the popular file systems in *nix are
more robust at preventing disk fragmentation than NTFS is. Because of this I
definitely recommend have some defragging solution. What we've settled on in
O&O (that's the company name) Defrag Server version. Their software has some
nice features related to defragging in the background while monitoring
system usage so an to impact performance minimally.

Second, one big difficulty with running on Windows is that most of the
Postgres expertise seems is around *nix environments. This means that when
you do need to investigate a performance issue it can be more difficult to
get direct advice. For example, perusing this mailing list will show lot's
of tips suggesting running various tools to show io performance, etc. Well,
on Windows the toolset is different.

All in all we've been happy enough with Windows. Certainly we've never
considered migrating to *nix because of difficulties with it.

--Rainer

> -----Original Message-----
> From: pgsql-performance-owner(at)postgresql(dot)org [mailto:pgsql-performance-
> owner(at)postgresql(dot)org] On Behalf Of Ognjen Blagojevic
> Sent: Friday, April 10, 2009 6:47 PM
> To: pgsql-performance(at)postgresql(dot)org
> Subject: [PERFORM] Postgres 8.x on Windows Server in production
>
> Hi all,
>
> What are your experiences with Postgres 8.x in production use on
> Windows
> Server 2003/2008? Are there any limitations, trade-offs or quirks?
>
> My client is accustomed to Windows Server environment, but it seems
> hard
> to google good information about these types of installations.
>
> Regards,
> Ognjen
>
> --
> Sent via pgsql-performance mailing list (pgsql-
> performance(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-performance

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Scott Marlowe 2009-04-12 23:41:04 Re: Postgres 8.x on Windows Server in production
Previous Message Scott Carey 2009-04-12 02:00:07 Re: Using IOZone to simulate DB access patterns