Re: SELECT INTO large FKyed table is slow - Mailing list pgsql-performance

From Kevin Grittner
Subject Re: SELECT INTO large FKyed table is slow
Date
Msg-id 4CF794560200002500038145@gw.wicourts.gov
Whole thread Raw
In response to Re: SELECT INTO large FKyed table is slow  (Mario Splivalo <mario.splivalo@megafon.hr>)
List pgsql-performance
Mario Splivalo <mario.splivalo@megafon.hr> wrote:

> It is OT, but, could you please shead just some light on that?
> Part of my next project is to test performance of pg9 on both
> windows and linux systems so I'd appreciate any data/info you both
> may have.

I don't know how much was the filesystem, but with both tuned to the
best of our ability Linux on xfs ran much faster than Windows on
NTFS.  The lack of atomic operations and a lockfile utility on
Windows/NTFS was something of a handicap.  I have found Linux to be
much more reliable and (once I got my bash scripting knowledge of
common Linux utilities to a certain level), much easier to
administer.  Getting my head around xargs was, I think, the tipping
point.  ;-)

-Kevin

pgsql-performance by date:

Previous
From: Mario Splivalo
Date:
Subject: Re: SELECT INTO large FKyed table is slow
Next
From: Piotr Czekalski
Date:
Subject: Multicore Postgres 9.0.1 issue - single transaction problem.