Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
As a developer for an ecommerce website using Cloud SQL for PostgreSQL to store customer order data, how can you allow marketing data scientists to access up-to-date datasets for their reports without impacting the website's performance?
A
Configure Cloud Scheduler to run an hourly Cloud Function that exports the data from the Cloud SQL database into CSV format and sends the data to a Cloud Storage bucket.
B
Set up a Bigtable table for the data science team. Configure the application to perform dual writes to both Cloud SQL and Bigtable simultaneously.
C
Set up a BigQuery dataset for the data science team. Configure Datastream to replicate the relevant Cloud SQL tables in BigQuery.
D
Create a clone of the PostgreSQL database instance for the data science team. Schedule a job to create a new clone every 15 minutes.