Обсуждение: Use Declare/Fetch option

Поиск
Список
Период
Сортировка

Use Declare/Fetch option

От
"Hiroshi Inoue"
Дата:
Hello all,

I have a question about psqlodbc driver.
Now the default setting for "Use Declare/Fetch" is false.

In MVCC thanks to Vadim,readers block no writers.
So we can change the [Use Declare/Fetch] option to true ?
And if so,it's effective ?

Thanks.

Hiroshi Inoue
Inoue@tpf.co.jp

Re: [INTERFACES] Use Declare/Fetch option

От
Byron Nikolaidis
Дата:

Hiroshi Inoue wrote:

> Hello all,
>
> I have a question about psqlodbc driver.
> Now the default setting for "Use Declare/Fetch" is false.
>
> In MVCC thanks to Vadim,readers block no writers.
> So we can change the [Use Declare/Fetch] option to true ?
> And if so,it's effective ?
>

All you say is correct.   It probably could go back to true.  But I
think some people would probably prefer it stay false, because there is
more odbc functionality provided with this setting.  For example, when
the option is false, the entire SQLExtendedFetch functionality is
supported (prev,first,last,next,absolute,relative,bookmark).  When the
Declare/Fetch option is true, only fetch "next" is supported.  There are
more things like this.

If you have extremely large result sets, then setting the option to true
would prevent the driver from sucking down all your memory.   And when
the MVCC is available, the problem of locking rows won't be a problem
anymore.  For small to medium result sets, setting the option to false
will probably result in faster performance.

A future enhancement I have in mind for the driver is using both memory
and files for caching large result sets and/or using a combination of
both kinds of tuple access.

Byron


> Thanks.
>
> Hiroshi Inoue
> Inoue@tpf.co.jp




Python Interface

От
Clark Evans
Дата:
Is there a Python interface?

- Clark Evans

Re: [INTERFACES] Python Interface

От
"D'Arcy" "J.M." Cain
Дата:
Thus spake Clark Evans
> Is there a Python interface?

It's in the interfaces directory.  It's also at http://www.druid.net/pygresql/
and the latest beta can be found at ftp://ftp.druid.net/pub/distrib/.


--
D'Arcy J.M. Cain <darcy@{druid|vex}.net>   |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 424 2871     (DoD#0082)    (eNTP)   |  what's for dinner.