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

disable fsync in writeback mode #696

Merged
merged 1 commit into from
Jul 31, 2021
Merged

disable fsync in writeback mode #696

merged 1 commit into from
Jul 31, 2021

Conversation

davies
Copy link
Contributor

@davies davies commented Jul 31, 2021

When writeback is enabled, we want to speedup the write of small files by sacrifice the durability, but the fsync will slow things down and still not great for durability (disk could be damaged).

This will disable fsync in writeback mode.

@davies davies requested a review from SandyXSD July 31, 2021 11:46
@davies davies merged commit 5ff19bd into main Jul 31, 2021
@davies davies deleted the no_fsync_in_writeback branch July 31, 2021 13:15
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

1 participant