Re: [HACKERS] gzip vs bzip2 in packing

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] gzip vs bzip2 in packing
Date: 1999-01-21 05:54:38
Message-ID: 8349.916898078@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> writes:
>> Has anyone thought of putting a bzip2-compressed tarball up there?
>> Might save bandwidth...

> I don't even know what that is.

I know what it is, and I also know that it has achieved near-zero
market penetration. Yes, it compresses better than gzip; but evidently
not enough better to persuade people to switch.

Another consideration you have to pay attention to in today's world is
patent status. gzip has stood the test of time and is widely agreed to
be patent-free. (It'd be pretty hard for anyone to secure a patent on
gzip at this late date, even though the cluelessness of the USPTO is
nearly unbounded.) bzip2's author claims it is patent-free, but that
really only means that *he* didn't patent it. I don't think anyone has
done a serious patent search on Burrows-Wheeler methods.

Eventually something will come along that's enough better than gzip
to warrant a universal upgrade cycle, but as far as I can see bzip2
ain't it. In any case I see no need for Postgres to be out front of
the curve on this question...

regards, tom lane

PS: If you want more info see http://www.faqs.org/faqs/compression-faq/,
item 78.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Taral 1999-01-21 06:05:11 Re: [HACKERS] gzip vs bzip2 in packing
Previous Message Cary O'Brien 1999-01-21 05:07:42 What is MVCC?