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

[DNM] kv: use write batch for small Raft snapshots #63013

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nvanbenschoten
Copy link
Member

This was the original intention with the SnapshotRequest_Strategy
structure and was prototyped in #25134, but we never pushed it over
the finish line because we did not find cases where SST ingestion
was disruptive enough to warrant the extra complexity. #62700 tells
a different story.

The size threshold above which we still use SST ingestion is currently
set to 4MB, based on nothing.

This was the original intention with the `SnapshotRequest_Strategy`
structure and was prototyped in cockroachdb#25134, but we never pushed it over
the finish line because we did not find cases where SST ingestion
was disruptive enough to warrant the extra complexity. cockroachdb#62700 tells
a different story.
@cockroach-teamcity
Copy link
Member

This change is Reviewable

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