Re: Driver seems to hang fetching data

From: Patrick Hatcher <PHatcher(at)macys(dot)com>
To: David Gardner <david(dot)gardner(at)yucaipaco(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Driver seems to hang fetching data
Date: 2007-03-01 00:59:36
Message-ID: OF349C8697.15C3E51B-ON88257291.00056A4F-85257291.00057435@FDS.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

But doesn't turning it off cause the entire recordset to come back at once?

Patrick Hatcher


David Gardner
<david(dot)gardner(at)yu
caipaco.com> To
Patrick Hatcher
02/28/07 06:02 PM <PHatcher(at)macys(dot)com>
cc
pgsql-odbc(at)postgresql(dot)org
Subject
Re: [ODBC] Driver seems to hang
fetching data





I seem to remember having problems with Declare/Fetch, after turning it
off I had a huge performance boost when running large reports.

Patrick Hatcher wrote:
> driver version 8.02.02
>
> I have a query that returns around 30K records. I have set the cache to
> 1000 records. It appears that while pulling data, the driver hangs for
> around 30 seconds or more and then continues to the next batch of
records.
> It does this same sort of behavior whether it caching is set to 100 or
> 1000. I am using DECLARE/FETCH.
> Is there anywhere I can check for the bottle neck?
>
> Thanks.
>
> Patrick Hatcher
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>
>

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2007-03-01 01:10:39 Re: Driver seems to hang fetching data
Previous Message David Gardner 2007-02-28 23:02:41 Re: Driver seems to hang fetching data