Comment on JSON will be a core type in PostgreSQL 9.2parentComments−SomeOtherGuy14y>get the data model benefits of a NoSQL database [1] without sacrificing the mature Postgres internals.They already have that: http://www.postgresql.org/docs/9.1/static/hstore.html−samstokes14yHStore looks great, but as I understand it, it's just one level of key-value - JSON (and any document database) lets you store nested hashes.
Comments
>get the data model benefits of a NoSQL database [1] without sacrificing the mature Postgres internals.
They already have that: http://www.postgresql.org/docs/9.1/static/hstore.html
HStore looks great, but as I understand it, it's just one level of key-value - JSON (and any document database) lets you store nested hashes.