imay commented on a change in pull request #2828: [Temp Partition] Support 
add/drop/replace temp partitions
URL: https://github.com/apache/incubator-doris/pull/2828#discussion_r375619199
 
 

 ##########
 File path: 
docs/documentation/cn/administrator-guide/alter-table/alter-table-temp-partition.md
 ##########
 @@ -0,0 +1,117 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# 临时分区
+
+在 0.12 版本中,Doris 支持了临时分区功能。临时分区是对 Doris 
中**已存在的数据表分区**的一个复制。这个复制操作仅复制分区的元数据,如分区值范围,分桶数,副本数等等,而**不复制数据**。
 
 Review comment:
   @kangkaisen 
   I think you may have misunderstood what I meant. What I want to emphasize is 
not how to deal with temporary partitions during split and merge. I want to 
emphasize that we can also complete the functions of partition split and merge 
through temporary partitions. So what I mean is that we should not assume that 
it is related to an existing partition when doing temporary partitioning.
   Currently we can just generate from other partitions, but this premise 
should not be made.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to