Re: [Virtuoso-users] check if a stored procedure exists

2015-04-21 Thread Gang Fu
The rationale is the remove a stored procedure if it exists already. Anyone knows how to do it? Thank you very much in advance! On Sat, Apr 18, 2015 at 1:36 PM, Gang Fu wrote: > Thanks a lot, Marc! > > I want to create a procedure to drop a given procedure name if it exists: > > CREATE PROCEDUR

Re: [Virtuoso-users] best way to update large RDF stores with triples of a large document

2015-04-21 Thread Gang Fu
Thank you very much, Hugh! On Sat, Apr 18, 2015 at 12:57 PM, Hugh Williams wrote: > Hi Gang, > > The “with_delete” option is only designed to work with nquads with all > nquads of the same graph name being in the same dataset file. You can use > sparql delete for for large changes to the databas

Re: [Virtuoso-users] virtuoso striping

2015-04-21 Thread Gang Fu
I see, vacuum() does not help in Virtuoso 7, thanks a lot though! On Sat, Apr 18, 2015 at 1:02 PM, Hugh Williams wrote: > Hi Gang, > > The latest Virtuoso 6+ database engines automatically automatically > compact themselves, thus whilst with earlier release we use to have the > “vacuum” [1] fun

Re: [Virtuoso-users] Unable to bulk load nquads in Virtuoso

2015-04-21 Thread Maria Jackson
The size of Dbpedia.nq file is: 150 GB. I tried to a bulk load using: http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtBulkRDFLoaderExampleDbpedia *The message now change to: I am not able to understand as to why is mp_mmap_clocks() taking over 10% of real time.* 02:20:05 PL LOG: Loa

Re: [Virtuoso-users] OpenLink Virtuoso-7.2.0 not running on mac 10.10.3

2015-04-21 Thread Haroon Rashid
Thanks Eliza for your reply. I managed it somehow. There were two issues: 1. I changed the size of thread_initial from 6 to 8 2. I am starting it with sudo virtuous-t -f. Dropping & On Mon, Apr 13, 2015 at 7:19 PM, Eliza Chan wrote: > Hi Haroon, > > I am also quite new to Virtu

Re: [Virtuoso-users] update/install virtuoso

2015-04-21 Thread Balazs Varhegyi
Hi again, I've found a solution for failing tests: The files like binsrc/tests/suite/thttp.ro/http/graphcrud_2.log and binsrc/tests/suite/tdav_meta.ro/stdout file contained lines: "curl command not found" and "unzip command not found" so installed them and now tests are passing. although the

Re: [Virtuoso-users] OpenLink Virtuoso-7.2.0 not running on mac 10.10.3

2015-04-21 Thread Eliza Chan
Hi Haroon, I am also quite new to Virtuoso. But according to a posting on stackoverflow, you can start Virtuoso by using this command: sudo virtuoso-t http://stackoverflow.com/questions/7211669/how-to-start-openlink-virtuoso-on-ubuntu Skipping the -f, so that it runs as a background process i

Re: [Virtuoso-users] OpenLink Virtuoso-7.2.0 not running on mac 10.10.3

2015-04-21 Thread Eliza Chan
Interesting and good to know you managed to start by changing the thread_initial value. On my Mac, I couldn't even complete the initial ./configure without increasing the thread_initial value. I set it to 14. Regards, Eliza From: Haroon Rashid mailto:haro...@iiitd.ac.in>> Date: Monday, Ap