-
Notifications
You must be signed in to change notification settings - Fork 412
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
Big region snapshot adaption and applying snapshot improvement #5237
Labels
Comments
flowbehappy
added
type/enhancement
The issue or PR belongs to an enhancement.
component/storage
labels
Jun 27, 2022
Related TiKV change: tikv/tikv#11515 We would implement the change in a series of incremental PRs: TiFlash Proxy
Segment Multi Merge
Segment Split
Segment ReplaceData
Improve Snapshot Ingestion
|
12 tasks
13 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Sep 13, 2022
This was referenced Sep 13, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Sep 15, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Sep 15, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Sep 15, 2022
This was referenced Sep 15, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Sep 16, 2022
12 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Sep 16, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Sep 16, 2022
This was referenced Sep 17, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Sep 19, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Sep 19, 2022
This was referenced Sep 21, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Sep 28, 2022
12 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Oct 14, 2022
12 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Oct 28, 2022
This was referenced Nov 25, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Nov 27, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Nov 28, 2022
This was referenced Nov 28, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Nov 29, 2022
12 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Nov 29, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Dec 1, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enhancement
Applying a snapshot requires writing a delete range and a DTFile to the Delta layer of 1 or more segments. Because the snapshot is relatively large, it will
Note that, most of the time, the snapshot is not overlapped with the data in the relative segments. I think we can find a way to avoid writing snapshots to the Delta layer, as LSM-Tree does.
The text was updated successfully, but these errors were encountered: