Re: Performance - Mailing list pgsql-novice

From Martijn van Oosterhout
Subject Re: Performance
Date
Msg-id 3937CADC.507B37A1@cupid.suninternet.com
Whole thread Raw
In response to Performance - fsync-off  (Thomas Weholt <Thomas@cintra.no>)
List pgsql-novice
Ron Chmara wrote:
> On an extremely fast system, with Fsync off, this should take less than
> 30 seconds. On slower systems, or with fsync on, your performance will
> degrade greatly. I've seen 468 machines running at 2 inserts a second...

One thing I've noticed with loading lots of data using INSERTs is
that if you wrap the whole thing in a transaction, it goes heaps
faster (presumably because it only does one fsync, when the
transaction is complete).
--
Martijn van Oosterhout <kleptog@cupid.suninternet.com>
http://cupid.suninternet.com/~kleptog/

pgsql-novice by date:

Previous
From: al
Date:
Subject: Re: [OT] How to avoid using Reply-All on this list
Next
From: "Anthony E. Greene"
Date:
Subject: Re: [OT] How to avoid using Reply-All on this list