« Guerrilla Capacity Planning and the Law of Universal Scalability | Main | Database question for upcoming project »
Friday
Sep052008

Product: Tungsten Replicator

With Tungsten Replicator Continuent is trying to deliver a better master/slave replication system. Their goal: scalability, reliability with seamless failover, no performance loss.

From their website:
The Tungsten Replicator implements open source database-neutral master/slave replication. Master/slave replication is a highly flexible technology that can solve a wide variety of problems including the following:

* Availability - Failing over to a slave database if your master database dies
* Performance Scaling - Spreading reads across many copies of data
* Cross-Site Clustering - Maintaining active database replicas across WANs
* Change Data Capture - Extracting changes to load data warehouses or update other systems
* Zero Downtime Upgrade - Performing upgrades on a slave server which then becomes the master

The Tungsten Replicator architecture is flexible and designed to support addition of new databases easily. It includes pluggable extractor and applier modules to help transfer data from master to slave.


The Replicator is designed to include a number of specialized features designed to improve its usefulness for particular problems like availability.

* Replicated changes have transaction IDs and are stored in a transaction history log that is identical for each server. This feature allows masters and slaves to exchange roles easily.
* Smooth procedures for planned and unplanned failover.
* Built-in consistency check tables and events allow users to check consistency between tables without stopping replication or applications.
* Support for statement as well as row replication.
* Hooks to allow data transformations when replicating between different database types.

Tungsten Replicator is not a toy. It is designed to allow commercial construction of robust database cluster

Related Articles

 

  • Tungsten ScaleOut Stack - an open source collection of integrated projects for database scale-out making use of commodity hardware.
  • Continuent Intros Tungsten Replicator by Shamila Janakiraman.
  • Reader Comments (3)

    You'd have a hard time noticing from this post that this is for MySQL (except for the tag).

    Can we be just a BIT less MySQL-centric?

    December 31, 1999 | Unregistered CommenterJohn

    > Can we be just a BIT less MySQL-centric?

    Hi John, I'd love to be less MySQL-centric, but I just don't see much non-MySQL content. And anyone is free to post on the site. So if you know of anything you can post it or you can email me with it.

    December 31, 1999 | Unregistered CommenterTodd Hoff

    John,

    Continuent will launch Tungsten Replicator for Oracle next week, on September 16.
    We will have a briefing webinar for this solution on September 18 (continuent.webex.com).

    Regards,

    Eero Teerikorpi
    CEO, Continuent

    December 31, 1999 | Unregistered CommenterEero Teerikorpi

    PostPost a New Comment

    Enter your information below to add a new comment.
    Author Email (optional):
    Author URL (optional):
    Post:
     
    Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>