Re: [JDBC] Reading and writing off-heap data

Поиск
Список
Период
Сортировка
От Vladimir Sitnikov
Тема Re: [JDBC] Reading and writing off-heap data
Дата
Msg-id CAB=Je-F8gQ6QRVHvrDFnKutWWKPT3BNxPOwpvvdqTod4iFMiHQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [JDBC] Reading and writing off-heap data  (Tom Dunstan <pgsql@tomd.cc>)
Ответы Re: [JDBC] Reading and writing off-heap data  (Tom Dunstan <tom@tomd.cc>)
Список pgsql-jdbc
Tom>I'll try to quantify it though. Do we have any existing test for these sorts of things? If not I'll just generate a bunch of data and pull it through - seems easy enough.


>Code affecting where incoming data goes would have to be registered with the statement object or similar before execution.

That is of no question. The question is "do you intend to call user-provided code right from org.postgresql.core.v3.QueryExecutorImpl#processResults, case 'D': // Data Transfer (ongoing Execute response)" ?

Vladimir

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

Предыдущее
От: Vladimir Sitnikov
Дата:
Сообщение: Re: [JDBC] Timestamp parameter gets sent as date
Следующее
От: Tom Dunstan
Дата:
Сообщение: Re: [JDBC] Reading and writing off-heap data