PCDE • Practice Test 22
Free PCDE practice test — 15 questions with explanations. Set 22. No signup required.
Refer to the exhibit. After creating this Bigtable instance, the administrator noticed high read latency during peak hours. Which configuration change would most likely help?
gcloud bigtable instances create my-instance \
--display-name="My Instance" \
--cluster=my-cluster \
--cluster-zone=us-central1-a \
--cluster-num-nodes=3 \
--cluster-storage-type=SSD \
--cluster-autoscaling-min-nodes=1 \
--cluster-autoscaling-max-nodes=10