Re: Kernel SCM saga..

From: Florian Weimer (fw_at_deneb.enyo.de)
Date: 04/08/05

  • Next message: Linus Torvalds: "Re: Kernel SCM saga.."
    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/


  • Next message: Linus Torvalds: "Re: Kernel SCM saga.."

    Relevant Pages

    • Re: Distributed transactions, replication, views
      ... If you have significant processors on your server you can partition the ... The way replication works is that if a transaction is committed on the ... Looking for a SQL Server replication book? ... I have been tasked with restructuring a database. ...
      (microsoft.public.sqlserver.replication)
    • Re: [fw-wiz] RE: IDS (was: FW appliance comparison)
      ... Logs compress really well, which further reduces your ... a SQL database with indexes on your tables and an interpreted ... > With that much data, and 98% of it being useless, you kind have ... >transaction - no, sorry, PACKET ...
      (Firewall-Wizards)
    • Re: transactional replication problem
      ... All transaction from killed process were rolled back... ... Did they get deleted from distribution database ... >Looking for a SQL Server replication book? ...
      (microsoft.public.sqlserver.replication)
    • Re: Cant drop column
      ... dbcc checkdb returned no error. ... Replicated Transaction Information: ... >It is unlikely your database is corrupt. ... >> replication database. ...
      (microsoft.public.sqlserver.replication)
    • Re: Transaction log way too large - no transactional replication involved!
      ... the corresponding database has about 200 Mb). ... snapshot and merge replication, definitely *no transactional replication*. ... The common way with DBCC Shrinkfile, DBCC Loginfo, backup log and the like ... My aim/wish is to get this pending transaction going so the log can shrink ...
      (microsoft.public.sqlserver.replication)