diff options
author | imp <imp@FreeBSD.org> | 2015-10-16 03:06:02 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2015-10-16 03:06:02 +0000 |
commit | fb9846240a79d4b543da5de2f53d6a00ca0716dc (patch) | |
tree | b645b593c9ddb3348779ef2881c631b54c1dee3d /lib/libfetch | |
parent | f39349df451605ba8516f1c7c4bd1f2c7826b5ac (diff) | |
download | FreeBSD-src-fb9846240a79d4b543da5de2f53d6a00ca0716dc.zip FreeBSD-src-fb9846240a79d4b543da5de2f53d6a00ca0716dc.tar.gz |
Do not relocate extents to make them contiguous if the underlying drive can do
deletions. Ability to do deletions is a strong indication that this
optimization will not help performance. It will only generate extra write
traffic. These devices are typically flash based and have a limited number of
write cycles. In addition, making the file contiguous in LBA space doesn't
improve the access times from flash devices because they have no seek time.
Reviewed by: mckusick@
Diffstat (limited to 'lib/libfetch')
0 files changed, 0 insertions, 0 deletions