| От | Thomas Lockhart |
|---|---|
| Тема | Re: Compression on ODBC? |
| Дата | |
| Msg-id | 39462DA3.97B4AC63@alumni.caltech.edu обсуждение исходный текст |
| Ответ на | Compression on ODBC? ("Mark Alliban" <MarkA@idnltd.com>) |
| Список | pgsql-general |
> ... ODBC is downloading all the rows. Is there any way to either:
> 1) Use compression on the recordset to make the call faster?
You can run through an ssh tunnel, which (I'm guessing) may compress the
result.
> 2) Download each row one at a time, when SQLFetch is called?
Use cursors.
afaik, the ODBC driver *does* allow an app to retrieve rows as they are
available on the wire (it implements its own wire interface to allow
this, for historical reasons). But I'll guess that the app is waiting
for the complete set.
Good luck!
- Thomas
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера