Re: [INTERFACES] JDBC Query performance

From: "Postgres mailing lists" <postgres(at)weblynk(dot)com>
To: <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: [INTERFACES] JDBC Query performance
Date: 1999-03-21 19:10:57
Message-ID: 001001be73ce$8dcde210$64ba01cc@earthlink.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

>At 11:07 +0200 on 18/03/1999, Peter Mount wrote:
>
>
>>
>> The delay is because the driver currently retrieves the entire result
>> into a Vector() before returning the ResultSet.
>
>Couldn't it also be because of Java's usage of network sockets compared to
>psql's use of unix sockets?
>
You know, I also noticed that it is the postgres back-end process which is
using all the CPU time during the query. Doesn't sound like Vector
operations to me, which should cause the java process to eat all the CPU
time.
Rich.

Browse pgsql-interfaces by date

  From Date Subject
Next Message Sam O'Connor 1999-03-22 04:09:18 type error inserting large obj, Win32 ODBC
Previous Message Peter T Mount 1999-03-21 17:44:40 RE: [INTERFACES] JDBC Query performance