What is the difference between graph-based databases and object-oriented databases?

前端 未结 6 1936
Happy的楠姐
Happy的楠姐 2020-12-12 14:07

What is the difference between graph-based databases (http://neo4j.org/) and object-oriented databases (http://www.db4o.com/)?

6条回答
  •  春和景丽
    2020-12-12 14:22

    With graph databases, you have a slight semblance of a chance that it is based on mathematical graph theory. With Object-oriented databases, you have the certainty that it is based on nothing at all (and most certainly no mathematical theory at all).

提交回复
热议问题