本体存储引擎比 RDMBS 系统慢吗?
我的直觉告诉我,像 Triplestore 或 Seseme 这样的本体引擎的查询速度会比数据库慢,但事实真的是这样吗?是什么让他们变得如此缓慢?
My intuition says that ontology engines like Triplestore or Seseme are going to be slower to query than a DB, but is that really the case? What is it that would make them so much slower?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
基本上,答案是“是”。这是因为许多本体引擎在幕后使用 RDBMS 数据模型来操作本体。但是,如果您碰巧找到一个不依赖 RDBMS 的彻底引擎,那么就需要通过基准测试来找出答案。
希望这有帮助! ——埃塔玛。
Basically, the answer is 'yes'. This is due to the fact that many Ontology engines use an RDBMS data model behind the scenes to manipulate the ontology. But if you happen to find a thorough engine that does not rely on RDBMS, then it needs benchmarking to find out.
Hope this helps! -- etamar.