Search
Follow Us

Follow nosqldatabases on Twitter Follow nosqldatabases on Facebook Follow nosqldatabases on Google Buzz Follow nosqldatabases on LinkedIn Follow nosqldatabases on FeedBurner NoSQL presentations on slideshare

Sponsors

Become a sponsor of NoSQLDatabases.com. Contact us to find out how.

Featured Jobs

 

Follow On Facebook
Recent NoSQL News

Advertisments
« Schemaless Databases | Main | Using MySQL as NoSQL »
Monday
Oct252010

Graph Databases - What's So Different

Darren Wood, the Chief Architect at InfiniteGraph has a presentation that discusses what makes graph databases unique to their relational counterparts.

One very interesting concept discussed in this presentation is partitioning of graph data. Partitioning of graphs is a very complex and difficult problem namely because the graph is a living entity that is constantly changing i.e. new relationships between nodes.

Wood notes that there are critical must haves for distributed graphs:

  • High performance distributed persistence
  • Ability to deal with remote data reads (fast)
  • Intelligent local cache of subgraphs
  • Distributed navigation processing
  • Distributed, multi-source concurrent ingest
  • Write modes supporting both strict and eventually consistency

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>