Load data files in parallel

Hi,
Is it possible to split a large n-triple data file in multiple smaller ones and load them in parallel?
Thanks,
Regards,
Marcelo.

Hi Marcelo,
The best performance can be obtained using this method to bulk load at db creation: Database Administration | Stardog Documentation Latest

Jess

And don’t forget to keep in mind blank nodes when splitting n-triples. You can do it with the Stardog command stardog file split <inputFile> command which can also compress the resulting files as well.