We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From cr1901 on IRC:
bench script I used (notice the islice):
http://gopher.wdj-consulting.com:70/paste/eaf1103b-adbe-48f0-bb3a-34c65bc766a1.txt
Profile with fsync: http://gopher.wdj-consulting.com:70/paste/results-128k-fsync.txt
Profile with fsync removed: http://gopher.wdj-consulting.com:70/paste/results-128k-no-fsync.txt
TL;DR... no fsync is 26 times faster.
The text was updated successfully, but these errors were encountered:
Quite a speed impact, so do we have any other options besides just not syncing?
I read some stuff about fs write barriers, but did not find anything about how to use that.
Sorry, something went wrong.
posixfs: don't fsync by default, see #10
c4403a3
Merge pull request #11 from borgbackup/fsync
de6c240
#11 added do_fsync=False parameter for posixfs backend.
do_fsync=False
No branches or pull requests
From cr1901 on IRC:
bench script I used (notice the islice):
http://gopher.wdj-consulting.com:70/paste/eaf1103b-adbe-48f0-bb3a-34c65bc766a1.txt
Profile with fsync: http://gopher.wdj-consulting.com:70/paste/results-128k-fsync.txt
Profile with fsync removed: http://gopher.wdj-consulting.com:70/paste/results-128k-no-fsync.txt
TL;DR... no fsync is 26 times faster.
The text was updated successfully, but these errors were encountered: