postgrespro / jsonbd

JSONB compression method for PostgreSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

CREATE EXTENSION jsonbd;
CREATE TABLE t(a JSONB COMPRESSION jsonbd);

This extension is in development and not finished yet.

About

JSONB compression method for PostgreSQL


Languages

Language:C 84.7%Language:Python 13.5%Language:PLpgSQL 1.1%Language:Makefile 0.7%