Re: [Virtuoso-users] Optimal settings for fresh DBPedia imports

2012-07-06 Thread Kingsley Idehen
On 7/6/12 3:16 PM, Parsa Ghaffari wrote: Hi folks, I've went through this (loading whole DBPedia datasets) a few times already but I still have no idea about the best tuning for this kind of bulk import. What's your suggestion? (anything from memory allocation to dropping specific indexes t

[Virtuoso-users] Optimal settings for fresh DBPedia imports

2012-07-06 Thread Parsa Ghaffari
Hi folks, I've went through this (loading whole DBPedia datasets) a few times already but I still have no idea about the best tuning for this kind of bulk import. What's your suggestion? (anything from memory allocation to dropping specific indexes to autocommit settings, etc) Regards, Parsa

[Virtuoso-users] Rollback via java

2012-07-06 Thread Alex
Hi, I am trying to test rollback via the java driver. I insert first the following triple via isql: sparql INSERT INTO { < http://myopenlink.net/dataspace/Kingsley#this> < http://www.w3.org/1999/02/22-rdf-syntax-ns#type> < http://rdfs.org/sioc/ns#User>};