Re: jsonb and nested hstore

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Merlin Moncure <mmoncure(at)gmail(dot)com>
Cc: Josh Berkus <josh(at)agliodbs(dot)com>, Oleg Bartunov <obartunov(at)gmail(dot)com>, Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: jsonb and nested hstore
Date: 2014-02-05 20:58:01
Message-ID: 52F2A5D9.6070405@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 02/05/2014 03:45 PM, Merlin Moncure wrote:
> On Wed, Feb 5, 2014 at 2:37 PM, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
>> The time for this discussion was months ago. I would not have spent many
>> many hours of my time if I thought it was going to be thrown away. I find
>> this attitude puzzling, to say the least. You were a major part of the
>> discussion when we said "OK, we'll leave json as it is (text based) and add
>> jsonb." That's exactly what we're doing.
> certainly. I'll shut my yap; I understand your puzzlement. At the
> time though, I had assumed the API was going to incorporate more of
> the hstore feature set than it did.
>

And we will. Specifically the indexing ops I mentioned upthread. We've
got done as much as could be done this cycle. That's how Postgres
development works.

One of the major complaints about json in 9.3 is that almost all the
functions and operators involve reparsing the json. The equivalent
operations for jsonb do not, and should accordingly be significantly
faster. That's what I have been spending my time on. I don't think
that's an inconsiderable advance.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2014-02-05 21:03:06 Re: jsonb and nested hstore
Previous Message Merlin Moncure 2014-02-05 20:45:56 Re: jsonb and nested hstore