Re: Performance issue with JDBC

Поиск
Список
Период
Сортировка
От Zeljko Trogrlic
Тема Re: Performance issue with JDBC
Дата
Msg-id 4.1.20000911125539.0186e840@192.168.0.7
обсуждение исходный текст
Ответ на Performance issue with JDBC  (Ken Kachnowich <khkachn@toad.net>)
Список pgsql-interfaces
There is a "Fastpath" extension made for large objects. Try that.

At 00:04 7.9.2000 , Ken Kachnowich wrote:
>Hi,
>
>  I am testing a Java application with the PostgreSQL JDBC that inserts
>a bunch of
>records into a database. Inserting 15 - 20 records every 10 seconds I
>find that
>the JDBC or Postgres can not keep up so I have a couple of questions.
>
>1) Where can I get the latest and greatest code for the JDBC? I
>downloaded
>    the 7.0.2 PostgreSQL release and have been using the JDBC included
>there.
>    Have there been any patches since that may help performaance?
>
>2) One of the fields inserted is a serialized Java object. I am saving
>it as a large
>    object right now because I could not figure out how to get anything
>else to
>    work. Could this be slowing things down? Is there a better way, such
>as
>    into a bytea or varchar? Also where might I find some sample code to
>show
>    me how to do it?
>
>3) Any other performance tips that may help me?
>
>Thanks,
>
>Ken K
>




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

Предыдущее
От: Zeljko Trogrlic
Дата:
Сообщение: RE: JDBC and Unicode problem
Следующее
От: Tom Lane
Дата:
Сообщение: Re: obtaining primary key/rowid following insert, redux...