forked from rdfjs/Yasgui
-
Notifications
You must be signed in to change notification settings - Fork 2
Query execution plan #147
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededyasqePackage for creating the queryPackage for creating the query
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededyasqePackage for creating the queryPackage for creating the query
Type
Fields
Give feedbackNo fields configured for Feature.
For query optimization, the best would be to see an actual query analysis like the one given by QLever, showing not only the order mut how much time every part took. I guess that can't be done without direct access to the triple store. But then at least, it would be nice to see the query execution plan in some graphical way, and if not, or as an option, SPARQL algebra view (see e.g. comunica/traqula).