Re: libpq compression

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: libpq compression
Дата
Msg-id m2obo719kz.fsf@2ndQuadrant.fr
обсуждение исходный текст
Ответ на Re: libpq compression  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: libpq compression  (Florian Pflug <fgp@phlo.org>)
Список pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
> Or that it takes less code/generates cleaner code...

So we're talking about some LZO things such as snappy from google, and
that would be another run time dependency IIUC.

I think it's time to talk about fastlz:
 http://fastlz.org/ http://code.google.com/p/fastlz/source/browse/trunk/fastlz.c
 551 lines of C code under MIT license, works also under windows

I guess it would be easy (and safe) enough to embed in our tree should
we decide going this way.

Regards,
-- 
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Catalog/Metadata consistency during changeset extraction from wal
Следующее
От: Florian Pflug
Дата:
Сообщение: Re: libpq compression