morningman opened a new issue #4668: URL: https://github.com/apache/incubator-doris/issues/4668
**Is your feature request related to a problem? Please describe.** in #2663, I implemented a feature of `Temporary Partition`, so that users can use this function to atomically write data to a partition. But this function is only for partition tables. Therefore, here I have implemented a replacement table operation, which can perform atomic replacement of the table, so that for non-partitioned tables, this method can also be used to achieve the purpose of atomic overwriting. Syntax: ``` ALTER TABLE tbl1 REPLACE WITH TABLE tbl2; ``` ---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org