Open okbp opened 11 years ago
Hi,
I noted as well a performance drop for queries over graphs. I often have a timeout on this query :
select distinct ?g where { graph ?g {?s ?p ?v} } limit 1
when this had a result straight away with Virtuoso 6.1.6, same data. Adding group by improves the computation time, but it is still slower that before.
GROUP BYの方は空のグラフも出てくるみたいですね。
In develop/7 and stable/7, some graphs aren't listed via the below sparql.
For example, there are 22 graphs but it returns only 16 graphs. And Conductor (Linked Data - Graphs) displays same list.
But this query returns all graph names.
What is the difference between two queries?