compress a resultset

From: Andreas Reichel <andreas(dot)reichel(at)beratung-studienkredit(dot)de>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: compress a resultset
Date: 2006-09-05 09:16:45
Message-ID: 1157447805.5472.5.camel@berater4.slbs
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

good morning,

from a database with stock related data i query large resultsets. The
database performes well, but the transfer over the dial-up connection is
very slow.

Now i'd like to ask, if there is any solution to compress the resultset
on the server and decompress it after the transfer then. Perhaps there
is something like

props.setProperty("data compression","true");

or

props.setProperty("compress","true");

Thank you very much in advance for any hint. Best regards
Andreas

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Cox, Brian 2006-09-05 18:18:05 "stack depth limit exceeded" executing DELETE FROM
Previous Message Trygve Hardersen 2006-09-01 15:11:09 Re: Strange JDBC problem