Hacker News new | ask | show | jobs
by anonymousDan 943 days ago
Would a graph database (e.g. Neo4j) be any better?
1 comments

I cannot think of a situation where neo4j does anything better than traditional relational databases
Graph databases, neo4j including, handle many-to-many relationships better than any RDBMS.
In what way do they handle them better?