On 2/12/11 9:52 AM, bin chen wrote:
Hi,

I have a huge graph to update. I first deleted the graph using the following command:

delete from DB.DBA.RDF_QUAD where G =DB.DBA.RDF_MAKE_IID_OF_QNAME ("graphname');

then using
ld_dir and rdf_loader_run ();

it finished within a second, but the data was not uploaded at all, so I guess the graph name is still not fully deleted... I looked the table DB.DBA.load_list has the graphname, then I deleted it, and reran the uploading again, but several days past, it has not completed? I guess there are some problems.

I want to know how long it will take to upload a million triples graph? what's the best way to update a graph? thanks.


Clear the graph using this command from the iSQL commandline editor or Conductor UI:

sparql clear graph <GraphIRI> ;

Shorter cut, delete your .db and .trx files, and restart Virtuoso.

Kingsley
Bin


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb


_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users


--

Regards,

Kingsley Idehen 
President&  CEO
OpenLink Software
Web: http://www.openlinksw.com
Weblog: http://www.openlinksw.com/blog/~kidehen
Twitter/Identi.ca: kidehen





Reply via email to