Uh oh!
There was an error while loading. Please reload this page.
[feature](merge-on-write) enable merge-on-write by default again - #28105
Conversation
bobhan1
commented
Dec 7, 2023
run buildall |
doris-robot
commented
Dec 7, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
doris-robot
commented
Dec 7, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
bobhan1
commented
Dec 7, 2023
run feut |
bobhan1
commented
Dec 7, 2023
run p0 |
2b45d01 to
4a18619Comparebobhan1
commented
Dec 7, 2023
run buildall |
doris-robot
commented
Dec 7, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
doris-robot
commented
Dec 7, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
4a18619 to
7d1f23bComparebobhan1
commented
Dec 8, 2023
run buildall |
doris-robot
commented
Dec 8, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
doris-robot
commented
Dec 8, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
7d1f23b to
8987c91Compareyiguolei
commented
Dec 8, 2023
run buildall |
doris-robot
commented
Dec 8, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
doris-robot
commented
Dec 8, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
8987c91 to
33b8290Comparebobhan1
commented
Dec 11, 2023
run buildall |
doris-robot
commented
Dec 11, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
doris-robot
commented
Dec 11, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
33b8290 to
a3e3315Comparebobhan1
commented
Dec 11, 2023
run buildall |
doris-robot
commented
Dec 12, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
doris-robot
commented
Dec 12, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
| """) | ||
| } | ||
| sql """set delete_without_partition=true; """ |
There was a problem hiding this comment.
Is the delete partition behavior inconsistent between mow and mor?
There was a problem hiding this comment.
从文档的描述来看似乎是mor表的行为有问题,这里删除条件推断不出来分区 https://doris.apache.org/zh-CN/docs/dev/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/DELETE/
语法一中,如果为分区表,需要指定分区,如果不指定,doris 会从条件中推断出分区。两种情况下,doris 无法从条件中推断出分区: 1) 条件中不包含分区列;2) 分区列的 op 为 not in。当分区表未指定分区,或者无法从条件中推断分区的时候,需要设置会话变量 delete_without_partition 为 true,此时 delete 会应用到所有分区。
7d600fb to
54f51f0Comparebobhan1
commented
Dec 13, 2023
run buildall |
doris-robot
commented
Dec 13, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
doris-robot
commented
Dec 13, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
54f51f0 to
5a5a56eComparebobhan1
commented
Dec 13, 2023
run buildall |
doris-robot
commented
Dec 13, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
5a5a56e to
fd05ce7Comparebobhan1
commented
Dec 13, 2023
run buildall |
doris-robot
commented
Dec 13, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
doris-robot
commented
Dec 13, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
bobhan1
commented
Dec 13, 2023
run external |
PR approved by at least one committer and no changes requested. |
pr apache#28105 and apache#28031 merging conflict caused this case to fail.
pr apache#28105 and apache#28031 merging conflict caused this case to fail.
pr apache#28105 and apache#28031 merging conflict caused this case to fail.
Proposed changes
fix#27188, #28096
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...