
Answer-first summary for fast verification
Answer: Partition by language and timestamp
Partitioning by language and timestamp helps in managing the diversity and volume of social media data. This strategy allows for efficient processing of data based on language preferences and chronological order, which are critical for real-time analytics.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In a streaming workload scenario, you are required to process real-time data from social media feeds. The data includes text, user information, and timestamp. What partition strategy would you implement to handle the high volume and velocity of this data effectively?
A
Partition by user ID and timestamp
B
Partition by text length and sentiment
C
Partition by language and timestamp
D
Partition by topic and timestamp
No comments yet.