iondbproject / iondb

IonDB, a key-value datastore for resource constrained systems.
BSD 3-Clause "New" or "Revised" License
587 stars 48 forks source link

B+ tree open/close to use file encoder #4

Closed iondbproject closed 8 years ago

iondbproject commented 8 years ago

The B+ tree currently uses the ID directly as its filename for the two files it creates. This needs to be changed to use the file encoder.

Stickerpants commented 8 years ago

Decision was made to use the file encoder only in the linear hash implementation.