What are the best uses of document stores?

后端 未结 2 1987
一生所求
一生所求 2021-02-01 04:26

I have been hearing a lot about document oriented data stores like CouchDB. I understand the uses of BigTable like stores such as Cassandra. After reading this question, I was w

2条回答
  •  旧巷少年郎
    2021-02-01 05:04

    Another feature of CouchDB is that you can create those aggregations, not as documents stored manually, but as views (which are derived from the stored data, and updated automatically.)

    This is like power windows, heated seats, or the kicking stereo.

提交回复
热议问题