What is the throughput? How does HDFS give great throughput?

devquora
devquora

Posted On: Feb 22, 2018

 

Throughput is the measure of work done in a unit time. HDFS gives great throughput because of the followings:

  • The HDFS depends on Write Once and Read Many Model, it improves the information coherency issues as the information written once can’t be altered and consequently, gives high throughput data access.
  • In Hadoop, the calculation part is moved towards the information which decreases the system blockage and in this way, improves the overall system throughput.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Hadoop Interview Questions

    What does HDFS mean?

    The HDFS is one of the storage systems of the Hadoop structure. It is a circulated file structure that can helpfully ke..

    Hadoop Interview Questions

    What are the key features of HDFS?

    Various key features of HDFS are as follows: HDFS is a profoundly versatile and reliable storage system for big data st..

    Hadoop Interview Questions

    What is check pointing in Hadoop?

    Check pointing is a fundamental part of keeping up and holding on file system metadata in HDFS. It’s urgent for profi..