Fri, 2015-05-22 07:19geoff_montee_g
Out-of-order parallel replication is a great
feature in MariaDB 10.0 that improves replication performance by
committing independent transactions in parallel on a slave. If
slave_parallel_threads is greater
than 0, then the SQL thread will instruct multiple worker threads
to concurrently apply transactions with different domain IDs.
If an application is setting the domain ID, and if parallel replication is enabled in MariaDB, then out-of-order parallel replication should mostly work automatically. However, depending on an …
[Read more]