HomeFreeBSD

Pack our DDT ZAPs a bit denser.

Description

Pack our DDT ZAPs a bit denser.

The DDT is really inefficient on 4k and up vdevs, because it always
allocates 4k blocks, and while compression could save us somewhat
at ashift 9, that stops being true.

So let's change the default to 32 KiB, which seems like a reasonable
compromise between improved space savings and inflated write sizes
for DDT updates.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Rich Ercolani <rincebrain@gmail.com>
Closes #14654

Details

Provenance
rincebrain_gmail.comAuthored on Jun 30 2023, 4:42 PM
GitHub <noreply@github.com>Committed on Jun 30 2023, 4:42 PM
Parents
rG61ab05cac748: ddt_addref: remove unnecessary phys fill when refcount is 0
Branches
Unknown
Tags
Unknown