Re: lztext and compression ratios...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: lztext and compression ratios...
Дата
Msg-id 29094.962893375@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: lztext and compression ratios...  (JanWieck@t-online.de (Jan Wieck))
Ответы Re: [SQL] Re: lztext and compression ratios...  (JanWieck@t-online.de (Jan Wieck))
Список pgsql-general
JanWieck@t-online.de (Jan Wieck) writes:
>> As long as you brought it up: how sure are you that the method you've
>> used is not subject to any patents?

>     Now that you ask for it: I'm not sure. Could be.

>> If you can show that this method uses no ideas not found in zlib,
>> then I'll feel reassured

>     To  do  so  I  don't know enough about the algorithms used in
>     zlib.  Is there someone out here who could verify that  if  I
>     detailed enough describe what our compression code does?

After a quick look at the code, I don't think there is anything
problematic about the data representation or the decompression
algorithm.  The compression algorithm is another story, and it's
not real well commented :-(.  The important issues are how you
search for matches in the past text and how you decide which match
is the best one to use.  Please update the code comments to describe
that, and I'll take another look.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: "planx plnetx"
Дата:
Сообщение: Humongous BUG in PostgreSQL/libpq?
Следующее
От: Richard Poole
Дата:
Сообщение: Re: [HACKERS] Re: Revised Copyright: is this more palatable?