You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/12/02 12:43:55 UTC

[GitHub] [incubator-doris] caoyang10 commented on issue #5009: [Proposal] Add column to all index

caoyang10 commented on issue #5009:
URL: https://github.com/apache/incubator-doris/issues/5009#issuecomment-737207097


   I think I have found the way to solve the problem:
   I can use multi alter stmt like: 
   **alter table test_table add column another_col BIGINT SUM NULL default "0" to rollup1, add column another_col BIGINT SUM NULL default "0" to rollup2**
   It will lock table until 3 ddl tasks all finish 
   Maybe we can add some docs....


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org