
Ultimate access to all questions.
Your team uses Bigtable as the database backend. The app profile specifies single-cluster routing with manual failover when the cluster is unavailable. How can you optimize the application code for more efficient and highly available Bigtable connectivity?
A
Set up Memcached so that queries hit the cache layer first and automatically get data from Bigtable in the event of a cache miss.
B
Increase the Bigtable client’s connection pool size.
C
Configure a Dataflow template, and use a Beam connector to stream data changes.
D
Configure the app profile to use multi-cluster routing.