Is data compressed when stored?

Started by Howard Coleover 16 years ago3 messagesgeneral
Jump to latest
#1Howard Cole
howardnews@selestial.com

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

#2A. Kretschmer
andreas.kretschmer@schollglas.com
In reply to: Howard Cole (#1)
Re: Is data compressed when stored?

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

#3Howard Cole
howardnews@selestial.com
In reply to: A. Kretschmer (#2)
Re: Is data compressed when stored?

A. Kretschmer wrote:

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

Andreas

Thanks Andreas.