← Back to team overview

maria-developers team mailing list archive

Re: 答复: 答复: 答复: MDEV-520: consider parallel replication patch from taobao patches

 

Gordan Bobic <gordan@xxxxxxxxxx> writes:

> But multiple inserts can occur in parallel if rows are
> fixed-length. This

True.

Probably there should be an option to allow out-of-order updates to allow
MyISAM parallel replication. This will not be crash-safe (eg. for global
transaction ID), but then MyISAM cannot be crash-safe for that anyway.

 - Kristian.


References