On 26/08/2022 15:03, Lorenz Buehmann wrote:
I'm asking because I thought the initial loading is way faster then
iterating over multiple (graph, file) pairs and running the TDB2 loader
for each pair?
Yes. It is faster when loading from empty in a single run of a loader.
The loaders do some straight-to-index work which makes proper
transactions impossible, and so if a load has a parse error, a bypass of
transactions would, at best, break the database with half a load, or, at
worse, break the database.
Andy