Re: Building Big Ass Linux Machine, what are the limits?

Oskar Pearson (oskar@is.co.za)
Mon, 19 Oct 1998 12:18:16 +0200


Hi

>
> > Another feature that we can perhaps learn from this excellent company
> > is the "snapshot" function.

> The downside is the increased amount of disk space. Why not use the
> algorithm that cvs uses to keep the size of changed files down to the
> minimum? I.e using deltas?

As far as I know it uses copy-on-write.. this means that you only have one
copy of the data - the most recent. Snapshots are only the bytes that
are different... applied (as a patch would be) to the most recent version.

I presume that there is some kind of loss - the patch must have a minimum
block size for stuff to be efficient.

Oskar

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/