Re: Best practices for aggregate table design

From: Vick Khera <vivek(at)khera(dot)org>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Best practices for aggregate table design
Date: 2015-10-08 12:12:20
Message-ID: CALd+dcebJeiXvePvOM3OBj0ZXD2x7tCV-zKF=rkK3=o09bVdSg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Daniel Verite 2015-10-08 12:35:11 Re: Issues with german locale on CentOS 5,6,7
Previous Message Oleksii Kliukin 2015-10-08 08:57:41 Re: dubious optimization of the function in SELECT INTO target list