Re: Are there plans to add data compression feature to postgresql?

From: "Dann Corbit" <DCorbit(at)connx(dot)com>
To: "Ivan Voras" <ivoras(at)freebsd(dot)org>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Are there plans to add data compression feature to postgresql?
Date: 2008-11-06 00:21:06
Message-ID: D425483C2C5C9F49B5B7A41F8944154701001216@postal.corporate.connx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> -----Original Message-----
> From: pgsql-general-owner(at)postgresql(dot)org [mailto:pgsql-general-
> owner(at)postgresql(dot)org] On Behalf Of Ivan Voras
> Sent: Wednesday, November 05, 2008 3:28 PM
> To: pgsql-general(at)postgresql(dot)org
> Subject: Re: [GENERAL] Are there plans to add data compression feature
> to postgresql?
>
> Peter Eisentraut wrote:
> > Craig Ringer wrote:
> >> So - it's potentially even worth compressing the wire protocol for
> use
> >> on a 100 megabit LAN if a lightweight scheme like LZO can be used.
> >
> > LZO is under the GPL though.
>
> But liblzf is BSD-style.
>
> http://www.goof.com/pcg/marc/liblzf.html

Here is a 64 bit windows port of that library:
http://cap.connx.com/chess-engines/new-approach/liblzf34.zip

It has fantastic compression/decompression speed (100 MB well under a second to either compress or decompress) and I see about 50% compression.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Webb Sprague 2008-11-06 00:34:26 Re: Read only access, via functions only
Previous Message Tom Lane 2008-11-06 00:13:37 Re: How to use index in WHERE int = float