Re: strange problem

Поиск
Список
Период
Сортировка
От Andres Ledesma
Тема Re: strange problem
Дата
Msg-id 200601260632.37789.aledes@euskalnet.net
обсуждение исходный текст
Ответ на strange problem  ("Gilbert, Antoine" <AGilbert@korem.com>)
Список pgsql-jdbc
On Wednesday 25 January 2006 08:51 pm, Gilbert, Antoine wrote:
>
> Statement stmt = connection.createStatement();
>
> ResultSet rs =stmt.executeQuery("select street from \"QCs_polyline\"");
>
> stmt.close();
>
>
>
> This takes 19 sec. Does I am missing something like a configuration on
> the driver? So far I was just testing PostGIS/PostgreSQL with tiny
> tables.

Did you try to create a function in the database returning the rows you want
to fetch and to use CallableStatement ?

--

Andres Ledesma
=================

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

Предыдущее
От: David Hustace
Дата:
Сообщение: Re: Socket read fails
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Socket read fails