diff options
author | Matthew Ahrens <[email protected]> | 2019-06-13 13:10:19 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-06-13 13:10:18 -0700 |
commit | be89734a29fda5a0f5780d953789fb7e91b2a529 (patch) | |
tree | 58ea355ddeca524d961a8feaad24c17cf93b64b5 /include/sys/zio_compress.h | |
parent | ae5c78e0b13ffeabf1c49a27d3f42a95aa9a678d (diff) |
compress metadata in later sync passes
Starting in sync pass 5 (zfs_sync_pass_dont_compress), we disable
compression (including of metadata). Ostensibly this helps the sync
passes to converge (i.e. for a sync pass to not need to allocate
anything because it is 100% overwrites).
However, in practice it increases the average number of sync passes,
because when we turn compression off, a lot of block's size will change
and thus we have to re-allocate (not overwrite) them. It also increases
the number of 128KB allocations (e.g. for indirect blocks and spacemaps)
because these will not be compressed. The 128K allocations are
especially detrimental to performance on highly fragmented systems,
which may have very few free segments of this size, and may need to load
new metaslabs to satisfy 128K allocations.
We should increase zfs_sync_pass_dont_compress. In practice on a highly
fragmented system we see a few 5-pass txg's, a tiny number of 6-pass
txg's, and no txg's with more than 6 passes.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Richard Elling <[email protected]>
Reviewed by: Pavel Zakharov <[email protected]>
Reviewed-by: Serapheim Dimitropoulos <[email protected]>
Reviewed-by: George Wilson <[email protected]>
Signed-off-by: Matthew Ahrens <[email protected]>
External-issue: DLPX-63431
Closes #8892
Diffstat (limited to 'include/sys/zio_compress.h')
0 files changed, 0 insertions, 0 deletions