dataroaring commented on code in PR #874:
URL: https://github.com/apache/doris-website/pull/874#discussion_r1709426568


##########
docs/sql-manual/sql-statements/Data-Definition-Statements/Alter/ALTER-TABLE-PROPERTY.md:
##########
@@ -30,6 +30,16 @@ under the License.
 
 ALTER TABLE PROPERTY
 
+:::caution
+Differences between Partition Attributes and Table Attributes
+- Partition attributes generally focus on the number of buckets (buckets), 
storage medium (storage_medium), replication factor (replication), and hot/cold 
data separation policies (storage_policy).

Review Comment:
   
   ```suggestion
   - Partition attributes generally focus on the number of buckets (buckets), 
storage medium (storage_medium), replication num (replication_num), and 
hot/cold data separation policies (storage_policy).
   ```



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