Re: PostgreSQL VS MongoDB: a use case comparison

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-performance(at)lists(dot)postgresql(dot)org
Subject: Re: PostgreSQL VS MongoDB: a use case comparison
Date: 2018-11-21 06:48:05
Message-ID: aab499b1-10f4-8a71-5dfe-16b91fbe0e96@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Stephen Frost schrieb am 20.11.2018 um 18:28:
> Oh yes, having a dictionary would be a great start to reducing the size
> of the jsonb data, though it could then become a contention point if
> there's a lot of new values being inserted and such. Naturally there
> would also be a cost to pulling that data back out as well but likely it
> would be well worth the benefit of not having to store the field names
> repeatedly.

There is an extension for a dictionary based JSONB compression:

https://github.com/postgrespro/zson

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Jakub Glapa 2018-11-21 14:26:42 Re: dsa_allocate() faliure
Previous Message Stephen Frost 2018-11-20 19:46:59 Re: PostgreSQL VS MongoDB: a use case comparison