Re: Thread or not threads?

Поиск
Список
Период
Сортировка
От Raymond Chui
Тема Re: Thread or not threads?
Дата
Msg-id 3AF0251F.66CC66C2@noaa.gov
обсуждение исходный текст
Список 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


Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: Hualin Yip
Дата:
Сообщение: how to start postgresql server ( or postmaster ) automatically
Следующее
От: "Clay & Judi Kinney"
Дата:
Сообщение: Newbie Question