Do not store subfile signatures for very short blocks.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 9 Jun 2008 17:25:51 +0000 (10:25 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Mon, 9 Jun 2008 17:25:51 +0000 (10:25 -0700)
commitd3f9ee42a4023631059f16cc2a8b96b9540750b2
treefb368fabc6b5f898c12afb4082ccd52b5ed7e1e4
parent0132d1475b21a99150508ff1972733f55c877f95
Do not store subfile signatures for very short blocks.

Don't bother to store subfile signatures for very short files, since it is
probably not worth the effort: we're probably best off just storing a new
copy of the data if it changes anyway.

For now, we used a fixed and non-scientific threshold of 16 kB as the
minimum size before we'll save subfile signatures.  However, short blocks
that are created to store any new chunks needed for a subfile incremental
are always indexed (since we are likely to want to use the same chunks
again in the next backup).
subfile.cc