Re: Copression

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Stanislaw Tristan <stas775(at)i(dot)com(dot)ua>, pgsql-general(at)postgresql(dot)org
Subject: Re: Copression
Date: 2005-03-21 04:22:43
Message-ID: 423E4C13.6080909@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bruce Momjian wrote:

>Stanislaw Tristan wrote:
>
>
>>It's a possible to compress traffic between server and client while server returns query result?
>>
>>
There are a couple of solutions.

1. Mammoth PostgreSQL supports this for libpq, and jdbc based clients.
2. You can use a web services model that uses something like mod_deflate
3. You can use redirection with SSH

Sincerely,

Joshua D. Drake

>>It's a very actually for dial-up users.
>>What is solution?
>>
>>
>
>No, unless SSL compresses automatically.
>
>
>

--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-667-4564 - jd(at)commandprompt(dot)com - http://www.commandprompt.com
PostgreSQL Replicator -- production quality replication for PostgreSQL

Attachment Content-Type Size
jd.vcf text/x-vcard 285 bytes

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Neil Conway 2005-03-21 04:23:15 Re: Copression
Previous Message Vincent Hikida 2005-03-21 04:16:29 Re: Tracking row updates - race condition