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

From Merlin Moncure
Subject Re: jsonb and nested hstore
Date
Msg-id CAHyXU0zK0OUhLby11YgFB8w5OSfVp8HVYUHbakNGD=UQxN--3g@mail.gmail.com
Whole thread Raw
In response to Re: jsonb and nested hstore  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Wed, Feb 5, 2014 at 11:48 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> 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.

The hstore send/recv functions have basically the same
(copy/pasted/name adjusted) implementation.  Since hstore will
presumably remain (as the current hstore is) 'deep binary' and all of
Andres's gripes apply to the hstore as well, this change buys us
precisely zap from a time perspective; it comes down to which is
intrinsically the better choice.

merlin



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Misaligned BufferDescriptors causing major performance problems on AMD
Next
From: Robert Haas
Date:
Subject: Re: Add CREATE support to event triggers