From: | Chris Albertson <chrisalbertson90278(at)yahoo(dot)com> |
---|---|
To: | Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>, pgsql-general <pgsql-general(at)commandprompt(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Question: merit / feasibility of compressing frontend <--> backend transfers w/ zlib |
Date: | 2002-07-15 20:26:33 |
Message-ID: | 20020715202633.76649.qmail@web14702.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Does the ODBC or JDBC interface use compression? I think these
are more likely to be used over a non-LAN connection.
The other use for compression would be for a data sync between
two database installations that are geographically distributed.The idea
is that two offices would each have a local DBMS but the link
between them is slow. Compression could help in that case.
Compression is not all that hard to set up using port forwarding
proxies
like you thought. In fact ssh can do it already if you specify the
"-C" option.
--- Neil Conway <nconway(at)klamath(dot)dyndns(dot)org> wrote:
> On Mon, Jul 15, 2002 at 12:01:03PM -0700, pgsql-general wrote:
> > As one of my first projects I'm been asked to compress with zlib
> > (www.gzip.org/zlib ) data flowing from postgres clients to and
> > especially from the backend server. Our first idea was to write a
> sort
> > of 'compression proxy' with a frontend and backend of its own. The
> > postgres client would connect to the compression frontend on their
<SNIP>
=====
Chris Albertson
Home: 310-376-1029 chrisalbertson90278(at)yahoo(dot)com
Cell: 310-990-7550
Office: 310-336-5189 Christopher(dot)J(dot)Albertson(at)aero(dot)org
__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff MacDonald | 2002-07-15 20:38:32 | Re: MySQL vs. PostgreSQL |
Previous Message | Robert Treat | 2002-07-15 20:20:10 | table size growing out of control |