Обсуждение: Compress data sent to client

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

Compress data sent to client

От
pasman pasmański
Дата:
Hello. Is postgresql able to compress data sent to the client?

--
Sent from my mobile device

------------
pasman

Re: Compress data sent to client

От
pasman pasmański
Дата:
I read in doc that by default longer text fields are compressed.
They may be sent to client without decompression - this reduce
netword load.


------------
pasman

Re: Compress data sent to client

От
zeljko
Дата:
pasman pasmański wrote:

> Hello. Is postgresql able to compress data sent to the client?
>

No. You can use ssh tunnel (with ssh compression enabled) under linux, but
same thing can be applied via putty under windows.

zeljko