Re: Good performance?

From: "John Cavacas" <oogly(at)rogers(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Good performance?
Date: 2003-02-16 23:23:23
Message-ID: 000e01c2d612$66b29450$6401a8c0@spook
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-performance

> ....
> 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Rafal Kedziorski 2003-02-17 00:23:45 Re: Good performance?
Previous Message Rafal Kedziorski 2003-02-16 23:03:01 Good performance?

Browse pgsql-performance by date

  From Date Subject
Next Message Rafal Kedziorski 2003-02-17 00:23:45 Re: Good performance?
Previous Message Rafal Kedziorski 2003-02-16 23:03:01 Good performance?