Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jena Fuseki Vs Virtuoso

I am running same queries on Virtuoso and Jena Fuseki - A query on Virtuoso gave ResultRows=594890 while on Fuseki it gave the error of "page not responding". Also in many other cases, the fuseki could not execute the same queries which were done by virtuoso efficiently. I am wondering how could I adjust the MaxQueryExecutionTime, ResultSetMaxRows, MaxQueryCostEstimationTime in Fuseki, as it can be done in Virtuoso by editing the virtuoso.ini file.

Example Query below gave the above mentioned no. of results in Virtuoso but it failed on Fuseki.

PREFIX rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX bench: <http://localhost/vocabulary/bench/> 
PREFIX swrc:  <http://swrc.ontoware.org/ontology#> 
SELECT ?article WHERE {
       ?article rdf:type bench:Article .
       ?article ?property ?value
       FILTER (?property=swrc:pages)
}
like image 480
Khan Avatar asked Nov 20 '25 21:11

Khan


1 Answers

As commented by @AndyS,

Fuseki timeouts can be set in the Fuseki configuration, as documented.

like image 118
TallTed Avatar answered Nov 23 '25 23:11

TallTed



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!