在哪些现实场景中语义数据库比关系数据库更好?

发布于 2024-11-07 08:32:03 字数 73 浏览 7 评论 0原文

是否有任何真实的(非学术的)和公共的(开源或免费)语义数据库(例如 Metalog)示例用于解决传统上使用关系数据库完成的计算问题?

Are there any real live (non-academic) and public (open-source or free) examples of a semantic database like Metalog being used to solve a computing problem that traditionally had been done with relational databases?

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

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

发布评论

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

评论(1

宁愿没拥抱 2024-11-14 08:32:03

如果只有部分数据遵循模式,语义数据库会工作得更好。

如果您需要语义数据库中的其他列,只需添加它们即可。即使对于单行。这在关系数据库中是困难或低效的。

此外,使用语义或元组数据库进行聚类要简单得多。大多数情况下,这意味着只需在 N 个服务器上安装数据库并设置一些配置选项。

Semantic databases work much better if only part of your data follows a schema.

If you need additional columns in a semantic database, you just add them. Even for single rows. This is hard or inefficient in a relational database.

Also clustering is much more simple with semantic or tuple databases. Most often, this means just to install the database on N servers and set a few config options.

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