On Fri, 26 Aug 2022 at 16:27, Andy Seaborne <[email protected]> wrote: > > > 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.
Is it possible to load into new and dedicated named graphs so that such partial loads could be easily cleaned up / reverted? Or the corruption is deeper in the underlying data structures (index etc.)? Dan > Andy >
