Question
Why does HDFS use large block sizes?
Select an option. Your answer will be checked instantly.
Correct Answer: D. To reduce metadata overhead and support efficient sequential I/O
Explanation:
Large blocks reduce the number of metadata entries for huge files.
They also match high-throughput streaming access patterns.
Leave a Reply