Re: hstore - jsonb - Mailing list pgsql-general

From Oleg Bartunov
Subject Re: hstore - jsonb
Date
Msg-id CAF4Au4wRd5d+eDbAcd6Crigfgn_DL7jMEMZMZcDn4LtYMFuMJg@mail.gmail.com
Whole thread Raw
In response to hstore - jsonb  (Armand Turpel <armand.turpel.mnhn@gmail.com>)
Responses Re: hstore - jsonb  (Thom Brown <thom@linux.com>)
List pgsql-general
On Fri, Apr 4, 2014 at 12:20 PM, Armand Turpel
<armand.turpel.mnhn@gmail.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@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general


pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: create temp view from function inside plpgsql function.
Next
From: Ray Stell
Date:
Subject: Re: Linux vs FreeBSD