|
|
|
|
|
by stopthemadness
4583 days ago
|
|
Traditional databases use complicated indexing and storage structures in part
to minimize the need to examine unrelated data. hstore is better than plain text
for JSON but a scheme closer to the existing PostgreSQL table/page/row/value hierarchy could
be better still. I'd recommend reading the recent post https://news.ycombinator.com/item?id=6813937 |
|