Store data with bulk loader via Jena API

2018-03-12 Thread Davide Curcio
I used the bulk loader with Jena API to store data in TDB, but I don't know what is the best way to use it. Because I create statements for each iteration, and I pass data to bulk loader via InputStream. But if I store data after load statements into a model, I have an OutOfMemoryError, but I

Best way to save a large amount of triples in TDB

2018-03-12 Thread Davide Curcio
Hi, I want to store a large amount of data inside the TDB server with the Jena API. In my code, I retrieve data for each iteration, and so I need to store these data in TDB, but if I create all statements with Jena API, for each iteration, before load data in the server, obviously I've