Re: Thread or not threads? - Mailing list pgsql-general

From Raymond Chui
Subject Re: Thread or not threads?
Date
Msg-id 3AF0251F.66CC66C2@noaa.gov
Whole thread Raw
List pgsql-general
"Per Schröder" wrote:

> I'm not an expert on Postgres SQL but my recommendations are (in the order
> I feel is most important):
>
> 1) Use a PreparedStatement !!!
> Don't recompile every statement!!!!!!

I did that.

>
>
> 2) Use batched update. Requires a JDBC 2 compliant driver.
> The purpose is to reduce the number of server roundtrips.

What is batched update?

Thank you!

--Raymond


Attachment

pgsql-general by date:

Previous
From: Hualin Yip
Date:
Subject: how to start postgresql server ( or postmaster ) automatically
Next
From: "Clay & Judi Kinney"
Date:
Subject: Newbie Question