Pros/cons of document-based databases vs. relational databases

后端 未结 6 1434
温柔的废话
温柔的废话 2020-11-28 18:29

I\'ve been trying to see if I can accomplish some requirements with a document based database, in this case CouchDB. Two generic requirements:

  • CRUD of entit
6条回答
  •  醉梦人生
    2020-11-28 18:55

    Document based DBs are best suiting for storing, well, documents. Lotus Notes is a common implementation and Notes email is an example. For what you are describing, eCommerce, CRUD, etc., realtional DBs are better designed for storage and retrieval of data items/elements that are indexed (as opposed to documents).

提交回复
热议问题