You have an application that performs numerous reads and writes all day running in a single Bigtable cluster. A new batch analytics job needs to read the same data and you want to make sure that the new job does not affect the existing workload. What should you do?
- AScale up the Bigtable instance by manually adding more nodes.
- BAdd a new cluster to the existing instance, and enable multi-cluster routing in the app profile.
- CAdd a new cluster to the existing instance, and isolate the workloads with two app profiles. (correct answer)
- DScale up the Bigtable instance by enabling Autoscaling.
Reveal answer & explanationHide answer
The correct answer is C. Option C: Add a new cluster to the existing instance, and isolate the workloads with two app profiles.