HBASE Michael Cafarella This document gives a quick overview of HBase, the Hadoop simple database. It is extremely similar to Google's BigTable, with a just a few differences. If you understand BigTable, great. If not, you should still be able to understand this document. --------------------------------------------------------------- I. HBase uses a data model very similar to that of BigTable. Users store data rows in labelled tables. A data row has a sortable key and an arbitrary number of columns. The table is stored sparsely, so that rows in the same table can have crazily-varying columns, if the user likes. A column name has the form ":