Re: Kernel SCM saga..

From: Jon Smirl
Date: Fri Apr 08 2005 - 13:32:12 EST


On Apr 8, 2005 2:14 PM, Linus Torvalds <torvalds@xxxxxxxx> wrote:
> How do you replicate your database incrementally? I've given you enough
> clues to do it for "git" in probably five lines of perl.

Efficient database replication is achieved by copying the transaction
logs and then replaying them. Most mid to high end databases support
this. You only need to copy the parts of the logs that you don't
already have.

--
Jon Smirl
jonsmirl@xxxxxxxxx
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/