Re: [Virtuoso-users] Clear graph

2011-06-11 Thread Ivan Mikhailov
Hi Alexander log_enable(3,1); delete from rdf_quad where g = iri_to_id (‘graph-name’); Note that this will not even try to remove free-text index data for this graph. Best Regards, Ivan Mikhailov OpenLink Software http://virtuoso.openlinksw.com

Re: [Virtuoso-users] Clear graph

2011-06-11 Thread Alexander Sidorov
log_enable 3 worked like a charm. Graph contains zero triples now. After that I tried to run vacuum() to make the size of my database less, but after it had finished its work, the size became even more (was 4.8gb, now 6.8gb). 2011/6/11 Ivan Mikhailov imikhai...@openlinksw.com Hi Alexander

Re: [Virtuoso-users] Clear graph

2011-06-11 Thread Hugh Williams
Hi Alexander, Glad to hear log_enable worked for you and I have created the following tip for all’s benefit on how to delete large graphs: http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtTipsAndTricksGuideDeleteLargeGraphs? With regards to the vacuum function did you run a