You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/09/24 16:20:02 UTC

[GitHub] [incubator-doris] morningman opened a new issue #4668: [Proposal] Support replace table feature

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



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


[GitHub] [incubator-doris] morningman closed issue #4668: [Proposal] Support replace table feature

Posted by GitBox <gi...@apache.org>.
morningman closed issue #4668:
URL: https://github.com/apache/incubator-doris/issues/4668


   


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



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