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 <[email protected]> > 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 > > >
