Why is RDS for MySQL setting replica_exec_mode to IDEMPOTENT by default?

0

The default parameter group for MySQL8.0 sets replica_exec_mode to IDEMPOTENT. I couldn't find any documentation why RDS decided to do it. The default is STRICT. IDEMPOTENT would skip errors and might cause data inconsistency, why does RDS set it so? I get it, I can change it, but I am wondering what's RDS' rationale to set it as default.

posta 2 mesi fa213 visualizzazioni
1 Risposta
0

Hi rahul342,

Thanks for your question.

I do see the default being set as "IDEMPOTENT" by the RDS MySQL instances but the default value as per the official MySQL docs, the STRICT mode is the default value.

https://dev.mysql.com/doc/refman/8.0/en/replication-options-replica.html

I have reached out to my internal team on this and they have agreed to change the default value in the future releases for RDS MySQL.

But till then, you can change the value manually if required.

profile pictureAWS
ESPERTO
con risposta un mese fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande