
Ultimate access to all questions.
How can you prevent the Sales Reporting application from impacting the performance of the Order Management application when both interact with the same Cloud SQL for MySQL database, given that Order Management requires constant read-write access while Sales Reporting is read-only, and both need the latest data?
A
Create a read replica for the Sales Reporting application.
B
Create two separate databases in the instance, and perform dual writes from the Order Management application.
C
Use a Cloud SQL federated query for the Sales Reporting application.
D
Queue up all the requested reports in PubSub, and execute the reports at night.