Can you not just do a fresh TDB load into a new dataset from the data file?
This would be much faster and more performant than what you are proposing (in particular the delete handling would be very expensive) Rob On 13/06/2019, 05:27, "Laura Morales" <[email protected]> wrote: This is only a potential suggestion, not an issue. I think it could be handy to have a tdb2.tdbsync tool for synchronizing a TDB dataset with a rdf file(s). Something to use like this: tdb2.tdbsync --loc dataset data.nt, and will automatically delete/insert tuples to maintain the dataset updated with the changes in the file. It would be handy when batch processing a large number of tuples.
