Re: ZSON, PostgreSQL extension for compressing JSONB - Mailing list pgsql-general

From Simon Riggs
Subject Re: ZSON, PostgreSQL extension for compressing JSONB
Date
Msg-id CANP8+jLrudPk7J4Wa9XOh3yGxuH9jFL5t_5xfvmbP=AKATBAeA@mail.gmail.com
Whole thread Raw
In response to ZSON, PostgreSQL extension for compressing JSONB  (Aleksander Alekseev <a.alekseev@postgrespro.ru>)
Responses Re: ZSON, PostgreSQL extension for compressing JSONB  (Oleg Bartunov <obartunov@gmail.com>)
Re: ZSON, PostgreSQL extension for compressing JSONB  (Aleksander Alekseev <a.alekseev@postgrespro.ru>)
List pgsql-general
On 30 September 2016 at 16:58, Aleksander Alekseev
<a.alekseev@postgrespro.ru> wrote:

> I've just uploaded ZSON extension on GitHub:
>
> https://github.com/afiskon/zson
>
> ZSON learns on your common JSONB documents and creates a dictionary
> with strings that are frequently used in all documents. After that you
> can use ZSON type to compress documents using this dictionary. When
> documents schema evolve and compression becomes inefficient you can
> re-learn on new documents. New documents will be compressed with a new
> dictionary, old documents will be decompressed using old dictionary.
>
> In some cases ZSON can save half of your disk space and give you about
> 10% more TPS. Everything depends on your data and workload though.
> Memory is saved as well. For more details see README.md.
>
> Please don't hesitate to ask any questions. Any feedback and pull
> requests are welcome too!

Very good. Oleg had mentioned that dictionary compression was being considered.

It would be useful to be able to define compression dictionaries for
many use cases.

Will you be submitting this to core?

--
Simon Riggs                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-general by date:

Previous
From: Edson Richter
Date:
Subject: Re: Installing pgAdmin 4 in Oracle Enterprise Linux 7
Next
From: Oleg Bartunov
Date:
Subject: Re: ZSON, PostgreSQL extension for compressing JSONB