Hi,
Glad to hear you're interested in working on this. I agree that what
we'll need is native JSON support with a specific type and binary
format, along the lines of what Postgres now has with JSONB[1]. It's
unclear to me if this needs to ripple down to the HBase level with a
custom block encoding as well.

The best we can do today is store JSON in its textual form and add
built-in functions to access and functional indexes to make it
perform. This has a lot of limitations, though, so a native JSON type
is really what we need.

Thanks,
James

[1] http://www.craigkerstiens.com/2014/03/24/Postgres-9.4-Looking-up/

On Sun, Feb 8, 2015 at 11:12 PM, Yang Andy <s62026...@hotmail.com> wrote:
>
> Hello,
>
> I am interesting at adding native JSON type to phoenix.
>
> Like http://www.postgresql.org/docs/9.4/static/datatype-json.html .
>
> Is there any related issues currently exsisting?
>
>
>
>
> I found some issues like
>
> https://issues.apache.org/jira/browse/PHOENIX-628
>
> but, the discussion about this issue is somehow defferent from native JSON 
> type.
>
> It seems treat data as JSON but actually not saving as JSON type data.
>
> And this issue seems not active for a long time.
>
>
>
>
> Appreate for your help!

Reply via email to