Microsoft
70-583 · Question #8
You are designing an application that will use Windows Azure Table storage to store millions of data points each day. The application must retain each day's data for only one week. You need to…
The correct answer is A. Use a separate table for each date. See the full explanation below for the reasoning.
Question
You are designing an application that will use Windows Azure Table storage to store millions of data points each day. The application must retain each day's data for only one week. You need to recommend an approach for minimizing storage transactions. What should you recommend?
Options
- AUse a separate table for each date.
- BUse a separate table for each week.
- CUse a single table, partitioned by date.
- DUse a single table, partitioned by week.
How the community answered
(49 responses)- A80% (39)
- B6% (3)
- C10% (5)
- D4% (2)
Community Discussion
No community discussion yet for this question.