Re: Copression - Mailing list pgsql-general

From Joshua D. Drake
Subject Re: Copression
Date
Msg-id 423E4C13.6080909@commandprompt.com
Whole thread Raw
In response to Re: Copression  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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@commandprompt.com - http://www.commandprompt.com
PostgreSQL Replicator -- production quality replication for PostgreSQL


Attachment

pgsql-general by date:

Previous
From: Neil Conway
Date:
Subject: Re: Copression
Next
From: "Vincent Hikida"
Date:
Subject: Re: Tracking row updates - race condition