Added link to comic and to opentsdb

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1064452 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-01-28 04:39:04 +00:00
parent 105e28a85d
commit 03618fdee9
1 changed files with 14 additions and 0 deletions

View File

@ -1277,6 +1277,20 @@ of all regions.
up in javadocs.</para>
</chapter>
<chapter xml:id="schema">
<title>HBase and Schema Design</title>
<section>
<title>
Monotonically Increasing Row Keys; e.g. 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>
</section>
</chapter>
<chapter xml:id="hbase_metrics">
<title>Metrics</title>
<para>See <link xlink:href="metrics.html">Metrics</link>.