The default MySQL replication mode where the primary server commits a transaction without waiting for any replica to confirm receipt. Offers the lowest write latency but means replicas can lag behind the primary. Contrasted with semi-synchronous and synchronous (Galera) replication.