Hello,

I found strange that V7.2.2 is faster to answer :


SQL> sparql SELECT ?g COUNT(*) AS ?c { GRAPH ?g {?s ?p ?o.} } GROUP BY ?g ORDER BY DESC(?c);
37 Rows. -- *2447 msec.*
(use all 8 cores and CPU up to 800%)


than


SPARQL SELECT DISTINCT ?g WHERE { GRAPH ?g { ?s ?p ?o } };
37 Rows. -- *522493 msec.*
(seem to use only 1 core and CPU up to 100%)

any idea why not should use the first query in the Conductor "graph" tab (DB.DBA.SPARQL_SELECT_KNOWN_GRAPHS) to list the graphs ??

Thanks,

Thomas
------------------------------------------------------------------------------
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to