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
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
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
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.
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
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.