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 Answer
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
EXPERT
answered 16 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions