문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top