Embed presentation
Downloaded 82 times













HBase is an open-source, distributed, column-oriented database that runs on top of Hadoop. It is modeled after Google's Bigtable and provides big data storage for billions of rows and millions of columns. It uses a simple key-value pair structure with tables containing rows that are sorted and columns that can have multiple versions.












