Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement FileIndex #34

Open
2 of 5 tasks
devillove084 opened this issue Aug 2, 2024 · 3 comments
Open
2 of 5 tasks

Implement FileIndex #34

devillove084 opened this issue Aug 2, 2024 · 3 comments

Comments

@devillove084
Copy link
Contributor

devillove084 commented Aug 2, 2024

  • Implement basic IO Module
  • Implement a FunctionVistor(may be a simple one for poc) and FieldRef for FileIndexReader
  • Implement FileIndexFormat and FileIndexWriter/Reader and other interface
  • Implement BitmapFileIndex
  • Implement BloomfilterFileIndex

Regarding the work of implementing FileIndex, I will split it into multiple PRs to facilitate review and comment, so that there will be no problems in the implementation due to deviations in my personal understanding.

@devillove084
Copy link
Contributor Author

I've made some effort to separate the following implementation. If you have any suggestions for further improvement, please let me know. cc @Xuanwo

@Xuanwo
Copy link
Member

Xuanwo commented Aug 2, 2024

Thanks a lot for starting this!

@suxiaogang223
Copy link

suxiaogang223 commented Nov 30, 2024

There is a new IndexFile called bit-slice bitmap index, i would like to try fellow your IndexFile framework to try to implement this functionality
apache/paimon#4464

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants