What is the difference between hbase and hadoop/hdfs?
Answer Posted / Rita Singh
HBase is a NoSQL database built on top of HDFS (Hadoop Distributed File System). While HDFS provides a distributed storage layer for data, HBase offers a distributed database layer that allows for real-time read/write access to the data. In other words, HBase uses HDFS as its underlying storage, but it also provides additional functionality like column families and automatic sharding.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category