Uh oh!
There was an error while loading. Please reload this page.
[feature](alter colocate group) Support alter colocate group replica allocation - #23320
Conversation
yujun777
commented
Aug 22, 2023
run buildall |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
4c62368 to
a8a6839Compareaf0935e to
2b535cdCompareyujun777
commented
Sep 23, 2023
run buildall |
doris-robot
commented
Sep 23, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
yujun777
commented
Sep 23, 2023
run buildall |
doris-robot
commented
Sep 23, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
1b76505 to
e42714aCompareyujun777
commented
Sep 23, 2023
run buildall |
doris-robot
commented
Sep 23, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
e42714a to
d2ba0a6Comparedataroaring
commented
Sep 25, 2023
run buildall |
doris-robot
commented
Sep 25, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
d2ba0a6 to
682dbb5Compareyujun777
commented
Sep 26, 2023
run buildall |
doris-robot
commented
Sep 26, 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. |
Proposed changes
Support alter colocate group's replica allocation.
SQL command:
ALTER COLOCATE GROUP [database.]group SET ("replication_allocation" = "...").Colocate group belongs to a database, but if its name starts with
__global__, then it's a global group, and does not belong to any database;After alter group schema's replica allocations, also modify all the group's related tables's propertities
default.replication_allocationanddynamic.replication_allocation, also modify all the table's existing partitions's replica allocations;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...