Re: Kernel SCM saga..
From: Florian Weimer (fw_at_deneb.enyo.de)
Date: 04/08/05
- Previous message: Chris Wedgwood: "Re: Kernel SCM saga.."
- In reply to: Jon Smirl: "Re: Kernel SCM saga.."
- Next in thread: Marcin Dalecki: "Re: Kernel SCM saga.."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Jon Smirl <jonsmirl@gmail.com> Date: Fri, 08 Apr 2005 20:58:02 +0200
* Jon Smirl:
> On Apr 8, 2005 2:14 PM, Linus Torvalds <torvalds@osdl.org> 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.
Works only if the databases are in sync. Even if the transaction logs
are pretty high-level, you risk violating constraints specified by the
application. General multi-master replication is an unsolved problem.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Chris Wedgwood: "Re: Kernel SCM saga.."
- In reply to: Jon Smirl: "Re: Kernel SCM saga.."
- Next in thread: Marcin Dalecki: "Re: Kernel SCM saga.."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|