On Mon, 12 Mar 2018, 09:27 Davide Curcio, <[email protected]> wrote:
> Hi, > I want to store a large amount of data inside the TDB server with the > Quantity or size on disk? 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? > Standard bulk load as per any storage system... > Thanks > >
