kelindar / column

High-performance, columnar, in-memory store with bitmap indexing in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] more powerful index

kcmvp opened this issue · comments

commented

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 #75 to see the progress of the PR.