
Answer-first summary for fast verification
Answer: Partition by vehicle ID and timestamp
Partitioning by vehicle ID and timestamp allows for efficient analysis of individual vehicle performance and route optimization. This strategy also supports real-time analysis by grouping data based on chronological order.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are designing a partition strategy for a transportation dataset that includes GPS data, vehicle information, and timestamps. The data needs to support various analytical queries, including route optimization and vehicle performance analysis. What partition strategy would you recommend?
A
Partition by vehicle ID and timestamp
B
Partition by route type and distance
C
Partition by vehicle type and timestamp
D
Partition by timestamp and location
No comments yet.