imay removed a comment on issue #1723: 元数据支持存储计算分离
URL: 
https://github.com/apache/incubator-doris/issues/1723#issuecomment-527934459
 
 
   > > CREATE TABLE tbl1 (k1 int) DISTRIBUTED BY HASH(k1) BUCKETS 4
   > > PROPERTIES (
   > > "backend_tag" = "rack1:2, rack2:1,", // required
   > > "remote_storage_tag" = "zone1"   // optional
   > > );
   > 
   > 要求用户在建表时必须指定backend_tag,感觉不是很合理。 
我觉得我们可以在整个集群,cluster,DB粒度设置backend_tag属性,建表时backend_tag作为可选项。 
让用户在建表时指定backend_tag,会极大增加Doris Admin的运维成本。
   
   
   > 
   > > remote_storage_tag 至多一个。
   > 
   > 感觉我们在设计时不应该做这个假设。 
目前我们Druid同时使用了HDFS和S3两个远端存储,HDFS为主,S3备份,用于在HDFS整个机房不可用时提供服务,远端存储不可用的情况是存在的, 
所以我们应该允许用户配置多个远端存储。
   > 
   > > 升级时会检查如果用户使用了除 default_cluster 外的其他cluster,则不支持升级。
   > 
   > What !!! 使用了cluster的用户想哭。。。
   
   

----------------------------------------------------------------
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