Re: Is a plan for lmza commpression in pg_dump

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Is a plan for lmza commpression in pg_dump
Дата
Msg-id 498F5852.7030106@gmx.net
обсуждение исходный текст
Ответ на Re: Is a plan for lmza commpression in pg_dump  (daveg <daveg@sonic.net>)
Ответы Re: Is a plan for lmza commpression in pg_dump
Список pgsql-hackers
daveg wrote:
> I think the context here is for pg_dump only and in that context a faster
> compression library makes a lot of sense. I'd be happy to prepare a patch
> if the license issue can be accomodated.

Some kind of performance data (space and time) would be required to 
support any change in this area.

Notice that the thread originally called for lzma support, which is 
completely at the opposite end of the spectrum of compression algorithms 
in terms of space and time, compared to lzo.  So it's not really clear 
what the requirements are in the first place.


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: WIP: fix SET WITHOUT OIDS, add SET WITH OIDS
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Python 3.0 does not work with PL/Python