On 6/27/17 4:00 PM, Frederick Giasson wrote:
> Hi,
>
> Quick question regarding DB.DBA.TTLP_MT. I run the following command:
>
> DB.DBA.TTLP_MT (file_to_string_output ('some.n3'), '',
> 'http://foo/bar/' 0, 0, 4, 0);
>
> "some.n3" is about 30G big with a few hundred million triples.
>
> I thoug
Hi,
Quick question regarding DB.DBA.TTLP_MT. I run the following command:
DB.DBA.TTLP_MT (file_to_string_output ('some.n3'), '', 'http://foo/bar/'
0, 0, 4, 0);
"some.n3" is about 30G big with a few hundred million triples.
I thought that this would disable transactions and logging, but it d
On 06/26/2017 07:16 PM, Henrik Schmidt wrote:
Hi Adam,
can you explain why your solution was necessary and it did work without
it for me ?
Best
Henrik
Adam Sanchez schrieb am 23.06.2017 um 13:57:
Hi Hugh,
Finally I found my own solution. I am not very proud but it works at least.
Well, I ha