Not really.  The JSON support really just does two things:

1) validates that what you are saving is actually valid JSON
2) allows you to convert a row(s) to json

The conversion could be useful because it is likely to be much faster and
memory efficient by doing it in the DB rather than in memory.  However, you
would have to write raw SQL to use that feature, and you lose the ability
to modify the JSON in your app.

But the overall performance improvements in 9.2 sound great!

John

On Thu, Sep 13, 2012 at 5:36 AM, Theodore Petrosky <[email protected]>wrote:

> does this actually do anything for webobojects? (I am of course referring
> to the JSON support)
>
> The PostgreSQL Global Development Group today released PostgreSQL 9.2,
> which offers index-only scan, cascading replication, range types and more,
> resulting in dramatic performance improvements. The newly introduced JSON
> support meets the need of web developers by allowing storage and retrieval
> in JSON formats.
>  _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      ([email protected])
> Help/Unsubscribe/Update your Subscription:
>
> https://lists.apple.com/mailman/options/webobjects-dev/johnthuss%40gmail.com
>
> This email sent to [email protected]
>
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to