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.

1 Antwort
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
EXPERTE
beantwortet vor einem Monat

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen