RavenDb 与 RDBMS 水平扩展

发布于 2024-12-09 20:22:41 字数 62 浏览 0 评论 0原文

与传统 RDBMS 相比,哪些因素使得 RavenDb(作为典型的 NoSQL 文档数据库)水平扩展能力更好?

What are the factors which make RavenDb (as typical NoSQL document database) horizontal scaling capabilities much better in comparison to classical RDBMS?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

零度° 2024-12-16 20:22:41

关系数据库更多地依赖于连接、集合等概念。
这使得数据分片变得更加困难,因为分割数据很困难。

使用 RavenDB,文档是独立的,因此这变得容易
下一部分是 RavenDB 附带分片 API OOTB,因此您可以利用它。

Relational databases depend much more on the notion of joins, sets and stuff like that.
That makes sharding the data much harder, because splitting the data is hard.

With RavenDB, documents are self contained, so this becomes much easier.
The next part is that RavenDB comes with sharding API OOTB, so you can just take advantage of that.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文