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
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.
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