HughWilliams

Results 219 comments of HughWilliams

The "SP031: SPARQL: Internal error: The length of generated SQL text has exceeded 10000 lines of code" means that when the `SPARQL INSERT` queries are transformed to SQL for execution...

Are you sure a Virtuoso instance is not already running on the default ports of `1111`/`8890`? This is the most common cause of such an error, thus please check to...

Only the SQL port is used during a build, so there is no `configure` option to change the HTTP port, as it is not used. If you want to change...

Why are you seeking to create additional indexes on the `RDF_QUAD` table as the [2 full & 3 partial](http://vos.openlinksw.com/owiki/wiki/VOS/VirtRDFPerformanceTuning#RDF%20Index%20Scheme) are found to work for most RDF query work loads /...

The following query shows that a literal string with no type does default to `xsd:string`: ```pre SQL> SPARQL SELECT ?literal ( datatype(?literal) AS ?type ) WHERE { VALUES ?literal {...

I can see what you are reporting with that test case (please always use isql to show exactly what you are doing): ``` SQL> SPARQL INSERT INTO GRAPH { "Semester0"^^xsd:string...

I have logged an internal ticket for this, such that development can look into it ...

This issue is still to be resolved, which I have requested development schedule time to do ...

Please try setting `sparql.addExtraURITag("timeout", "0")` to disable timeouts, to see if this resolves the `Virtuoso S1TAT Error RC...: Returning incomplete results, query interrupted by result timeout` errors. This should also...

Yes, enabling anytime should be a viable approach to take to enable the return of at least partial results, but we are seeking as a test to disable anytime to...