cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

What is the difference between Graph database like Neo4J and in-memory databases like Gemfire?

As memory is getting cheaper day by day, we would be able to keep all data in Memory and access at Random Access speeds without using graph databases.
What are pros and cons of Graph DB vs In-Memory NOSQL DB's?

1 REPLY 1

There isn't really a distinction between graph databases and in-memory databases. Neo4j runs great with the entire dataset in memory, so you can use it as an in-memory database.

Because GemFire isn't a native graph database, while you could represent graphs in it, you'll run into scalability issues doing graph type operations with it at a certain size. My understanding is that it's optimized primarily for key operations. For a detailed discussion of why native graph databases have advantages in the graph space:

https://www.datanami.com/2017/05/17/motivation-native-graph-databases/