A global e-commerce platform uses Cloud Spanner multi-region configuration. The compliance team mandates that all write transactions must be committed in a specific geographic region to comply with data sovereignty laws. Which Spanner feature should be used to enforce this requirement?
The leader region option ensures all writes are processed in that region, controlling where data is committed.
Why this answer
Spanner's leader region configuration allows you to designate a specific region where all write transactions are coordinated. This ensures that the commit timestamp and transaction processing occur within that region, helping meet data sovereignty requirements.