Re: slow speeds after 2 million rows inserted - Mailing list pgsql-general

From James Neff
Subject Re: slow speeds after 2 million rows inserted
Date
Msg-id 45956E4C.4050005@tethyshealth.com
Whole thread Raw
In response to Re: slow speeds after 2 million rows inserted  (Frank Finner <postgresql@finner.de>)
List pgsql-general
Frank Finner wrote:
> In Java, assuming you have a Connection c, you simply say "c.commit();" after doing some action on the database.
Afterevery commit, the transaction will be executed and closed and a new one opened, which runs until the next commit. 
>
> Regards, Frank.
>
>

That did it, thank you!


--James


pgsql-general by date:

Previous
From: Frank Finner
Date:
Subject: Re: slow speeds after 2 million rows inserted
Next
From: Nikola Milutinovic
Date:
Subject: Re: slow speeds after 2 million rows inserted