Обсуждение: setFetchSize

Поиск
Список
Период
Сортировка

setFetchSize

От
"Karlmeier, Volker"
Дата:
Hi there,

we've go a Problem with the postgres jdbc driver:

we need to set a fetch size (setFetchSize) to get fast results from
database queries. Unfortunately, setFetchSize is not supported by
the pg73jdbc3.jar.
As I've read in the developer documentation for the 7.5 driver, this one will
support cursors and setFetchSize().

Is it possible for you to send me an alpha or beta version of this driver
for testing with out software ?

Would be quite helpful :)


Mit freundlichen Grüßen / with kind regards

EASY SOFTWARE AG <http://www.easy.de/>

Volker Karlmeier


- Entwicklung -

Am Hauptbahnhof 4
D-45468 Mülheim an der Ruhr

Fon: +49 (0208) 45016-0
Fax: +49 (0208) 45016-90

<mailto:Volker.Karlmeier@easy.de>



Re: setFetchSize

От
Kris Jurka
Дата:

On Tue, 6 Jan 2004, Karlmeier, Volker wrote:

> Hi there,
>
> we've go a Problem with the postgres jdbc driver:
>
> we need to set a fetch size (setFetchSize) to get fast results from
> database queries. Unfortunately, setFetchSize is not supported by
> the pg73jdbc3.jar.
> As I've read in the developer documentation for the 7.5 driver, this one will
> support cursors and setFetchSize().

This was implemented for the 7.4 driver which can be downloaded from
http://jdbc.postgresql.org/download.html

Kris Jurka