HughWilliams

Results 219 comments of HughWilliams

In your test case, you only had 4 graphs in the graph group, with no data inserted in any of the graphs. Whereas in the database provided, there are 20...

There are no plans for the `invisible hash join` feature to be ported to open source, it is a commercial only feature.

The Virtuoso docker containers do not have support for the `SPARQL_UPDATE` environment variable, and there are no plans to implement such. Also, they only run one of the two commands...

What version of Virtuoso is being used here (virtuoso-t -?) , as if not already using the new 7.2 open source release we would recommend upgrading to it. If "ulimit...

The gdb back trace "??" entries would indicate the Virtuoso binary (virtuoso-t) is stripped of symbols, so you need to build and unstripped debug binary with the symbols in place...

Details on the OSDS "Super Links" can be found in this document on using the [Super Links Feature of OSDS](https://community.openlinksw.com/t/using-the-super-links-feature-of-the-openlink-structured-data-sniffer-osds-browser-extension/913) ...

I just instantiated the same `gitid` latest Virtuoso 7.2 open source docker image ie `Version 7.2.13.3240-pthreads as of Jun 10 2024 (a1fd8195bf)` from scratch and I am able to access...

What is the `auth problem` you are referring to, as I don't see how running `grant SPARQL_UPDATE to "SPARQL";` would resolve the problem reported in this git issue loading the...

OK, I see what you mean, you were seeking to set the `SPARQL_UPDATE` role to the `SPARQL` user via the Conductor. Although still does not explain why you can't access...

I have been able to recreate this error locally and reported to development to look into ....