Re: Deallocation speed

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: Deallocation speed
Дата
Msg-id 4BC46BB3.1070003@tpf.co.jp
обсуждение исходный текст
Ответ на Deallocation speed  (Mark Simonetti <marks@opalsoftware.co.uk>)
Ответы Re: Deallocation speed  (Mark Simonetti <marks@opalsoftware.co.uk>)
Список 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 по дате отправления:

Предыдущее
От: Ken Sell
Дата:
Сообщение: Re: Postgres Driver
Следующее
От: Mark Simonetti
Дата:
Сообщение: Re: Deallocation speed