asked 219k views
4 votes
What is the ideal size for an HDFS block?

A) 16 MB
B) 32 MB
C) 64 MB
D) 128 MB

asked
User Korry
by
7.9k points

1 Answer

3 votes

Final answer:

The ideal size for an HDFS block is typically 64 MB, which helps in reducing storage overhead and improving performance.

Step-by-step explanation:

The ideal size for an HDFS (Hadoop Distributed File System) block is typically 64 MB. Each file stored in Hadoop is broken down into multiple blocks, and these blocks are distributed across a cluster of servers for high availability and parallel processing. A larger block size, such as 64 MB, can help in reducing storage overhead and improving overall performance.

answered
User ElectRocnic
by
8.4k points

Related questions