Hi,

I have observed many times after loading rdf data into a named graph using  
ld_dir() or ld_dir_all(), updated list of graph does show up either on 
conductor->linked data-> Graphs or using query like

SELECT DISTINCT ?g
WHERE {
  GRAPH ?g {
    ?s ?p ?o
  }
}

Behavior is quite random and sometime a system restart + reloading data again 
fix the issue. But other times i am clueless about how to fix it. Few tricks i 
use are
1. change location of data load directory
2. change file name(s)


Recently i also observed that although graph list does not get updated but data 
load is successful. Simple query like
"select ?s ?p ?o from <mygraph> where { ?s ?p ?o}"  lists all the expected 
triples.


1. Has anyone else experienced this?
2. Is it because of some internal virtuoso caching/bulk update policy which i 
am not aware of and perceiving it as an issue when there is none.

Thanks
Sumit Purohit

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to