7 ms·
>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/
by SomeOtherGuy 15y ago
>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 http://www.postgresql.org/docs/9.1/static/hstore.html
- samstokes 15y agoHStore 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.