Re: [Virtuoso-users] "free" space in the database

2010-05-13 Thread Alan Bawden
From: Ivan Mikhailov Cc: virtuoso-users@lists.sourceforge.net, Alan Ruttenberg Date: Thu, 13 May 2010 12:45:49 +0700 Hello Alan, That's normal behavior and it is described in http://docs.openlinksw.com/virtuoso/CHECKPOINT.html#checkpointparams with all related configuratio

Re: [Virtuoso-users] Custom Cartridge Creation

2010-05-13 Thread Bob Ferris
Hi Kingsley, yes, that's it, what I mean. Thanks a lot for the link. I didn't recognized the client example before. Cheers, Bob Am 13.05.2010 15:44, schrieb Kingsley Idehen: zazi wrote: Hi Hugh, Hi Kingsley, Hi all, thanks a lot for your fast replies. Unfortunately, I'm not looking forwar

Re: [Virtuoso-users] Custom Cartridge Creation

2010-05-13 Thread Kingsley Idehen
zazi wrote: Hi Hugh, Hi Kingsley, Hi all, thanks a lot for your fast replies. Unfortunately, I'm not looking forward to an option for OAuth on Virtuoso Server with my request. I thought about a best practice on how to consume a OAuth or similar authentication process on a Web Service that I like

Re: [Virtuoso-users] How to work around..

2010-05-13 Thread Nathan
Cheers Ivan, That covers it :) Best, Nathan Ivan Mikhailov wrote: Hello Nathan, Why not try SELECT * WHERE { graph { ?p ?o } . graph ?ont { ?p ?o2 ?s2 } . filter (some condition on ?ont) } (and make empty "default graph" field of the query web pa

Re: [Virtuoso-users] How to work around..

2010-05-13 Thread Ivan Mikhailov
Hello Nathan, Why not try SELECT * WHERE { graph { ?p ?o } . graph ?ont { ?p ?o2 ?s2 } . filter (some condition on ?ont) } (and make empty "default graph" field of the query web page) Best Regards, Ivan Mikhailov OpenLink Software http://virtuoso.ope

[Virtuoso-users] How to work around..

2010-05-13 Thread Nathan
Hi All, I've just hit on something, that I don't know how I haven't hit on before.. Short is I'm using rdf_sink and everything in a http://default.graph/ and I want to run the following query: SELECT * WHERE { ?p ?o . ?p ?o2 ?s2 } which will obviously give me all a and t

Re: [Virtuoso-users] Custom Cartridge Creation

2010-05-13 Thread zazi
Hi Hugh, Hi Kingsley, Hi all, thanks a lot for your fast replies. Unfortunately, I'm not looking forward to an option for OAuth on Virtuoso Server with my request. I thought about a best practice on how to consume a OAuth or similar authentication process on a Web Service that I like to use with a

Re: [Virtuoso-users] "free" space in the database

2010-05-13 Thread Ivan Mikhailov
Hello Alan, That's normal behavior and it is described in http://docs.openlinksw.com/virtuoso/CHECKPOINT.html#checkpointparams with all related configuration details. I have little experience in maintaining these issues because all my big databases are for debugging purposes and the disk space is

[Virtuoso-users] "free" space in the database

2010-05-13 Thread Alan Bawden
Using Virtuoso 6.1.1, I loaded a database containing about 500 million triples (and a fair amount of text). After loading, the on-disk database had expanded to about 67G of storage. Conductor reported that I had about 26G -free- in that database. (I'm not sure exactly why that extra space was ne