Re: [Virtuoso-users] Virtuoso 7 query intermittently failing to return results

2014-02-19 Thread Quentin
Actually, the explain plan was from a pattern in an earlier testcase that also failed. The one listed has this explain plan. REPORT VARCHAR { RDF_QUAD_POGS 8 rows(s_10_2_t0.S) P = ##type , O = #/APIConsumer G = #/Precode: 0: S := Call __id2in (s_10_2_t0.S) 5: BReturn 0 RDF_QUAD_GS unq 0.

[Virtuoso-users] Virtuoso 7 query intermittently failing to return results

2014-02-19 Thread Quentin
This appears to be an intermittent error that pops up every few weeks, restarting the DB usually resolves it though not this time. The query that fails is of the form: sparql prefix o: select * from { ?S a o:myClass . #?S ?P ?O . } It works until I re

Re: [Virtuoso-users] Announcing OpenLink Virtuoso Open-Source Edition, Version 7.1.0

2014-02-19 Thread Timothy Lebo
7.1 it is :-) Thanks, Kingsley! -Tim On Feb 19, 2014, at 4:00 PM, Kingsley Idehen wrote: > On 2/19/14 3:10 PM, Timothy Lebo wrote: >> Hugh, >> >> I notice that http://sourceforge.net/projects/virtuoso/files/latest/download >> now points to virtuoso-opensource-7.1.0.tar.gz >> >> But as recent

Re: [Virtuoso-users] Announcing OpenLink Virtuoso Open-Source Edition, Version 7.1.0

2014-02-19 Thread Kingsley Idehen
On 2/19/14 3:10 PM, Timothy Lebo wrote: Hugh, I notice that http://sourceforge.net/projects/virtuoso/files/latest/download now points to virtuoso-opensource-7.1.0.tar.gz But as recently as the two days ago (17th 14:32 UTC), it pointed to virtuoso-opensource-6.1.8.tar.gz http://virtuoso.openli

Re: [Virtuoso-users] Announcing OpenLink Virtuoso Open-Source Edition, Version 7.1.0

2014-02-19 Thread Timothy Lebo
Hugh, I notice that http://sourceforge.net/projects/virtuoso/files/latest/download now points to virtuoso-opensource-7.1.0.tar.gz But as recently as the two days ago (17th 14:32 UTC), it pointed to virtuoso-opensource-6.1.8.tar.gz http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VOSI

Re: [Virtuoso-users] queries and CPU

2014-02-19 Thread Jerven Bolleman
Hi Roland, Did you try changing the ThreadsPerQuery setting in your virtuoso.ini file to the number of cpu's in your machine? That seems to help in my case. Although some queries remain IO bound on my desktop machine and I don't always get 100% cpu usage. Regards, Jerven On 19/02/14 17:46, Ro

[Virtuoso-users] queries and CPU

2014-02-19 Thread Roland Cornelissen
Hi, I have a question about the usage of CPU cores when querying a large graph: Is it possible to assign _all_ available cores to a SPARQL query? I noticed that when loading a large dataset all available cores in CPU are used. When a SPARQL query is issued on this dataset not all but only 1 core i

Re: [Virtuoso-users] Function db.dba.ttlp does not save XML datatype

2014-02-19 Thread Rumi
Hi Enrico, On 18-Feb-14 11:01 PM, Enrico Daga wrote: (continue from last email, sent accidentally incomplete...) It also seems to me that the iSQL web interface does not show the rdf literal datatype, but the value as string. With that syntax the datatype annotation is saved as part of the va