+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.

Related questions

+1 vote
asked Feb 10, 2022 in Amazon Neptune by Robindeniel
0 votes
asked Jan 28, 2023 in Neo4j by john ganales
...