Re: Is it possible to compress transmission data?

From: Guillaume Cottenceau <gc(at)mnc(dot)ch>
To: Michał Niklas <michal(dot)niklas(at)heuthes(dot)pl>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Is it possible to compress transmission data?
Date: 2020-03-25 14:44:43
Message-ID: 87imis1okk.fsf@mnc.ch
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I'd try ssh port forwarding with Compression options.

> Hi,
>
> Most of my coworkers have to work remotely and in some places internet
> speed is not very well. We develop some application with PostgreSQL and
> JDBC driver, so size of transmission between home (application) and work
> (database server) is important. Is the data sent between server and
> client compressed? If not, is it possible to turn on compression with
> some JDBC connection option?

--
Guillaume Cottenceau

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Roger De Four 2020-03-25 14:50:47 Re: Is it possible to compress transmission data?
Previous Message Michał Niklas 2020-03-25 14:21:19 Is it possible to compress transmission data?