Re: [Virtuoso-users] Clustering basic doubt

2011-02-09 Thread Abhi
Awesome. Thank you. On Wed, Feb 9, 2011 at 8:31 PM, Kingsley Idehen wrote: > On 2/9/11 8:29 AM, Abhi wrote: > > Thanks for that. > > Say I have to load a triple file for a single instance, then I use the > ld_dir function to inform virtuoso of the file and then use rdf_loader_run > and load it i

Re: [Virtuoso-users] Clustering basic doubt

2011-02-09 Thread Kingsley Idehen
On 2/9/11 8:29 AM, Abhi wrote: Thanks for that. Say I have to load a triple file for a single instance, then I use the ld_dir function to inform virtuoso of the file and then use rdf_loader_run and load it into virtuoso(This is present in the dbpedia example page). Now for the cluster, say

Re: [Virtuoso-users] Clustering basic doubt

2011-02-09 Thread Abhi
Thanks for that. Say I have to load a triple file for a single instance, then I use the ld_dir function to inform virtuoso of the file and then use rdf_loader_run and load it into virtuoso(This is present in the dbpedia example page). Now for the cluster, say I have 4 triple files belonging to 4

Re: [Virtuoso-users] Clustering basic doubt

2011-02-09 Thread Kingsley Idehen
On 2/9/11 3:46 AM, Abhi wrote: Can a virtuoso cluster be treated as a virtual single instance? To expand: Say I have a cluster of 4 virtuoso instances with one of them configured as a master. Now, I have to load the cluster with say 3 billion triples belonging to say 5 different graphs. 1.

[Virtuoso-users] Clustering basic doubt

2011-02-09 Thread Abhi
Can a virtuoso cluster be treated as a virtual single instance? To expand: Say I have a cluster of 4 virtuoso instances with one of them configured as a master. Now, I have to load the cluster with say 3 billion triples belonging to say 5 different graphs. 1. I just load the data into the master

Re: [Virtuoso-users] O_Direct support in OSes

2011-02-09 Thread Abhi
Sorry for the delayed response, I am not very clear as to how o_direct works. If I am not mistaken, I think it has to do something with OS page caching, where virtuoso also caches data and OS also caches data in the form of page files and this double caching is avoided with the o_direct parameter.