InterviewSolution
Saved Bookmarks
| 1. |
Is Hbase a scale out or scale up process? |
|
Answer» Hbase runs on top of Hadoop which is a distributed system. Haddop can only scale uo as and when required by adding more machines on the fly. So Hbase is a scale out process. |
|