-
Notifications
You must be signed in to change notification settings - Fork 752
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
feat: inverted index #14505
Comments
I am very interested in this feature. How does Databend implement inverted index? |
Hi, @b41sh is working on it, this is a EE feature. We're currently planning to utilize the fst library as a core component of our solution. By the way, if you're interested, you might want to delve into some good first issues. |
Hi, @ZuoTiJia Thanks for your attention, I'm still investigating the implementation of full-text inverted index and will describe the detailed design in the later RFC. |
I hope it will avaiable in free version because Inverted Index still free 100% in others data warehouse like: StarRocks, Doris... |
Thank you for your interest in our features. |
Summary
Creating and Building Inverted Index
Syntax:
By default, the
SYNC
mode is enabled where data is automatically generated without any errors returned during writing.Refreshing Inverted Index
Syntax
For:
SYNC
mode failures sometimeASYNC
mode and buildingThe text was updated successfully, but these errors were encountered: