Hi
I'm using Virtuoso 07.10 and I would like to give a minimum set of
permissions to a user in order to be able to insert data into a graph
and perform SPARQL queries over it.
I've created a new user using the following isql commands
DB.DBA.USER_CREATE ('student', 'student');
GRANT SPARQL_UPDATE
On Mon, Aug 18, 2014 at 1:09 PM, Kingsley Idehen
wrote:
> On 8/18/14 9:57 AM, Dimitris Kontokostas wrote:
>
> HI again,
>
> I started getting the same error which means my db got corrupted again
> very soon.
>
> I don't know how to fix the error source so it would help to tell me how
> I could
On 2014-08-28 14:19, Rumi wrote:
> Hi Bart,
>
> On 28-Aug-14 1:56 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 ha
Hi Bart,
On 28-Aug-14 1:56 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
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).