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 duplicate keys #112

Closed leifzars closed 7 years ago

leifzars commented 7 years ago

I really appreciate this code, nice work.

Is your support for duplicate keys fully supported? Can you describe the method you used to support this feature?

Thanks

leifzars commented 7 years ago

After some looking, it seems to be partially implemented.

danaack commented 7 years ago

Hi @leifzars, thank you for your interest in IonDB! Currently duplicate keys are supported for the B+ Tree and Skip List dictionary implementations.

leifzars commented 7 years ago

I submitted two pull requests for bugs found in the duplicate key feature. So now things are working well