On Thu, Oct 8, 2015 at 3:49 AM, <hari(dot)fuchs(at)gmail(dot)com> wrote:
> Is there an advantage of hstore vs. json/jsonb?
>
Definitely over json because that is not indexable. I'm not seeing an
advantage over jsonb unless you want to prevent storing complex data
structures.