CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 42: Google Cloud Professional Data Engineer

You need to choose a database to store time series CPU and memory usage for millions of computers. You need to store this data in one-second interval samples. Analysts will be performing real-time, ad hoc analytics against the database. You want to avoid being charged for every query executed and ensure that the schem…

Nội dung câu hỏi

You need to choose a database to store time series CPU and memory usage for millions of computers. You need to store this data in one-second interval samples. Analysts will be performing real-time, ad hoc analytics against the database. You want to avoid being charged for every query executed and ensure that the schema design will allow for future growth of the dataset. Which database and data model should you choose?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Create a table in BigQuery, and append the new samples for CPU and memory to the table
  2. B. Create a wide table in BigQuery, create a column for the sample value at each second, and update the row with the interval for each second
  3. C. Create a narrow table in Bigtable with a row key that combines the Computer Engine computer identifier with the sample time at each second — đáp án hiện tại
  4. D. Create a wide table in Bigtable with a row key that combines the computer identifier with the sample time at each minute, and combine the values for each second as column data.

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề