+1 vote
in Neo4j by
Are graph databases worth it?

1 Answer

0 votes
by

Graph databases are very good at traversing relationships between small data entities, but not ideally suited to store a lot of properties on a single node or large values in those properties. For this type of use case, a graph database is not recommended.

...