Uh oh!
There was an error while loading. Please reload this page.
[Feature](merge-on-write)Support ignore mode for merge-on-write unique table - #21773
Conversation
bobhan1
commented
Jul 12, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
hello-stephen
commented
Jul 12, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
bobhan1
commented
Jul 12, 2023
run p0 |
bobhan1
commented
Jul 13, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
hello-stephen
commented
Jul 13, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
bobhan1
commented
Jul 13, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
hello-stephen
commented
Jul 13, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
bobhan1
commented
Jul 13, 2023
run feet |
bobhan1
commented
Jul 13, 2023
run feut |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
bobhan1
commented
Jul 13, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
hello-stephen
commented
Jul 13, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
bobhan1
commented
Jul 18, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
zhannngchen
commented
Sep 14, 2023
run buildall |
doris-robot
commented
Sep 14, 2023
TeamCity be ut coverage result: |
doris-robot
commented
Sep 14, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
PR approved by at least one committer and no changes requested. |
…te unique table (apache#21773)" This reverts commit 3ee89ae.
…te unique table (apache#21773)" This reverts commit 3ee89ae.
…e table (apache#21773) (cherry picked from commit 3ee89ae)
Proposed changes
This PR add support for ignore mode for merge-on-write unique table. It can be used in native insert statement(
insert ignore into ...) or stream load. When the ignore mode is enabled, if the inserted row with key which exists in the table, the row data will be dicarded. If a inserted row with key which doesn't exist in table, the row data will be inserted.The ignore mode is only available in mow unique table without sequence column and can't be used in a partial update.
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...