yagagagaga commented on code in PR #1287:
URL: https://github.com/apache/doris-website/pull/1287#discussion_r1829323024


##########
docs/table-design/tiered-storage/diff-disk-medium-migration.md:
##########
@@ -24,25 +24,19 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-You can set parameters for dynamic partitions across different disk types, 
facilitating data migration from SSDs to HDDs based on the hot and cold 
characteristics of the data. This strategy improves read and write performance 
in Doris while lowering costs.
-
-For parameters of dynamic partitions, please refer to [Data Partitioning - 
Dynamic Partitioning](../../table-design/data-partition.md#Dynamic 
partitioning).
-
-- `dynamic_partition.hot_partition_num`
-
-  Doris supports data migration between different disk types (HDD, SSD) based 
on the cold/hot characteristics of the data, which can accelerate read and 
write performance. Users can set partition parameters to create dynamic 
partitions on the corresponding disk types.
-
-  For the 'dynamic_partition' parameter, please refer to 
[data-partition](../../table-design/data-partition.md#dynamic-partitioning)."
+You can set parameters for dynamic partitions across different disk types, 
facilitating data migration from SSDs to HDDs based on the parameters. This 
strategy improves read and write performance in Doris while lowering costs.
 
+By configuring `dynamic_partition.hot_partition_num` and 
`dynamic_partition.storage_medium`, you can use SSD and HDD tiered storage. For 
specific usage, please refer to [Data Partitioning - Dynamic 
Partitioning](../../table-design/data-partition.md#Dynamic partitioning).
 
+*`dynamic_partition.hot_partition_num`*
 
   :::tip

Review Comment:
   ```suggestion
   :::tip
   ```
   Indenting will cause rendering failure



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

Reply via email to