Difference between revisions of "Features"

Jump to navigation Jump to search
670 bytes added ,  01:43, 17 September 2013
Line 297: Line 297:
|}
|}


==== empty bpobjs? ====
==== Reduce Number of Empty bpobjs ====
 
Every time OpenZFS takes a snapshot it creates on-disk block pointer objects (bpobj's) to track blocks associated with that snapshot. In common use cases most of these bpobj's are empty, but the number of bpobjs per-snapshot is proportional to the number of snapshots already taken of the same filesystem or volume. When a single filesystem or volume has many (tens of thousands) snapshots these unecessary empty bpobjs can waste space and cause performance problems. OpenZFS waits to create each bpobjs until the first entry is added to it, thus eliminating the empty bpobjs.
 
To use this feature the <tt>empty_bpobj</tt> feature flag must be enabled.


{| class="wikitable"
{| class="wikitable"
Editor
44

edits

Navigation menu