Re: PostgreSQL VS MongoDB: a use case comparison

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: PostgreSQL VS MongoDB: a use case comparison
Дата
Msg-id aab499b1-10f4-8a71-5dfe-16b91fbe0e96@gmx.net
обсуждение исходный текст
Ответ на Re: PostgreSQL VS MongoDB: a use case comparison  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: PostgreSQL VS MongoDB: a use case comparison
Список 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



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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: PostgreSQL VS MongoDB: a use case comparison
Следующее
От: Jakub Glapa
Дата:
Сообщение: Re: dsa_allocate() faliure