Details
Description
Based on logging messages inserted into various places in the indexes in the TDB module (NodeTupleTableConcrete, TupleIndexBase, NodeTableNative, BPlusTree), I can see that the B+ tree is only used once per query. I have inserted logging messages for every finding method to see which classes are used when querying. I would expect to the the B+ tree be used several times per query.
I use the error logging level, and I inserted logging in the class constructors to make sure logging worked. I see construction of all the index classes.