Re: [JDBC] Good performance? - Mailing list pgsql-performance

From Tomasz Myrta
Subject Re: [JDBC] Good performance?
Date
Msg-id 3E50C071.3090806@klaster.net
Whole thread Raw
In response to Good performance?  (Rafal Kedziorski <rafcio@polonium.de>)
Responses Re: [JDBC] Good performance?
Re: [JDBC] Good performance?
List pgsql-performance
Rafal Kedziorski wrote:
<cut>
> after set autocommit false, I need 0,9 - 1,04 seconds for insert 1000
> new entries into my table. is this normal, that autocommit false is
> 40-50 times slower?
>
>
> Rafal
It is possible when you have "fsync=false" in your postgresql.conf.
(don't change it if you don't have to).
Regards,
Tomasz Myrta


pgsql-performance by date:

Previous
From: Chantal Ackermann
Date:
Subject: Re: cost and actual time
Next
From: Rafal Kedziorski
Date:
Subject: Re: [JDBC] Good performance?