Re: Deallocation speed

From: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
To: Mark Simonetti <marks(at)opalsoftware(dot)co(dot)uk>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Deallocation speed
Date: 2010-04-13 13:03:47
Message-ID: 4BC46BB3.1070003@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Mark Simonetti 2010-04-13 13:39:49 Re: Deallocation speed
Previous Message Ken Sell 2010-04-12 21:13:45 Re: Postgres Driver