You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maksim Timonin (Jira)" <ji...@apache.org> on 2022/09/02 07:28:00 UTC

[jira] [Created] (IGNITE-17613) Create incremental snapshot

Maksim Timonin created IGNITE-17613:
---------------------------------------

             Summary: Create incremental snapshot
                 Key: IGNITE-17613
                 URL: https://issues.apache.org/jira/browse/IGNITE-17613
             Project: Ignite
          Issue Type: New Feature
            Reporter: Maksim Timonin
            Assignee: Maksim Timonin


Incremental snapshot is a lightweight alternative to full snapshot. It bases on the non-blocking Consistent Cut algorithm and provides a collection of WAL segments that hold logical changes since previous snapshot (full or incremental).

Incremental snapshot should contain:
 * compacted WAL segments
 * meta file with Consistent Cut to restore on

Incremental snapshot is stored within full snapshot directory.

More info: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=211884314



--
This message was sent by Atlassian Jira
(v8.20.10#820010)