Re: Performance on 8CPU's and 32GB of RAM - Mailing list pgsql-performance

From Scott Marlowe
Subject Re: Performance on 8CPU's and 32GB of RAM
Date
Msg-id dcc563d10709051459o21d41596t28bb730255a47925@mail.gmail.com
Whole thread Raw
In response to Re: Performance on 8CPU's and 32GB of RAM  (Ansgar -59cobalt- Wiechers <lists@planetcobalt.net>)
Responses Re: Performance on 8CPU's and 32GB of RAM  (Ansgar -59cobalt- Wiechers <lists@planetcobalt.net>)
List pgsql-performance
On 9/5/07, Ansgar -59cobalt- Wiechers <lists@planetcobalt.net> wrote:
> On 2007-09-05 Scott Marlowe wrote:
> > And there's the issue that with windows / NTFS that when one process
> > opens a file for read, it locks it for all other users.  This means
> > that things like virus scanners can cause odd, unpredictable failures
> > of your database.
>
> Uh... what? Locking isn't done by the filesystem but by applications
> (which certainly can decide to not lock a file when opening it). And no
> one in his right mind would ever have a virus scanner access the files
> of a running database, regardless of operating system or filesystem.

Exactly, the default is to lock the file.  The application has to
explicitly NOT lock it.  It's the opposite of linux.

And be careful, you're insulting a LOT of people who have come on this
list with the exact problem of having their anti-virus scramble the
brain of their postgresql installation.  It's a far more common
problem than it should be.

pgsql-performance by date:

Previous
From: Ansgar -59cobalt- Wiechers
Date:
Subject: Re: Performance on 8CPU's and 32GB of RAM
Next
From: Adam Tauno Williams
Date:
Subject: Re: Performance on 8CPU's and 32GB of RAM