Re: [psycopg] Turbo ODBC

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: [psycopg] Turbo ODBC
Дата
Msg-id b051808e-b410-1d52-c8b4-6fce1d2d33a1@aklaver.com
обсуждение исходный текст
Ответ на [psycopg] Turbo ODBC  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Ответы Re: [psycopg] Turbo ODBC
Список psycopg
On 01/16/2017 05:20 PM, Wes McKinney wrote:
> Adding Uwe Korn -- he's been working on adding C++-level Arrow support
> to TurbODBC:
>
> https://github.com/blue-yonder/turbodbc/pull/26
>
> We're using Arrow data structures as an efficient (column-oriented)
> intermediary en route to pandas -- you could also implement normal
> Python tuple iteration on top of Arrow record batches.
>
> The main Python-compatible Arrow implementation is in C++11 so if you
> wanted to use in C you'd need to do a little work to create C
> bindings.


All of this is very interesting and definitely worth exploring, just not
sure how much of it ties back to psycopg2 and this list. Not trying to
rain on anyone's parade, I am wondering if this might not be better
explored on a 'meta' list, something like the various Python projects
that deal with Excel do:

https://groups.google.com/forum/#!forum/python-excel


--
Adrian Klaver
adrian.klaver@aklaver.com


В списке psycopg по дате отправления:

Предыдущее
От: Wes McKinney
Дата:
Сообщение: Re: [psycopg] Turbo ODBC
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: [psycopg] Turbo ODBC