AW: lztext and compression ratios...

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема AW: lztext and compression ratios...
Дата
Msg-id 11C1E6749A55D411A9670001FA68796336800B@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Ответы Re: AW: lztext and compression ratios...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> I went at it in a different way: pulled out pg_lzcompress into a
> standalone source program that could also call zlib. 

If you want you could give minilzo a try.

LZO is a data compression library which is suitable for data de-/compression
in real-time.
LZO implements the fastest compression and decompression algorithms around.
See the ratings for lzop in the famous Archive Comparison Test .

LZO needs no memory for decompression, 64k or 8k for compression.

LZO and the LZO algorithms and implementations are distributed under the
terms of the GNU General Public License (GPL) { auf Deutsch }. Special
licenses for commercial and other applications are available by contacting
the author.

See http://wildsau.idv.uni-linz.ac.at/mfx/lzo.html

Andreas


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

Предыдущее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: Some Improvement
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Questions relating to "modified while in use" messages