in-transaction insert performance in 7.5devel

From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
To: <pgsql-performance(at)postgresql(dot)org>
Subject: in-transaction insert performance in 7.5devel
Date: 2004-06-11 18:40:00
Message-ID: 6EE64EF3AB31D5448D0007DD34EEB34101AE59@Herge.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

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.

Is this normal? On my hardware, which is pretty quick, I am limited to
about 50 inserts/sec. If I operate outside of a transaction, the number
is closer to 30. With fsync off, I can hit over 1000.

IIRC in previous versions insert performance was a lot faster when in
transaction, is that the case?

Merlin

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Rod Taylor 2004-06-11 18:55:01 Re: in-transaction insert performance in 7.5devel
Previous Message Tom Lane 2004-06-11 17:59:42 Re: ORDER BY user defined function performance issues