Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partial checkpoint #84

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Partial checkpoint #84

wants to merge 1 commit into from

Conversation

wenym1
Copy link
Contributor

@wenym1 wenym1 commented Dec 18, 2023


![](images/0084-partial-checkpoint/current-chain-exec.png)

Under the new design, if a MV lags behind the upstream MV, it will first replay the change log of the lagged epoch of the upstream, and then send the new data in upstream to downstream executor. Following is an example.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So all MVs will have changelog store?
Is it created per MV? Or all MVs will share one per upstream.

upstream -> log store -> mv
                -> log store -> mv

Or

upstream -> log store -> mv
                                 \
                                   \ - > mv

Copy link
Contributor Author

@wenym1 wenym1 Apr 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The later one. Similar to the current arrangement backfill.

upstream -> log store -> mv
                                 \
                                   \ - > mv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants