yiguolei commented on a change in pull request #8808:
URL: https://github.com/apache/incubator-doris/pull/8808#discussion_r840468063
##########
File path: docs/en/sql-reference/sql-statements/Data Definition/CREATE TABLE.md
##########
@@ -296,9 +296,11 @@ Syntax:
```
PROPERTIES (
"storage_medium" = "[SSD|HDD]",
+ ["storage_cold_medium" = "[HDD|S3]"],
+ ["remote_storage_resource" = "xxx"],
Review comment:
just use storage_resource= xxx , if it is defined then it implies that
the cold storage medium type is s3 or hdd.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]