Uh oh!
There was an error while loading. Please reload this page.
[Improve]delete match_element_xx and add fe config for create inverted index on array - #34766
Conversation
doris-robot
commented
May 13, 2024
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
amorynan
commented
May 13, 2024
run buildall |
doris-robot
commented
May 13, 2024
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#34683apache#34076 (apache#35926) ## Proposed changes see also for branch-2.1: apache#35837 and master: apache#34766apache#35086apache#34683apache#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...