PROFESSIONAL-CLOUD-DATABASE-ENGINEER · Question #14
Your company uses Bigtable for a user-facing application that displays a low-latency real-time dashboard. You need to recommend the optimal storage type for this read-intensive database. What should…
The correct answer is A. Recommend solid-state drives (SSD). Cloud Bigtable offers two storage types: SSD and HDD. For a user-facing application requiring low latency and high read throughput, SSD is the correct choice. SSDs provide single-digit millisecond read latencies, making them ideal for real-time dashboards. HDDs (C) are…
Question
Your company uses Bigtable for a user-facing application that displays a low-latency real-time dashboard. You need to recommend the optimal storage type for this read-intensive database. What should you do?
Options
- ARecommend solid-state drives (SSD).
- BRecommend splitting the Bigtable instance into two instances in order to load balance the
- CRecommend hard disk drives (HDD).
- DRecommend mixed storage types.
How the community answered
(23 responses)- A70% (16)
- B17% (4)
- C4% (1)
- D9% (2)
Explanation
Cloud Bigtable offers two storage types: SSD and HDD. For a user-facing application requiring low latency and high read throughput, SSD is the correct choice. SSDs provide single-digit millisecond read latencies, making them ideal for real-time dashboards. HDDs (C) are significantly slower and suited for batch analytics workloads where cost matters more than latency. Splitting the instance into two (B) is a scaling strategy for write throughput, not a storage-type recommendation, and would not improve read latency. Mixed storage types (D) is not a standard Bigtable configuration option - a Bigtable instance uses one storage type.
Topics
Community Discussion
No community discussion yet for this question.