Hi,
I import NTriple files with this command
DB.DBA.TTLP_MT(file_to_string_output ('/path/to/file.nt'), '',
'http://graph.org/', 1, 1, 3);
and after that, I end up with multiple graphs (which are supposed to be
resources within that graph).
I am sure this is because some data quality issues in my NT file, but
shouldn't this non-quad import function ensure a single graph?
Have you seen this before or is this some really stupid error of me?
The import is also really slow. 3+ hours for a 4,6GB file. I tuned the
buffers etc to my RAM and used a loglevel of 1 but its still slow...
is that normal?
Regards,
Jonas