Re: Re: [SQL] Re: [GENERAL] lztext and compression ratios...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Philip Warner <pjw(at)rhyme(dot)com(dot)au>, Jan Wieck <JanWieck(at)Yahoo(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL HACKERS <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [SQL] Re: [GENERAL] lztext and compression ratios...
Date: 2000-07-08 01:54:54
Message-ID: 200007080154.VAA17226@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-sql

> If we do go with using zlib instead of homegrown code, I would recommend
> building and statically linking to our own copy even if there is a copy
> available on the system. This will prevent cross-version compatibility
> problems as well as where'd-my-library-go syndrome. We cannot afford
> those sorts of risks for something that could prevent us from reading
> our database.

I don't know much about zlib, but it is hard to imagine it would have
the flexibility and optimization tuning of Jan's code.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Philip Warner 2000-07-08 02:00:31 Re: Re: [SQL] Re: [GENERAL] lztext and compression ratios...
Previous Message Thomas Lockhart 2000-07-08 01:52:09 Re: Find all the dates in the calendar week?

Browse pgsql-hackers by date

  From Date Subject
Next Message Philip Warner 2000-07-08 02:00:31 Re: Re: [SQL] Re: [GENERAL] lztext and compression ratios...
Previous Message Tom Lane 2000-07-08 01:49:53 Re: Re: [SQL] Re: [GENERAL] lztext and compression ratios...

Browse pgsql-sql by date

  From Date Subject
Next Message Forest Wilkinson 2000-07-08 01:58:56 How to get a self-conflicting row level lock?
Previous Message Tom Lane 2000-07-08 01:49:53 Re: Re: [SQL] Re: [GENERAL] lztext and compression ratios...