compress a resultset - Mailing list pgsql-jdbc

From Andreas Reichel
Subject compress a resultset
Date
Msg-id 1157447805.5472.5.camel@berater4.slbs
Whole thread Raw
Responses Re: compress a resultset  (Roland Walter <roland.walter.rwa@gmx.net>)
List 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


pgsql-jdbc by date:

Previous
From: "Cox, Brian"
Date:
Subject: "stack depth limit exceeded" executing DELETE FROM
Next
From: Tom Lane
Date:
Subject: Re: "stack depth limit exceeded" executing DELETE FROM