Re: Compression of full-page-writes

Поиск
Список
Период
Сортировка
От KONDO Mitsumasa
Тема Re: Compression of full-page-writes
Дата
Msg-id 525E193A.7010206@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Re: Compression of full-page-writes  ("ktm@rice.edu" <ktm@rice.edu>)
Ответы Re: Compression of full-page-writes  ("ktm@rice.edu" <ktm@rice.edu>)
Список pgsql-hackers
(2013/10/15 22:01), ktm@rice.edu wrote:
> Google's lz4 is also a very nice algorithm with 33% better compression
> performance than snappy and 2X the decompression performance in some
> benchmarks also with a bsd license:
>
> https://code.google.com/p/lz4/
If we judge only performance, we will select lz4. However, we should think another important factor which is software
robustness,achievement, bug
 
fix history, and etc... If we see unknown bugs, can we fix it or improve
algorithm? It seems very difficult, because we only use it and don't
understand algorihtms. Therefore, I think that we had better to select
robust and having more user software.

Regards,
--
Mitsumasa KONDO
NTT Open Source Software



















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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: INSERT...ON DUPLICATE KEY LOCK FOR UPDATE
Следующее
От: Pavan Deolasee
Дата:
Сообщение: Re: Standby catch up state change