Re: [Virtuoso-users] 'Too many arguments' error

2014-08-26 Thread Bart Vandewoestyne
On 2014-08-26 16:40, Rumi wrote: >> [...] >> Am I right if I say that using an expression like >> >> ?id IN(1,2,3) >> >> is a Virtuoso-specific extension to the SPARQL standard? > > It is indeed part of the SPARQL 1.1 Specification: -- > http://www.w3.org/TR/sparql11-query/#func-in Thanks Rumi

Re: [Virtuoso-users] 'Too many arguments' error

2014-08-26 Thread Rumi
Hi Bart, On 26-Aug-14 4:32 PM, Bart Vandewoestyne wrote: On 2014-07-16 10:34, Alexey Zakhlestin wrote: On 14 Jul 2014, at 17:37, Bart Vandewoestyne wrote: Our problem is the following: we observed that certain of our SPARQL queries have subqueries (that return IDs) that run rather slow (bec

Re: [Virtuoso-users] 'Too many arguments' error

2014-08-26 Thread Bart Vandewoestyne
On 2014-07-16 10:34, Alexey Zakhlestin wrote: > > On 14 Jul 2014, at 17:37, Bart Vandewoestyne > wrote: > >> Our problem is the following: we observed that certain of our SPARQL >> queries have subqueries (that return IDs) that run rather slow (because >> of a slow bif:contains full-text-search).