Re: Deallocation speed - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: Deallocation speed
Date
Msg-id 4BC46BB3.1070003@tpf.co.jp
Whole thread Raw
In response to Deallocation speed  (Mark Simonetti <marks@opalsoftware.co.uk>)
Responses Re: Deallocation speed
List pgsql-odbc
Mark Simonetti wrote:
> Hi,
> I'm currently working on a c++ project that uses the psqlodbc driver.
>
> I have a query that returns over 26000 rows, and about 45 columns.
>
> When it comes to closing the statement using SQLFreeStmt(hstmt,
> SQL_CLOSE), the command seems to take about 70 seconds to return (on a
> 3.16ghz processor!).   This just doesn't seem right.  Is there something
> I may be missing?

Aren't you turning on the mylog option?

regards,
Hiroshi Inoue

pgsql-odbc by date:

Previous
From: Ken Sell
Date:
Subject: Re: Postgres Driver
Next
From: Mark Simonetti
Date:
Subject: Re: Deallocation speed