From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261227AbVDIBPp (ORCPT ); Fri, 8 Apr 2005 21:15:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261231AbVDIBOk (ORCPT ); Fri, 8 Apr 2005 21:14:40 -0400 Received: from ds01.webmacher.de ([213.239.192.226]:65195 "EHLO ds01.webmacher.de") by vger.kernel.org with ESMTP id S261227AbVDIBMC (ORCPT ); Fri, 8 Apr 2005 21:12:02 -0400 In-Reply-To: <9e473391050408112865ed5d17@mail.gmail.com> References: <20050408041341.GA8720@taniwha.stupidest.org> <20050408071428.GB3957@opteron.random> <4256AE0D.201@tiscali.de> <4256BE7D.5040308@tiscali.de> <9e473391050408112865ed5d17@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <7dc90bec2ef0a67aa307b8e81005fa84@dalecki.de> Content-Transfer-Encoding: 7bit Cc: Chris Wedgwood , Andrea Arcangeli , Kernel Mailing List , Linus Torvalds , Matthias-Christian Ott From: Marcin Dalecki Subject: Re: Kernel SCM saga.. Date: Sat, 9 Apr 2005 03:11:16 +0200 To: Jon Smirl X-Mailer: Apple Mail (2.619.2) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On 2005-04-08, at 20:28, Jon Smirl wrote: > On Apr 8, 2005 2:14 PM, Linus Torvalds 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. > Databases supporting replication are called high end. You forgot the cats dance around the network this issue involves.