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