imay opened a new issue #2299: Alter replication number for table
URL: https://github.com/apache/incubator-doris/issues/2299
 
 
   **Is your feature request related to a problem? Please describe.**
   
   Now if I want to change the replication number of a table, I can only alter 
partition one by one. This is a nightmare for me.
   
   **Describe the solution you'd like**
   
   What I want is that I can set the entire table's replication number in one 
command like 
   
   ```
   alter table myTable set property ("replication_num" = "3")
   ```
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to