Question
Why is HDFS unsuitable for frequent random updates to database-style records?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Its design favors large immutable or append-oriented files rather than in-place mutation
Explanation:
HDFS prioritizes throughput and fault-tolerant block storage.
Systems such as HBase are better suited to random record access.
Leave a Reply