Re: in-transaction insert performance in 7.5devel - Mailing list pgsql-performance

From Rod Taylor
Subject Re: in-transaction insert performance in 7.5devel
Date
Msg-id 1086980100.2539.187.camel@jester
Whole thread Raw
In response to in-transaction insert performance in 7.5devel  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
List pgsql-performance
On Fri, 2004-06-11 at 14:40, Merlin Moncure wrote:
> I am batch inserting insert statements into a database with fsync = on.
> My single disk system is on a 10k drive...even though I am inside a
> transaction there is at least 1 file sync per row insert.

Which filesystem?

PostgreSQL isn't issuing the sync except at commit of a transaction, but
some filesystems do wacky things if you ask them too.



pgsql-performance by date:

Previous
From: "Merlin Moncure"
Date:
Subject: in-transaction insert performance in 7.5devel
Next
From: "Merlin Moncure"
Date:
Subject: Re: in-transaction insert performance in 7.5devel