Skip to content

Partial checkpoint #84

Open
wenym1 wants to merge 1 commit intomainfrom
yiming/partial-checkpoint
Open

Partial checkpoint #84
wenym1 wants to merge 1 commit intomainfrom
yiming/partial-checkpoint

Conversation

@wenym1
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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