Reputation: 421
We know HBase is deployed on top of Hadoop and HDFS. Also, we know when we want to read a file(or record) from HDFS, it takes a considerable amount of time using HDFS CLI.
But even HBase uses HDFS, it's capable to read a key within a couple of milliseconds. How does this happen?
Upvotes: 1
Views: 210
Reputation: 711
I think the reason includes:
Upvotes: 1