You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "JingsongLi (via GitHub)" <gi...@apache.org> on 2023/03/29 03:08:41 UTC

[GitHub] [incubator-paimon] JingsongLi opened a new issue, #748: [Feature] Introduces savepoint mechanism of Table Store

JingsongLi opened a new issue, #748:
URL: https://github.com/apache/incubator-paimon/issues/748

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar.
   
   
   ### Motivation
   
   Disaster Recovery is very much mission critical for any software. Especially when it comes to data systems, the impact could be very serious leading to delay in business decisions or even wrong business decisions at times. Flink Table Store could introduce savepoint mechanism to assist users in recovering data from a previous state.
   
   As the name suggest, "savepoint" saves the table as of the snapshot, so that it lets you restore the table to this savepoint at a later point in snapshot if need be. Care is taken to ensure cleaner will not clean up any files that are savepointed. On similar lines, savepoint cannot be triggered on a snapshot that is already cleaned up. In simpler terms, this is synonymous to taking a backup, just that we don't make a new copy of the table, but just save the state of the table elegantly so that we can restore it later when in need.
   
   ### Solution
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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: issues-unsubscribe@paimon.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-paimon] FangYongs commented on issue #748: [Feature] Introduces savepoint mechanism of Paimon

Posted by "FangYongs (via GitHub)" <gi...@apache.org>.
FangYongs commented on issue #748:
URL: https://github.com/apache/incubator-paimon/issues/748#issuecomment-1672587200

   Use tag instead of savepoint


-- 
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: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-paimon] schnappi17 commented on issue #748: [Feature] Introduces savepoint mechanism of Paimon

Posted by "schnappi17 (via GitHub)" <gi...@apache.org>.
schnappi17 commented on issue #748:
URL: https://github.com/apache/incubator-paimon/issues/748#issuecomment-1487901016

   @JingsongLi Please assign this task to me, thank you~


-- 
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: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-paimon] schnappi17 commented on issue #748: [Feature] Introduces savepoint mechanism of Paimon

Posted by "schnappi17 (via GitHub)" <gi...@apache.org>.
schnappi17 commented on issue #748:
URL: https://github.com/apache/incubator-paimon/issues/748#issuecomment-1487903051

   Got it. @JingsongLi 


-- 
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: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-paimon] JingsongLi commented on issue #748: [Feature] Introduces savepoint mechanism of Paimon

Posted by "JingsongLi (via GitHub)" <gi...@apache.org>.
JingsongLi commented on issue #748:
URL: https://github.com/apache/incubator-paimon/issues/748#issuecomment-1487901663

   Thanks @schnappi17 , this may need a PIP. https://cwiki.apache.org/confluence/display/PAIMON/Paimon+Improvement+Proposals


-- 
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: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-paimon] FangYongs closed issue #748: [Feature] Introduces savepoint mechanism of Paimon

Posted by "FangYongs (via GitHub)" <gi...@apache.org>.
FangYongs closed issue #748: [Feature] Introduces savepoint mechanism of Paimon
URL: https://github.com/apache/incubator-paimon/issues/748


-- 
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: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org