-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[feat](Ann Index)Support create index and build index for ANN #55586
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
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
fc3e37b to
435208f
Compare
|
run buildall |
TPC-H: Total hot run time: 34376 ms |
TPC-DS: Total hot run time: 187800 ms |
ClickBench: Total hot run time: 32.89 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
FE Regression Coverage ReportIncrement line coverage |
|
run buildall |
TPC-H: Total hot run time: 34327 ms |
TPC-DS: Total hot run time: 187392 ms |
ClickBench: Total hot run time: 32.41 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
FE Regression Coverage ReportIncrement line coverage |
|
run buildall |
TPC-H: Total hot run time: 34181 ms |
FE UT Coverage ReportIncrement line coverage |
TPC-DS: Total hot run time: 186565 ms |
ClickBench: Total hot run time: 32.64 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
FE Regression Coverage ReportIncrement line coverage |
d13c56a to
01b74f3
Compare
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
FE Regression Coverage ReportIncrement line coverage |
|
run buildall |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run buildall |
TPC-H: Total hot run time: 34818 ms |
TPC-DS: Total hot run time: 188107 ms |
ClickBench: Total hot run time: 27.87 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
FE Regression Coverage ReportIncrement line coverage |
airborne12
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
…#55586) This PR add `CREATE INDEX` and `BUILD INDEX` sql syntax for ANN index i.e. ```sql CREATE INDEX [IF NOT EXISTS] <ann_index_name> ON <table_name> (<column_name>) USING ANN [PROPERTIES ("<key>" = "<value>"[ , ...])] [COMMENT '<index_comment>'] BUILD INDEX <ann_index_name> ON <table_name> [partition_list] ``` Related PR: apache#54276
…#55586) ### What problem does this PR solve? This PR add `CREATE INDEX` and `BUILD INDEX` sql syntax for ANN index i.e. ```sql CREATE INDEX [IF NOT EXISTS] <ann_index_name> ON <table_name> (<column_name>) USING ANN [PROPERTIES ("<key>" = "<value>"[ , ...])] [COMMENT '<index_comment>'] BUILD INDEX <ann_index_name> ON <table_name> [partition_list] ``` Related PR: apache#54276
What problem does this PR solve?
This PR add
CREATE INDEXandBUILD INDEXsql syntax for ANN indexi.e.
Related PR: #54276
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)