Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Why is HDFS only suitable for large data sets and not the correct tool to use for many small files?



Why is HDFS only suitable for large data sets and not the correct tool to use for many small files?..

Answer / Rajesh Ram

HDFS (Hadoop Distributed File System) is optimized for handling large data sets due to its distributed architecture, which allows for efficient data storage and processing across multiple nodes. However, when dealing with many small files, HDFS can become less efficient because of the overhead associated with managing a large number of small files, such as the need for multiple blocks per file and increased metadata management.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache HDFS Hadoop Distributed File System Interview Questions

In HDFS, how Name node determines which data node to write on?

1 Answers  


Can you explain heartbeat in hdfs?

1 Answers  


What is NameNode and DataNode in HDFS?

1 Answers  


How hdfs is different from traditional file systems?

1 Answers  


How will you perform the inter cluster data copying work in hdfs?

1 Answers  


How one can change Replication factor when Data is already stored in HDFS

1 Answers  


How is NFS different from HDFS?

1 Answers  


Does hdfs enable a customer to peruse a record, which is already opened for writing?

1 Answers  


Does the HDFS go wrong? If so, how?

1 Answers  


Explain how HDFS communicates with Linux native file system?

1 Answers  


On what basis name node distribute blocks across the data nodes in HDFS?

1 Answers  


How to copy file from HDFS to local?

1 Answers  


Categories