May 13, 2009
Engineering Rapleaf - “Multi-threaded” MySQL Replication

defeating replicating lag by splitting slaves into 2 processes, each which have half the tables. Replication is a single-threaded process so this “multi-threads” it . Requires code-level changes to grab the right “partition” though

Engineering Rapleaf - “Multi-threaded” MySQL Replication

defeating replicating lag by splitting slaves into 2 processes, each which have half the tables. Replication is a single-threaded process so this “multi-threads” it . Requires code-level changes to grab the right “partition” though