Compress data sent to client

Started by pasman pasmańskiover 15 years ago3 messagesgeneral
Jump to latest
#1pasman pasmański
pasman.p@gmail.com

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

--
Sent from my mobile device

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

#2pasman pasmański
pasman.p@gmail.com
In reply to: pasman pasmański (#1)
Re: Compress data sent to client

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

#3zeljko
zeljko@holobit.net
In reply to: pasman pasmański (#1)
Re: Compress data sent to client

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