Content Deep Dive
Walking in Graph Database and the Meaning it Holds
Blog post from Neo4j
Post Details
Company
Date Published
Author
Neo4j
Word Count
287
Language
English
Hacker News Points
-
Summary
Graph databases are designed to scale out across a distributed cluster, with TitanDB utilizing Cassandra's distributed storage engine to achieve this advantage. In contrast, Neo4j scales up and relies on a master/slave architecture, requiring more powerful machines for scaling. The choice of approach depends on the tradeoffs between performance, reliability, and scalability. Some databases, like OrientDB, offer hybrid document-graph engines that blend SQL with graph manipulation capabilities. These differences highlight the varying design philosophies and technical approaches of graph databases in a distributed platform.