Обсуждение: Is it possible to compress transmission data?

Поиск
Список
Период
Сортировка

Is it possible to compress transmission data?

От
Michał Niklas
Дата:
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?

--
Best regards,
Michał Niklas



Вложения

Re: Is it possible to compress transmission data?

От
Guillaume Cottenceau
Дата:
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



Re: Is it possible to compress transmission data?

От
Roger De Four
Дата:
Apparently using UDP as the transport protocol is advisable

 


Best Regards

Roger De Four
IT Consultant
RAD Financial Systems

Cell #/WhatsApp: +1-(868)-342-8587




On Wed, 25 Mar 2020 at 10:44, Guillaume Cottenceau <gc@mnc.ch> wrote:
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