JDBC compressed stream

Поиск
Список
Период
Сортировка
От Javier
Тема JDBC compressed stream
Дата
Msg-id 6.2.1.2.2.20050617171434.03f31ad8@pop3.terra.es
обсуждение исходный текст
Ответы Re: JDBC compressed stream  (John R Pierce <pierce@hogranch.com>)
Re: JDBC compressed stream  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-jdbc
    Hi, I'm developing a java client application that uses JDBC to access a
PostGIS/PostgreSQL database. I'm working with PostgreSQL JDBC driver Type 4
(http://jdbc.postgresql.org/) and I need to compress the output streamdata
from database queries.

    The problem can't be resolved making a better WHERE clause, because I
have to received a great amount of GIS information, and this info can be
highly compressed. Moreover, this data can't be stored compressed in the
database, so, an external compressor is needed.

   Anybody can explain me if it is possible to compress a JDBC datastream
??? Is this a PostgreSQL JDBC driver issue??? or a new function must be
added to PostgreSQL???

    Last question --> Anyone knows any other way to achieve compression
with other kind of solution???

    Thanks very much... Javier


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

Предыдущее
От: Prasanth
Дата:
Сообщение: Re: Postgresql-JDBC connectivity
Следующее
От: John R Pierce
Дата:
Сообщение: Re: JDBC compressed stream