Re: [Virtuoso-users] alternative options for query timeouts

2017-11-28 Thread Hugh Williams
Hi Henrik, The query cost & execution time params are only applicable to the Virtuoso SPARQL endpoint. The Anytime query option can be set for a connection with the statement: set result_timeout == ; as detailed in the docs at: http://docs.openlinksw.com/virtuoso/anytimequeri

Re: [Virtuoso-users] jena provider instead of rdf4j provider

2017-11-28 Thread Hugh Williams
Hi Henrik, Jena timeout exception Exception in thread "main" org.apache.jena.shared.JenaException: Can not create ResultSet.:virtuoso.jdbc4.VirtuosoException: Virtuoso Communications Link Failure (timeout) : Read timed out RDF4J timeout exception Exception in thread "main" org.eclipse.rdf4j.

[Virtuoso-users] alternative options for query timeouts

2017-11-28 Thread Henrik Schmidt
Hi, we are using the jena and/or rdf4j provider for some long running queries on our DB. Are there options for query cost/time estimations or anytime queries (like for SPAQL endpoints) for these providers instead of opting for hard query timeouts ? Best, Henrik