“A Graph Database –transforms a–> RDBMS”

The Neo4j site seems to imply that whatever you can do in RDBMS, you can do in Neo4j.

Before choosing Neo4j as a replacement for an RDBMS, I need some doubts answered.


I am interested in Neo4j for

  • ability to do quickly modify data "schema"
  • ability to express entities naturally instead of relations and normalizations
  • ...which leads to highly expressive code (better than ORM)

This is a NoSQL solution I am interested in for it's features, not high performance.


Question: Does Neo4j present any issues that may make it unsuitable as a RDBMS replacement?

I am particularly concerned about these:

  • is there any DB feature I must implement in application logic? (For example, you must implement joins at application layer for a few NoSQL DBs)
  • Are the fields "indexed" to allow a lookup faster than O(n)?
  • How do I handle hot backups and replication?
  • any issues with "altering" schema or letting entities with different versions of the schema living together?
link|improve this question

1  
If you want information about this topic, copy your post to the neo4j google group neo4j.org/forums, there you will get answers. – Michael Hunger Feb 4 at 23:49
@Michael Hunger, Will do :-) Yes, this was too specialized for SO. – aitchnyu Feb 5 at 8:17
feedback

closed as not constructive by John Saunders, Mat, Chris Shain, skaffman, bmargulies Jan 16 at 2:58

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

Browse other questions tagged or ask your own question.