是否可以在AllegroGraph中查看用于评估SPARQL查询的查询执行计划(类似于EXPLAIN)。

最佳答案

AllegroGraph通过Lisp API和REST API提供了一个查询分析器,它将告诉您正在使用哪些索引。有关更多信息,请查看以下链接(该链接用于AllegroGraph v4.14.1):

http://franz.com/agraph/support/documentation/v4/query-analysis.html

关于sparql - AllegroGraph查询计划,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/11154593/

10-12 22:17