Re: Why is UseDeclareFetch so slow? - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: Why is UseDeclareFetch so slow?
Date
Msg-id 4682783C.5000705@tpf.co.jp
Whole thread Raw
In response to Re: Why is UseDeclareFetch so slow?  (Rainer Bauer <usenet@munnin.com>)
List pgsql-odbc
Rainer Bauer wrote:
> Hello Hiroshi,
>
>>> So my questions are
>>> 1) Is there any chance the driver itself could be enhanced like Dimitri
>>> suggested here:
>>> <http://archives.postgresql.org/pgsql-performance/2007-06/msg00512.php>?
>> You can specify the fetch count in UseDeclareFetch mode using the
>>  Cache Size option or FETCH=N connection string.
>
> Yes, but the real question is why is the query 4 times slower when
> UseDeclareFetch is enabled (FETCH was set to 100)?
>
> I would have expected that the ODBC driver is fetching 100 rows in advance and
> thus the query should execute in less than a second instead of 30 seconds.

Could you send me directly the Mylog output ?

regards,
HIroshi Inoue

pgsql-odbc by date:

Previous
From: Rainer Bauer
Date:
Subject: Re: Why is UseDeclareFetch so slow?
Next
From: David Gardner
Date:
Subject: Re: Why is UseDeclareFetch so slow?