Hadoop comparison to RDBMS
I really do not understand the actual reason behind hadoop scaling better than RDBMS . Can anyone please explain at a granular level ? Has this got something to do with underlying datastructures & algorithms Ravindra babu RDBMS have challenges in handling huge data volumes of Terabytes & Peta bytes. Even if you have Redundant Array of Independent/Inexpensive Disks (RAID) & data shredding, it does not scale well for huge volume of data. You require very expensive hardware. EDIT: To answer, why RDBMS cannot scale, have a look at Overheads of RBDMS . Logging . Assembling log records and tracking