Closed leifzars closed 7 years ago
After some looking, it seems to be partially implemented.
Hi @leifzars, thank you for your interest in IonDB! Currently duplicate keys are supported for the B+ Tree and Skip List dictionary implementations.
I submitted two pull requests for bugs found in the duplicate key feature. So now things are working well
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