Replies: 1 comment 3 replies
-
For the protocol, here is a link to the query on the QLever public endpoint: https://qlever.cs.uni-freiburg.de/wikidata/sggFqw If you execute the query and then click on the "Analysis" button (below the field with the query), you see a pretty self-explanatory depiction of the query plan. The QLever Wiki (work in progress) contains more information about the basic principles of QLever: https://github.com/ad-freiburg/qlever/wiki |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm really impressed by the computation speed of this query over Wikidata:
I would like to know a bit more of the internals to understand how you are able to compute it so quickly. My question can be formulated as: "What is the query plan of this query?" I would compute the joints in the where clause (giving huge intermediate results) and then execute the group by query. But this would not scale, or? How do you do it?!? : )
Beta Was this translation helpful? Give feedback.
All reactions