afs commented on issue #1951: URL: https://github.com/apache/jena/issues/1951#issuecomment-1621262300
Hi @xilixii, It's technically possible but not supported. If you look in the main script, you'll see it is a series of calls to other scripts to do each of the steps. They could be run separately by hacking the script if none of the files, including the intermediate working files in the temporary directory, have been touched at all. That's time consuming for the user so it is probably easier (quicker) to rerun. `disown` helps to reduce the risk of accidentally killing it. BTW a large number of threads, more than the number of cores, usually doesn't give an improvement. But may be you have a large machine. Approximately how many triples are in the TTL file? `tdb2.tdbloader --loader=parallel` on a large server-class machine with local SSD/NVMe may be faster. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
