项目作者: postgrespro

项目描述 :
JSONB compression method for PostgreSQL
高级语言: C
项目地址: git://github.com/postgrespro/jsonbd.git
创建时间: 2017-10-25T14:14:51Z
项目社区:https://github.com/postgrespro/jsonbd

开源协议:

下载


jsonbd

JSONB compression method for PostgreSQL.

Usage

To use it the following patch should be applied to PostgreSQL code (git:master):

https://commitfest.postgresql.org/15/1294/

And something like this:

  1. CREATE EXTENSION jsonbd;
  2. CREATE TABLE t(a JSONB COMPRESSION jsonbd);

This extension is in development and not finished yet.