[Virtuoso-users] [SPAM] Fw: new message

2016-01-25 Thread Eric Leary
Hey! Open message Eric Leary -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month

Re: [Virtuoso-users] uploade TTl big file?

2016-01-25 Thread Davis, Daniel (NIH/NLM) [C]
My experience was that I needed explicit SQL: DELETE FROM load_list; I didn't see anything else. I also didn't experience any acceleration from TTLP_MT vs TTLP even though I had multiple cores. I only had 2 cores, and so I don't know whether it reflects on the product. __

Re: [Virtuoso-users] uploade TTl big file?

2016-01-25 Thread Eng.Bassam
I have split my file to 4 files, and Now I'm trying bulk loader strategy, I see after create the loader, I can see the files handled select * from DB.DBA.load_list; the first time was an error in my files, how can I try again run loader and check status in DB.DBA.load_list (delete last result)??

Re: [Virtuoso-users] uploade TTl big file?

2016-01-25 Thread Hugh Williams
Hi Bassam, You can call the TTLP_MT() function as you are doing for a single file, but generally we would recommend the use of the Virtuoso RDF Bulk loader as detailed at: http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtBulkRDFLoader

[Virtuoso-users] uploade TTl big file?

2016-01-25 Thread Eng.Bassam
Hello I have a big TTL file about (2GB), I try upload it in virtuoso via ISQL: DB.DBA.TTLP_MT (file_to_string_output ('C:/Program Files/OpenLink Software/Virtuoso 7.2/vad/geneDiseaseAssociation.ttl'), '', ' http://localhost:8890/ontologies/DisGen'); is this right, or wrong? I need fastest way, a