Re: Zedstore - compressed in-core columnar storage

Поиск
Список
Период
Сортировка
От Konstantin Knizhnik
Тема Re: Zedstore - compressed in-core columnar storage
Дата
Msg-id 59ef6173-6667-8a02-ff7c-a52c8ce05a4f@postgrespro.ru
обсуждение исходный текст
Ответ на Re: Zedstore - compressed in-core columnar storage  (Andreas Karlsson <andreas@proxel.se>)
Ответы Re: Zedstore - compressed in-core columnar storage  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Список pgsql-hackers


On 11.04.2019 16:18, Andreas Karlsson wrote:

On 4/11/19 10:46 AM, Konstantin Knizhnik wrote:

This my results of compressing pbench data using different compressors:

ConfigurationSize (Gb)Time (sec)
no compression
15.3192
zlib (default level) 2.37 284
zlib (best speed) 2.43191
postgres internal lz 3.89 214
lz44.12
95
snappy5.1899
lzfse2.801099
(apple) 2.80 1099
1.69125


You see that zstd provides almost 2 times better compression ration and almost at the same speed.


What is "(apple) 2.80 1099"? Was that intended to be zstd?

Andreas

Ugh...
Cut and paste problems.
The whole document can be found here: http://garret.ru/PageLevelCompression.pdf

lzfse (apple)       2.80    1099
zstd (facebook)  1.69    125

ztsd is compression algorithm proposed by facebook:  https://github.com/facebook/zstd
Looks like it provides the best speed/compress ratio result.
-- 
Konstantin Knizhnik
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company 

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: REINDEX CONCURRENTLY 2.0
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [PATCH v20] GSSAPI encryption support