Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
SomeOtherGuy
on Jan 17, 2012
|
parent
|
context
|
favorite
| on:
JSON will be a core type in PostgreSQL 9.2
>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
samstokes
on Jan 17, 2012
[–]
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.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
They already have that: http://www.postgresql.org/docs/9.1/static/hstore.html