Câu 38: C100DBA: MongoDB Associate Database Administrator
Given that the following query is currently running with a collection scan: What index should be used to improve the performance of the query?
Nội dung câu hỏi
Given that the following query is currently running with a collection scan: What index should be used to improve the performance of the query?
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.
- A. {“score”: 1, “game_id”: -1, “last_login”: -1}
- B. {“game_id”: -1, “score.highest_score”: 1, “last_login.date”: -1}
- C. {“last_login”: 1, “score”: 1, “game_id”: -1}
- D. {“score.highest_score”: -1, “last_login.date”: 1, “game_id”: 1} — đáp án hiện tại
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.