On 9/19/14 2:55 PM, Frans Knibbe | Geodan wrote:
Hello Hugh,
Thank you for the clarification. As I need some kind of authentication
mechanism, not OAuth in particular, I think I will try WebID as an
alternative first.
Greetings,
Frans
If you are using the commercial edition, it shouldn't m
Hello Hugh,
Thank you for the clarification. As I need some kind of authentication
mechanism, not OAuth in particular, I think I will try WebID as an
alternative first.
Greetings,
Frans
On 2014-09-18 18:40, Hugh Williams wrote:
Hi Frans,
This is still an issue with open source, but does no
Hi Medha,
So there maybe an issue with stable/7 which is what the static tar ball on
sourceforge is, please try a build from the git develop/7 which is the latest
as detailed at:
http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VOSGitUsage
Best Regards
Hugh Williams
Professio
Hi Hugh,
My mistake in the previous message, I am indeed using version 7.1.0,
downloaded from here
http://sourceforge.net/projects/virtuoso/files/virtuoso/7.1.0/
(virtuoso-opensource-7.1.0.tar.gz file).
I compiled it as:
$ ./configure --prefix=/work/tools/virtuoso7
--program-transform-name="s/is
Hi Medha,
The "PARTITION (S int (0hex00))" statement is used for scale out cluster
only for the partitioning of the data across nodes and thus has no effect on
single server or open source builds.
The index is created as a distinct projection of S & P compressed column wise,
further detail
Hi Medha,
You indicate using 7.0, which is an old build as 7.1 is the current and this
works for me with a build from July:
SQL> set profile on;
SQL> status('');
result
LONG VARCHAR
___
OpenLink Virtuoso Server
Hi,
I was following the RDF performance tuning tutorial on
http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtRDFPerformanceTuning
For an index created as --
"CREATE DISTINCT NO PRIMARY KEY REF COLUMN INDEX RDF_QUAD_SP
ON DB.DBA.RDF_QUAD (S, P)
PARTITION (S int (0hex00));"
W