Re: Good performance? - Mailing list pgsql-jdbc

From John Cavacas
Subject Re: Good performance?
Date
Msg-id 000e01c2d612$66b29450$6401a8c0@spook
Whole thread Raw
In response to Good performance?  (Rafal Kedziorski <rafcio@polonium.de>)
Responses Re: Good performance?  (Rafal Kedziorski <rafcio@polonium.de>)
List pgsql-jdbc
> ....
>                  pstmt.setLong(1, getUniquelongID());
>....

What is getUniquelongID()? Can you post the code for that? I would
suspect that might be your problem.

Your results point to something being wrong somewhere. Just yesterday I
was doing some benchmarking of my own, and using code similar to yours I
was inserting 10000 records in about 23 seconds.

john


pgsql-jdbc by date:

Previous
From: Rafal Kedziorski
Date:
Subject: Good performance?
Next
From: Rafal Kedziorski
Date:
Subject: Re: Good performance?