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

2017-12-03 Thread Hugh Williams
Hi Henrik, You cannot execute theSQK stmt via the Jena/RDF4J providers. But could call the JDBC Driver java.sql.Connection reference from the Jena/RDF4J provider and execute the SQL Stmt via the JDBC API. Best Regards Hugh Williams Professional Services OpenLink Software, Inc. //

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

2017-11-29 Thread Henrik Schmidt
Thanks Hugh, how do I execute this anytime statement within java with the jena and rdf4j provider ? Best Henrik Hugh Williams schrieb am 29.11.2017 um 01:47: > Hi Henrik, > > The query cost & execution time params are only applicable to the Virtuoso > SPARQL endpoint. > > The Anytime query opt

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

[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