ZSON, PostgreSQL extension for compressing JSONB
Вложения
В списке pgsql-general по дате отправления:
| От | Aleksander Alekseev |
|---|---|
| Тема | ZSON, PostgreSQL extension for compressing JSONB |
| Дата | |
| Msg-id | 20160930185801.38654a1c@e754 обсуждение исходный текст |
| Ответы |
Re: ZSON, PostgreSQL extension for compressing JSONB
Re: ZSON, PostgreSQL extension for compressing JSONB |
| Список | pgsql-general |
Hello. 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! -- Best regards, Aleksander Alekseev
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера