Junior — Middle
What is the restriction on writing only to the master replica of the database?
sobes.tech AI
Answer from AI
The write restriction to only the master replica of the database is related to the replication architecture, where the master replica handles all write operations, and the slave replicas handle reading. This ensures data consistency and prevents conflicting writes. As a result, all data modifications must go through the master, which can become a bottleneck under high write load.