Re: Zedstore - compressed in-core columnar storage

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: Konstantin Knizhnik <k(dot)knizhnik(at)postgrespro(dot)ru>, Ashwin Agrawal <aagrawal(at)pivotal(dot)io>, Mark Kirkwood <mark(dot)kirkwood(at)catalyst(dot)net(dot)nz>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Zedstore - compressed in-core columnar storage
Date: 2019-04-11 13:18:41
Message-ID: 93222d26-2141-acf2-61ef-3127f57e80e6@proxel.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

> This my results of compressing pbench data using different compressors:
>
> Configuration Size (Gb) Time (sec)
> no compression
> 15.31 92
> zlib (default level) 2.37 284
> zlib (best speed) 2.43 191
> postgres internal lz 3.89 214
> lz4 4.12
> 95
> snappy 5.18 99
> lzfse 2.80 1099
> (apple) 2.80 1099
> 1.69 125
>
>
>
> 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2019-04-11 13:27:04 Re: REINDEX CONCURRENTLY 2.0
Previous Message Heikki Linnakangas 2019-04-11 13:15:09 Re: Zedstore - compressed in-core columnar storage