commit 948d0cdec4fb35d70404b9b6e27743616400656d Author: Doug Cutting Date: Tue Apr 3 20:34:28 2007 +0000 HADOOP-1045. Add contrib/hbase, a BigTable-like online database. git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk/src/contrib/hbase@525267 13f79535-47bb-0310-9956-ffa450edef68 diff --git a/README.txt b/README.txt new file mode 100644 index 00000000000..dbebb59db20 --- /dev/null +++ b/README.txt @@ -0,0 +1,285 @@ +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 ":