[Improve]delete match_element_xx and add fe config for create inverted index on array#34766
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
clang-tidy review says "All clean, LGTM! 👍" |
| | MAP | ||
| | MATCH_ALL | ||
| | MATCH_ANY | ||
| | MATCH_ELEMENT_EQ |
| public static boolean enable_create_bitmap_index_as_inverted_index = false; | ||
|
|
||
| @ConfField(mutable = true) | ||
| public static boolean enable_create_inverted_index_for_array = false; |
There was a problem hiding this comment.
If array_contains is OK, keep it true and disable index def with parser
There was a problem hiding this comment.
maybe we also need it for 2.1 because here depends on this pr: #32620 enable expr push down storage layer to pass inverted index , but this feature is not gonna to be in 2.1
|
clang-tidy review says "All clean, LGTM! 👍" |
eldenmoon
left a comment
There was a problem hiding this comment.
may cause compability issue
|
clang-tidy review says "All clean, LGTM! 👍" |
|
run buildall |
|
TeamCity be ut coverage result: |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
…pache#34683 apache#34076 (apache#35926) ## Proposed changes see also for branch-2.1: apache#35837 and master: apache#34766 apache#35086 apache#34683 apache#34076
Proposed changes
in this pr:
enable_create_inverted_index_for_arrayarray type which default is falseIssue Number: close #xxx
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...