How does hdfs get a good throughput?



How does hdfs get a good throughput?..

Answer / Sanjay Pratap Sahu

HDFS achieves high throughput by utilizing a large number of commodity servers (DataNodes) and the data replication feature. It allows for parallel reads and writes across multiple DataNodes, reducing bottlenecks and increasing overall performance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache HDFS Hadoop Distributed File System Interview Questions

What is a rack awareness algorithm and why is it used in hadoop?

1 Answers  


Write command to copy a file from HDFS to linux(local).

1 Answers  


What do you mean by meta data in hdfs? List the files associated with metadata.

1 Answers  


How hdfs is different from traditional file systems?

1 Answers  


How does HDFS ensure Data Integrity of data blocks stored in HDFS?

1 Answers  


Why HDFS?

1 Answers  


How data or file is written into HDFS?

1 Answers  


How to create Users in hadoop HDFS?

1 Answers  


How to Delete directory and files recursively from HDFS?

1 Answers  


Data node block size in HDFS, why 64MB?

1 Answers  


File permissions in HDFS?

1 Answers  


What is NameNode and DataNode in HDFS?

1 Answers  


Categories