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 problems with RAM. But if I try to commit data for each iterator in the server, and so open and close write transaction each time, obviously it's too slow. What's the best way to do this?
Thanks
