Re: [Virtuoso-users] Problem concenring deleting triples

2012-03-01 Thread Yrjana Rankka
. Cheers, Yrjänä Sorry for any inconvenience and thank you for your time, Aliki Subject: Re: [Virtuoso-users] Problem concenring deleting triples From: hwilli...@openlinksw.com Date: Wed, 29 Feb 2012 18:13:01 + CC: virtuoso

Re: [Virtuoso-users] Problem concenring deleting triples

2012-03-01 Thread aliki aliki
MaxDirtyBuffers value in the virtuoso.in file in order to improve performance. Should I do something more apart from simply changing and saving the file for the changes to be applied? Sorry for any inconvenience and thank you for your time,Aliki Subject: Re: [Virtuoso-users] Problem concenring deleting

Re: [Virtuoso-users] Problem concenring deleting triples

2012-02-29 Thread Hugh Williams
ples from dbpedia dumps). I can also see the ones from the system graphs > but not only them. > Subject: Re: [Virtuoso-users] Problem concenring deleting triples > From: hwilli...@openlinksw.com > Date: Wed, 29 Feb 2012 12:58:26 + > CC: virtuoso-users@lists.sourceforge.net >

Re: [Virtuoso-users] Problem concenring deleting triples

2012-02-29 Thread aliki aliki
Thank you for the replies. The triples returned are some of the ones I have loaded with rdf_loader_run() (Triples from dbpedia dumps). I can also see the ones from the system graphs but not only them. Subject: Re: [Virtuoso-users] Problem concenring deleting triples From: hwilli

Re: [Virtuoso-users] Problem concenring deleting triples

2012-02-29 Thread Ivan Mikhailov
Hello Aliki, The graph http://www.openlinksw.com/schemas/virtrdf# contains system metadata about all RDF Views in use, including the default one that is used to store triples in DB.DBA.RDF_QUADS table. RDF_GLOBAL_RESET() does not make the table DB.DBA.RDF_QUADS (the default storage) entirely empty

Re: [Virtuoso-users] Problem concenring deleting triples

2012-02-29 Thread Hugh Williams
Hi The best methods for deleted graphs in Virtuoso, particularly large ones are detailed at: http://www.openlinksw.com/dataspace/dav/wiki/Main/VirtTipsAndTricksGuideDeleteLargeGraphs The best methods for deleting all graphs which includes the RDF_GLOBAL_REST() method is detailed at:

[Virtuoso-users] Problem concenring deleting triples

2012-02-29 Thread aliki aliki
Hello! I have great trouble while trying to delete data (rdf triples) from my virtuoso database. First I tried to delete everything by using the RDF_GLOBAL_RESET() function. When finished, I searched for the remaining graphs using the sparql command: select distinct ?g from