On Tuesday 03 August 2010, Kingsley Idehen wrote: > What are your Virtuoso INI settings? The behavior you describe basically > implies that cache handling is disabled. > > The [SPARQL] section of the INI is what's relevant.
The section looks like this: [SPARQL] ;ExternalQuerySource = 1 ;ExternalXsltSource = 1 ;DefaultGraph = http://localhost:8890/dataspace ;ImmutableGraphs = http://localhost:8890/dataspace ResultSetMaxRows = 20000 MaxQueryCostEstimationTime = 800 ; in seconds MaxQueryExecutionTime = 60 ; in seconds DefaultQuery = SELECT ?g count (*) WHERE { GRAPH ?g { ?s ?p ?o } } GROUP BY ?g ORDER BY DESC 2 LIMIT 20 DeferInferenceRulesInit = 0 ; controls inference rules loading ;PingService = http://rpc.pingthesemanticweb.com/ Anything I should change? Cheers, Jörn
