column
column copied to clipboard
[Feature Request] more powerful index
right now this project supports bitmap index, it works well in some cases. if it support b-tree index, it will suport more uses scenarios
thank you very much build such simple and powerful project !
Setting a SortedIndex via b-tree is active feature work, and currently I'm validating concurrency. Take a look at https://github.com/kelindar/column/pull/75 to see the progress of the PR.