DTreeCore has two indexes: (DataID + Deleted) and (Deleted + DataID). Neither index is unique. I have a hard time envisioning a situation where either of these combinations would not be unique in DTreeCore, indeed where DataID alone wouldn't be unique. Can anyone give some real-life situations where uniqueness doesn't hold?