Re: patch: Add JSON datatype to PostgreSQL (GSoC, WIP)

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Terri Laurenzo <tj(at)laurenzo(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Greg Stark <gsstark(at)mit(dot)edu>, AndrewDunstan <andrew(at)dunslane(dot)net>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: patch: Add JSON datatype to PostgreSQL (GSoC, WIP)
Date: 2010-10-20 01:37:48
Message-ID: AANLkTik5b+wkL0aOmXq4GNosgurXDPwF5J_tXaprA9g+@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Oct 19, 2010 at 9:15 PM, Terri Laurenzo <tj(at)laurenzo(dot)org> wrote:
> I hear ya.  It might be a premature optimization but I still think there may be benefit for the case of large scale extraction and in- database transformation of large JSON datastructures.  We have terabytes of this stuff and I'd like something between the hip nosql options and a fully structured SQL datastore.

Well, keep hacking on it!

I'm interested to hear what you find out.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Itagaki Takahiro 2010-10-20 02:02:37 Re: [COMMITTERS] pgsql: Restructure the pg_upgrade code to use several global structures
Previous Message Robert Haas 2010-10-20 01:36:38 Re: leaky views, yet again