Re: [Virtuoso-users] loading very big rdf file

2013-01-28 Thread Hugh Williams
Hi Lorena, You can also use the Virtuoso "status()" function to check the current status of the database as detailed at: http://docs.openlinksw.com/virtuoso/dbadm.html#DBSTAT A SPARQL select query counting the number of triples is always a good way to check if the load is still in prog

Re: [Virtuoso-users] loading very big rdf file

2013-01-28 Thread lorena
This is the result of top, so it seems to be still working :) top - 18:38:00 up 2 days, 1:34, 2 users, load average: 1.96, 1.92, 1.87 Tasks: 105 total, 1 running, 104 sleeping, 0 stopped, 0 zombie Cpu(s): 15.6%us, 84.4%sy, 0.0%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Mem: 361386

[Virtuoso-users] loading very big rdf file

2013-01-28 Thread lorena
Hi I've a very big RDF/XML file (11 GB) and I'm trying to load it into Virtuoso using DB.DBA.RDF_LOAD_RDFXML_MT It seems to be working, but since I haven't found a way to obtain a progress var or any kind of feedback I'm not sure if it is really working. Is there any way to check this? The proces