
Ultimate access to all questions.
How would you design an SQL database architecture for a centralized inventory management system tracking 200 stores (each with 500 GB of data) that supports a gradual regional rollout, minimizes costs and user disruption, and allows scaling up or down during nights and holidays?
A
Use Oracle Real Application Cluster (RAC) databases on Bare Metal Solution for Oracle.
B
Use sharded Cloud SQL instances with one or more stores per database instance.
C
Use a Biglable cluster with autoscaling.
D
Use Cloud Spanner with a custom autoscaling solution.