This topic has been archived. It cannot be replied.
-
工作学习 / 学科技术 / 这里有人用过 Cosmos DB 吗? 现在手上项目可能要试试,想知道是否有前辈有什么经验分享一下?
-hutuhao(完了);
2021-3-11
(#13566769@0)
-
大概看过但是没有在实际项目中用过。我的建议是想清楚是不是真的需要CosmosDB,因为见过很多次有人号称准备用,但实际上并没用充分的理由。
-renjl0810(Virtual Void);
2021-3-11
(#13567509@0)
-
嗯是这样的,因为是用微软的云,用Cosmos DB似乎make sense,可是不用到那些distributed的features。好像其他简单的 NoSQL 的DB也可以试试?
-hutuhao(完了);
2021-3-12
(#13568336@0)
-
除了那个horiztional scaling其它的功能或称model such as key-value, in-memory, document db, etc.都有at least on par, if not even better open source alternative available on Azure
-renjl0810(Virtual Void);
2021-3-12
(#13568684@0)
-
你说的都对。上面我提到的是更高一层feature,
distributing data globally。是 transparently replicates the DB data to all the regions associated with user‘s Cosmos DB account。
-hutuhao(完了);
2021-3-12
(#13568817@0)