Re: Compression and on-disk sorting

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: Compression and on-disk sorting
Дата
Msg-id 1147864208.3830.4.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Compression and on-disk sorting  ("Zeugswetter Andreas DCP SD" <ZeugswetterA@spardat.at>)
Список pgsql-hackers
Ühel kenal päeval, K, 2006-05-17 kell 12:20, kirjutas Zeugswetter
Andreas DCP SD:
> > Certainly, if you can't prototype a convincing performance win using
> > that algorithm, it's unlikely to be worth anyone's time to 
> > look harder.
> 
> That should be easily possible with LZO. It would need to be the lib
> that
> we can optionally link to (--with-lzo), since the lib is GPL.
> 
> lzo even allows for inplace decompression and overlapping compression.

Does being GPL also automatically imply that it is patent-free, so that
we could re-implement it under BSD license if it gives good results?

------------
Hannu




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

Предыдущее
От: "Zeugswetter Andreas DCP SD"
Дата:
Сообщение: Re: Compression and on-disk sorting
Следующее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: PL/pgSQL 'i = i + 1' Syntax