How to decide which NoSQL technology to use?

后端 未结 6 1664
陌清茗
陌清茗 2021-01-30 02:55

What is the pros and cons of MongoDB (document-based), HBase (column-based) and Neo4j (objects graph)?

I\'m particularly interested to know some of the typical use cas

6条回答
  •  Happy的楠姐
    2021-01-30 03:14

    You could also evaluate a Multi-Model DBMS, as the second generation of NoSQL product. With a Multi-Model you don't have all the compromises on choosing just one model, but rather more than one model.

    The first multi-model NoSQL is OrientDB.

提交回复
热议问题