I had a similar problem with v7.0.0 and big (ttl) files. I had to restart
and try to reload many times until vos finally succeeded.
I don't remember the status() output but looked like there was a deadlock.
I noticed that *most times* the halting was right after I did a select
count() to check the
Hi Sumit,
You need to load the "dump_one_graph" procedure provided on the page into the
Virtuoso database first, as it is not a built-in procedure provided with the
default database ...
Best Regards
Hugh Williams
Professional Services
OpenLink Software, Inc. // http://www.ope
Hi All,
I am trying to dump my existing virutoso graphs into .ttl file.
I refer
http://www.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtRDFDatasetDump#Dump%20One%20Graph
but when i run in on my SQL console, i get
SQL>
dump_one_graph('','/data1/virtuosodumpDec18/_',10)
;
*** Error 4
On 12/18/13 8:15 AM, Ian Harrison wrote:
I'm hitting a problem with Virtuoso 7 with the use of large filters
.. the scenario is that I'm setting a query variable value to be one
of many things ... rather than returning all values for that query variable
e.g. select ?yhing ?x ?y ?x where {?th
I'm hitting a problem with Virtuoso 7 with the use of large filters
.. the scenario is that I'm setting a query variable value to be one
of many things ... rather than returning all values for that query variable
e.g. select ?yhing ?x ?y ?x where {?thing predicate1 ?x . ?thing
predicate2 ?y
Hi Rose,
Are you sure the buffer allocations you set in the INI file have taken effect ?
Check with the "status('');" command to confirm they have as I suspect they
have not, note you need to restart the server for INI file changes to take
effect.
Also, note you should use the Virtuoso RDF Bul
Dear Developers,
I installed 07.00.3207 OpenLink Virtuoso. After this I tried to load
dbpedia to virtuoso. When loading 40+ GB files using DB.DBA.TTLP_MTWhen
loading large files (2GB) using
DB.DBA.TTLP_MT(file_to_string_output('filename'),'','graphname',512);
virtuoso hangs (CPU usage 0%). With