Thread: Is data compressed when stored?

Is data compressed when stored?

From
Howard Cole
Date:
Hi everyone,

Is data compressed when stored in a database table/field?

If not, is there an easy way (invisible to the database client) to
compress text and bytea data without actually using compressed disks?

Thanks.

Howard
www.selestial.com

Re: Is data compressed when stored?

From
"A. Kretschmer"
Date:
In response to Howard Cole :
> Hi everyone,
>
> Is data compressed when stored in a database table/field?

http://www.postgresql.org/docs/current/static/storage-toast.html

Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431  2EB0 389D 1DC2 3172 0C99

Re: Is data compressed when stored?

From
Howard Cole
Date:
A. Kretschmer wrote:
> http://www.postgresql.org/docs/current/static/storage-toast.html
>
> Andreas
>
Thanks Andreas.