Re: [Virtuoso-users] Cannot delete a graph

2012-06-04 Thread Alex
Thank you Mitko. At first glance I think that solved my problem. For future reference I dropped these indexes and recreated them as described here: http://www.openlinksw.com/dataspace/dav/wiki/Main/VirtRDFPerformanceTuning On 4 June 2012 19:22, Mitko Iliev wrote: > Hi Alex, > > What version of

Re: [Virtuoso-users] Cannot delete a graph

2012-06-04 Thread Mitko Iliev
Hi Alex, What version of Virtuoso Open-source you are using? Also how much triples you have in RDF repository ? If you have not so big database you can drop RDF_QUAD_POGS index and re-create ditto RDF_QUAD_GS, then try to drop graph again. Best Regards, Mitko On Jun 4, 2012, at 12:52 PM, A

[Virtuoso-users] Cannot delete a graph

2012-06-04 Thread Alex
Hello, trying to delete a graph I get the error SR201: Primary key not found in delete. I have tried, I think, almost everything such as drop, delete all triples and the following queries for resyncronization: log_enable (2); INSERT SOFT DB.DBA.RDF_QUAD (G,S,P,O) SELECT G,S,P,O FROM DB.DBA.RDF_QU