0 votes
in HDFS by

What is throughput? How does HDFS provides good throughput?

1 Answer

0 votes
by

Throughput is the amount of work done in a unit time. HDFS provides good throughput because:

The HDFS is based on Write Once and Read Many Model, it simplifies the data coherency issues as the data written once can’t be modified and therefore, provides high throughput data access.

In Hadoop, the computation part is moved towards the data which reduces the network congestion and therefore, enhances the overall system throughput.

Related questions

0 votes
asked Jun 8, 2020 in HDFS by Robindeniel
0 votes
0 votes
asked Dec 21, 2022 in HDFS by Robin
...