Re: jsonb and nested hstore - Mailing list pgsql-hackers

From Tom Lane
Subject Re: jsonb and nested hstore
Date
Msg-id 20435.1391622487@sss.pgh.pa.us
Whole thread Raw
In response to Re: jsonb and nested hstore  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: jsonb and nested hstore  (Andrew Dunstan <andrew@dunslane.net>)
Re: jsonb and nested hstore  (Merlin Moncure <mmoncure@gmail.com>)
Re: jsonb and nested hstore  (Craig Ringer <craig@2ndquadrant.com>)
Re: jsonb and nested hstore  (Hannu Krosing <hannu@krosing.net>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 02/05/2014 11:40 AM, Tom Lane wrote:
>> switching to "binary is the same as text" may well be the most prudent
>> path here.

> If we do that we're going to have to live with that forever, aren't we? 

Yeah, but the other side of that coin is that we'll have to live forever
with whatever binary format we pick, too.  If it turns out to be badly
designed, that could be much worse than eating some parsing costs during
dump/restore.

If we had infinite time/manpower, this wouldn't really be an issue.
We don't, though, and so I suggest that this may be one of the better
things to toss overboard.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Patch: show xid and xmin in pg_stat_activity and pg_stat_replication
Next
From: Robert Haas
Date:
Subject: Re: Prohibit row-security + inheritance in 9.4?