Hi, I just had a query regarding how JENA handles deleted nodes in TDB2? I read in the documentation and even saw while implementing, that the nodes that are deleted are not removed from storage until compact is run. So how are these nodes handled exactly? By handled I mean, how does compact know which nodes to delete from storage, and how does running select all skip these triples?
Any insights on this or if anyone could point to which file in the Jena code too look into, might help. Thanks, Aayush.