Re: hstore - jsonb

From: Oleg Bartunov <obartunov(at)gmail(dot)com>
To: Armand Turpel <armand(dot)turpel(dot)mnhn(at)gmail(dot)com>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: hstore - jsonb
Date: 2014-04-04 12:04:43
Message-ID: CAF4Au4wRd5d+eDbAcd6Crigfgn_DL7jMEMZMZcDn4LtYMFuMJg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Apr 4, 2014 at 12:20 PM, Armand Turpel
<armand(dot)turpel(dot)mnhn(at)gmail(dot)com> wrote:
> Hi,
>
> A few questions about jsonb and hstore:
>
> 1. does jsonb replace hstore?

no, it's different data type

> 2. compatibility of jsonb <> hstore?

hstore is a simple key-value model, while jsonb - richer document-based model.

> 3. will the development of hstore continue?

I don't believe so, we froze nested hstore to concentrate development
resources to jsonb. Nested hstore still available from
http://www.sigaev.ru/git/gitweb.cgi?p=hstore.git;a=summary
It's should be compatible with 9.3

> 4. is it recommended to use jsonb when planning new projects?

yes, we are working on jsonb support.

>
> Thanks
> Armand
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ray Stell 2014-04-04 12:11:42 Re: Linux vs FreeBSD
Previous Message Kohler Manuel (ID SIS) 2014-04-04 11:24:51 Indices and Foreign Tables