MySQL 9.3 Reference Manual Including MySQL NDB Cluster 9.3

19.2.3 Replication Threads

MySQL replication capabilities are implemented using the following types of threads:

The replica creates the specified number of worker threads specified by replica_parallel_workers to apply transactions, plus a coordinator thread which reads transactions from the relay log and assigns them to workers. If you are using multiple replication channels, each channel has the number of threads specified using this variable.

Multithreaded replicas are also supported by NDB Cluster. See Section 25.7.11, “NDB Cluster Replication Using the Multithreaded Applier”, for more information.