What is the small files problem in HDFS or object storage?
- A Many tiny files create excessive metadata and task overhead, degrading performance
- B Files cannot be smaller than one block
- C Small files cannot be compressed
- D Small files are always corrupted
Answer
Many tiny files create excessive metadata and task overhead, degrading performance
Compaction jobs that merge small files into larger ones are a standard part of maintaining a healthy data lake.





