Microsoft
70-583 · Question #6
You are designing a Windows Azure application that will use Windows Azure Table storage. The application will allow teams of users to collaborate on projects. Each user is a member of only one team…
The correct answer is B. Partition by team. See the full explanation below for the reasoning.
Question
You are designing a Windows Azure application that will use Windows Azure Table storage. The application will allow teams of users to collaborate on projects. Each user is a member of only one team. You have the following requirements:
- Ensure that each user can efficiently query records related to his or
her team's projects.
- Minimize data access latency.
You need to recommend an approach for partitioning table storage entities. What should you recommend?
Options
- APartition by user.
- BPartition by team.
- CPartition by project.
- DPartition by the current date.
How the community answered
(36 responses)- A6% (2)
- B72% (26)
- C17% (6)
- D6% (2)
Community Discussion
No community discussion yet for this question.