-
Notifications
You must be signed in to change notification settings - Fork 753
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
Support fulltext index #3915
Comments
/assignme |
Seems we can use Example: cc @b41sh |
It's a good idea, we can try it. |
Also cc @zhang2014 |
BenchmarkDatabendTable:
ClickHouse with ngram indexTable:
|
How about this sql : I think the bottleneck is mostly on IO read. |
or
have a hang there :/ This test is easy to run on your local, I think there are some issues with the query. |
Test on my laptap, the bottleneck is mostly on IO read & regexp match I think.
|
In memory bench.
|
Good. |
Yes, need profile investigation. |
Do we have RFC for the fulltext index? |
|
A simple RFC in Chinese. |
Prefer the second solution, the first solution looks like another quickwit. |
ClickHouse uses quickwit implements full-text search. https://clickhouse.com/docs/en/guides/developer/full-text-search/ |
The implementation is interesting in that it uses an ID to join the data from the Clickhouse query to the data from the Quickwit query. I think it can be used with a small amount of data.
|
Tracking at #9811 |
ClickHouse delete this content and redirect this link to the new full-text-indexing feature, lol. |
qdrant supports both fulltext index and vector index: |
Move to #14505 |
Discussed in #3899
Originally posted by wubx January 19, 2022
Why we need fulltest index :
Clickhouse support fulltext index use :
The text was updated successfully, but these errors were encountered: