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

settings: min_wal_sync_interval defaults to 0ms #17601

Merged
merged 1 commit into from Aug 11, 2017

Conversation

jordanlewis
Copy link
Member

Previously, the default min_wal_sync_interval was 1ms, which provided
modest performance gains for certain workloads but severe penalties for
others.

Now, the default is 0ms.

This produces a ~450% speed boost against kv --read-percent=0 --cycle-length 1 and a ~30% speed boost effect against tpcc.

Closes #17557.

@jordanlewis jordanlewis requested review from petermattis and a team August 11, 2017 20:03
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator

@petermattis petermattis left a comment

Choose a reason for hiding this comment

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

LGTM

Previously, the default min_wal_sync_interval was 1ms, which provided
modest performance gains for certain workloads but severe penalties for
others.

Now, the default is 0ms.
@jordanlewis jordanlewis merged commit eef2e04 into cockroachdb:master Aug 11, 2017
@jordanlewis jordanlewis deleted the min_wal_sync_zero branch August 11, 2017 20:47
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