Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的直觉是,像 Triplestore 或 Seseme 这样的本体引擎的查询速度会比数据库慢,但真的是这样吗?是什么让他们变得这么慢?
基本上,答案是“是”。这是因为许多本体引擎在后台使用 RDBMS 数据模型来操作本体。但是如果你碰巧找到了一个不依赖 RDBMS 的彻底引擎,那么它需要进行基准测试才能找到。
希望这可以帮助!——艾玛。