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

release-2.1: libroach: disable rocksdb subcompactions #40353

Merged
merged 1 commit into from
Sep 3, 2019

Conversation

ajkr
Copy link
Contributor

@ajkr ajkr commented Aug 29, 2019

Backport 1/1 commits from #35210.

/cc @cockroachdb/release


The feature is not widely used so is not the most stable, especially
when combined with other uncommonly used features like range tombstones.
In my bin/workload kv --read-percent 0 experiments it is not necessary
since the frequent foreground fdatasyncs prevent compaction from
falling behind, with or without subcompactions enabled.

Release note: None

@ajkr ajkr requested a review from a team August 29, 2019 22:25
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@ajkr ajkr requested a review from bdarnell August 29, 2019 23:00
The feature is not widely used so is not the most stable, especially
when combined with other uncommonly used features like range tombstones.
In my `bin/workload kv --read-percent 0` experiments it is not necessary
since the frequent foreground `fdatasync`s prevent compaction from
falling behind, with or without subcompactions enabled.

Release note: None
@ajkr ajkr merged commit 179f29b into cockroachdb:release-2.1 Sep 3, 2019
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.

None yet

3 participants