0 votes
in Neo4j by
What are graph databases not good for?

1 Answer

0 votes
by
Graph databases are not as useful for operational use cases because they are not efficient at processing high volumes of transactions and they are not good at handling queries that span the entire database.
...