1. the Store interface can go away as soon as we move jdbm-partition out
  2. the functionality in the store implementations will need to move into the partition again
  3. the functionality in the store implementation are almost identical showing that we can have a base class for XdbmPartition and only require new Table, Index and MasterTable implementations.
  4. need to review API for implementation contamination
  5. let's consider exposing the IDs of entries (global ID space)
  • No labels