Daily 311 partitions land once as immutable files and many overnight jobs read them. Which HDFS-aligned pattern is that?
Select an answer to reveal the explanation.
Short Explanation
Stamp the daily newspaper once, then let the whole office read copies. Immutable 311 partitions work the same on HDFS: land once, read often. Constant in-place rewrites fight the grain of classic HDFS analytics layouts.
Full Explanation
HDFS historically favors write-once, read-many workloads: data lands in partitions and many jobs read without continuous in-place mutation. That pattern fits daily 311 analytics drops. High-churn single-row updates, single-reader exclusivity, or immediate deletion after first read are poor matches for that strength.