hf200012 commented on issue #5803:
URL: 
https://github.com/apache/incubator-doris/issues/5803#issuecomment-841014684


   > I create a table with properties
   > PROPERTIES (
   > "replication_num" = "3",
   > "dynamic_partition.enable" = "true",
   > "dynamic_partition.time_unit" = "DAY",
   > "dynamic_partition.time_zone" = "Asia/Shanghai",
   > "dynamic_partition.start" = "-30",
   > "dynamic_partition.end" = "3",
   > "dynamic_partition.prefix" = "p",
   > "dynamic_partition.replication_num" = "3",
   > "dynamic_partition.buckets" = "12",
   > "storage_medium" = "SSD",
   > "storage_format" = "V2"
   > );
   > 
   > When new partition created, the storage_medium is HDD, not SSD.
   > Why? Is it a bug?
   
   This is your configuration problem, not a bug


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



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

Reply via email to