You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2011/02/08 08:15:02 UTC

svn commit: r1068280 - /hbase/branches/0.90/src/docbkx/book.xml

Author: stack
Date: Tue Feb  8 07:15:01 2011
New Revision: 1068280

URL: http://svn.apache.org/viewvc?rev=1068280&view=rev
Log:
Minor fixup on timeseries section

Modified:
    hbase/branches/0.90/src/docbkx/book.xml

Modified: hbase/branches/0.90/src/docbkx/book.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.90/src/docbkx/book.xml?rev=1068280&r1=1068279&r2=1068280&view=diff
==============================================================================
--- hbase/branches/0.90/src/docbkx/book.xml (original)
+++ hbase/branches/0.90/src/docbkx/book.xml Tue Feb  8 07:15:01 2011
@@ -1351,13 +1351,16 @@ of all regions.
   <title>HBase and Schema Design</title>
   <section>
   <title>
-  Monotonically Increasing Row Keys; e.g. timeseries data
+  Monotonically Increasing Row Keys/Timeseries Data
   </title>
   <para>See this comic by IKai Lan on why monotically increasing row keys are
   problematic in BigTable-like datastores:
-  <link xlink:href="http://ikaisays.com/2011/01/25/app-engine-datastore-tip-monotonically-increasing-values-are-bad/">monotonically increasing values are bad</link></para>
-  <para>See <link xlink:href="http://opentsdb.net/">OpenTSDB</link> as a way for managing
-  timeseries data on top of HBase</para>
+  <link xlink:href="http://ikaisays.com/2011/01/25/app-engine-datastore-tip-monotonically-increasing-values-are-bad/">monotonically increasing values are bad</link>
+  in BigTable-like stores.</para>
+  <para>If you need to upload time series data into HBase, you should
+  study <link xlink:href="http://opentsdb.net/">OpenTSDB</link> as a
+  successful example.  It has a page describing the schema it uses in
+  HBase.  You might also consider just using OpenTSDB altogether.</para>
   </section>
   </chapter>